@charset 'UTF-8';
/* ----------------------------------------------------------------------------------------------------------
#) SITE
---------------------------------------------------------------------------------------------------------- */
body, html { text-rendering: optimizeLegibility; background: #fff; width: 100%; min-width: 320px; height: 100%; -webkit-font-smoothing: antialiased; font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif; color: #000; font-size: 16px; font-size-adjust: auto; }
body.no-scroll { overflow: hidden; }
.container { min-height: 100%; }
.clear { margin: 0; padding: 0; list-style: none; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.relative { position: relative; }
.noselect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.custom-iframe { border: 0; margin: -75px 0 -55px -165px; width: 1130px; }
.custom-iframe iframe { width: 100%; border: 0; }

@media (min-width: 1190px) {
	.container { width: 1160px; }
}

/* Vymazat */
.page-container .open { height: 50px; width: 50px; background: #e7e7e7; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; cursor: pointer; z-index: 999999; position: fixed; top: 0; left: 0; overflow: hidden; }
.page-container .open .material-icons { font-size: 28px; -webkit-transition: all 250ms ease; transition: all 250ms ease; }
.page-container .page-list { position: fixed; top: 0; left: 0; background: #fafafa; min-height: 100vh; z-index: 9999; padding: 60px 15px 0; width: 200px; border-right: 2px solid #dedede; -ms-transform: translate(-200px, 0); -webkit-transform: translate(-200px, 0); transform: translate(-200px, 0); -webkit-transition: all 250ms ease; transition: all 250ms ease;
-webkit-box-shadow: 5px 0 7px -2px rgba(0,0,0,.05);
box-shadow: 5px 0 7px -2px rgba(0,0,0,.05); }
.page-container .page-list a { display: block; margin-bottom: 5px; color: #000; font-weight: bold; }
.page-container:hover .page-list { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.page-container:hover .material-icons { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/* ----------------------------------------------------------------------------------------------------------
#) BOOTSTRAP
---------------------------------------------------------------------------------------------------------- */
/* Form */
input.form-control { border-radius: 0; border-width: 2px; -webkit-box-shadow: none; box-shadow: none; border-color: #dadada; color: #000; }
input.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none; }
input.form-control.large { font-weight: bold; font-size: 17px; height: 48px; }
input.form-control::-webkit-input-placeholder { color: #000000; }
input.form-control:-moz-placeholder { color: #000000; }
input.form-control::-moz-placeholder { color: #000000; }
input.form-control:-ms-input-placeholder { color: #000000; }

/* Buttons */
.btn-default { border-radius: 0; border-color: #000; border-width: 3px; min-width: 185px; font-weight: bold; font-size: 17px; padding: 12px; background: transparent; color: #000; -webkit-transition: background 250ms ease, color 100ms linear; transition: background 250ms ease, color 100ms linear; }
.btn-default:hover,
.btn-default:focus,
.btn-default:active { background: #000; color: #fff; border-color: #000; -webkit-box-shadow: none; box-shadow: none; }

.btn-white { border-radius: 0; border-color: #fff; border-width: 3px; min-width: 185px; font-weight: bold; font-size: 17px; padding: 12px; background: transparent; color: #fff; -webkit-transition: background 250ms ease, color 100ms linear; transition: background 250ms ease, color 100ms linear; }
.btn-white:hover,
.btn-white:focus,
.btn-white:active { background: #fff; color: #44bbe5; border-color: #fff; outline: 0 !important; -webkit-box-shadow: none; box-shadow: none; }
.btn-white.black:hover,
.btn-white.black:focus,
.btn-white.black:active { color: #000; }
.btn-white.outline:hover,
.btn-white.outline:focus,
.btn-white.outline:active { border-color: #000; color: #000; background: transparent; }

.btn-black { border-radius: 0; border-color: #000; border-width: 3px; min-width: 185px; font-weight: bold; font-size: 17px; padding: 12px; background: #000; color: #fff; -webkit-transition: background 250ms ease, color 100ms linear; transition: background 250ms ease, color 100ms linear; }
.btn-black.outline { background: transparent; color: #000; }
.btn-black:hover,
.btn-black:focus,
.btn-black:active { background: #000; color: #fff; border-color: #000; -webkit-box-shadow: none; box-shadow: none; }

.btn-orange { border-radius: 0; border-color: #FF7900; border-width: 3px; min-width: 185px; font-weight: bold; font-size: 17px; padding: 12px; background: transparent; color: #FF7900; -webkit-transition: background 250ms ease, color 100ms linear; transition: background 250ms ease, color 100ms linear; }
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active { background: #FF7900; color: #fff; border-color: #FF7900; -webkit-box-shadow: none; box-shadow: none; }

.btn-small { min-width: 140px; padding-top: 9px; padding-bottom: 9px; font-size: 15px; }
.btn-large { font-size: 19px; padding-top: 13px; padding-bottom: 13px; }

/* Other */
.caret.medium { border-top: 6px dashed; border-right: 6px solid transparent; border-left: 6px solid transparent; }

.poster-modal .modal-content,
.poster-modal .modal-dialog { width: 1000px; cursor: pointer; }
.poster-modal .modal-content img { max-width: 100%; }
/* ----------------------------------------------------------------------------------------------------------
#) COMPONENTS
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.poster-modal .modal-content,
	.poster-modal .modal-dialog { width: 900px; cursor: pointer; }
}
@media only screen and (max-width: 991px) {
	.poster-modal .modal-content,
	.poster-modal .modal-dialog { width: 767px; cursor: pointer; }
}
@media only screen and (max-width: 767px) {
	.poster-modal .modal-content,
	.poster-modal .modal-dialog { width: auto; cursor: pointer; }
}
@media only screen and (max-width: 425px) {
	.btn { width: auto; display: block; min-width: auto; padding: 12px; }
	.btn-default { font-size: 15px; }
}
/* ----------------------------------------------------------------------------------------------------------
#) COMPONENTS
---------------------------------------------------------------------------------------------------------- */
.site-title-header { margin: 0 0 25px; padding: 0 28px; font-size: 24px; font-weight: bold; }
.site-title-header.hue-reverse { color: #fff; }

.highlight-box { height: 330px; padding: 50px 50px 0; margin: 25px 0 0 0; position: relative; }
.highlight-box .title { font-weight: bold; font-size: 36px; }
.highlight-box .content { width: 530px; font-size: 35px; line-height: 40px; margin: 40px 0; font-weight: bold; }
.highlight-box .content strong { display: block; margin-bottom: 5px; }
.highlight-box.yellow { background-color: #fed206; }
.highlight-box .balloons-wrapper { width: 375px; height: 100%; position: absolute; top: 0; right: 100px; background: url(../images/balloons.png) no-repeat center; background-size: 90% auto; -webkit-transition: all 200ms cubic-bezier(.62,.96,.65,.62); transition: all 200ms cubic-bezier(.62,.96,.65,.62); }
.highlight-box:hover .balloons-wrapper { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); }

.highlight-box-small { height: 120px; overflow: hidden; }
.highlight-box-small .visible-area { font-size: 34px; font-weight: bold; color: #fff; -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.highlight-box-small .visible-area,
.highlight-box-small .share-area { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; height: 120px; -webkit-transition: all 250ms ease; transition: all 250ms ease; }
.highlight-box-small .share-area { border: 6px solid #44bbe5; font-size: 28px; font-weight: bold; color: #44bbe5; background-image: url(../images/cloud-type1blue.png), url(../images/cloud-type2blue.png); background-repeat: no-repeat, no-repeat; background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px; background-color: #fff; /*visibility: hidden;*/ -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.highlight-box-small .share-area .social { margin: 0 0 0 50px; }
.highlight-box-small .share-area .social li { display: inline-block; vertical-align: middle; margin: 0 8px; cursor: default; }
.highlight-box-small .share-area .social li:first-child { margin-left: 0; }
.highlight-box-small .share-area .social li:last-child { margin-right: 0; }
.highlight-box-small .share-area .social a { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; width: 50px; height: 50px; border-radius: 100%; background: #fff; border: 2px solid #44bbe5; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; color: #44bbe5; font-size: 22px; text-decoration: none; -webkit-transition: background 250ms linear, color 100ms ease; transition: background 250ms linear, color 100ms ease; }
.highlight-box-small .share-area .social a:hover { color: #fff; background: #44bbe5; }
.highlight-box-small .btn { margin-left: 35px; }
.highlight-box-small .visible-area.blue { background-image: url(../images/cloud-type1.png), url(../images/cloud-type2.png); background-repeat: no-repeat, no-repeat; background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px; background-color: #44bbe5; -webkit-animation: movecloud 3s linear infinite; animation: movecloud 3s linear infinite; -webkit-animation-play-state: paused; animation-play-state: paused; }
.highlight-box-small .visible-area.blue:hover { -webkit-animation: movecloud 3s linear reverse infinite; animation: movecloud 3s linear reverse infinite; }
.highlight-box-small .visible-area.animate { -ms-transform: translate(0, -120px); -webkit-transform: translate(0, -120px); transform: translate(0, -120px); }
.highlight-box-small .share-area.animate { -ms-transform: translate(0, -120px); -webkit-transform: translate(0, -120px); transform: translate(0, -120px); -webkit-animation: movecloud 3s linear infinite; animation: movecloud 3s linear infinite; }

@-webkit-keyframes movecloud {
	0% {
		background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px;
	}
	50% {
		background-position: 110px 30px, -webkit-calc(100% - 80px) 46px; background-position: 110px 30px, calc(100% - 80px) 46px;
	}
	100% {
		background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px;
	}
}

@keyframes movecloud {
	0% {
		background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px;
	}
	50% {
		background-position: 110px 30px, -webkit-calc(100% - 80px) 46px; background-position: 110px 30px, calc(100% - 80px) 46px;
	}
	100% {
		background-position: 60px 30px, -webkit-calc(100% - 30px) 46px; background-position: 60px 30px, calc(100% - 30px) 46px;
	}
}

.social-list { padding: 0 25px 0 0; }
.social-list a { display: -ms-inline-flexbox; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; vertical-align: middle; width: 38px; height: 38px; border-radius: 38px; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; color: #000; margin-right: 7px; text-decoration: none; border: 2px solid #000; -webkit-transition: background 250ms ease, color 150ms linear; transition: background 250ms ease, color 150ms linear; -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,1); box-shadow: 0 0 0 1px rgba(255,255,255,1);  }
.social-list a:hover { background: #000; color: #fff; }
.social-list a:last-child { margin-right: 0; }

.breadcrumbs { height: 55px; background: #eeeeee; padding: 0 20px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.breadcrumbs > span { position: relative; top: -2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; display: inline-block; }
.breadcrumbs .link a { color: #8e8e8e; text-decoration: none; display: inline-block; position: relative; margin-right: 35px; font-size: 14px; font-weight: bold; }
.breadcrumbs .link a::after { content: "arrow_forward"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; position: absolute; right: -28px; top: -2px; font-size: 18px; color: #616161; }
.breadcrumbs a:last-child::after { display: none; }
.breadcrumbs a.active { color: #595959; }

.valuation-list a { display: block; color: #FF7900; font-size: 18px; font-weight: bold; border-bottom: 2px solid #d2d2d2; padding: 15px 0; text-decoration: none; -webkit-transition: color 100ms ease; transition: color 100ms ease; }
.valuation-list a:hover { color: #000000; }

.people-card { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; height: auto; -ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; margin: 0 0 35px; }
.people-card .image { width: 262px; min-height: 260px; position: relative; overflow: hidden; }
/*.people-card .image img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; width: auto !important; height: auto !important; max-height: 100%; }*/
.people-card .image img { object-fit: cover; width: 100%; height: 100%; }
.people-card .content { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border: 2px solid #d4d4d3; border-left: 0; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-pack: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; justify-content: flex-start; -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; padding: 25px 25px; font-size: 17px; line-height: 24px; }
.people-card .content p { font-weight: bold; font-size: 22px; color: #FF7900; }
/* ----------------------------------------------------------------------------------------------------------
#) COMPONENTS - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.highlight-box .content { width: 400px; margin: 10px 0 40px; }
	.highlight-box.yellow { background-position: -webkit-calc(100% - 20px) center; background-position: calc(100% - 20px) center; }

	.highlight-box-small .visible-area { font-size: 30px; }
	.highlight-box-small .share-area { font-size: 26px; }
	.highlight-box-small .share-area .social { margin-left: 35px; }

	.breadcrumbs a { font-size: 14px; }

	.valuation-list a { font-size: 18px; padding: 15px 0; }
}
@media only screen and (max-width: 991px) {
	.site-title-header { font-size: 22px; padding: 0 25px; }

	.highlight-box { height: auto; padding: 25px; min-height: 330px; }
	.highlight-box .content { width: 52%; font-size: 25px; }
	.highlight-box .balloons-wrapper { right: 0; }
	.highlight-box.yellow { background-size: 35%; }

	.highlight-box-small .visible-area { font-size: 20px; }
	.highlight-box-small .visible-area.blue { background-position: 20px 30px, -webkit-calc(100% - 30px) 46px; background-position: 20px 30px, calc(100% - 30px) 46px }
	.highlight-box-small .share-area { font-size: 20px; background-size: 8%, 10%; background-position: 10px center, -webkit-calc(100% - 5px) 46px; background-position: 10px center, calc(100% - 5px) 46px }

	.valuation-list a { font-size: 16px; padding: 10px 0; }
}
@media only screen and (max-width: 767px) {
	.site-title-header { margin: 0 0 20px; }
	.breadcrumbs { height: 45px; }
	.breadcrumbs .link a { font-size: 11px; margin-top: 4px; }
	.breadcrumbs .link a::after { top: -6px; }

	.highlight-box-small { height: 100px; }
	.highlight-box-small .visible-area,
	.highlight-box-small .share-area { height: 100px; }
	.highlight-box-small .visible-area { font-size: 19px; }
	.highlight-box-small .visible-area.blue { background-image: none; padding: 4px 0 0; }
	.highlight-box-small .visible-area .btn { padding: 11px 8px 5px; font-size: 19px; min-width: 140px; margin-top: -4px; }
	.highlight-box-small .share-area { background: none; padding: 8px 0 0; }
	.highlight-box-small .share-area.animate { -ms-transform: translate(0, -100px); -webkit-transform: translate(0, -100px); transform: translate(0, -100px); }
	.highlight-box-small .share-area .social { margin-top: -8px; }
	.highlight-box-small .share-area .social a { width: 45px; height: 45px; border-radius: 45px; }
	.highlight-box .balloons-wrapper { right: 0; width: 250px; }

	.people-card { height: auto; }
	.people-card .image { width: 180px; }
	.people-card .content { line-height: 20px; padding: 15px; font-size: 14px; }
	.people-card .content p { font-size: 14px; }
}
@media only screen and (max-width: 425px) {
	.site-title-header { padding: 0 20px; font-size: 18px; }
	.site-title-header.tl-mobile { padding-left: 0; }
	.highlight-box { padding: 15px 15px 30px; }
	.highlight-box .title { font-size: 30px; margin-bottom: 15px; }
	.highlight-box .content { width: 70%; line-height: 35px; }
	.highlight-box.yellow { background-size: 35%; background-image: url(../images/balloons-mobile.png); background-repeat: no-repeat; background-position: -webkit-calc(100% - 10px) 30px; background-position: calc(100% - 10px) 30px; }
	.highlight-box .balloons-wrapper { display: none; }

	.breadcrumbs { display: none; }

	.highlight-box-small .visible-area { font-size: 16px; }
	.highlight-box-small .visible-area.blue { padding: 4px 20px 0; }
	.highlight-box-small .share-area { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; font-size: 17px; -ms-flex-pack: start; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; padding-top: 10px; }
	.highlight-box-small .share-area .social { margin: 5px 0 0; }
	.highlight-box-small .share-area .social li { margin: 0 4px; }
	.highlight-box-small .share-area .social a { width: 36px; height: 36px; border-radius: 36px; font-size: 18px; }

	.people-card { border: 2px solid #d4d4d3; position: relative; }
	.people-card .image { width: 80px; height: 120px; position: absolute; left: 15px; top: 15px; min-height: 120px; }
	.people-card .image img { max-width: 100%; }
	.people-card .content { border: 0; }
	.people-card .content p { padding: 0 0 0 90px; font-size: 19px; min-height: 120px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
}
@media only screen and (max-width: 320px) {
	.highlight-box .content { margin-bottom: 45px; }
}
/* ----------------------------------------------------------------------------------------------------------
#) HEADER
---------------------------------------------------------------------------------------------------------- */
.header-nav { height: 113px; border-bottom: 1px solid #555555; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; background: #fff; z-index: 100; position: relative; }
.header-nav::after { content: ""; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: #777777; z-index: 200; width: 100%; }
.header-nav .site-logo { display: block; width: 195px; height: 100%; position: relative; }
.header-nav .site-logo img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%; }
.header-nav .site-search { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; margin: 0 35px 0 70px; }
.header-nav .site-search input { padding-right: 50px; }
.header-nav .site-search button { background: transparent; border: 0; position: absolute; top: 0; right: 0; width: 48px; height: 48px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }
.lang-menu { padding: 0 25px 0 0; }
.lang-menu a { color: #cccccc; font-size: 17px; font-weight: bold; margin-right: 15px; text-decoration: none; }
.lang-menu a.active { color: #000; }
.lang-menu a:last-child { margin-right: 0; }
.grant-menu { width: 205px; position: relative; }
.grant-menu .first > li > a { font-weight: bold; height: 48px; display: block; color: #000; text-align: center; line-height: 42px; border: 3px solid #000; font-size: 17px; font-weight: bold; text-decoration: none; }
.grant-menu .first > li > a .caret { margin-left: 8px; }
.grant-menu .first > li:hover > a { background: #000; color: #fff; }
.grant-menu .first > li:hover > a .caret { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.grant-menu .second { position: absolute; top: 48px; right: 0; background: #fff; border: 2px solid #cdcdcd; min-width: 355px; z-index: 300; display: none; -webkit-animation: fadeIn 250ms linear; animation: fadeIn 250ms linear; }
.grant-menu .first > li:hover .second,
.grant-menu .first > li:focus .second { display: block; }
.grant-menu .second li { border-bottom: 2px solid #cdcdcd; }
.grant-menu .second li:last-child { border-bottom: 0; }
.grant-menu .second li a { font-weight: bold; font-size: 17px; color: #000; display: block; padding: 15px 20px; text-decoration: none; }
.grant-menu .second li a:hover { background: #FF7900; color: #fff; padding: 17px 22px; margin: -2px; }
.header-nav .open-sub-menu { display: none; }

.tablet-sub-menu { -ms-transform: translate(0, -50px); -webkit-transform: translate(0, -50px); transform: translate(0, -50px); height: 50px; z-index: 50; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin: 0; background: #fff; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-transition: all 250ms ease; transition: all 250ms ease; max-height: 0; display: none; }
.tablet-sub-menu.active { -ms-transform: translate(0, 15px); -webkit-transform: translate(0, 15px); transform: translate(0, 15px); max-height: 50px; }
.tablet-sub-menu form { position: relative; -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.tablet-sub-menu form input { border-color: #555555; }
.tablet-sub-menu form button { background: transparent; border: 0; position: absolute; top: 0; right: 0; width: 48px; height: 48px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }
.tablet-sub-menu .social-list { padding: 0 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: auto; -webkit-box-flex: 0; -webkit-flex: 0; -ms-flex: 0; flex: 0; }

.mobile-sub-menu { display: none; }

.main-menu { height: 80px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; }
.main-menu .menu.auto-width { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.main-menu .menu.auto-width > li:first-child { margin-left: -15px; }
.main-menu .menu > li { float: left; margin: 15px 0 15px 0; position: relative; }
.main-menu .menu:not(.auto-width) > li:last-child { margin-right: -15px; }
.main-menu .menu > li > a { display: block; height: 49px; line-height: 45px; font-weight: bold; font-size: 15px; color: #000;  padding: 0 10px; border: 2px solid transparent; text-decoration: none; cursor: pointer; }
.main-menu .menu > li > a.nolink { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.main-menu .menu > li:hover > a { border-color: #ccc; }
.main-menu .menu > li:hover > a .caret { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.main-menu .menu > li:last-child a { margin-right: 0; }
.main-menu .menu .second { position: absolute; top: 47px; left: 0; border: 2px solid #ccc; background: #fff; min-width: 250px; display: none; -webkit-animation: fadeIn 250ms linear; animation: fadeIn 250ms linear; z-index: 200; }
.main-menu .menu .second li { border-bottom: 2px solid #ccc; }
.main-menu .menu .second li:last-child { border-bottom: 0; }
.main-menu .menu .second li a { display: block; padding: 10px 15px; font-weight: bold; font-size: 17px; color: #000; text-decoration: none; }
.main-menu .menu .second li:hover a { background: #FF7900; color: #fff; padding: 12px 17px; margin: -2px; }
.main-menu .menu > li:hover .second { display: block; }
/* ----------------------------------------------------------------------------------------------------------
#) HEADER - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.header-nav .site-logo { width: 170px; }
	.header-nav .grant-menu { width: 180px; }
	.header-nav .grant-menu .caret { position: relative; top: -1px; }
	.header-nav .grant-menu .first > li > a { font-size: 16px; }
	.header-nav .grant-menu .second li a { font-size: 16px; padding: 10px 15px; }
	.header-nav .grant-menu .second li a:hover { padding: 12px 17px; }
	.header-nav .site-search { margin: 0 40px; }
	.header-nav .lang-menu a { font-size: 16px; }
	.main-menu .menu > li > a { font-size: 15px; padding: 0 10px; }
	.main-menu .menu .second li a { font-size: 15px; padding-left: 10px; padding-right: 10px; }
	.main-menu .menu .second li:hover a { padding-right: 12px !important; padding-left: 12px !important; }

	.mobile-sub-menu { display: block; height: -webkit-calc(100% - 80px); height: calc(100% - 80px); z-index: 200; background: #fff; position: absolute; width: 100%; top: 81px; left: 0; overflow-x: auto; padding: 15px 15px 0; -ms-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); transform: translate(0, -100%); -webkit-transition: all 250ms ease; transition: all 250ms ease; -webkit-overflow-scrolling: touch; }
	.mobile-sub-menu.active { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); }
	.mobile-sub-menu form input { border-color: #cdcdcd; height: 48px !important; line-height: 46px !important; font-family: Arial !important; }
	/*.mobile-sub-menu form input::-webkit-input-placeholder { line-height: 45px !important; }*/
	.mobile-sub-menu form button { background: transparent; border: 0; position: absolute; top: 0; right: 0; width: 48px; height: 48px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }
	.mobile-sub-menu form button .material-icons { font-size: 30px; }
	.mobile-sub-menu .mobile-social-lang { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; padding: 15px 0; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center }
	.mobile-sub-menu .social-list { text-align: left; padding: 0; }
	.mobile-sub-menu .lang-menu { padding: 0 10px 0 0; }
	.mobile-sub-menu .lang-menu a { margin-right: 25px; }
	.mobile-sub-menu .lang-menu a:last-child { margin-right: 0; }

	.header-nav .site-search,
	.header-nav .lang-menu { display: none; }
	.header-nav .social-list { display: none; }
	.social-list { padding: 0 25px 0 45px; -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: right; }
	.header-nav .site-logo { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
	.header-nav .site-logo img { left: 0; right: auto; max-height: 92px; }
	.header-nav .open-sub-menu.tablet { display: block; }
	.header-nav .open-sub-menu { position: relative; width: 52px; height: 52px; margin-left: 25px; border: 3px solid #000; }
	.header-nav .open-sub-menu .line { position: absolute; top: 50%; left: 8px; right: 8px; height: 3px; background: #000; -webkit-transition: all 250ms ease; transition: all 250ms ease; }
	.header-nav .open-sub-menu .line-1 { margin-top: -8px; }
	.header-nav .open-sub-menu .line-2 { margin-top: -1px; }
	.header-nav .open-sub-menu .line-3 { margin-top: 6px; }
	.header-nav .open-sub-menu.active .line-1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-top: -1px; }
	.header-nav .open-sub-menu.active .line-2 { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	.header-nav .open-sub-menu.active .line-3 { display: none; }
	.header-nav .grant-menu .second { min-width: 325px; }

	.header-nav { height: 80px; margin: 0 0 15px; z-index: 300; position: relative; }
	.header-nav .site-logo { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
	.header-nav .site-logo img { max-height: 100%; left: 0; right: auto; }
	.header-nav .open-sub-menu.mobile { width: 45px; height: 45px; display: block; }
	.header-nav .open-sub-menu .line-1 { margin-top: -8px; }
	.header-nav .open-sub-menu .line-2 { margin-top: -1px; }
	.header-nav .open-sub-menu .line-3 { margin-top: 6px; }
	.header-nav .open-sub-menu.active .line-1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-top: -1px; }
	.header-nav .open-sub-menu.tablet,
	.header-nav .social-list,
	.header-nav .grant-menu { display: none; }


	.main-menu { display: none; }

	.mobile-menu .menu > li { border: 2px solid transparent; border-top: 2px solid #000; overflow: hidden; -webkit-transition: border 80ms ease; transition: border 80ms ease; }
	.mobile-menu .menu > li > a { display: block; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; font-weight: bold; color: #000; font-size: 18px; border-bottom: 2px solid transparent; padding: 12px 13px 8px; position: relative; text-decoration: none; position: relative; z-index: 100; background: #fff; -webkit-transition: border 80ms ease; transition: border 80ms ease; }
	.mobile-menu .menu > li:last-child { border-bottom: 2px solid #000; }
	.mobile-menu .menu > li > a .caret { position: absolute; top: 50%; right: 15px; margin-top: -2px; }
	.mobile-menu .menu > li.active { border-color: #cccccc; margin-bottom: 15px; }
	.mobile-menu .menu > li > a.active { background: #eee; border-color: #cccccc; }
	.mobile-menu .menu > li > a.active .caret { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
	.mobile-menu .menu > li > ul { -ms-transform: translate(0, -102px); -webkit-transform: translate(0, -102px); transform: translate(0, -102px); max-height: 0; -webkit-transition: max-height 600ms cubic-bezier(0, 1.05, 0, 1); transition: max-height 600ms cubic-bezier(0, 1.05, 0, 1); border-top: 1px solid rgba(0, 0, 0, 0.05); }
	.mobile-menu .menu > li > ul a { display: block; padding: 13px; color: #000; font-weight: bold; text-decoration: none; font-size: 18px; }
	.mobile-menu .menu > li > ul a:hover,
	.mobile-menu .menu > li > ul a:focus { background: #f26722; color: #fff; }
	.mobile-menu .menu > li.active ul { display: block; -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); max-height: 1000px; -webkit-transition: max-height 600ms ease; transition: max-height 600ms ease;}
	.mobile-sub-menu .grant-menu { width: auto; margin: 15px 0; }
	.mobile-sub-menu .grant-menu .first > li > a { line-height: 44px; }
	.mobile-sub-menu .grant-menu .second { position: static; width: auto !important; min-width: 100% !important; }
	.mobile-sub-menu .grant-menu .second li a { font-size: 16px; }
}
@media only screen and (max-width: 991px) {
	/* .tablet-sub-menu { display: flex; } */

	.main-menu .menu > li > a { font-size: 12px; padding: 0 5px; }
	.main-menu .menu.auto-width > li:first-child { margin-left: -8px; }
	.main-menu .menu:not(.auto-width) > li:last-child { margin-right: -8px; }
	.main-menu .menu .second li a { padding: 10px 6px; font-size: 13px; }
	.main-menu .menu .second li:hover a { padding: 12px 8px; }
}
@media only screen and (max-width: 767px) {
	/*header { transition: height 1000000s ease; }*/


}
@media only screen and (max-width: 320px) {
	.tablet-sub-menu { display: none; }
	.mobile-menu .menu > li > ul { -ms-transform: translate(0, -121px); -webkit-transform: translate(0, -121px); transform: translate(0, -121px); }
	.mobile-sub-menu .grant-menu .second li { width: auto; }
	.mobile-sub-menu .grant-menu .second a { width: auto; display: block; }
}
/* ----------------------------------------------------------------------------------------------------------
#) TITLE BANNER SLIDER
---------------------------------------------------------------------------------------------------------- */
.title-banner-slider { height: 460px; overflow: hidden; position: relative; margin: 0 0 25px; }
.title-banner-slider *:focus { outline: 0; }
.title-banner-slider .slick-dots { position: absolute; left: 0; right: 0; bottom: 20px; margin: auto; text-align: center; margin: 0; padding: 0; }
.title-banner-slider .slick-dots li { display: inline-block; width: 14px; height: 14px; border-radius: 14px; border: 2px solid #FF7900; margin: 0 3px; cursor: pointer; }
.title-banner-slider .slick-dots li.slick-active { background: #FF7900; }
.title-banner-slider .slick-dots li button { display: none; }
/* ----------------------------------------------------------------------------------------------------------
#) TITLE BANNER SLIDER - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.title-banner-slider { height: 382px; }
	.title-banner-slider .slick-slide img { max-width: 100%; }
}
@media only screen and (max-width: 991px) {
	.title-banner-slider { height: 290px; }
	.title-banner-slider .slick-slide img { max-width: 100%; }
}
@media only screen and (max-width: 767px) {
	.title-banner-slider { height: auto; }
}
@media only screen and (max-width: 425px) {
	.title-banner-slider { height: auto; margin: 0 0 15px; }
	/*.title-banner-slider .slick-slide img { max-width: none; position: absolute; max-height: 100%; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; }*/
	/*.title-banner-slider .slick-track, .title-banner-slider .slick-list { height: 100%; }*/
	/*.title-banner-slider .slick-slide { position: relative; z-index: 100; overflow: hidden; }*/

	/*.title-banner-slider .slick-dots { bottom: 5px; }*/
}
/* ----------------------------------------------------------------------------------------------------------
#) SUPPORT AREA
---------------------------------------------------------------------------------------------------------- */
.support-area { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; height: 345px; margin: 0 0 0; overflow: hidden; }
.support-area .area { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 30px 25px 0; position: relative; overflow: hidden; display: block; text-decoration: none; }
.support-area .area .title { font-size: 25px; font-weight: bold; color: #fff; margin-bottom: 5px; z-index: 2; position: relative; display: block; }
.support-area .area .desc { display: block; width: 285px; font-weight: bold; font-size: 16px; line-height: 20px; z-index: 2; position: relative; color: #000; }
/*.support-area .area img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-height: 100%; max-width: 100%; transform: scale(1); transition: all 300ms cubic-bezier(.17,.67,.65,.62); }
.support-area .area:hover img { transform: scale(1.04); }*/
.support-area .area .area-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; -webkit-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); -webkit-transition: all 200ms cubic-bezier(.62,.96,.65,.62); transition: all 200ms cubic-bezier(.62,.96,.65,.62); }
.support-area .area > .area-1 { background: url(../images/area-1.png) no-repeat scroll center center / cover; }
.support-area .area > .area-2 { background: url(../images/area-2.png) no-repeat scroll center center / cover; }
.support-area .area > .area-3 { background: url(../images/area-3.png) no-repeat scroll center center / cover; }
.support-area .area:hover .area-img { -webkit-transform: scale(1.07); -ms-transform: scale(1.07); transform: scale(1.07); }

.supported-projects {  }
.supported-projects .project { float: left; width: 360px; height: 360px; overflow: hidden; position: relative; margin: 0 25px 25px 0; }
.supported-projects .project:nth-child(3n+3) { margin-right: 0; }
.supported-projects .project img { position: absolute; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; max-height: 100%; }
.supported-projects .project-name { position: absolute; bottom: 0; left: 0; z-index: 100; font-weight: bold; font-size: 24px; padding: 0 30px 30px; visibility: visible; -webkit-transition: all 200ms ease; transition: all 200ms ease; color: #fff; }
.supported-projects .project-name.hue-reverse { color: #fff; }
.supported-projects .project-info { position: absolute; bottom: 0; right: 0; left: 0; top: 0; z-index: 200; background: rgba(44, 44, 44, .85); padding: 45px; font-size: 24px; font-weight: bold; color: #fff; visibility: hidden; opacity: 0; -webkit-transition: all 150ms ease; transition: all 150ms ease; }
.supported-projects .project-info .btn { position: absolute; bottom: 45px; left: 45px; }
.supported-projects .project:hover .project-name { visibility: hidden; opacity: 0; }
.supported-projects .project:hover .project-info { visibility: visible; opacity: 1; }
/* ----------------------------------------------------------------------------------------------------------
#) SUPPORT AREA - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.support-area { height: 325px; }
	.support-area .area span { width: auto; }
	.supported-projects .project { width: 296px; height: 296px; }
	.supported-projects .project-info { padding: 25px; font-size: 26px; }
	.supported-projects .project-info .btn { left: 25px; bottom: 25px; }
}
@media only screen and (max-width: 991px) {
	.support-area { height: 320px; margin: 0 0 25px; }
	.support-area .area { padding-top: 20px; }
	.support-area .area p { font-size: 22px; }
	.support-area .area .title { font-size: 20px; }
	.support-area .area .desc { width: auto; font-size: 15px; }

	.supported-projects .project { width: 223px; height: 223px; }
	.supported-projects .project-name { font-size: 18px; }
	.supported-projects .project-info { font-size: 18px; }
	.supported-projects .project-info span { height: 100px; overflow: hidden; display: block; }
}
@media only screen and (max-width: 767px) {
	.supported-projects .project { width: 33.333%; margin: 0; }
	.supported-projects .project img { max-width: 165%; max-height: 165%; }
	.supported-projects .project-info { padding: 15px; font-size: 18px; }
	.supported-projects .project-info .btn { left: 15px; bottom: 15px; right: 15px; min-width: initial!important; }
}
@media only screen and (max-width: 425px) {
	.support-area { -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; height: auto; }
	.support-area .area { padding: 25px; min-height: 250px }
	.support-area .area p { font-size: 28px; }
	.support-area .area span { font-size: 16px; line-height: 22px; }

	.supported-projects .project { width: 50%; height: 150px; }
	.supported-projects .project-name { padding: 15px; font-size: 14px; line-height: 18px; overflow: hidden; width: 100%; z-index: 100; }
	.supported-projects .project-info { font-size: 12px; }
	.supported-projects .project-info .btn { padding-top: 5px; padding-bottom: 5px; font-size: 12px; }
}
@media only screen and (max-width: 320px) {
	.support-area .area { padding: 15px; }
	.support-area .area .desc { width: auto; }
	.supported-projects .project-info span { display: block; height: 69px; overflow: hidden; }
}
/* ----------------------------------------------------------------------------------------------------------
#) NEWS FEED
---------------------------------------------------------------------------------------------------------- */
.title-news-feed { /*background: #efefef; padding: 25px 0 35px;*/ margin: 0 0 25px; }
/*.title-news-feed .wrapper { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; height: 350px; -ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; padding: 0 15px; }*/
/*.title-news-feed .main-news { width: 730px; background: #fff; border: 2px solid #dededd; padding: 35px 40px;  -webkit-transition: border-color 200ms ease; transition: border-color 200ms ease; }*/
/*.title-news-feed .main-news:hover { border-color: #FF7900 }*/
/*.title-news-feed .main-news .title { display: inline-block; font-weight: bold; font-size: 31px; color: #FF7900; width: 555px; line-height: 37px; text-decoration: none; margin: 0 0 15px; }*/
/*.title-news-feed .main-news .date { display: block; font-weight: bold; margin: 0 0 15px; }*/
/*.title-news-feed .main-news .date .material-icons { margin-right: 5px; }*/
/*.title-news-feed .main-news .date > * { display: inline-block; vertical-align: middle; }*/
/*.title-news-feed .main-news .desc { width: 550px; font-size: 18px; line-height: 22px; margin: 0 0 20px; }*/
/*.title-news-feed .news-list { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 0 0 0 15px; overflow: hidden; }*/
/*.title-news-feed .small-news { display: block; border: 2px solid #dededd; background: #fff; padding: 15px 15px 0; height: 110px; color: #FF7900; text-decoration: none; margin-bottom: 10px; -webkit-transition: border-color 200ms ease; transition: border-color 200ms ease; }*/
/*.title-news-feed .small-news:hover { border-color: #FF7900; }*/
/*.title-news-feed .small-news:last-child { margin-bottom: 0; }*/
/*.title-news-feed .small-news .title { font-size: 17px; font-weight: bold; line-height: 20px; display: inline-block; width: 300px; margin: 0 0 5px; height: 40px; overflow: hidden; }*/
/*.title-news-feed .small-news .date { display: block; font-size: 13px; font-weight: bold; color: #000; }*/
/*.title-news-feed .small-news .date .material-icons { font-size: 22px; }*/
/*.title-news-feed .small-news .date > * { display: inline-block; vertical-align: middle; }*/
/*.title-news-feed.purple { background-color: #A885D8; }*/
.title-news-feed .list { overflow-y: hidden; height: 390px; position: relative; padding-left: 4px; /*right: -4px; margin-bottom: 4px;*/ }
.title-news-feed .news { float: left; width: -webkit-calc(33.33% + 4px); width: calc(33.33% + 4px); height: 390px; border: 4px solid #d2d2d2; position: relative; margin-left: -4px; margin-bottom: -4px; text-decoration: none; overflow: hidden; -webkit-transition: border-color 100ms linear; transition: border-color 100ms linear; }
.title-news-feed .news img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; max-height: 100%; visibility:hidden; opacity:0; -webkit-transition: visibility 0s ease 500ms,opacity 500ms ease; transition:visibility 0s ease 500ms,opacity 500ms ease; }
.title-news-feed .news .info { position: absolute; bottom: 30px; left: 0; right: 0; padding: 0 30px; z-index: 100; }
.title-news-feed .news .info > * { display: block; font-weight: bold; }
.title-news-feed .news .info .important { color: #000 !important; display: block; }
.title-news-feed .news .title { font-size: 24px; color: #000; line-height: 30px; margin-bottom: 20px }
.title-news-feed .news .date { color: #888888; font-size: 16px; }
.title-news-feed .news .date > * { display: inline-block; vertical-align: middle; }
.title-news-feed .news .date .material-icons { margin-right: 5px; font-size: 20px; }
.title-news-feed .news:hover { border-color: #FF7900; z-index: 200; }
.title-news-feed .news:hover .title,
.title-news-feed .news:hover .date { color: #fff !important; }
.title-news-feed .news:hover img { visibility:visible; opacity:1; -webkit-transition-delay:0s; transition-delay:0s; }

.title-news-feed .news[data-color="#A485BD"] .title { color: #fff; }
.title-news-feed .news[data-color="#A485BD"] .date { color: #000; }

.news-feed { margin: 0 0 50px; }
.news-feed .list { position: relative; right: -4px; margin-bottom: 4px; }
.news-feed .news { float: left; width: -webkit-calc(33.33% + 2.7px); width: calc(33.33% + 2.7px); height: 390px; border: 4px solid #d2d2d2; position: relative; margin-left: -4px; margin-bottom: -4px; text-decoration: none; overflow: hidden; -webkit-transition: border-color 100ms linear; transition: border-color 100ms linear; }
.news-feed .news img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; max-height: 100%; visibility:hidden; opacity:0; -webkit-transition: visibility 0s ease 500ms,opacity 500ms ease; transition:visibility 0s ease 500ms,opacity 500ms ease; }
.news-feed .news .info { position: absolute; bottom: 30px; left: 0; right: 0; padding: 0 30px; z-index: 100; }
.news-feed .news .info > * { display: block; font-weight: bold; }
.news-feed .news .info .important { color: #000 !important; display: block; }
.news-feed .news .title { font-size: 24px; color: #000; line-height: 30px; margin-bottom: 20px }
.news-feed .news .date { color: #888888; font-size: 16px; }
.news-feed .news .date > * { display: inline-block; vertical-align: middle; }
.news-feed .news .date .material-icons { margin-right: 5px; font-size: 20px; }
.news-feed .news:hover { border-color: #FF7900; z-index: 200; }
.news-feed .news:hover .title,
.news-feed .news:hover .date { color: #fff !important; }
.news-feed .news:hover img { visibility:visible; opacity:1; -webkit-transition-delay:0s; transition-delay:0s; }

.news-feed .news[data-color="#A485BD"] .title { color: #fff; }
.news-feed .news[data-color="#A485BD"] .date { color: #000; }
/* ----------------------------------------------------------------------------------------------------------
#) NEWS FEED - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	/*.title-news-feed .main-news { width: 600px; }*/
	/*.title-news-feed .main-news .desc { width: auto; }*/
	/*.title-news-feed .main-news .title { font-size: 29px; line-height: 31px; }*/
	/*.title-news-feed .small-news .title { width: auto; font-size: 15px; }*/
	/*.title-news-feed .small-news .date .material-icons { font-size: 18px; }*/

    .title-news-feed .list { height: 316px; }
    .title-news-feed .news { height: 316px; }
	.title-news-feed .news .title { font-size: 22px; line-height: 1.42857143; }
	.title-news-feed .news .date { font-size: 16px; }
	.title-news-feed .news .date .material-icons { font-size: 20px; }

	.news-feed .news { height: 316px; }
	.news-feed .news .title { font-size: 22px; line-height: 1.42857143; }
	.news-feed .news .date { font-size: 16px; }
	.news-feed .news .date .material-icons { font-size: 20px; }
}
@media only screen and (max-width: 991px) {
	/*.title-news-feed { padding: 25px 0; margin: 0 0 25px; }*/
	/*.title-news-feed .wrapper { height: auto; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding: 0 25px; }*/
	/*.title-news-feed .main-news { width: auto; -ms-flex: 1 1 100%; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; flex: 1 1 100%; margin: 0 0 25px; }*/
	/*.title-news-feed .news-list { padding: 0; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center }*/
	/*.title-news-feed .main-news .desc { line-height: 24px; }*/
	/*.title-news-feed .main-news .title { font-size: 24px; line-height: 28px; }*/
	/*.title-news-feed .main-news .date { font-size: 14px; }*/
	/*.title-news-feed .main-news .material-icons { font-size: 20px; }*/
	/*.title-news-feed .small-news { margin: 0; width: 324px; }*/
	/*.title-news-feed .small-news:last-child { display: none; }*/

	.news-feed { margin: 0 0 25px; }
}
@media only screen and (max-width: 767px) {
	/*.title-news-feed .main-news .title { width: auto; }*/

    .title-news-feed .list { height: 250px; }
    .title-news-feed .news { height: 250px; }
	.title-news-feed .news img { max-height: 150%; max-width: 150%; }
	.title-news-feed .news .title { font-size: 15px; }
	.title-news-feed .news .info { bottom: 20px; padding: 0 15px; }
	.title-news-feed .news .date { font-size: 13px; }
	.title-news-feed .news .date span:not(.material-icons) { margin-top: 2px; }
	.title-news-feed .news .date .material-icons { font-size: 17px; }

	.news-feed .news { height: 250px; }
	.news-feed .news img { max-height: 150%; max-width: 150%; }
	.news-feed .news .title { font-size: 15px; }
	.news-feed .news .info { bottom: 20px; padding: 0 15px; }
	.news-feed .news .date { font-size: 13px; }
	.news-feed .news .date span:not(.material-icons) { margin-top: 2px; }
	.news-feed .news .date .material-icons { font-size: 17px; }
}
@media only screen and (max-width: 425px) {
	/*.title-news-feed { padding-bottom: 0; padding-top: 20px; margin: 0; }*/
	/*.title-news-feed .wrapper { padding: 0 10px 30px; }*/
	/*.title-news-feed .main-news { padding: 15px; margin: 0 0 10px; }*/
	/*.title-news-feed .main-news .desc { height: 48px; overflow: hidden; }*/
	/*.title-news-feed .news-list { -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; }*/
	/*.title-news-feed .small-news { width: 100%; margin: 0 0 10px; }*/
	/*.title-news-feed .small-news:nth-child(2n) { margin: 0 !important; }*/

    .title-news-feed .list { height: 400px; }
    .title-news-feed .news { width: -webkit-calc(50% + 4px); width: calc(50% + 4px); height: 200px; }
	.title-news-feed .news img { max-height: 100%; }
	.title-news-feed .news .title { font-size: 13px; line-height: 17px; }
	.title-news-feed .news .date { font-size: 11px; }
	.title-news-feed .news .date .material-icons { margin: 0; }

	.news-feed .news { width: -webkit-calc(50% + 2px); width: calc(50% + 2px); height: 200px; }
	.news-feed .news img { max-height: 100%; }
	.news-feed .news .title { font-size: 13px; line-height: 17px; }
	.news-feed .news .date { font-size: 11px; }
	.news-feed .news .date .material-icons { margin: 0; }
}
@media only screen and (max-width: 320px) {
    .title-news-feed .news img { max-height: 100%; max-width: none; }
	.title-news-feed .news .date { font-size: 9px; }

	.news-feed .news img { max-height: 100%; max-width: none; }
	.news-feed .news .date { font-size: 9px; }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	/*.title-news-feed .wrapper { display: block; }*/
	/*.title-news-feed .main-news { display: block; }*/
}
/* ----------------------------------------------------------------------------------------------------------
#) SOCIAL FEED
---------------------------------------------------------------------------------------------------------- */
.social-feed { background: #000; padding: 25px 0 35px; margin: 0 0 25px; overflow: hidden; }
.social-feed.no-padding-bottom { padding-bottom: 0; }
.social-feed .wrapper { height: 395px; overflow: hidden; padding: 0 25px; }

/* Facebook */
.social-feed .facebook-feed-slider .slide { width: 310px; height: 395px; float: left; margin: 0 5px 0 0; }
.social-feed .facebook-feed-slider .slide:last-child { margin-right: 0; }
.social-feed .facebook-feed-slider .slick-arrow { position: absolute; top: 50%; margin-top: -17px; color: #fff; background: rgba(0, 0, 0, .75); width: 34px; height: 34px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; font-size: 34px; z-index: 100; cursor: pointer; }
.social-feed .facebook-feed-slider .slick-arrow.prev { left: -17px; }
.social-feed .facebook-feed-slider .slick-arrow.next { right: -17px; }

.facebook-post { width: 305px; height: 395px; background: #fff; border-radius: 4px; padding: 15px; position: relative; display: block; color: #000; text-decoration: none !important; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.facebook-post:hover,
.facebook-post:focus,
.facebook-post:active { color: #000; }
.facebook-post .header { height: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; }
.facebook-post .header .photo { width: 40px; height: 40px; }
.facebook-post .header .photo img { max-width: 100%; }
.facebook-post .header .info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0 0 0 8px; }
.facebook-post .header .info .name { font-size: 15px; color: #365899; font-weight: bold; }
.facebook-post .header .info .date { display: block; font-size: 12px; color: #878787; }
.facebook-post .feed-image { height: 200px; overflow: hidden; position: absolute; bottom: 15px; left: 15px; right: 15px; display: block; }
.facebook-post .feed-image .relative { position: relative; width: 100%; height: 100%; display: block; }
.facebook-post .feed-image img { position: absolute; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; max-height: 120%; }
.facebook-post .feed-text { font-size: 14px; margin: 0 0 15px; display: block; line-height: 1.38; color: #1d2129; }

/* Instagram */
.instagram-feed { padding: 0 25px; position: relative; }
.instagram-feed .column { width: 316px; float: left; margin-left: 10px; }
.instagram-feed .column.large { width: 425px; margin: 0; }
.instagram-feed .item { display: block; overflow: hidden; margin-bottom: 10px; }
.instagram-feed .item .photo { display: block; position: relative; width: 100%; height: 100%; }
.instagram-feed .item .photo img { position: absolute; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; max-height: 100%; }
.instagram-feed .large-item { width: 425px; height: 425px; }
.instagram-feed .small-item { width: 207px; height: 207px; float: left; margin-right: 10px; }
.instagram-feed .medium-item { width: 316px; height: 316px; }
.instagram-feed .small-item:last-child { margin-right: 0; }
/* ----------------------------------------------------------------------------------------------------------
#) SOCIAL FEED - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.instagram-feed .column { width: 277px; }
	.instagram-feed .column.large { width: 316px; }
	.instagram-feed .large-item { width: 316px; height: 316px; }
	.instagram-feed .medium-item { width: 277px; height: 277px; }
	.instagram-feed .small-item { width: 153px; height: 153px; }
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 425px) {
	.social-feed { padding: 20px 0 30px; }
	.social-feed .wrapper { padding: 0 12px; }
}
@media only screen and (max-width: 320px) {
	.facebook-post { width: 266px; }
}
/* ----------------------------------------------------------------------------------------------------------
#) CONTENT
---------------------------------------------------------------------------------------------------------- */
.content-wrapper { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; margin: 0 0 30px; min-height: 480px }
.content-wrapper.white-space { margin-top: 50px; }
.content-wrapper > * { -ms-flex: 1 1 100%; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; flex: 1 1 100%; overflow: hidden; }
.content-wrapper .mixed-area { position: relative; }
.content-wrapper .desc-area { padding: 40px 60px 25px 60px; font-size: 19px; font-weight: bold; line-height: 30px; overflow: hidden; }
.content-wrapper .desc-area h1 { margin: 0 0 30px; font-weight: bold; color: #FF7900; font-size: 35px; }
.content-wrapper .desc-area[data-color="#4BB4E6"] h1,
.content-wrapper .desc-area[data-color="#FFD200"] h1,
.content-wrapper .desc-area[data-color="#50BE87"] h1,
.content-wrapper .desc-area[data-color="#A885D8"] h1,
.content-wrapper .desc-area[data-color="#FFB4E6"] h1 { color: #fff; }
.content-wrapper .desc-area a { color: #FF7900; }
.content-wrapper .desc-area[data-color="#4BB4E6"] a,
.content-wrapper .desc-area[data-color="#FFD200"] a,
.content-wrapper .desc-area[data-color="#50BE87"] a,
.content-wrapper .desc-area[data-color="#A885D8"] a,
.content-wrapper .desc-area[data-color="#FFB4E6"] a { color: #fff; }
.content-wrapper .desc-area.smaller { font-size: 18px; line-height: 24px; padding-top: 50px; }
.content-wrapper .desc-area.smaller h1 { font-size: 35px; }

.grand-content { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; height: 100%; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; padding: 25px 55px; -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; }
.grand-content .box { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; height: 65px; border-bottom: 3px dotted #000; font-size: 20px; font-weight: bold; -ms-flex-align: end; -webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end; padding: 0 0 5px; }
.grand-content .box p { margin: 0; }
.grand-content .box .first { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.grand-content .btn { margin-top: 40px; }
.grand-content .desc { font-size: 18px; font-weight: bold; margin: 40px 0 0; }
.grand-content.yellow { background: #fed206; }
.grand-content.green { background: #53bd87; }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	.grand-content { position: absolute; top: 0; left: 0; width: 100%; }
}}

.text-photo-cover { overflow: hidden; width: 565px; min-height: 480px; height: 100%; position: relative; left: 0; top: 0; }
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .text-photo-cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
}}
_::-webkit-:host:not(:root:root), .text-photo-cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.text-photo-cover img { position: absolute; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; max-height: 100% }

.video-content { background: #000; margin: -30px 0 80px; }

.gallery-content { background: #eeeeee; overflow: hidden; padding: 25px 0 0; }
.gallery-content.margin { margin: 0 0 25px; }
.gallery-content .item { float: left; display: block; width: 25%; height: 280px; overflow: hidden; position: relative; }
.gallery-content .item img { position: absolute; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; margin: auto; max-height: 100%; }
.gallery-content .item span { position: absolute; z-index: 100; background: rgba(17, 17, 17, .80); top: 0; right: 0; bottom: 0; left: 0; padding: 50px 60px 50px 40px; color: #fff; font-weight: bold; font-size: 24px; visibility: hidden; opacity: 0; -webkit-transition: all 100ms ease; transition: all 100ms ease; }
.gallery-content .item:hover span { visibility: visible; opacity: 1; }

.text-content { margin: 0 auto 70px; width: 800px; font-size: 17px; line-height: 28px; }
.text-content.search { padding: 50px 0 0; }
.text-content.search strong { margin: -18px 0 0; display: block; }
.text-content.full { padding-top: 45px; }
.text-content h1 { font-size: 35px; font-weight: bold; margin: 0 0 30px; color: #FF7900; }
.text-content h2 { font-size: 27px; font-weight: bold; margin: 0 0 15px; }
.text-content h3 { font-size: 24px; font-weight: bold; margin: 0 0 15px; }
.text-content h1 span.orange { color: #FF7900; }
.text-content blockquote { display: block; padding: 55px 175px; margin: 40px -120px; background: #f1f1f1; border: 0; font-size: 24px; line-height: 32px; position: relative; }
.text-content blockquote::before { content: "“"; font-size: 89px; color: #ccc; position: absolute; top: 75px; left: 120px; }
.text-content blockquote::after { content: "„"; font-size: 89px; color: #ccc; position: absolute; bottom: 80px; right: 125px; }
.text-content div.text-banner { height: 445px; margin: 0 -165px; overflow: hidden; position: relative; }
.text-content div.text-banner img { max-width: 100%; position: absolute; top: -9999px; right: -9999px; left: -9999px; bottom: -9999px; margin: auto; height: auto !important; width: auto !important; }
.text-content a { color: #FF7900; }
.text-content table { width: 100%; max-width: 100%; margin-bottom: 20px; background-color: transparent; border-spacing: 0; border-collapse: collapse; border: 2px solid #d4d4d3 !important; }
.text-content table td { padding: 10px; border: 2px solid #d4d4d3 !important; }
.text-content table tr { vertical-align: top; }

.search-list { padding: 25px 0 0; }
.search-list .list { border-bottom: 2px solid #d3d3d3; padding: 13px 0; }
.search-list .list a { color: #FF7900; font-weight: bold; font-size: 17px; }

.files-content { margin: 0px 0 30px; }
.files-content .title { font-size: 22px; font-weight: bold; padding: 0 30px; margin: 20px 0; }
.file-container { border: 3px solid #eeeeee; margin: 0 0 4px; -webkit-transition: border-color 100ms ease; transition: border-color 100ms ease; }
.file-container .file-hidden-area { overflow: hidden; display: none;}
.file-container .file-header { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; height: 52px; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 0 30px; cursor: pointer; background: #eeeeee; }
.file-container .file-header p { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; font-size: 16px; font-weight: bold; color: #898989; }
.file-container .file-header .caret { -webkit-transition: all 100ms ease; transition: all 100ms ease; }
.file-container .file-content { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 0 30px; height: 56px; border-top: 3px solid #d2d2d2; }
.file-container .file-content .file { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.file-container .file-content .file a { font-weight: bold; font-size: 17px; color: #FF7900; }
.file-container .file-content .extension { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 30px 0 0; }
.file-container .file-content .eye { font-size: 24px; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; margin: 0 30px 0 0; }
.file-container .file-content .eye a { color: inherit; }
.file-container .file-content .download { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; text-decoration: none; }
.file-container .file-content .download i { font-size: 24px; color: #000000; }
.file-container .file-footer { padding: 15px 30px; border-top: 3px solid #d2d2d2; font-size: 16px; line-height: 24px; }
.file-container .file-footer a { color: #f47820; font-weight: bold; }
.file-container.active { border-color: #d2d2d2; }
.file-container .file-header.active { background: #fff; }
.file-container .file-header.active p { color: #000; }
.file-container .file-header.orange.active p { color: #f47820; }
.file-container .file-header.active .caret { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.file-container .file-hidden-area.active { display: block; }
/* ----------------------------------------------------------------------------------------------------------
#) CONTENT - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
	.content-wrapper { min-height: 350px; margin: 0 0 40px; }
	.content-wrapper.white-space { margin-top: 20px; }
	.content-wrapper .desc-area { padding: 25px; font-size: 18px; line-height: 1.42857143; }
	.content-wrapper .desc-area.smaller { padding-top: 25px; font-size: 16px; line-height: 22px; }
	.content-wrapper .desc-area.smaller h1 { font-size: 35px; }
	.content-wrapper .desc-area h1 { margin: 0 0 20px; font-size: 40px; }
	.text-photo-cover { width: 470px; min-height: 350px; }
	.text-photo-cover img { max-height: 120%; }

	.grand-content .box { font-size: 18px; height: 55px; padding-bottom: 8px; }
	.grand-content .box .first,
	.grand-content .box .last { line-height: 20px; }
	.grand-content .desc { margin: 35px 0 0; font-size: 15px; }

	.video-content { margin: -40px 0 40px; }
	.text-content { margin: 0 auto 40px; font-size: 16px; line-height: 22px; }
	.text-content blockquote { font-size: 22px; padding-top: 35px; padding-bottom: 35px; }
	.text-content blockquote::before { top: 50px; }
	.text-content blockquote::after { bottom: 60px; }
	.text-content h1 { font-size: 32px; }
	.text-content h2 { font-size: 24px; }
	.text-content h3 { font-size: 20px; }

	.gallery-content .item { height: 235px; }
	.gallery-content .item span { padding: 25px; font-size: 22px; }

	.files-content { margin: -15px 0 40px; }
	.files-content .title { font-size: 24px; margin: 30px 0; }
	.files-content .title:first-child { margin: 15px 0; }
	.file-container .file-header p { font-size: 18px; }
	.file-container .file-content .file a { font-size: 16px; }
	.file-container .file-content .extension { font-size: 16px; }
	.file-container .file-content .eye { font-size: 22px; }
	.file-container .file-footer { font-size: 16px; }
}
@media only screen and (max-width: 991px) {
	.content-wrapper { margin: 0 0 25px; }
	.content-wrapper .desc-area { font-size: 16px; }
	.content-wrapper .desc-area h1 { font-size: 30px; margin: 0 0 10px; }
	.content-wrapper .desc-area.smaller h1 { font-size: 28px; }
	.content-wrapper .desc-area.smaller { font-size: 15px; }

	.grand-content { padding: 0 30px; }
	.grand-content .box { font-size: 17px; height: auto; padding: 7px 0; }
	.grand-content .desc { margin: 25px 0 0; font-size: 14px; }

	.text-photo-cover { width: auto; }
	.video-content { margin: -25px 0 25px; }

	.custom-iframe { width: auto; margin-left: -25px; margin-right: -25px; }
	.text-content { width: auto; margin: 0 0 25px; padding: 0 25px; }
	.text-content.search { padding: 25px 0 0; }
	.text-content.full { padding-top: 25px; }
	.text-content h2 { font-size: 21px; }
	.text-content div.text-banner { margin: 0; height: 282px; }
	.text-content blockquote { margin: 25px 0; padding: 25px 50px; }
	.text-content blockquote::before { left: 5px; top: 40px; }
	.text-content blockquote::after { right: 5px; bottom: 50px; }

	.gallery-content .item { width: 33.333%; }

	.file-container .file-header p { font-size: 16px; }
	.files-content .title { font-size: 22px; line-height: 28px; padding-top: 15px; }
}
@media only screen and (max-width: 767px) {
	.gallery-content { padding: 15px 0 0; }
	.gallery-content .item { height: 203px; }

	.file-container .file-header { height: 45px; padding: 0 15px; }
	.file-container .file-header p { font-size: 14px; margin-top: 4px; }
	.file-container .file-content { padding: 0 15px; height: 50px; }
	.file-container .file-content .file a { font-size: 14px; }
	.file-container .file-footer { padding: 15px; font-size: 15px; }

	.files-content .title:first-child { margin-top: 40px; }
	.files-content .title { margin: 18px 0 13px; font-size: 22px; padding: 0 0 0 15px; }

	.grand-content .box { font-size: 14px; }
	.grand-content .desc { font-size: 13px; margin-top: 15px; }

	.custom-iframe { width: auto; margin: 0 -15px; }
	.text-content.search { padding-top: 0; }
	.text-content.search h1 { line-height: 34px; font-size: 26px; }
	.text-content.search strong { margin-top: -5px; }
	.text-content.full { padding: 25px 0 0; }
	.text-content h1 { font-size: 28px; margin: 0 0 15px; }
	.text-content div.text-banner { height: auto; }
	.text-content div.text-banner img { position: static; max-width: 100%; }
	.text-content iframe:not(#ifrm) { width: 100% !important; height: 250px !important; }

	.search-list { padding: 15px 0 0; }
}
@media only screen and (max-width: 425px) {
	.content-wrapper.white-space { margin-top: 0; }

	@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
	{ @media {
		.grand-content, .text-photo-cover { position: static; }
	}}

	.files-content { margin-bottom: 15px; }

	.content-wrapper { display: block !important; }
	.content-wrapper .desc-area { padding: 25px 0 15px; }
	.content-wrapper .desc-area.smaller { padding: 15px; font-size: 14px; }
	.content-wrapper .desc-area.smaller[data-color="#FFFFFF"] { padding: 0 0 15px !important; }
	.content-wrapper .desc-area.smaller h1 { font-size: 25px; }
	.text-photo-cover { min-height: 330px; }
	.text-photo-cover img { max-width: 150%; max-height: 150%; }

	.text-content { font-size: 15px; line-height: 20px; padding: 0; }
	.text-content iframe:not(#ifrm) { width: 100% !important; height: 200px !important; }
	.text-content blockquote { font-size: 16px; line-height: 22px; padding: 15px; border-left: 4px solid #e7e7e7; }
	.text-content blockquote::after,
	.text-content blockquote::before { display: none; }

	.gallery-content { padding: 15px; }
	.gallery-content .site-title-header { margin-left: -15px; margin-right: -15px; }
	.gallery-content .item { width: 50%; height: 165px; }

	.files-content .title { font-size: 17px; }
	.file-container .file-header { min-height: 45px; height: auto; padding: 8px 15px; }
	.file-container .file-header p { font-size: 13px; margin-top: 0; padding-right: 5px; }
	.file-container .file-content { height: auto; padding: 15px; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 15px; }
	.file-container .file-content .file { -ms-flex: 1 1 100%; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; flex: 1 1 100%; margin: 0 0 10px; overflow: hidden; display: none; }
	.file-container .file-content .extension,
	.file-container .file-content .eye { margin: 0 15px 0 0; }
	.file-container .file-footer { font-size: 14px; }

	.grand-content { padding: 15px; }
}
@media only screen and (max-width: 320px) {
	.content-wrapper { display: block; }
}
/* ----------------------------------------------------------------------------------------------------------
#) FOOTER
---------------------------------------------------------------------------------------------------------- */
footer { padding: 25px 0; }
footer .container { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
footer .copy { font-size: 19px; font-weight: bold; color: #FF7900; -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
footer .social-list { padding: 0 100px 0; }
footer .site a { font-size: 19px; font-weight: bold; color: #FF7900; }
/* ----------------------------------------------------------------------------------------------------------
#) FOOTER - responsive
---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
}
@media only screen and (max-width: 991px) {
	footer .copy { -ms-flex: none; -webkit-box-flex: 0; -webkit-flex: none; flex: none; }
	footer .social-list { padding: 0 50px 0 0; }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 425px) {
	footer .container { -ms-flex-flow: column; -webkit-flex-flow: column; flex-flow: column; }
	footer .container > * { padding: 0;}
	footer .copy { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; -webkit-order: 1; order: 1; margin: 0 0 5px; }
	footer .site { -ms-flex-order: 2; -webkit-box-ordinal-group: 3; -webkit-order: 2; order: 2; margin: 0 0 10px; }
	footer .social-list { -ms-flex-order: 3; -webkit-box-ordinal-group: 4; -webkit-order: 3; order: 3; }
}
/* ----------------------------------------------------------------------------------------------------------
#) PRINT
---------------------------------------------------------------------------------------------------------- */
@media print {
	.header-nav .site-search, .social-list, .lang-menu, .grant-menu, .header-nav .open-sub-menu, .tablet-sub-menu, .mobile-sub-menu, .main-menu, .gallery-content, .supported-projects, .highlight-box-small, .files-content, .site-title-header { display: none !important; }
	.content-wrapper { margin-top: -10px !important; }
	.content-wrapper .desc-area { padding-left: 0 !important; }
	.grand-content { padding-right: 0 !important; }
	footer { border-top: 1px solid #555555; }
	.text-content { width: auto; }
	.breadcrumbs { padding-left: 0; }
}

@media only screen and (max-width: 1527px){
	.main-menu .menu .second.last {
		left: auto;
		right:0 !important;
	}
}
/*# sourceMappingURL=main.css.map */
