@charset "utf-8";
#olderbrowser {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  letter-spacing: 0;
  overflow-x: hidden;
  color: #323231;
  background-color: #323231;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section, article {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/*== COMMON CLASSES ==*/
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
.fs-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.portraitShow {
  display: none;
}
/*== FOOTER ==*/
.footer {
  height: 35px;
  top: auto;
  bottom: 0;
  background: #4c4c4c;
}
.footer__links {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__links li {
  padding: 0 1em;
}
.footer__links a {
  display: block;
  padding-bottom: 0.1em;
  font-size: 1.2em;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.footer__copyright {
  font-size: 0.9em;
  color: #c7c7c7;
}
.footer__copyright span {
  margin: 0 1em;
}
/*== MAIN ==*/
.desktop-hide{
	display: none;
}
.siteBg {
  background: url(../images/bg.jpg) #000000 no-repeat center top;
  background-size: 100% 100%;
}
.main-container {
  height: calc(100% - 35px);
  /* align-items: stretch;
  flex-direction: row; */
}
.container {
  max-width: 1200px;
  width: 60%;
  margin: 0 auto;
  padding: 0 1em;
}
.hero__section{
	width: 28%;
}
.hero__img{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	margin: 0 auto;
}
.hero__img img {
/*  position: absolute;*/
  top: 0;
  max-width: 100%;
/*  height: calc(100vh - 35px);*/
  margin: 0 auto 1rem;
  left: 0;
  right: 0;
}
.bottom-content {
  display: flex;
    flex-direction: column;
    max-width: 60vw;
    margin: 0 auto;
    align-items: flex-end;
    padding: 0 1em;
    position: relative;
    /* height: calc(100vh - 35px); */
    justify-content: center;
}
.absImg {
  position: absolute;
  left: 0;
  max-width: 100px;
}
.column-left {
  flex: 15%;
}
.column-center {
  /*flex: 60%;*/
  width: 100%;
  margin: 3vh auto;
}
.column-center >img{
	margin: 0 auto;
	width: 25%;
}
.column-right {
  flex: 25%;
}
.column-left img, .column-right img {
  max-height: 28px;
}
.logoGarden__section {
  padding: 1em 1em 0;
  display: flex;
}
.logoGarden__container {
  margin: 0 auto;
  flex-direction: row;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 1.5em;
  padding: 2em 1em;
  flex-wrap: wrap;
/*  width: 100%;*/
}
.logoGarden__btn {
  /*  max-width: 135px;
  margin: 0 0.5em;
  flex: 5%;*/
  padding: 0 1.1em;
  margin: 0;
}
.logoGarden__btn > a[href=""] {
  pointer-events: none;
}
.logoGarden__btn > a[href=""] img {
 /* filter: grayscale(1);*/
  pointer-events: none;
  opacity: 1;
  transform: none !important;
}
.logoGarden__btn img {
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
  max-height: 35px;
}
/*
.logoGarden__container .logoGarden__btn:nth-child(-n+7) {
  flex: 12%;
}
*/
.movies{
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
  position: relative;
}
.movie{
	width: 30%
}
.movie img{
	border: 1px solid #fff;
}
.cta_btn_img{
	margin-top: 1rem !important;
}
.chalk{
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: translate(50%, 50%);
  height: 40%;
}
.copyright_img{
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  max-height: 20px;
  width: auto !important;
}

/*== MEDIA QUERIES ==*/

@media screen and (max-width: 1680px){
	.logoGarden__btn img {
		max-height: 30px;
	}
}

@media screen and (max-width: 1680px) and (min-height: 800px){
  .hero__section {
    width: 32%;
  }
  .movies{
    width: 55%
  }
}
@media screen and (max-width: 1600px){
/*
	.bottom-content{
		margin: 8em auto 0;
	}
*/
	.logoGarden__btn img {
		max-height: 22px;
	}
  .movies{
    width:45%
  }
}
@media screen and (max-width: 1600px) and (min-height: 1000px){
  .hero__section {
    width: 40%;
  }
  .movies{
    width: 66%;
  }
}
@media screen and (max-width: 1366px) {
  .logoGarden__container {
/*    width: 75%;*/
/*	  padding: .5rem;*/
  }
/*
  .logoGarden__container .logoGarden__btn:nth-child(-n+7) {
    flex: 26%;
  }
*/
  .logoGarden__btn img {
/*    max-height: 60px;*/
	  margin-top: .5rem;
	  margin-bottom: .5rem;
  }
	.bottom-content{
		max-width: 68vw;
	}
	.hero__img{
		width: 85%;
	}
  .hero__img img{
    margin: 1rem auto;
  }
  .copyright_img{
    bottom: 1rem;
  }
}
@media screen and (max-width:1280px) and (orientation:landscape) {
	
  .logoGarden__container {
/*    width: 100%;*/
	  padding: .5rem;
  }
/*
	.hero__img img{
		height: calc(100vh - 130px);
	}
*/
	.column-center{
		margin: 3vh auto;
	}
	.logoGarden__btn img {
		max-height: 20px;
	}
    .logoGarden__btn {
    padding: 0 0.8em;
}
}
@media screen and (device-width:1280px) and (device-height:1024px), screen and (device-width:1280px) and (device-height:960px) {
/*
  .hero__img img {
    height: inherit;
  }
*/
	.bottom-content{
		margin: 0 auto;
	}
	.logoGarden__btn img {
		max-height: 20px;
	}
  .hero__section {
    width: 50%;
  }
  .movies{
    width: 70%;
  }
}
@media screen and (max-width: 1128px){
  .hero__section {
    width: 23%;
  }
  .movies{
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__links a:hover {
    color: #eec676 !important;
  }
  .logoGarden__btn > a:hover img {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 1024px), screen and (device-width:1194px) and (device-height:834px) and (orientation:landscape) {
  /*    .column-center{
        width: 70%;
    }*/
/*
  .hero__img img {
    height: auto;
    max-width: 75%;
  }
*/
  .logoGarden__container {
/*    width: 100%;*/
  }
.logoGarden__btn {
  padding: 0 0.7em;
}
	.logoGarden__btn img {
		max-height: 16px;
	}
  .hero__section {
    width: 43%;
  }
  .movies{
    width: 60%;
  }
}
@media screen and (max-width:1024px) and (orientation: portrait){
	.main-container{
		flex-direction: column;
		justify-content: center;
	}
	.desktop-hide{
		display: block;
	}
	.mobile-hide{
		display: none;
	}
  .siteBg {
    background: url(../images/bg_mobile.jpg) #000000 no-repeat center top;
    background-size: 100% 100%;
  }
  .hero__section {
    width: 100%;
  }
	.hero__img{
		margin-top: 2vh;
		width: 85%;
		margin-bottom: 25px;
    display: block;
	}
  .movies {
    width: 85%;
  }
  .column-center {
    width: 100%;
  }
	.container{
		width: 100%;
	}
	/* .column-center >img{
		width: 55%;
	} */
  .bottom-content .column-left, .column-center, .column-right {
    margin: 2vh 0 0;
  }
	.bottom-content{
		max-width: 100%;
		height: auto;
	}
	.logoGarden__btn img {
		max-height: 35px;
	}
  .copyright_img{
    left: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-height: 430px) and (orientation: landscape) {
  .hero__section{
    width: 26%;
  }
  .movies{  
    width: 30%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-height: 414px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 736px) and (orientation: landscape), screen and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
  .main-container {
    justify-content: center;
    padding-bottom: 2%;
  }
/*
  .hero__img img {
    height: calc(100vh - 120px);
  }
*/
  .hero__section{
    width: 26%;
  }
  .movies{
    width: 40%;
  }
  .absImg {
    max-width: 45px;
    left: 5px;
  }
  .logoGarden__btn img {
    max-height: 10px;
  }
	.bottom-content {
    max-width: 100%;
}
	.logoGarden__container {
    	padding: 0;
	}
}
@media screen and (max-width: 869px) and (min-width:768px) and (orientation: landscape){

	.logoGarden__btn img {
		max-height: 12px;
	}
}
@media screen and (max-width: 850px) and (orientation: portrait) {
  .bottom-content {
/*    flex-direction: column-reverse;*/
    align-items: flex-start;
    max-width: 100%;
    padding: 0;
    height: inherit;
	margin: 0 auto;
  }
  .absImg {
    position: relative;
    margin-top: 5px;
    max-width: 60px;
  }
	.desktop-hide{
		display: block;
	}
	.mobile-hide{
		display: none;
	}
  .siteBg {
    background: url(../images/bg_mobile.jpg) #000000 no-repeat center top;
    background-size: 100% 100%;
  }
  .hero__section {
    width: 100%;
  }
	.hero__img{
		margin-top: 2vh;
		width: 75%;
	}
  .column-center {
    width: 100%;
  }
	.container{
		width: 100%;
	}
	.column-center >img{
		width: 35%;
	}
  .bottom-content .column-left, .column-center, .column-right {
    margin: 3vh 0 0;
  }
  .column-left, .column-right {
    display: none;
  }
  .logoGarden__section {
    padding: 0 2vw;
  }
  .logoGarden__btn {
    flex: 33% !important;
    margin: 0.8em 0;
  }
  .landscapeShow {
    display: none;
  }
  .portraitShow {
    display: flex;
  }
  .logoGarden__container {
    flex-wrap: wrap;
    border-radius: 0.8em;
    padding: 0.8em;
    text-align: center;
  }
  .logoGarden__btn a {
    display: inline-block;
  }
  .logoGarden__btn img {
    /* max-height: 26px; */
  }
  .main-container {
    height: calc(100% - 48px);
    display: block;
  }
  .hero__img img {
    position: static;
  }
  .footer {
    height: 48px;
  }
  .footer__copyright span {
    margin: 0;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 774px) and (orientation: portrait) {
  .hero__img{
    width: 50%;
  }
  .movies{
    width: 50%;
  }
}
@media screen and (max-width: 560px) and (orientation:portrait){
	.hero__img {
    	width: 64%;
	}
    .footer__links a {
    font-size: 1em;
}
  .movies{
    width: 64%;
  }
}
@media screen and (max-width:450px) and (orientation:portrait){
    .logoGarden__btn {
    /* flex: 50% !important; */
    margin: 0.8em 0;
  }
}
@media screen and (max-width:480px) and (max-height: 732px) and (orientation:portrait){
	.logoGarden__btn {
		flex: 33% !important;
	}
	.hero__img {
		width: 40%;
	}
  .movies{
    width: 60%;
  }
	.logoGarden__btn img {
		/* max-height: 20px; */
        margin-top: 0.2rem; 
     margin-bottom: 0.2rem;
	}
}