/*
	Theme Name: XSTAR
	Description: XSTAR WordPress Theme
	Version: 1.0.0
	Author: Anh Bui
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url('css/fonts.css');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
}
body {
	font-family: RondoVU, Arial, sans-serif;
	color: #2E323C;
	font-weight: 300;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a:hover {
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}
/* header */
.header {
	padding: 38px 135px;
	margin: 0 auto;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 99;
}
body.loaded .header {
	top: 0;
}
body.loaded.admin-bar .header {
	top: 32px;
}
.header-content {
	display: flex;
	display: -ms-flex;
	justify-content: space-between;
}
/* logo */
.logo-container {

}
.logo {
	display: flex;
	display: -ms-flex;
}
.logo-img {
	max-width: 430px;
	max-height: 120px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.header.smaller-header .logo-img {
	max-width: 300px;
	max-height: 84px;
}
/* nav */
.main-menu-container {
	display: flex;
	display: -ms-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.header-content .wpml-ls-item {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-right: 2px solid #2E323C;
}
.header-content .wpml-ls-item:last-child {
	border-right: none;
	padding-right: 0;
}
.header-content .wpml-ls-item a {
	font-size: 20px;
	color: #2E323C;
	padding: 0;
	display: inline;
}
.header-content .wpml-ls-item.wpml-ls-current-language a {
	color: #B2B2B2;
	cursor:  default;
}
.main-menu-container .main-menu-navbar {
	padding: 0;
}
.main-menu-container .main-menu-navbar ul {
	margin: 0;
}
.main-menu-navbar .menu-item {
	display: inline-block;
	padding: 0 35px;
}
.main-menu-navbar .menu-item:last-child {
	padding-right: 0;
}
.main-menu-navbar .menu-item a {
	font-size: 24px;
	line-height: 27px;
	color: #2E323C;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.main-menu-navbar .menu-item a:hover,
.main-menu-navbar .menu-item.current-menu-item a {
	color: #B2B2B2;
	text-decoration: none;
}
.mobile-language-switcher {
	display: none;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #2E323C;
	color: #DBE4E8;
	font-family: RondoVU-Light, Arial, sans-serif;
}

.footer-section-title {
	margin-bottom: 24px;
	font-size: 22px;
	color: #DBE4E8;
	line-height: 27px;
}
.footer-section-title a {
	color: #DBE4E8;
}
.footer .contact-options-list .contact-option {
	position: relative;
}
.footer .contact-options-list .contact-option:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .contact-options-list .contact-option.email-option:before {
	background-image: url("img/icons/email.png");
}
.footer .contact-options-list .contact-option.phone-option:before {
	background-image: url("img/icons/phone.png");
}
.footer .contact-options-list .contact-option.address-option:before {
	background-image: url("img/icons/address.png");
	background-position: center;
}
.footer .social-media-icon {
	display: inline-block;
	vertical-align: top;
}
.footer .social-media-icon a {
	display: inline-block;
	vertical-align: top;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-indent: -9999px;
}
.footer .social-media-icon:last-child {
	margin-right: 0;
}
.footer .social-media-icon.facebook-icon a {
	background-image: url("img/icons/facebook.png");
}
.footer .social-media-icon.facebook-icon:hover a,
.footer .social-media-icon.facebook-icon:active a {
	background-image: url("img/icons/facebook-hover.png");
}
.footer .social-media-icon.twitter-icon a {
	background-image: url("img/icons/twitter.png");
}
.footer .social-media-icon.twitter-icon:hover a,
.footer .social-media-icon.twitter-icon:active a {
	background-image: url("img/icons/twitter-hover.png");
}
.footer .social-media-icon.linkedin-icon a {
	background-image: url("img/icons/linkedin.png");
}
.footer .social-media-icon.linkedin-icon:hover a,
.footer .social-media-icon.linkedin-icon:active a {
	background-image: url("img/icons/linkedin-hover.png");
}

.footer .contact-options-list .contact-option a {
	color: #DBE4E8;
}
.copyright {
	font-family: RondoVU-Light;
}
/*------------------------------------*\``
    COMPONENTS
\*------------------------------------*/
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.common-btn {
	font-size: 20px;
	line-height: 1;
	padding: 15px 70px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.btn {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.default-btn {
	color: #FFFFFF;
	background-color: #45415F;
}
.default-btn:hover {
	color: #96B4BC;
	background-color: #45415F;
}
.default-btn:active {
	background-color: #605B73;
	color: #96B4BC;
}
.default-btn.loading {
	cursor: pointer;
	pointer-events: none;
	background-color: #B2B2B2;
	color: transparent;
	background-image: url('img/icons/loading.svg');
}
.cancel-btn {
	background-color: #B2B2B2;
	color: #ffffff;
}
.category-filter-container {
	margin-bottom: 15px;
}
.dropdown-filter {
	color: #FFFFFF;
	background-color: #45415F;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 25px;
}
.select2-container--default .select2-selection--single {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #45415F;
	border: 1px solid #45415F;
	box-shadow: none;
	outline: none;
	line-height: 1;
	height: auto;
}
.select2-container--default.select2-container--open .select2-selection--single {
	background-color: #FFFFFF;
	color: #45415F;
	border-color: #B2B2B2;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #FFFFFF;
	text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #FFFFFF;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
	color: #45415F;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("img/icons/arrow-down-white.png");
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	top: 0;
	right: 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	background-image: url("img/icons/arrow-down-grey.png");
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.dropdown-filter option {
	color: #21262E;
	background-color: #FFFFFF;
}
.select2-container--default .select2-results__option--selected {
	background-color: #F1F0F3;
	color: #21262E;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #F1F0F3;
	color: #21262E;
}
.select2-container--default .select2-results__option--selectable {
	background-color: #FFFFFF;
	color: #21262E;
	text-align: right;
}
.form-content {
	max-width: 100%;
}
.form-content p {
	margin-bottom: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin-top: 20px;
}
.wpcf7-response-output {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-family: RondoVU-Light, Arial, sans-serif;
}
.wpcf7-not-valid-tip {
	font-family: RondoVU-Light, Arial, sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #45415F;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.shared-counts-wrap.style-buttons a.shared-counts-button {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background-color: transparent !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.shared-counts-wrap.style-buttons a.shared-counts-button.twitter {
	background-image: url("img/icons/twitter-dark.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.twitter:hover,
.shared-counts-wrap.style-buttons a.shared-counts-button.twitter:active {
	background-image: url("img/icons/twitter-hover.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.linkedin {
	background-image: url("img/icons/linkedin-dark.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.linkedin:hover,
.shared-counts-wrap.style-buttons a.shared-counts-button.linkedin:active {
	background-image: url("img/icons/linkedin-hover.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.facebook {
	background-image: url("img/icons/facebook-dark.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.facebook:hover,
.shared-counts-wrap.style-buttons a.shared-counts-button.facebook:active {
	background-image: url("img/icons/facebook-hover.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.email {
	background-image: url("img/icons/email-dark.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button.email:hover,
.shared-counts-wrap.style-buttons a.shared-counts-button.email:active {
	background-image: url("https://xstarfm.com/wp-content/uploads/2021/05/email-hover.png");
}
.shared-counts-wrap.style-buttons a.shared-counts-button * {
	display: none;
}
#image-zoom-modal .modal-dialog {
	max-width: 90vw;
}
#image-zoom-modal .close {
	position: absolute;
	top: -5px;
	right: -5px;
	text-indent: -9999px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/icons/close.png");
	background-color: #ffffff;
	border: 1px solid #F1F0F3;
	z-index: 9;
	opacity: 0.8;
	outline: none;
}
#image-zoom-modal .close:hover {
	opacity: 1;
	border: 1px solid #2E323C;
}
#image-zoom-modal .image-container {
	width: 100%;
	padding: 10px;
}
#image-zoom-modal .image-container .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh;
}
.back-top-btn {
	opacity: 0;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-image: url("img/icons/back_to_top.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: opacity ease 0.4s;
	-moz-transition: opacity ease 0.4s;
	-ms-transition: opacity ease 0.4s;
	-o-transition: opacity ease 0.4s;
	transition: opacity ease 0.4s;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
}
.back-top-btn.show {
	opacity: 1;
}
.cookies-block {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 99;
	background-color: #F1F0F3;
	display: flex;
	display: -ms-flex;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cookies-block.show {
	bottom: 0;
}
.cookies-block p {
	font-family: RondoVU-Light, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
.cookies-block .cookies-text-container {
	flex: 3;
	-ms-flex: 3;
}
.cookies-block .cookies-btn-container {
	flex: 1;
	-ms-flex: 1;
	align-self: center;
	-ms-align-self: center;
	text-align: right;
}
.cookies-block .cookies-btn-container .cancel-btn {
	margin-left: 10px;
}
/*------------------------------------*\
        PAGES
\*------------------------------------*/
.homepage-section {
	height: 50vw;
	background-color: #FFFFFF;
	position: relative;
}
.homepage-section.home-banner {
	z-index: 1;
}
.homepage-section.home-about {
	z-index: 2;
	margin-top: -1px;
}
.homepage-section.home-strategy {
	z-index: 3;
	margin-top: -1px;
	background-color: #E8EFF9;
}
.homepage-section .fadeInDownHome {
	-webkit-animation-name: fadeInDownHome;
	-moz-animation-name: fadeInDownHome;
	-o-animation-name: fadeInDownHome;
	animation-name: fadeInDownHome;
}
.homepage-section .fadeInUpHome {
	-webkit-animation-name: fadeInUpHome;
	-moz-animation-name: fadeInUpHome;
	-o-animation-name: fadeInUpHome;
	animation-name: fadeInUpHome;
}
.homepage-section-content {
	height: 100%;
	background-color: #E8EFF9;
	position: relative;
}
.homepage-section.home-banner .homepage-section-content {
	position: relative;
	overflow: hidden;
	background-image: url("img/home/banner/background.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.homepage-section .homepage-image-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.homepage-section.home-banner .homepage-image-layer.layer-1 {
	bottom: 2px;
	z-index: 3;
	background-image: url("img/home/banner/banner-layer1.webp");
}
.no-webp .homepage-section.home-banner .homepage-image-layer.layer-1 {
	background-image: url("img/home/banner/banner-layer1.png");
}
.homepage-section.home-banner .homepage-image-layer.layer-2 {
	bottom: 0;
	z-index: 2;
	background-image: url("img/home/banner/banner-layer2.webp");
}
.no-webp .homepage-section.home-banner .homepage-image-layer.layer-2 {
	background-image: url("img/home/banner/banner-layer2.png");
}
.homepage-section.home-banner .homepage-image-layer.layer-3 {
	bottom: 0;
	z-index: 1;
	background-image: url("img/home/banner/banner-layer3.webp");
}
.no-webp .homepage-section.home-banner .homepage-image-layer.layer-3 {
	background-image: url("img/home/banner/banner-layer3.png");
}
.homepage-section .triangle-bottom:before,
.page-section .triangle-bottom:before {
	content: " ";
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8vw 0 0 50vw;
	border-color: transparent transparent transparent #ffffff;
}
.homepage-section .triangle-bottom:after,
.page-section .triangle-bottom:after {
	content: " ";
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  0 0 8vw 50vw;
	border-color: transparent transparent #ffffff transparent;
}
.homepage-section.home-about .triangle-bottom:before {
	border-color: transparent transparent transparent #E8EFF9;
}
.homepage-section.home-about .triangle-bottom:after {
	border-color: transparent transparent #E8EFF9 transparent;
}
.homepage-text-layer {
	display: flex;
	display: -ms-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.banner-text {
	font-family: AthenaVU-SemiBold, Arial, sans-serif;
	color: #45415F;
	margin-bottom: 0;
}
.homepage-section.home-about {
	height: 77vw;
}
.home-about .homepage-section-content {
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.homepage-section.home-about .homepage-image-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.homepage-section.home-about .homepage-image-layer.layer-1 {
	bottom: 0;
	z-index: 1;
	background-image: url("img/home/about/about-layer1.jpg");
}
.homepage-section.home-about .homepage-image-layer.layer-2 {
	bottom: 0;
	z-index: 2;
	background-image: url("img/home/about/about-layer2.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-2 {
	background-image: url("img/home/about/about-layer2.png");
}
.homepage-section.home-about .homepage-image-layer.layer-2-new {
	bottom: 0;
	z-index: 3;
	background-image: url("img/home/about/about-layer2-new.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-2-new {
	background-image: url("img/home/about/about-layer2-new.png");
}
.homepage-section.home-about .homepage-image-layer.layer-3 {
	bottom: 0;
	z-index: 4;
	background-image: url("img/home/about/about-layer3.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-3 {
	background-image: url("img/home/about/about-layer3.png");
}
.homepage-section.home-about .homepage-image-layer.layer-4 {
	bottom: 0;
	z-index: 5;
	background-image: url("img/home/about/about-layer4.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-4 {
	background-image: url("img/home/about/about-layer4.png");
}
.homepage-section.home-about .homepage-image-layer.layer-5 {
	bottom: 2px;
	z-index: 6;
	background-image: url("img/home/about/about-layer5.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-5 {
	background-image: url("img/home/about/about-layer5.png");
}
.homepage-section.home-about .homepage-image-layer.layer-6 {
	bottom: 2px;
	z-index: 7;
	background-image: url("img/home/about/about-layer6.webp");
}
.no-webp .homepage-section.home-about .homepage-image-layer.layer-6 {
	background-image: url("img/home/about/about-layer6.png");
}
.homepage-section.home-about .homepage-image-layer,
.homepage-section.home-about .homepage-text-layer {
}
.homepage-section.home-about .homepage-text-layer {
	display: block;
	text-align: left;
}
.homepage-section .section-title {
	font-family: AthenaVU, Arial, sans-serif;
	color: #496B75;
}
.homepage-section .section-text {
	font-family: RondoVU-Light, Arial, sans-serif;
}
.homepage-section.home-strategy .homepage-image-layer.layer-1 {
	bottom: 0;
	z-index: 1;
	background-image: url("img/home/strategy/background.jpg");
	background-size: cover;
	background-position: top right;
}
.homepage-section.home-strategy .homepage-section-content {
	height: 100%;
}
.homepage-section.home-strategy .homepage-text-layer {
	flex-flow: column;
	text-align: left;
	align-items: flex-start;
	margin-left: 50%;
}
.homepage-section.home-contact {
	height: auto;
	background-color: #C4CDD2;
}
.homepage-section.home-contact .homepage-section-content {
	background: transparent;
	height: auto;
}
.homepage-section.home-contact .homepage-text-layer {
	display: block;
	position: static;
}
.form-input label {
	font-family: RondoVU-Light, Arial, sans-serif;
	color: #45415F;
}
.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"],
.form-input textarea {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	resize: none;
	width: 100%;
}
.form-input p {
	margin-bottom: 0;
}

/* CUSTOM PAGE TEMPLATE */
.page-section {
	height: 50vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.page-section .page-section-content {
	height: 100%;
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}
.page-section.banner-section .page-section-content {
	display: flex;
	display: -ms-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("");
}
.page-section .page-title {
	font-family: AthenaVU-SemiBold, Arial, sans-serif;
	color: #FFFFFF;
}
.page-section .section-text h3 {
	font-family: AthenaVU, Arial, sans-serif;
	color: #496B75;
}
.page-section .section-text h4 {

}
.page-section p {
	font-family: RondoVU-Light, Arial, sans-serif;
}
.page-section .section-text b {
	font-family: RondoVU, Arial, sans-serif;
}
.page-section .section-text img {
	margin-top: 20px;
}
.page-section.banner-section {
	z-index: 3;
}
.about-page-content .page-section.banner-section .page-section-content {
	background-image: url("img/about/banner.webp");
}
.no-webp .about-page-content .page-section.banner-section .page-section-content {
	background-image: url("img/about/banner.png");
}
.page-section.section-1 {
	height: 66vw;
	margin-top: -8vw;
	z-index: 2;
}
.about-page-content .page-section.section-1 .page-section-content {
	background-image: url("img/about/block2.webp");
}
.no-webp .about-page-content .page-section.section-1 .page-section-content {
	background-image: url("img/about/block2.png");
}
.page-section.section-1 .section-text {
	max-width: 50%;
}
.page-section.section-2 {
	margin-top: -8vw;
	z-index: 1;
	height: auto;
}
.about-page-content .page-section.section-2 .page-section-content {
	background-image: url("img/about/block3.jpg");
	background-position: top center;
	background-size: cover;
}
.about-page-content .page-section.section-2 .section-text {
	max-width: 50%;
}
.about-page-content .page-section.section-2 .section-text.top-text {
	margin-left: 50%;
}

.investment-strategy-page-content .page-section.banner-section .page-section-content {
	background-image: url("img/investment/banner.webp");
}
.no-webp .investment-strategy-page-content .page-section.banner-section .page-section-content {
	background-image: url("img/investment/banner.png");
}
.investment-strategy-page-content .page-section.section-1 {
	height: 72.5vw;
	margin-top: -8vw;
	z-index: 2;
}
.investment-strategy-page-content .page-section.section-1 .page-section-content {
	background-image: url("img/investment/block2.webp");
	background-size: 100% auto;
}
.no-webp .investment-strategy-page-content .page-section.section-1 .page-section-content {
	background-image: url("img/investment/block2.png");
}
.investment-strategy-page-content .page-section.section-2 .page-section-content {
	background-color: #F1F0F3;
}

.custom-page-content {
	background-color: #C4CDD2;
}
.custom-page-content.no-banner {
	background-color: #F1F0F3;
}
.custom-page-content .title-section .page-title {
	font-family: AthenaVU, Arial, sans-serif;
	color: #496B75;
	margin-top: 80px;
	margin-bottom: 40px;
}
.custom-page-content .page-section.banner-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("img/pages/banner.jpg");
}
.custom-page-content .page-section.cms-page-section {
	height: auto;
}
.custom-page-content .triangle-bottom::before {
	border-width: calc(8vw + 1px) 0 0 50vw;
	border-color: transparent transparent transparent #C4CDD2;
	bottom: -1px;
}
.custom-page-content .triangle-bottom::after {
	border-width: 0 0 calc(8vw + 1px) 50vw;
	border-color: transparent transparent #C4CDD2;
	bottom: -1px;
}
/* POST */
.custom-page-content.custom-post-content .triangle-bottom::before {
	border-color: transparent transparent transparent #F1F0F3;
}
.custom-page-content.custom-post-content .triangle-bottom::after {
	border-color: transparent transparent #F1F0F3;
}
.category-content.post-content .post-item-container {
	background-color: #F1F0F3;
}
.post-content img {
}
.image-wrapper {
	display: inline-block;
	position: relative;
	cursor: zoom-in;
}
.image-wrapper:before {
	content: " ";
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("img/icons/image-cursor.png");
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(33, 38, 46, 0.8);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.image-wrapper:hover:before {
	opacity: 1;
}
.text-only-template,
.text-block-template {
	font-family: RondoVU-Light, Arial, sans-serif ;
	background-color: #F1F0F3;
}
.text-only-template .page-title,
.text-block-template .page-title
{
	font-family: AthenaVU, Arial, sans-serif;
	color: #496B75;
}
.text-only-template ul,
.text-block-template ul {
	list-style-type: inherit;
}
.text-only-template b,
.text-only-template strong,
.text-block-template b,
.text-block-template strong {
	font-family: RondoVu, Arial, sans-serif;
	font-weight: bold;
}
.text-block-template h3 {
	font-family: RondoVU, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}
.text-only-template .page-content > p {
	margin-bottom: 0;
}
.text-only-template .page-content p:nth-child(2n),
.text-only-template .page-content .text-block:nth-child(2n),
.text-block-template .wp-block-group:nth-child(2n) {
	background-color: #C4CDD2;
}
/* CATEGORY */
.custom-page-content.custom-category-content .triangle-bottom::before {
	border-color: transparent transparent transparent #FFFFFF;
}
.custom-page-content.custom-category-content .triangle-bottom::after {
	border-color: transparent transparent #FFFFFF;
}
.category-content {
	position: relative;
	background-color: #FFFFFF;
}
.category-content .post-item-container {
	background-color: #FFFFFF;
}
.category-content .post-item-container:nth-child(2n) {
	background-color: #C4CDD2;
}
.post-info-container {
	margin-bottom: 30px;
}
.post-item-title {
	font-family: AthenaVU-SemiBold, Arial, sans-serif;
}
.post-item-title a {
	color: #2E323C;
	text-decoration: none;
}
.post-item-date {
	font-family: AthenaVU, Arial, sans-serif;
}
.post-tag-link {
	display: inline-block;
	padding: 5px 12px;
	color: #496B75;
	border: 1px solid #496B75;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: underline;
	font-size: 12px;
	line-height: 17px;
}
.post-tag-link:hover {
	color: #496B75;
	text-decoration: none;
}
.post-thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.pagination-container {
	background-color: #C4CDD2;
	text-align: center;
}
.pagination {
	justify-content: center;
	max-width: 100%;
}
.pagination .page-numbers {
	background-color: #DBE4E8;
	border-radius: 10px;
	margin-right: 12px;
	color: #45415F;
}
.pagination .page-numbers.dots {
	background: none;
	padding-left: 0;
	padding-right: 0;
	min-width: auto;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
	background-color: #45415F;
	color: #FFFFFF;
	text-decoration: underline;
}
.pagination .page-numbers.next {
	text-indent: -9999px;
	background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/icons/arrow-next.png");
}
.pagination .page-numbers.next:hover {
	background-image: url("img/icons/arrow-next-white.png");
	background-color: #45415F;
}
.pagination .page-numbers.prev {
	text-indent: -9999px;
	background-size: 15px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/icons/arrow-prev.png");
}
.pagination .page-numbers.prev:hover {
	background-image: url("img/icons/arrow-prev-white.png");
	background-color: #45415F;
}
.sidebar-container {
	position: absolute;
	z-index: 4;
}
.empty-container {
	background-color: #FFFFFF;
}
.related-posts-container {
	background-color: #FFFFFF;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1023px) {
	.homepage-section {
		height: auto;
	}
	.homepage-section.home-about {
		height: auto;
	}
	.homepage-section-content {
		height: 80vh;
	}
	.homepage-section.home-about .triangle-bottom:before,
	.homepage-section.home-about .triangle-bottom:after {
		content: none;
	}
	.home-about .homepage-section-content {
		height: 85vh;
	}
	.homepage-section.home-about .homepage-image-layer {
		background-size: cover;
		background-position: top center;
	}
	.homepage-section.home-strategy .homepage-section-content {
		height: 85vh;
	}
	.homepage-section.home-strategy .homepage-image-layer.layer-1 {
		background-image: url("img/home/strategy/background-mobile.jpg");
		background-size: 150%;
	}
}
@media only screen and (max-width:782px) {
	body.loaded.admin-bar .header {
		top: 46px;
	}
}
@media only screen and (max-width:767px) {
	.header {
		padding: 0;
		background-color: #FFFFFF;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	.header.mobile-hidden {
		top: -100% !important;
	}
	.header.menu-opened.mobile-hidden {
		top: 0 !important;
	}
	.logo {
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.logo-img,
	.header.smaller-header .logo-img {
		max-width: 185px;
		max-height: 52px;
	}
	.header-content .mobile-language-switcher .wpml-ls-item a {
		font-size: 16px;
	}
	.navbar .logo-img {
		max-width: 100%;
		padding-left: 37.5px;
		padding-right: 37.5px;
	}
	.navbar-toggler,
	.navbar-toggler:focus {
		outline: none;
		border: none;
		padding: 0;
	}
	.navbar-toggler .navbar-toggler-icon {
		display: inline-block;
		width: 25px;
		height: 42px;
		background-color: transparent;
		background-size: contain;
		background-position: center;
		background-image: url("img/icons/close.png");
		background-repeat: no-repeat;
		transition: all ease-in-out 0.2s;
		-webkit-transition: all ease-in-out 0.2s;
		-moz-transition: all ease-in-out 0.2s;
	}
	.navbar-toggler.collapsed .navbar-toggler-icon {
		background-image: url("img/icons/bars.png");
	}
	.logo .logo-img-url {
		opacity: 1;
		transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-webkit-transition: all ease 0.2s;
	}
	.logo .mobile-language-switcher {
		display: inline-block;
		position: absolute;
		left: 0;
		opacity: 0;
		transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-webkit-transition: all ease 0.2s;
	}
	.logo.opened .logo-img-url {
		opacity: 0;
	}
	.logo.opened .mobile-language-switcher {
		opacity: 1;
	}
	.logo-container {
		padding: 22.5px 36px;
	}
	.header-content {
		flex-flow: column;
		-moz-flex-flow: column;
		-webkit-flex-flow: column;
		justify-content: flex-start;
	}
	.main-menu-container {
		align-items: center;
		text-align: center;
	}
	.main-menu-container .main-menu-navbar {
		width: 100%;
	}
	#main-menu {
		width: 100%;
	}
	.main-menu-navbar .menu-item {
		display: block;
		padding: 25px 0;
	}
	.main-menu-navbar .menu-item:nth-child(2n) {
		background-color: #F1F0F3;
	}
	.main-menu-navbar .menu-item a {
		font-family: RondoVU-Light;
	}
	.main-menu-navbar .menu-item a:hover,
	.main-menu-navbar .menu-item.current-menu-item a {
		font-family: RondoVU;
		color: #2E323C;
	}
	.footer {
		padding: 40px 36px;
		font-family: RondoVU-Light;
	}
	.footer-section {
		margin-top: 40px;
	}
	.footer-section:first-child {
		margin-top: 0;
	}
	.footer-section-title.single-item {
		margin-bottom: 0;
	}
	.footer .contact-options-list .contact-option {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 15px;
		padding-left: 20px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 10px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 10px;
	}
	.footer .social-media-icon a {
		width: 60px;
		height: 60px;
	}
	.copyright {
		font-size: 16px;
		line-height: 27px;
		margin-top: 45px;
	}
	.homepage-section-content {
		height: 80vh;
		background-color: #FFFFFF;
	}
	.homepage-section.home-banner .homepage-image-layer {
		background-size: cover;
	}
	.homepage-section .triangle-bottom:before,
	.page-section .triangle-bottom:before {
		border-width: 5vh 0 0 50vw;
	}
	.homepage-section .triangle-bottom:after,
	.page-section .triangle-bottom:after {
		border-width:  0 0 5vh 50vw;
	}
	.banner-text {
		font-size: 50px;
		line-height: 1.2;
		padding-left: 36px;
		padding-right: 36px;
		text-align: center;
	}
	.common-btn {
		padding: 15px 50px;
	}
	.dropdown-filter {
		padding: 5px 10px;
	}
	.home-about .homepage-section-content {
		height: 85vh;
	}
	.homepage-section.home-about .homepage-text-layer {
		padding-left: 36px;
		padding-right: 36px;
		margin-top: 50px;
	}
	.homepage-section .section-title {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.homepage-section .section-text {
		margin-bottom: 30px;
	}
	.homepage-section.home-about .triangle-bottom:before,
	.homepage-section.home-about .triangle-bottom:after {
		content: none;
	}
	.homepage-section.home-about .homepage-image-layer {
		background-size: cover;
		background-position: center top;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		margin-left: 0;
		padding-left: 36px;
		padding-right: 36px;
		margin-top: 125px;
		display: block;
	}
	.homepage-section.home-strategy .homepage-image-layer.layer-1 {
		background-position: top right;
		background-image: url("img/home/strategy/background-mobile.jpg");
		background-size: 200%;
	}
	.homepage-section.home-contact {
		padding: 75px 36px;
	}
	.homepage-section.home-contact .section-title {
		margin-bottom: 30px;
	}
	.form-input label {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 5px;
	}
	.wpcf7-not-valid-tip {
		font-size: 18px;
		line-height: 1;
		padding: 10px 0;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 10px;
		padding: 8px;
		font-size: 20px;
		line-height: 27px;
		height: 50px;
		margin-bottom: 25px;
	}
	.form-input textarea {
		border-radius: 10px;
		height: 160px;
		width: 100%;
		padding: 8px;
		margin-bottom: 25px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.wpcf7-response-output {
		font-size: 20px;
		line-height: 1.5;
	}
	.page-section {
		height: 153vw;
	}
	.page-section .page-title {
		font-size: 50px;
		line-height: 1;
	}
	.page-section .section-text h3 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.page-content .page-section .page-section-content {
		padding: calc(10vw + 60px) 36px 60px;
	}
	.page-content .page-section.cms-page-section .page-section-content {
		padding-top: 60px;
	}
	.about-page-content .page-section.banner-section .page-section-content {
		background-image: url("img/about/banner-mobile.png");
	}
	.about-page-content .page-section.section-1 {
		min-height: 240vw;
		margin-top: -10vw;
	}
	.about-page-content .page-section.section-1 .page-section-content {
		background-image: url("img/about/block2-mobile.webp");
	}
	.no-webp .about-page-content .page-section.section-1 .page-section-content {
		background-image: url("img/about/block2-mobile.png");
	}
	.about-page-content .page-section.section-1 .section-text {
		max-width: 100%;
	}
	.about-page-content .page-section.section-2 {
		margin-top: -10vw;
	}
	.about-page-content .page-section.section-2 .page-section-content {
		background-image: url("img/about/block3-mobile.jpg");
		background-position: bottom center;
	}
	.about-page-content .page-section.section-2 .section-text {
		max-width: 100%;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-left: 0;
		margin-bottom: 35px;
	}
	.investment-strategy-page-content .page-section.banner-section .page-section-content {
		background-image: url("img/investment/banner-mobile.webp");
	}
	.no-webp .investment-strategy-page-content .page-section.banner-section .page-section-content {
		background-image: url("img/investment/banner-mobile.png");
	}
	.investment-strategy-page-content .page-section.section-1 {
		min-height: 285vw;
	}
	.no-webp .investment-strategy-page-content .page-section.section-1 .page-section-content {
		background-image: url("img/investment/block2-mobile.png");
	}
	.investment-strategy-page-content .page-section.section-1 .page-section-content {
		background-image: url("img/investment/block2-mobile.webp");
	}
	.investment-strategy-page-content .page-section.section-1 .section-text {
		max-width: 100%;
	}
	.category-content .post-item-container {
		padding: 50px 36px;
	}
	.empty-container {
		padding: 50px 36px;
	}
	.empty-container h2 {
		font-size: 35px;
	}
	.related-posts-container {
		padding: 40px 36px 60px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold, Arial, sans-serif;
		font-size: 40px;
		margin-bottom: 25px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 20px;
	}
	.related-posts-container .post-item-title {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.related-posts-container .post-item-date {
		font-size: 20px;
		line-height: 25px;
	}
	.sidebar-container {
		position: static;
		width: 100%;
		background-color: #FFFFFF;
		padding: 50px 36px 0;
	}
	.select2-container--default .select2-selection--single {
		font-size: 25px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		text-align: left;
		padding: 8px 36px;
	}
	.post-item-title {
		font-size: 35px;
		line-height: 40px;
	}
	.post-item-date {
		font-size: 25px;
		line-height: 30px;
	}
	.post-item-date {
		font-size: 20px;
		line-height: 34px;
	}
	.pagination-container {
		padding: 20px 36px;
	}
	.pagination .page-numbers {
		font-size: 16px;
		line-height: 1;
		padding: 10px;
		min-width: 36px;
		margin-right: 8px;
	}
	.pagination .page-numbers:last-child {
		margin-right: 0;
	}
	.text-only-template .page-title,
	.text-block-template .page-title {
		font-size: 45px;
		line-height: 50px;
		padding: 150px 36px 0px;
		margin-bottom: 0;
	}
	.text-only-template .page-content > p,
	.text-only-template .page-content .text-block,
	.text-block-template .wp-block-group {
		padding: 30px 36px;
	}
	.cookies-block {
		padding: 25px 36px;
		flex-flow: column;
		-ms-flex-flow: column;
	}
	.cookies-text-container {
		margin-bottom: 25px;
	}
	.cookies-block .cookies-btn-container {
		display: flex;
		display: -ms-flex;
		align-self: unset;
		-ms-align-self: unset;
		justify-content: space-between;
		-ms-justify-content: space-between;
	}
	.cookies-btn-container .btn {
		padding: 10px 45px;
	}
}
@media only screen and (max-width:767px) and (orientation: landscape) {
	.header-content {
		max-height: 100vh;
		overflow: auto;
	}
	.homepage-section-content {
		min-height: 100vh;
		height: auto;
	}
}
@media only screen and (max-width:600px) {
	#wpadminbar {
		position: fixed !important;
	}
}
@media only screen and (max-width:320px) {
	.homepage-section.home-strategy .homepage-section-content {
		height: auto;
		min-height: 85vh;
	}
	.homepage-section .section-title {
		font-size: 40px;
		line-height: 1;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		margin-top: 80px;
	}
	.pagination .page-numbers {
		font-size: 14px;
		line-height: 1;
		padding: 8px;
		min-width: 30px;
		margin-right: 6px;
	}
}
@media only screen and (min-width:768px) {
	.header {
		padding: 20px 36px;
	}
	.navbar-toggler {
		display: none;
	}
	.header.smaller-header {
		padding: 14px 36px;
	}
	.logo-img {
		max-width: 220px;
		max-height: 62px;
	}
	.header.smaller-header .logo-img {
		max-width: 140px;
		max-height: 39px;
	}
	.header-content .wpml-ls-item a {
		font-size: 12px;
	}
	.main-menu-navbar .menu-item {
		display: inline-block;
		padding: 0 8px;
	}
	.main-menu-navbar .menu-item a {
		font-size: 14px;
	}
	.footer {
		padding: 40px 46px;
	}
	.footer-section {
		margin-bottom: 15px;
	}
	.footer-section-title {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 22px;
	}
	.footer .contact-options-list {
		font-size: 14px;
		line-height: 19px;
	}
	.footer .contact-options-list .contact-option {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 10px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 8px;
	}
	.footer .social-media-icon a {
		width: 40px;
		height: 40px;
	}
	.copyright {
		font-size: 14px;
		line-height: 19px;
		margin-top: 20px;
	}
	.common-btn {
		font-size: 14px;
		line-height: 1;
		padding: 10px 25px;
		border-radius: 6px;
	}
	.homepage-section.home-banner .homepage-image-layer {
		background-size: cover;
	}
	.banner-text {
		font-size: 50px;
		line-height: 1.2;
		padding-left: 80px;
		padding-right: 80px;
		text-align: center;
	}
	.homepage-section.home-about .homepage-text-layer {
		margin-left: 46px;
		max-width: 450px;
		margin-top: 50px;
	}
	.homepage-section .section-title {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 15px;
	}
	.homepage-section .section-text {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		max-width: 40%;
	}
	.homepage-section.home-strategy .section-text {
		margin-bottom: 25px;
	}
	.homepage-section.home-contact {
		padding: 40px 46px;
	}
	.homepage-section.home-contact .section-text {
		margin-bottom: 20px;
	}
	.form-input label {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 5px;
	}
	.wpcf7-not-valid-tip {
		font-size: 12px;
		line-height: 1;
		padding: 3px 0 0;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 10px;
		padding: 8px;
		font-size: 14px;
		line-height: 19px;
		height: 30px;
		margin-bottom: 15px;
	}
	.form-input textarea {
		border-radius: 5px;
		height: 105px;
		width: 100%;
		padding: 8px;
		margin-bottom: 15px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.wpcf7-response-output {
		font-size: 14px;
		line-height: 1.5;
	}
	.page-section .page-title {
		font-size: 28px;
		line-height: 35px;
	}
	.page-section .section-text h3 {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.page-section .section-text h4 {
		font-size: 14px;
		line-height: 19px;
	}
	.page-section .section-text p {
		font-size: 14px;
		line-height: 19px;
	}
	.page-content .page-section .page-section-content {
		padding: calc(8vw + 40px) 46px 40px;
	}
	.page-content .page-section.cms-page-section .page-section-content {
		padding-top: 40px;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-bottom: 40px;
	}
	.category-content .post-item-container {
		padding: 40px 46px;
	}
	.empty-container {
		padding: 40px 46px;
	}
	.empty-container h2 {
		font-size: 24px;
	}
	.related-posts-container {
		padding: 40px 36px 60px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold;
		font-size: 28px;
		margin-bottom: 32px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 20px;
	}
	.related-posts-container .post-item-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.related-posts-container .post-item-date {
		font-size: 16px;
		line-height: 19px;
	}
	.sidebar-container {
		top: 40px;
		right: 46px;
		width: 46px;
	}
	.post-item-title {
		font-size: 24px;
		line-height: 28px;
	}
	.post-item-date {
		font-size: 18px;
		line-height: 24px;
	}
	.post-item-content {
		padding-right: 46px;
	}
	.pagination .page-numbers {
		font-size: 16px;
		line-height: 1;
		padding: 12px;
		min-width: 36px;
	}
}

@media only screen and (min-width:1024px) {
	.header {
		padding: 20px 90px;
	}
	.logo-img {
		max-width: 250px;
		max-height: 70px;
	}
	.header.smaller-header {
		padding: 14px 90px;
	}
	.header.smaller-header .logo-img {
		max-width: 150px;
		max-height: 42px;
	}
	.header-content .wpml-ls-item a {
		font-size: 14px;
	}
	.main-menu-navbar .menu-item {
		padding: 0 8px;
	}
	.main-menu-navbar .menu-item a {
		font-size: 16px;
	}
	.footer {
		padding: 40px 110px;
	}
	.footer-section-title {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 22px;
	}
	.footer .contact-options-list {
		font-size: 14px;
		line-height: 19px;
	}
	.footer .contact-options-list .contact-option {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 10px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 8px;
	}
	.footer .social-media-icon a {
		width: 40px;
		height: 40px;
	}
	.copyright {
		font-size: 14px;
		line-height: 19px;
		margin-top: 20px;
	}
	.banner-text {
		font-size: 40px;
		line-height: 60px;
		max-width: 700px;
	}
	/*.homepage-section {
        height: calc(100vh + 100px);
    }*/
	.homepage-section.home-banner .homepage-image-layer {
		background-size: 100% auto;
	}
	.homepage-section.home-about .homepage-text-layer {
		margin-left: 110px;
		max-width: 480px;
	}
	.homepage-section .section-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.homepage-section .section-text {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.common-btn {
		font-size: 16px;
		line-height: 1;
		padding: 10px 45px;
		border-radius: 6px;
	}
	.homepage-section.home-about .homepage-text-layer {
		padding-top: 95px;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		max-width: 480px;
	}
	.homepage-section.home-strategy .section-text {
		margin-bottom: 30px;
	}
	.homepage-section.home-contact {
		padding: 50px 110px;
	}
	.homepage-section.home-contact .section-text {
		margin-bottom: 20px;
	}
	.form-input label {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 5px;
	}
	.wpcf7-not-valid-tip {
		font-size: 12px;
		line-height: 1;
		padding: 3px 0 0;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 8px;
		padding: 8px;
		font-size: 14px;
		line-height: 19px;
		height: 35px;
		margin-bottom: 15px;
	}
	.form-input textarea {
		border-radius: 8px;
		height: 115px;
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.wpcf7-response-output {
		font-size: 14px;
		line-height: 1.5;
	}
	.page-section .page-title {
		font-size: 40px;
		line-height: 46px;
	}
	.page-section .section-text h3 {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.page-section .section-text h4 {
		font-size: 14px;
		line-height: 19px;
	}
	.page-section .section-text p {
		font-size: 14px;
		line-height: 19px;
	}
	.page-content .page-section .page-section-content {
		padding: calc(8vw + 80px) 110px 80px;
	}
	.page-content .page-section.cms-page-section .page-section-content {
		padding-top: 80px;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-bottom: 50px;
	}
	.category-content .post-item-container {
		padding: 40px 110px;
	}
	.empty-container {
		padding: 40px 110px;
	}
	.empty-container h2 {
		font-size: 24px;
	}
	.related-posts-container {
		padding: 40px 110px 60px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold;
		font-size: 32px;
		margin-bottom: 36px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 0;
		padding-bottom: 66.667%;
	}
	.related-posts-container .post-item-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.related-posts-container .post-item-date {
		font-size: 16px;
		line-height: 19px;
	}
	.sidebar-container {
		top: 40px;
		right: 110px;
		width: 150px;
	}
	.post-item-title {
		font-size: 24px;
		line-height: 28px;
	}
	.post-item-date {
		font-size: 18px;
		line-height: 24px;
	}
	.post-item-content {
		padding-right: 150px;
	}
	.post-item-exceprt {
		font-size: 14px;
	}
	.pagination-container {
		padding: 40px 110px;
	}
	.pagination .page-numbers {
		font-size: 18px;
		line-height: 1;
		padding: 8px;
		min-width: 36px;
	}
	.select2-container--default .select2-selection--single {
		font-size: 16px;
		line-height: 1;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 6px 10px;
		line-height: 1;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 5px;
		background-size: 10px auto;
	}
	.text-only-template .page-title,
	.text-block-template .page-title {
		font-size: 32px;
		line-height: 40px;
		padding: 150px 110px 0px;
		margin-bottom: 0;
	}
	.text-only-template .page-content > p,
	.text-only-template .page-content .text-block,
	.text-block-template .wp-block-group {
		padding: 40px 110px;
	}
	.cookies-block {
		padding: 20px 80px;
	}
	.cookies-block h4 {
		font-size: 16px;
	}
	.cookies-block p {
		font-size: 12px;
	}
	.cookies-block .cookies-btn-container .btn {
		padding: 6px 25px;
	}
}
@media only screen and (min-width:1280px) {
	.logo-img {
		max-width: 300px;
		max-height: 83px;
	}
	.header.smaller-header .logo-img {
		max-width: 195px;
		max-height: 54px;
	}
	.header-content .wpml-ls-item a {
		font-size: 16px;
	}
	.main-menu-navbar .menu-item {
		padding: 0 15px;
	}
	.main-menu-navbar .menu-item a {
		font-size: 18px;
	}
	.footer {
		padding: 40px 150px;
	}
	.footer-section-title {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 24px;
	}
	.footer .contact-options-list {
		font-size: 14px;
		line-height: 19px;
	}
	.footer .contact-options-list .contact-option {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 10px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 8px;
	}
	.footer .social-media-icon a {
		width: 40px;
		height: 40px;
	}
	.copyright {
		font-size: 14px;
		line-height: 19px;
		margin-top: 20px;
	}
	.banner-text {
		font-size: 50px;
		line-height: 70px;
		max-width: 850px;
	}
	.homepage-section.home-about .homepage-text-layer {
		margin-left: 150px;
		max-width: 550px;
	}
	.homepage-section .section-title {
		font-size: 40px;
		line-height: 55px;
		margin-bottom: 20px;
	}
	.homepage-section .section-text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.common-btn {
		font-size: 18px;
		line-height: 1;
		padding: 12px 55px;
		border-radius: 8px;
	}
	.homepage-section.home-about  .homepage-text-layer {
		padding-top: 100px;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		max-width: 550px;
	}
	.homepage-section.home-strategy .section-text {
		margin-bottom: 40px;
	}
	.homepage-section.home-contact {
		padding: 50px 150px;
	}
	.homepage-section.home-contact .section-text {
		margin-bottom: 40px;
	}
	.form-input label {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.wpcf7-not-valid-tip {
		font-size: 14px;
		line-height: 1;
		padding: 8px 0 3px;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 10px;
		padding: 11px 10px;
		font-size: 16px;
		line-height: 22px;
		height: 50px;
		margin-bottom: 25px;
	}
	.form-input textarea {
		border-radius: 10px;
		height: 160px;
		width: 100%;
		padding: 10px;
		margin-bottom: 25px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.wpcf7-response-output {
		font-size: 16px;
		line-height: 1.5;
	}
	.page-section .page-title {
		font-size: 50px;
		line-height: 70px;
	}
	.page-section .section-text h3 {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.page-section .section-text h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.page-section .section-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.page-content .page-section.section-1 .page-section-content {
		padding: calc(8vw + 70px) 150px 70px;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-bottom: 50px;
	}
	.category-content .post-item-container {
		padding: 60px 150px;
	}
	.empty-container {
		padding: 60px 150px;
	}
	.empty-container h2 {
		font-size: 32px;
	}
	.related-posts-container {
		padding: 60px 150px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold;
		font-size: 30px;
		margin-bottom: 35px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 0;
		padding-bottom: 66.667%;
	}
	.related-posts-container .post-item-title {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.related-posts-container .post-item-date {
		font-size: 18px;
		line-height: 22px;
	}
	.sidebar-container {
		top: 60px;
		right: 150px;
		width: 200px;
	}
	.post-item-title {
		font-size: 32px;
		line-height: 36px;
	}
	.post-item-date {
		font-size: 20px;
		line-height: 28px;
	}
	.post-item-content {
		padding-right: 200px;
	}
	.pagination-container {
		padding: 60px 150px;
	}
	.dropdown-filter {
		font-size: 18px;
		padding: 8px 15px;
	}
	.pagination .page-numbers {
		font-size: 20px;
		line-height: 1;
		padding: 10px;
		min-width: 40px;
	}
	.select2-container--default .select2-selection--single {
		font-size: 20px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 8px 15px 8px 20px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 5px;
		background-size: 12px auto;
	}
	.text-only-template .page-title,
	.text-block-template .page-title {
		font-size: 36px;
		line-height: 45px;
		padding: 180px 150px 0px;
		margin-bottom: 0;
	}
	.text-only-template .page-content > p,
	.text-only-template .page-content .text-block,
	.text-block-template .wp-block-group {
		padding: 40px 150px;
	}
	.cookies-block {
		padding: 20px 100px;
	}
	.cookies-block h4 {
		font-size: 22px;
	}
	.cookies-block .cookies-btn-container .btn {
		padding: 8px 30px;
	}
}
@media only screen and (min-width:1600px) {
	.header {
		padding: 40px 135px;
	}
	.header.smaller-header {
		padding: 20px 135px;
	}
	.header.smaller-header .logo-img {
		max-width: 250px;
		max-height: 69px;
	}
	.logo-img {
		max-width: 360px;
		max-height: 100px;
	}
	.header-content .wpml-ls-item a {
		font-size: 18px;
	}
	.main-menu-navbar .menu-item {
		padding: 0 25px;
	}
	.main-menu-navbar .menu-item a {
		font-size: 22px;
	}
	.footer {
		padding: 40px 220px;
	}
	.footer-section-title {
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 27px;
	}
	.footer .contact-options-list {
		font-size: 14px;
		line-height: 27px;
	}
	.footer .contact-options-list .contact-option {
		margin-bottom: 10px;
		padding-left: 20px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 15px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 10px;
	}
	.footer .social-media-icon a {
		width: 50px;
		height: 50px;
	}
	.copyright {
		font-size: 14px;
		line-height: 27px;
		margin-top: 20px;
	}
	.banner-text {
		font-size: 70px;
		line-height: 100px;
		max-width: 1080px;
	}
	.homepage-section.home-about .homepage-text-layer {
		margin-left: 220px;
		max-width: 600px;
	}
	.homepage-section .section-title {
		font-size: 50px;
		line-height: 70px;
		margin-bottom: 25px;
	}
	.homepage-section .section-text {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.common-btn {
		font-size: 20px;
		line-height: 1;
		padding: 15px 70px;
		border-radius: 10px;
	}
	.homepage-section.home-about .homepage-text-layer {
		padding-top: 150px;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		max-width: 600px;
	}
	.homepage-section.home-strategy .section-text {
		margin-bottom: 50px;
	}
	.homepage-section.home-contact {
		padding: 70px 220px;
	}
	.homepage-section.home-contact .section-text {
		margin-bottom: 40px;
	}
	.form-input label {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.wpcf7-not-valid-tip {
		font-size: 16px;
		line-height: 1;
		padding: 7px 0 2px;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 10px;
		padding: 11px 10px;
		font-size: 20px;
		line-height: 28px;
		height: 50px;
		margin-bottom: 25px;
	}
	.form-input textarea {
		border-radius: 10px;
		height: 160px;
		width: 100%;
		padding: 10px;
		margin-bottom: 25px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.wpcf7-response-output {
		font-size: 20px;
		line-height: 1.5;
	}
	.page-section .page-title {
		font-size: 65px;
		line-height: 90px;
	}
	.page-section .section-text h3 {
		font-size: 55px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.page-section .section-text h4 {
		font-size: 20px;
		line-height: 27px;
	}
	.page-section .section-text p {
		font-size: 20px;
		line-height: 27px;
	}
	.page-content .page-section .page-section-content {
		padding: calc(8vw + 90px) 220px 90px;
	}
	.page-content .page-section.cms-page-section .page-section-content {
		padding-top: 90px;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-bottom: 70px;
	}
	.category-content .post-item-container {
		padding: 100px 220px;
	}
	.empty-container {
		padding: 100px 220px;
	}
	.empty-container h2 {
		font-size: 40px;
	}
	.related-posts-container {
		padding: 100px 220px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold;
		font-size: 40px;
		margin-bottom: 45px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 0;
		padding-bottom: 66.667%;
	}
	.related-posts-container .post-item-title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.related-posts-container .post-item-date {
		font-size: 25px;
		line-height: 25px;
	}
	.sidebar-container {
		top: 100px;
		right: 220px;
		width: 220px;
	}
	.post-item-title {
		font-size: 40px;
		line-height: 48px;
	}
	.post-item-date {
		font-size: 25px;
		line-height: 30px;
	}
	.post-item-content {
		padding-right: 220px;
	}
	.pagination-container {
		padding: 100px 220px;
	}
	.pagination .page-numbers {
		font-size: 24px;
		line-height: 1;
		padding: 12px;
		min-width: 50px;
	}
	.select2-container--default .select2-selection--single {
		font-size: 22px;
		line-height: 1;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 10px 15px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 10px;
		background-size: 16px auto;
	}
	.text-only-template .page-title,
	.text-block-template .page-title {
		font-size: 45px;
		line-height: 55px;
		padding: 240px 220px 0px;
		margin-bottom: 0;
	}
	.text-only-template .page-content > p,
	.text-only-template .page-content .text-block,
	.text-block-template .wp-block-group {
		padding: 40px 220px;
	}
	.cookies-block {
		padding: 30px 135px;
	}
	.cookies-block h4 {
		font-size: 24px;
	}
	.cookies-block .cookies-btn-container .btn {
		padding: 8px 40px;
	}
}
@media only screen and (min-width:1920px) {
	.header {
		padding: 40px 135px;
	}
	.logo-img {
		max-width: 432px;
		max-height: 120px;
	}
	.header.smaller-header {
		padding: 20px 135px;
	}
	.header.smaller-header .logo-img {
		max-width: 260px;
		max-height: 72px;
	}
	.footer {
		padding: 40px 275px;
	}
	.footer-section-title {
		margin-bottom: 24px;
		font-size: 22px;
		line-height: 27px;
	}
	.footer .contact-options-list {
		font-size: 16px;
		line-height: 27px;
	}
	.footer .contact-options-list .contact-option {
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.footer .contact-options-list .contact-option:before {
		width: 15px;
		height: 20px;
		margin-top: -10px;
		margin-right: 15px;
	}
	.footer .contact-options-list .contact-option.address-option:before {
		margin-top: -20px;
	}
	.footer .social-media-icon {
		margin-right: 10px;
	}
	.footer .social-media-icon a {
		width: 60px;
		height: 60px;
	}
	.copyright {
		font-size: 16px;
		line-height: 27px;
		margin-top: 20px;
	}
	.banner-text {
		font-size: 80px;
		line-height: 110px;
		max-width: 1280px;
	}
	.homepage-section.home-about .homepage-text-layer {
		margin-left: 275px;
		max-width: 700px;
	}
	.homepage-section .section-title {
		font-size: 60px;
		line-height: 75px;
		margin-bottom: 25px;
	}
	.homepage-section .section-text {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.common-btn {
		font-size: 20px;
		line-height: 1;
		padding: 15px 70px;
		border-radius: 10px;
	}
	.homepage-section.home-about .homepage-text-layer {
		padding-top: 200px;
	}
	.homepage-section.home-strategy .homepage-text-layer {
		max-width: 700px;
	}
	.homepage-section.home-strategy .section-text {
		margin-bottom: 60px;
	}
	.homepage-section.home-contact {
		padding: 80px 275px;
	}
	.homepage-section.home-contact .section-text {
		margin-bottom: 40px;
	}
	.form-input label {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	.wpcf7-not-valid-tip {
		font-size: 18px;
		line-height: 1;
		padding: 5px 0 2px;
	}
	.form-input input[type="text"],
	.form-input input[type="tel"],
	.form-input input[type="email"] {
		border-radius: 10px;
		padding: 11px 10px;
		font-size: 20px;
		line-height: 28px;
		height: 50px;
		margin-bottom: 25px;
	}
	.form-input textarea {
		border-radius: 10px;
		height: 160px;
		width: 100%;
		padding: 10px;
		margin-bottom: 25px;
	}
	.form-input input.wpcf7-not-valid,
	.form-input textarea.wpcf7-not-valid {
		margin-bottom: 0;
	}
	.form-info {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.wpcf7-response-output {
		font-size: 20px;
		line-height: 1.5;
	}
	.page-section .page-title {
		font-size: 80px;
		line-height: 110px;
	}
	.page-section .section-text h3 {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.page-section .section-text h4 {
		font-size: 20px;
		line-height: 27px;
	}
	.page-section .section-text p {
		font-size: 20px;
		line-height: 27px;
	}
	.page-content .page-section.section-1 .page-section-content {
		padding: calc(8vw + 110px) 275px 110px;
	}
	.about-page-content .page-section.section-2 .section-text.top-text {
		margin-bottom: 70px;
	}
	.category-content .post-item-container {
		padding: 100px 275px;
	}
	.empty-container {
		padding: 100px 275px;
	}
	.empty-container h2 {
		font-size: 40px;
	}
	.related-posts-container {
		padding: 100px 275px;
	}
	.related-posts-container h4 {
		font-family: AthenaVU-SemiBold;
		font-size: 40px;
		margin-bottom: 45px;
	}
	.related-posts-container .post-thumbnail {
		margin-bottom: 0;
		padding-bottom: 66.667%;
	}
	.related-posts-container .post-item-title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.related-posts-container .post-item-date {
		font-size: 25px;
		line-height: 25px;
	}
	.sidebar-container {
		top: 100px;
		right: 275px;
		width: 250px;
	}
	.post-item-title {
		font-size: 40px;
		line-height: 48px;
	}
	.post-item-content {
		padding-right: 275px;
	}
	.pagination-container {
		padding: 100px 275px;
	}
	.pagination .page-numbers {
		font-size: 24px;
		line-height: 1;
		padding: 12px;
		min-width: 50px;
	}
	.dropdown-filter {
		width: 100%;
	}
	.select2-container--default .select2-selection--single {
		font-size: 25px;
		line-height: 1;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding: 10px 25px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 10px;
		background-size: 16px auto;
	}
	.text-only-template .page-title,
	.text-block-template .page-title {
		font-size: 60px;
		padding: 250px 275px 0;
		margin-bottom: 0;
	}
	.text-only-template .page-content > p,
	.text-only-template .page-content .text-block,
	.text-block-template .wp-block-group {
		padding: 40px 275px;
	}
	.cookies-block .cookies-btn-container .btn {
		padding: 8px 45px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* ANIMATIONS */
@keyframes fadeInUpHome {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	70% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

/* ANIMATIONS */
@keyframes fadeInDownHome {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	70% {
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.pulseReverse {
	-webkit-animation-name: pulseReverse;
	animation-name: pulseReverse
}

@-webkit-keyframes pulseReverse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulseReverse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}