/*!
Theme Name: fcequilibre
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fcequilibre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fcequilibre is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
	font-family: "Albert Sans", sans-serif;font-optical-sizing: auto;font-weight: 300;font-style: normal;color: #1d1d1d;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

a {
  text-decoration: none !important;
}

h1  {
	font-size: 62px;line-height: 70px;margin-bottom: 0;
}

h2  {
	font-size: 52px;line-height: 60px;margin-bottom: 0;
}

h3 {
	font-size: 42px;line-height: 50px;margin-bottom: 0;
}

h4 {
	font-size: 36px;line-height: 44px;margin-bottom: 0;
}

h5 {
	font-size: 18px;line-height: 28px;margin-bottom: 0;
}

h6 {
	font-size: 32px;line-height: 42px;margin-bottom: 0;
}

p {
	font-size: 24px;line-height: 30px;margin-bottom: 0;
}

p._big {
	font-size: 32px;line-height: 40px;margin-bottom: 0;
}

h1 b {
	font-weight: 800;
}

p._big b {
	font-weight: 500;
}

a {
  color: #1d1d1d;transition: all .5s ease-out;
}

a:hover {
  color: #1d1d1d;opacity: 0.7;
}

::selection {
  background: #83968a; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #83968a; /* Gecko Browsers */
}

._mt-40 {
	margin-top: -40px;
}

._mb0 {
	margin-bottom: 0px !important;
}

._mt0 {
	margin-top: 0 !important;
}

._mb10 {
	margin-bottom: 10px;
}

._mb15 {
	margin-bottom: 15px;
}

._mb20 {
	margin-bottom: 20px;
}

._mb30 {
	margin-bottom: 30px;
}

._mb40 {
	margin-bottom: 40px;
}

._mb60 {
	margin-bottom: 60px;
}

._mb80 {
	margin-bottom: 80px;
}

._mt6 {
	margin-top: 6px;
}

._mt10 {
	margin-top: 10px;
}

._mt15 {
	margin-top: 15px;
}

._mt20 {
	margin-top: 20px;
}

._mt30 {
	margin-top: 30px;
}

._mt40 {
	margin-top: 40px;
}

._mt60 {
	margin-top: 60px;
}

._mt80 {
	margin-top: 80px;
}

._mt100 {
	margin-top: 100px;
}

._mt160 {
	margin-top: 160px;
}

._dtable {
	display: table;width: 100%;height: 100%;
}

._dtablec {
	display: table-cell;
}

._v-middle {
	vertical-align: middle;
}

._mr20 {
	margin-right: 20px;
}

._pdb0 {
	padding-bottom: 0 !important;
}

._pd0 {
	padding-left: 0;padding-right: 0;
}

._pdl0 {
	padding-left: 0;
}

._pdr0 {
	padding-right: 0;
}

._pdl30 {
	padding-left: 30px;
}

._pdl40 {
	padding-left: 40px;
}

._pdl60 {
	padding-left: 60px;
}

._pdr30 {
	padding-right: 30px;
}

._pdr40 {
	padding-right: 40px;
}

._pdr60 {
	padding-right: 60px;
}

._pdl90 {
	padding-left: 90px;
}

._pdtb10 {
	padding-top:10px;padding-bottom:10px;
}

._pdtb30 {
	padding-top:30px;padding-bottom:30px;
}

._pdtb60 {
	padding-top:60px;padding-bottom:60px;
}

._pdtb80 {
	padding-top:80px;padding-bottom:80px;
}

._pdtb100 {
	padding-top:100px;padding-bottom:100px;
}

._pdlr30 {
	padding-left: 30px;padding-right: 30px;
}

._pdt30 {
	padding-top:30px;
}

._pdb30 {
	padding-bottom: 30px;
}

._pdt60 {
	padding-top:60px;
}

._pdt100 {
	padding-top:100px;
}

._pdt150 {
	padding-top:150px;
}

._pdb300 {
	padding-bottom: 300px;
}

._mw-70 {
	max-width: 70%;
}

._mw-80 {
	max-width: 80%;
}

._mw-90 {
	max-width: 90%;
}

#wrapper {
  width: 100%;overflow-x: hidden;
}

._white {
	color:#fff !important;
}

._black {
	color:#1d1d1d !important;
}

._green {
  color: #374d40;
}

._gray {
	color: #bdb4a2;
}

._lgray {
	color: #f2e9ce;
}

._gold {
	color: #c9a06d;
}

._bg-green {
  background: #374d40;
}

._bg-white {
	background:#fff !important;
}

._bg-gray {
	background: #bdb4a2;
}

._bg-gold {
	background: #c9a06d;
}

._bg-lgold {
	background: rgba(242,233,206,.2);
}

._header {
	position: fixed;top: 0;left: 0;z-index: 10000;padding-left: 4%;padding-right: 4%;padding-top: 30px;
}

._logo-center {
	text-align: center;
}

._m-menu {
	font-size: 16px;color: #374d40;font-weight: 500;letter-spacing: 1px;padding-left: 100px;position: relative;display: inline-block;height: 25px;cursor: pointer;transition: all .5s ease-out;
}

._header._v4 ._m-menu {
	color: #f2e9ce;
}

._header._v1 ._m-menu._active, ._header._v2 ._m-menu._active, ._header._v3 ._m-menu._active {
	color: #f2e9ce;
}

._header._v4 ._m-menu._active {
	color: #374d40;
}

._m-menu span {
	position: absolute;top:1px;left: 50px;
}

._m-menu ._close {
	display: none;
}

._m-menu::before {
	content: '';width: 35px;height: 2px;background: #374d40;position: absolute;top: 11px;left: 0;transition: all .5s ease-out;
}

._m-menu::after {
	content: '';width: 35px;height: 2px;background: #374d40;position: absolute;top: 11px;left: 0;transition: all .5s ease-out;opacity: 0;
}

._header._v4 ._m-menu::before {
	background: #f2e9ce;
}

._header._v4 ._m-menu::after {
	background: #f2e9ce;
}

._header._v1 ._m-menu._active::before, ._header._v2 ._m-menu._active::before, ._header._v3 ._m-menu._active::before {
	background: #f2e9ce;
}

._header._v1 ._m-menu._active::after, ._header._v2 ._m-menu._active::after, ._header._v3 ._m-menu._active::after {
	background: #f2e9ce;
}

._header._v4 ._m-menu._active::before {
	background: #374d40;
}

._header._v4 ._m-menu._active::after {
	background: #374d40;
}

._m-menu._active::before {
	opacity: 1;transform: rotate(-25deg) !important;
}

._m-menu._active::after {
	opacity: 1;transform: rotate(25deg);
}

._m-menu:hover::before {
	transform: scale(1.2);
}

._btn {
	text-align: center;display: inline-block;background: #374d40;letter-spacing: 1px;border-radius: 25px;padding: 10px 30px;font-weight: 500;font-size: 16px;color: #fff;transition: all .5s ease-out;position: relative;left: 0;top:0;
}

._btn:hover {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);left: -2px;top: -2px;opacity: 1;color: #fff;
}

._header._v4 ._btn {
	background: #f2e9ce;color: #374d40;
}

._header._v1._hmenu ._btn, ._header._v2._hmenu ._btn, ._header._v3._hmenu ._btn {
	background: #f2e9ce;color: #374d40;
}

._header._v4._hmenu ._btn {
	background: #374d40;color: #f2e9ce;
}

._menu {
	display: none;position: fixed;width: 100%;height: 100%;z-index: 1000;
}

._menu._v1 {
	background: #374d40;
}

._menu._v2 {
	background: #c9a06d;
}

._menu._v3 {
	background: #bdb4a2;
}

._menu._v4 {
	background: #f2e9ce;
}

._menu ._box-menu {
	width: 100%;height: 100%;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;
}

._logo-header1, ._logo-header2, ._logo-header3 {
	width: 200px;
}

._menu._v1 ._logo-header2, ._menu._v1 ._logo-header3 {
	display: none;
}

._menu._v2 ._logo-header1, ._menu._v2 ._logo-header3 {
	display: none;
}

._menu._v3 ._logo-header1, ._menu._v3 ._logo-header3 {
	display: none;
}

._menu._v4 ._logo-header1, ._menu._v4 ._logo-header2 {
	display: none;
}

ul.menu {
	list-style: none;padding: 0;display: flex;flex-direction: column;justify-content: center;margin-bottom: 0;align-items: flex-start;
}

ul.menu li {
	position: relative;margin-bottom: 30px;
}

ul.menu li:last-of-type {
	margin-bottom: 0;
}

ul.menu li a {
	font-weight: 600;font-size: 52px;line-height: 60px;transition: all .5s ease-out;cursor: pointer;position: relative;
}

._menu._v1 ul.menu li a, ._menu._v2 ul.menu li a, ._menu._v3 ul.menu li a {
	color: #f2e9ce;
}

._menu._v4 ul.menu li a {
	color: #bdb4a2;
}

._menu._v1 ul.menu li.current-menu-item a, ._menu._v1 ul.menu li.current-menu-ancestor a {
	color: #c9a06d;font-weight: 800;
}

._menu._v2 ul.menu li.current-menu-item a, ._menu._v2 ul.menu li.current-menu-ancestor a, ._menu._v3 ul.menu li.current-menu-item a, ._menu._v3 ul.menu li.current-menu-ancestor a, ._menu._v4 ul.menu li.current-menu-item a, ._menu._v4 ul.menu li.current-menu-ancestor a {
	color: #374d40;font-weight: 800;
}

._htel {
	position: absolute;left: 4%;bottom: 30px;font-size: 20px;
}

._hmail {
	position: absolute;right: 4%;bottom: 30px;font-size: 20px;
}

._menu._v1 ._htel, ._menu._v1 ._hmail, ._menu._v2 ._htel, ._menu._v2 ._hmail, ._menu._v3 ._htel, ._menu._v3 ._hmail {
	color: #f2e9ce;
}

._menu._41 ._htel, ._menu._41 ._hmail {
	color: #374d40;
}

._footer {
 padding-left: 0;padding-right: 0;padding-bottom: 30px;
}

._footer._v4 {
	margin-top: 100px;
}

._bg-pattern {
	width: 100%;height: 230px;
}

._footer._v1 ._bg-pattern {
	background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern1.png);
}

._footer._v2 ._bg-pattern {
	background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern2.png);
}

._footer._v3 ._bg-pattern {
	background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern3.png);
}

._footer._v4 ._bg-pattern {
	background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern4.png);
}

._logo-footer1, ._logo-footer2, ._logo-footer3 {
	width: 450px;max-width: 100%;margin: 80px 0;
}

._footer._v1 ._logo-footer2, ._footer._v4 ._logo-footer2 {
	display: none;
}

._footer._v2 ._logo-footer1, ._footer._v3 ._logo-footer1, ._footer._v4 ._logo-footer1 {
	display: none;
}

._footer._v1 ._logo-footer3, ._footer._v2 ._logo-footer3, ._footer._v3 ._logo-footer3 {
	display: none;
}

._linea {
	width: 100%;height: 1px;
}

._footer._v1 ._linea {
	background: #374d40;
}

._footer._v2 ._linea, ._footer._v3 ._linea, ._footer._v4 ._linea {
	background: #f2e9ce;
}

._footer p {
	font-size: 20px;line-height: 26px;
}

._footer._v2 p, ._footer._v2 p a, ._footer._v3 p, ._footer._v3 p a, ._footer._v4 p, ._footer._v4 p a {
	color: #f2e9ce;
}

body.home, body.blog,  body.single, body.page-template-default {
	background: #f2e9ce;
}

body.page-template-coach {
	background: #bdb4a2;
}

body.page-template-metodo {
	background: #c9a06d;
}

body.page-template-contatti {
	background: #374d40;
}

._pdtcontatti {
	padding-top: 300px;
}

._logoh {
	width: 420px;display: inline-block;margin: 200px 0 100px 0;max-width: 100%;
}

._iscroll {
	width: 1px;height: 90px;background: #374d40;display: inline-block;position: relative;
}

._iscroll::before {
	content: '';width: 3px;height: 20px;background: #374d40;position: absolute;animation: mymove 2s;animation-iteration-count: infinite;left: -1px;
}

@keyframes mymove {
  from {top: 0px;}
  to {top: 70px;}
}

._riga {
	width: 1px;height: 90px;background: #374d40;display: inline-block;position: relative;
}

._riga1 {
	width: 1px;height: 90px;background: #f2e9ce;display: inline-block;position: relative;
}

._icon {
	width: 150px;
}

._picon {
	width: 80%;display: inline-block;
}

._link {
	display: inline-block;transition: all .5s ease-out;position: relative;font-size: 18px;letter-spacing: 1px;text-transform: uppercase;padding-left: 60px;color:#1d1d1d;font-weight: 500;
}

._link::before {
	content: '';width: 40px;height: 2px;position: absolute;left: 0;top: 11px;background: #1d1d1d;transition: all .5s ease-out;
}

._link._white {
	color:#fff;
}

._link._white::before {
	background:#fff;
}

._link:hover::before {
	width: 45px;
}

._cta {
	display: inline-block;padding: 12px 40px;background: #fff;color: #374d40;font-size: 24px;letter-spacing: 1px;font-weight: 800;border-radius: 30px;text-transform: uppercase;transition: all .5s ease-out;position: relative;left: 0;top:0;
}

._cta:hover {
	box-shadow: 4px 4px 4px #000;left: -4px;top:-4px;
}

._hpattern1 {
	width: 100%;height: 200px;background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern1.png);position: absolute;top: 0;left: 0;
}

._hpattern2 {
	width: 35%;height: 100%;background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern2.png);position: absolute;top: 0;right: 0;
}

._hpattern3 {
	width: 35%;height: 100%;background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern3.png);position: absolute;top: 0;left: 0;
}

._hpattern4 {
	width: 100%;height: 200px;background: url(https://fcequilibre.ch/wp-content/uploads/2025/11/pattern4.png);position: absolute;top: 0;left: 0;
}

._pr {
	position: relative;
}

._img-full {
	width: 100%;height: 600px;
}

._img-shape {
	width: 90%;height: 500px;border-radius: 250px 250px 0 0;margin: auto;
}

._cit {
	font-size: 52px;line-height: 60px;color: #f2e9ce;font-style: italic;font-weight: 600;
}

._ps-img {
	position: relative;top: -80px;
}

._dot {
	width: 25px;height: 40px;background: #f2e9ce;display: inline-block;border-radius: 13px;
}

._jc {
	justify-content: center;
}

._mark {
	width: 130px;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	width: 100%;border: 2px solid #f2e9ce;background: transparent;padding: 8px 25px;font-size: 18px;color: #fff;outline: none;border-radius: 25px;margin-bottom: 15px;
}

.wpcf7-submit {
	background: #f2e9ce;border: 0;display: inline-block;font-weight: 800;font-size: 18px;color: #374d40;padding: 10px 35px;border-radius: 27px;transition: all .5s ease-out;position: relative;letter-spacing: 1px;text-transform: uppercase;
}

.wpcf7-spinner {
  position: absolute;right: 145px;top: 8px;
}

input::placeholder, textarea::placeholder {
  color: #f2e9ce;
}

.wpcf7-acceptance label {
	text-align: left !important;color: #f2e9ce;font-size: 18px;line-height: 20px;
}

.wpcf7-list-item label {
	margin-bottom: 0;
}

.wpcf7-list-item {
	margin: 0;display: block;
}

.wpcf7-not-valid-tip {
  font-size: 18px;line-height: 18px;
}

._tshow {
	display: none !important;
}

._mshow {
	display: none !important;
}

.grecaptcha-badge{
   display: none!important;
 }

.wpcf7 form .wpcf7-response-output {
  background: #fff;  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
}

.entry-title {
	text-align: center;margin-bottom: 100px;
}

._f-search {
	width: auto;float: right;margin-top: 20px;
}

._f-stxt {
	border-radius: 6px 0px 0px 6px;border: 1px solid #bfa3cb;padding: 8px 20px;outline: none;display: inline-block;
}

._f-sbtn {
	background: #bfa3cb;color: #fff;border-radius: 0px 6px 6px 0px;border: 1px solid #bfa3cb;padding: 8px 20px;display: inline-block;margin-left: -4px;font-family: "Gowun Batang", serif;font-weight: 700;font-size: 16px;line-height: 25px;
}

._entry-post {
	padding-top: 20px;background: #ebe1ef;margin-top: 30px;
}

._img-post {
	width: 100%;height: 300px;background: #fff;
}

._img-post-f {
	width: 100%;height: 600px;background: #fff;
}

._box-post {
	padding: 15px 30px 30px 30px;background: #ebe1ef;text-align: center;position: relative;z-index: 10;
}

._box-post::before {
	content: '';width: 100%;height: 60px;background: #ebe1ef;position: absolute;top: -30px;left: 0;border-radius: 50%;z-index: -1;
}

h1._tblog {
	font-size: 30px;line-height: 40px;margin-bottom: 0;letter-spacing: 1px;
}

._txt-blog h2, ._txt-blog h3 {
	margin-top: 30px;margin-bottom: 10px;color: #623587;
}

._txt-blog p {
	margin-bottom: 10px;
}

.navigation.post-navigation, .navigation.posts-navigation {
	margin-top: 60px;text-align: center;
}

.navigation.post-navigation .nav-links {
	display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;
}

.navigation.posts-navigation .nav-links {
  display: flex;flex-direction: row-reverse;flex-wrap: nowrap;justify-content: center;align-items: center;
}

.navigation.post-navigation a, .navigation.posts-navigation a {
	font-size: 16px;line-height: 26px;font-weight: 400;color: #000;transition: all .5s ease-out;position: relative;margin: 0 15px;
}

.navigation.post-navigation .nav-previous .nav-subtitle, .navigation.posts-navigation .nav-previous .nav-subtitle {
	margin-left: 5px;
}

.navigation.post-navigation .nav-next .nav-subtitle, .navigation.posts-navigation .nav-next .nav-subtitle {
	margin-right: 5px;
}

._box-fi {
	width: 100%;height: 520px;
}




.animated, .animatedl, .animatedr, .animatedb {
  -webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;animation-delay: 0.5s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;animation-delay: 0.7s;
}

.delay-1s {
  -webkit-animation-delay: 1s;animation-delay: 1s;
}
.delay-2s {
  -webkit-animation-delay: calc(1s * 2);animation-delay: calc(1s * 2);
}
.delay-3s {
  -webkit-animation-delay: calc(1s * 3);animation-delay: calc(1s * 3);
}
.delay-4s {
  -webkit-animation-delay: calc(1s * 4);animation-delay: calc(1s * 4);
}
.delay-5s {
  -webkit-animation-delay: calc(1s * 5);animation-delay: calc(1s * 5);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1370px;
	}
}

@media (max-width: 1200px) {
	._dmt60 {
		margin-top: 60px;
	}

	._dmb60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	._thide {
		display: none !important;
	}

	._tshow {
		display: block !important;
	}

	._tmt30 {
		margin-top: 30px;
	}

	._tmt60 {
		margin-top: 60px;
	}

	._trmt._mt80 {
		margin-top: 30px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._tmt0 {
		margin-top: 0 !important;
	}

	._switch {
		-ms-flex-direction: column-reverse!important;flex-direction: column-reverse!important;
	}

	._tpdtb60 {
		padding-top:60px;padding-bottom:60px;
	}

	._tmt6 {
		margin-top: 6px;
	}

	._tleft {
		text-align: left !important;
	}

	._pdl60 {
		padding-left: 15px;
	}

	._pdr60 {
		padding-right: 15px;
	}

	._tcenter {
		text-align: center !important;
	}

	._tleft {
		text-align: left !important;
	}

	._logo-center {
		text-align: left;
	}

	._tbig {
    font-size: 62px;line-height: 72px;
	}

	ul.menu {
    align-items: center;
	}

	ul.menu li {
    text-align: center;
	}

	._pdl40 {
    padding-left: 15px;
	}

	._pdr40 {
    padding-right: 15px;
	}

	._tmb0 {
		margin-bottom: 0 !important
	}

	._hpattern2, ._hpattern3 {
    width: 100%;height: 45%;top: 55%;
	}

	._mw-90 {
    max-width: 80%;
	}

	._ps-img {
    top: 0;
	}

	._mark {
    display: none;
	}


}

@media (max-width: 767px) {

	h1  {
		font-size: 52px;line-height: 60px;margin-bottom: 0;
	}

	h2  {
		font-size: 42px;line-height: 50px;margin-bottom: 0;
	}

	h3 {
		font-size: 32px;line-height: 40px;margin-bottom: 0;
	}

	h4 {
		font-size: 28px;line-height: 34px;margin-bottom: 0;
	}

	p {
		font-size: 20px;line-height: 26px;margin-bottom: 0;
	}

	p._big {
		font-size: 28px;line-height: 34px;margin-bottom: 0;
	}

	._link {
    font-size: 16px;
	}

	._cta {
    font-size: 18px;
	}

	._mmt30 {
		margin-top: 30px !important;
	}

	._dmt60, ._mt60, ._tmt60 {
		margin-top: 40px;
	}

	._mt80 {
    margin-top: 60px;
	}

	._pdtb80 {
		padding-top:60px;padding-bottom:60px;
	}

	._mt100 {
    margin-top: 80px;
	}

	._mhide {
		display: none;
	}

	._tpdtb60 {
		padding-top:30px;padding-bottom:30px;
	}

	._mt40 {
    margin-top: 20px;
	}

	._mmt6 {
		margin-top: 6px;
	}

	._mmt10 {
		margin-top: 10px;
	}

	._mmt80 {
		margin-top: 80px;
	}

	._mmt0 {
		margin-top: 0 !important;
	}

	._mshow {
		display: inline-block !important;
	}

	._mmb20 {
		margin-bottom: 20px;
	}

	._mswitch {
		-ms-flex-direction: row-reverse!important;flex-direction: row-reverse!important;
	}

	._mmt15 {
		margin-top: 15px !important;
	}

	ul.menu li {
		margin-bottom: 20px;
  }

	ul.menu li a, ul.menu li .sub-menu li a {
		font-size: 32px;line-height: 40px;
	}

	._mcenter {
		text-align: center !important;
	}

	._mt-top {
    margin-top: 80px;
	}

	._box-blog {
    padding-top: 80px;
	}

	._row-post {
    display: block;
	}

	._row-post p._pdatea, ._row-post p._pdatem {
		width: 50%;text-align: left;float: left;margin-right: 0;
	}

	._row-post p._pdatem {
		text-align: right;
	}

	._row-post p._pcat {
		width: 100%;text-align: right;margin-top: 10px;
 	}

	._row-post p._ptitle {
		width: 100%;padding-top: 15px;text-align: left;clear: both;margin-right: 0;
	}

	._into-box img, ._logo-pink {
    width: 280px;
	}

	._pdr0 {
		padding-right: 15px;
	}

	._pdl0 {
		padding-left: 15px;
	}

	._mpdlr {
		padding-left: 45px;padding-right: 45px;
	}

	label {
    text-align: left;margin-bottom: 10px;
	}

	._isub.text-right {
    text-align: center !important;
	}

	._header {
    padding-top: 20px;
	}

	._logo-header1 {
    width: 100px;
	}

	._htel, ._hmail {
    display: none;
	}

	._bg-pattern1 {
    height: 150px;
	}

	._pdtb100 {
    padding-top: 80px;padding-bottom: 80px;
	}

}
