@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.container,
.container-lg {
	margin: auto;
	max-width: 100%;
  padding: 0 20px;
}
@media (min-width: 1141px) {
    .container {
        max-width: 1140px;
    }
}
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background: var(--dark-color, #2B2B2B);
  -webkit-font-smoothing: antialiased;
  color: var(--dark-color, #2B2B2B);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  font-family: "Montserrat", sans-serif;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 10px;}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
  margin: 0 0 15px;
}
td, th {
  margin: 0 0 15px;
}
a {
  color: var(--secondary-color, #275B3E);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--main-color, #7F7F7F);
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

h1, .h1-style {
	color: var(--main-color, #7F7F7F);
	font-family: "Playfair Display";
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 99.922%; /* 59.953px */
}
h1 span, .h1-style span {
	display: block;
	color: var(--accent, #D4B996);
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 99.922%; /* 19.984px */
	text-transform: uppercase;
}
h2 {
	color: var(--dark-color, #2B2B2B);
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em; /* 59.953px */
	margin: 0 0 30px;
}
h3 {
	color: var(--dark-color, #2B2B2B);
	font-family: "Playfair Display";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  margin: 0 0 30px;
}
h4 {
	color: var(--dark-color, #2B2B2B);
	font-family: "Playfair Display";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  margin: 0 0 30px;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all .4s ease;
  opacity: 0;
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.actived {
  padding: 10px 20px;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.menu.behaved {
  background-color: transparent;
  height: 80px;
  overflow: hidden;
  box-shadow: none;
  box-shadow: none!important;
}
.menu.home {
	position: absolute;
	top: 0;
	background: transparent;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  /* top: 32px; */
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .mobile-nav {}
.menu .mobile-nav ul {
	margin: 0 0;
}
.menu .mobile-nav ul li:not(:last-child) {
	margin-right: 23px;
}
.menu > div .navigation {
  display: block;
  background: none;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 24px;
  margin-right: 38px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 margin: 23px 0;
 margin-right: 36px;
}
.menu.behaved > div .navigation {
  color: var(--main-color, #003865);
  /* margin: 22px 0; */
  margin-right: 0;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: var(--main-color, #003865);
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: 2px;

	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: '';
  font-size: 16px;
  font-weight: 600;
  color: #1278B5;
  letter-spacing: 0;
  position: relative;
  text-transform: lowercase;
  top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a.navigation > .bar {
  
}
.menu.behaved > div a.navigation > .bar {
  background-color: #fff;
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;
}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  display: block;
  max-width: 216px;
  transition: all .3s ease;
}
.menu .logo-nav img.logo-home {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {
}
.menu.behaved .logo-nav {
 opacity: 0;
 top: -50%;
}
.menu.behaved .social-nav {
  opacity: 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 20px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}


.menu .collapse-menu > li > ul {
  /* display: none; */
  background: #ffff;
  backdrop-filter: blur(2px);
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 5;
  padding: 0;
  width: 231px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  display: block;
}
.menu .collapse-menu > li > ul:focus-within,
.menu .collapse-menu > li:hover > ul {
	padding: 7px 0;
	opacity: 1;
	margin-top: 0!important;
	height: auto;
	/* display: block!important; */
}
.menu .collapse-menu > li > ul > li {
  display: block;
  padding: 0;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0!important;
}
.menu .collapse-menu > li > ul > li:hover {
	background-color: #fcfcfc
}
.menu .collapse-menu > li > ul > li a {
  position: relative;
  color: #275b3e;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px!important;
  border-bottom: solid 0px transparent;
}
.menu .collapse-menu > li > ul > li a:hover {
  color: #09150f;
}
.menu .collapse-menu > li > ul > li a:focus {
  color: #275b3e;
  text-decoration: none;
}
.menu .collapse-menu > li > ul > li.current-menu-item a {
  color: #09150f;
  padding-left: 12px!important;
}
.menu .collapse-menu > li > ul > li a:before,
.menu .collapse-menu > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: relative;
  top: -1px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .8em;
}
.menu .collapse-menu > li > ul > li a:before {
  left: 0;
  position: absolute;
  top: 12px;
}
.menu .collapse-menu > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 4px;
}
.menu .collapse-menu > li > ul > li a:after {
  right: 0;
  background: none;
}
.menu .collapse-menu > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  right: -4px;
}
.menu .collapse-menu {
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: flex;
	padding: 10px;
	gap: 20px;
	justify-content: flex-end;
}
.menu .collapse-menu li {
	position: relative;
	color: var(--off-white, #F2F2F2);
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu .collapse-menu li:not(:last-child) {margin-right: 13px;}
.menu .collapse-menu li .fal {
	margin-top: 3px;
}
.menu .collapse-menu li a {
	padding: 5px 0;
	display: inline-block;
	position: relative;
	color: var(--off-white, #F2F2F2);
}
.menu .collapse-menu li.current-menu-item > a,
.menu .collapse-menu li.current-page-ancestor > a {
	color: var(--off-white, #F2F2F2);
	background: none;
}
.menu .collapse-menu li strong {
	margin-right: 5px
}
.menu .collapse-menu li:hover > a,
.menu .collapse-menu li:focus > a,
.menu .collapse-menu li a:hover,
.menu .collapse-menu li a:focus {
	color: var(--off-white, #F2F2F2);
	text-decoration: none;
}
.menu .collapse-menu li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  margin-top: 7px;
  background-color: transparent;
  transition: all .3s ease;
}
.menu .collapse-menu li.current-menu-item > a:after,
.menu .collapse-menu li.current-page-ancestor > a:after,
.menu .collapse-menu li:hover a:after,
.menu .collapse-menu li:focus a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--off-white, #F2F2F2);
}
.menu #menu-top {
	gap: 20px;
	justify-content: flex-end;
}
.menu #menu-top li:not(:last-child) {
	margin-right: 0px;
}
.menu #menu-top li a {
	color: var(--off-white, #F2F2F2);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	border: solid 1px var(--off-white, #F2F2F2);
	padding: 10px;
	border-radius: 200px;
	transition: all .3s ease;
}
.menu #menu-top li a:hover,
.menu #menu-top li a:focus {
	color: var(--secondary-color, #275B3E);
	background-color: var(--off-white, #F2F2F2);
}
.menu #menu-top li a:after { display: none }

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 74px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: var(--secondary-color, #275B3E);
  border: none;
  font-family: "Playfair Display";
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 18px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #fff;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #fff;
}
.navigation-overlay > ul > li > a i {
	/* float: right; */
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #fff;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1350px) {
	.menu .bottom .search {
		min-width: 100px;
		padding: 10px 15px;
	}
	.menu .collapse-menu.collapse-menu > li:not(:last-child) {margin-right: 1vw;}
	.menu .collapse-menu > li,
	.menu .collapse-menu > li:last-child a {font-size: 14px;}
	.menu .collapse-menu > li > ul > li {font-size: 10px;}
	.menu .logo-nav {}
	.menu.actived .logo-nav {}
	h1 > span, .h1-style > span { font-size: 20px }
	.menu .top ul li { font-size: 10px }
	.menu .top ul li:not(:last-child) { margin-right: 1vw }
}
@media (max-width: 1200px) {
	.menu .collapse-menu > li,
	.menu .collapse-menu > li:last-child a {font-size: 12px;}
	.menu .collapse-menu > li > ul > li { font-size: 10px; }
	.menu .collapse-menu.collapse-menu > li:not(:last-child) { margin-right: 0 }
}
@media screen and (min-width: 992px) {
  /*============== TOP ================*/
  .menu .navigation,
  .menu .mobile-nav,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
	.menu .desktop-nav { display: none }
  h1 > span, .h1-style > span { font-size: 16px }
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {top: 0;padding: 0;background: transparent;}
  .menu.actived {
    top: 0;
	box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  }
  .menu .logo-nav img:not(.logo-home) {/* opacity: 0; */}
  .menu .logo-nav img.logo-home {/* opacity: 1; */}
  .menu.actived {
    background: #fff;
    padding: 5px 2vw;
}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
    background: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
    margin: 0;
    margin-right: 0;
  }
  .menu.actived > div .navigation {
    margin: 0;
    margin-right: 0px;
  }
  .menu .services-menu,
  .menu .bottom {
    display: none;
  }
  .menu .logo-nav {
  top: 8px;
  left: 10px;
  font-size: 65px;
  color: var(--chas-blue, #003E6B);
  }
  .menu.actived .logo-nav {
  top: 4px;
  font-size: 49px;
  max-width: 105px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {
  }
  .navigation-overlay > ul > li > ul > li a {
  }
  .menu .donate {
    top: 7px
  }
  .menu.actived .donate {
    top: 1px
  }
}
@media screen and (max-width: 910px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    /* top: 32px; */
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 34px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu,
  .customize-support .menu.actived{
    /* top: 46px; */
  }
  .customize-support .navigation-overlay,
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    /* top: 46px; */
  }
  .customize-support .menu.actived {
    top: 0;
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
  .customize-support .menu.actived + .navigation-overlay {
    margin-top: 0;
  } 
}
@media (max-width: 370px) {
	.menu .mobile-nav ul li:not(:last-child) {
		margin-right: 5px;
	}
}

/*=========================================== BANNER TOP ======================================================*/
.top-spacer {
	margin-top: 105px
}
.main-banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 50px;
  text-align: center;
}
.main-banner span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner span.parallax:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: #000;
}
.main-banner span.parallax:after { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.65) 38%,rgba(0,0,0,0) 100%);
  transform: rotate(180deg);
  opacity: .3;
}

.main-banner span.parallax iframe,
.main-banner span.parallax video  {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56vw;
  width: 100%;
}
@media (max-width: 560px) {
  .main-banner span.parallax iframe,
  .main-banner span.parallax video {
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	width: 220%;
	height: 150%;
  }
}

.main-banner > .container,
.main-banner > .container-fluid {
  position: relative;
  opacity: 0;
  height: 100%;
}
.main-banner.ready > .container,
.main-banner.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

.main-banner h1,
.main-banner h2,
.main-banner h3,
.main-banner p,
.main-banner li,
.main-banner a:not(.btn-layout) {color: #fff;}
.main-banner h1 {
	color: #FFF;
	 /* 75% */
	margin: 0 0 24px;
}
.main-banner h1 > span {
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
	margin: 13px 0 0;
}
.main-banner .btn-layout:hover,
.main-banner .btn-layout:focus {
	color: #fff;
	border-color: #fff;
}

.main-banner.about-banner,
.main-banner.resources-banner,
.main-banner.specialities-banner {
	min-height: 621px;
	display: flex;
	align-items: end;
	padding-bottom: 40px;
}
.main-banner.sellers-banner {
	min-height: 621px;
	display: flex;
	align-items: start;
	padding-bottom: 40px;
}
.main-banner.listing-banner {
	min-height: 621px;
	display: flex;
	align-items: end;
	padding-bottom: 40px;
}
.main-banner.listing-banner h1 {
	text-align: right;
	margin: 0;
}
.main-banner.listing-banner ul {
	text-align: right;
	margin: 0 0 13px;
}
.main-banner.listing-banner ul li {
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1em; /* 230.769% */
    padding-left: 27px;
}
.main-banner.listing-banner ul li .fa-li {
	left: 0;
}
.main-banner.listing-banner .container-fluid {
	padding: 0 6vw;
}
.main-banner.listing-banner .row {
	align-items: end;
	text-align: left;
}


@media screen and (min-width: 1400px) {
	.main-banner {
		padding: 600px 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.main-banner {padding: 200px 0 67px;}
}
@media screen and (max-width: 900px) {
	.main-banner {padding: 165px 0 40px;}
}
@media screen and (max-width: 768px) {
  .main-banner .banner-video-iframe {
	display: none;
  }
  .main-banner.listing-banner {
	  min-height: 420px;
  }
  .main-banner.listing-banner .row {
	flex-direction: column-reverse;
	justify-content: center;
    text-align: center;
  }
  .main-banner.listing-banner h1,
  .main-banner.listing-banner ul {
	  text-align: center;
  }
  .main-banner.listing-banner .btn-layout { margin: 24px 0 0 }

}
@media screen and (max-width: 650px) {
	.main-banner {}
}


/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  display: block;
  margin: 50px 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}