@media (min-width: 500px) and (max-width: 899px){

* {
		color: #000;
		margin: 0;
		padding: 0;
                }
				
article, figure, hr, a, abbr, b, blockquote, button, caption, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, label, legend, li, nav, object, ol, p, pre, s, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
				}				
				
			

@font-face {
		font-family: 'anton';
		font-style: normal;
		src: url('/fonts/Anton-Regular.ttf');
		font-display: swap;
				}
				

:root {
		--bg-overlay-color: rgb(186, 218, 85);
		--yell-color: #edcd1f;
/*		--lightergrey-color: rgb(243, 243, 243);
		--lightgrey-color: rgb(218, 218, 218);
		--grey-color: rgb(117, 117, 117);
		--darkgrey-color: rgb(59, 58, 58);  */
				}

html, body {
		background: transparent;
		border: 0;
		margin: 0;
		padding: 0;
		outline: 0;
				}

body {
		font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
		font-size: 101%;
		text-align: left;
				}
				
h1 {
		font-weight: 600;
		font-size: 154%;
		margin-bottom: 0;
		padding: 20px 6px 40px 6px;
		text-align: center;	
				}
				
h1.anton {
		font-family: anton, Calibri, Verdana, Helvetica, Arial, sans-serif;
				}				


h2 {
		font-size: 150%;
		margin-bottom: 8px;
		padding-left: 0px;
				}



h1, h2, h4, nav > ul > li > a, #head_bottom, #footer_enq {
/*		font-family: anton, sans-serif;  */
				}

h4, #footer_enq, #footer_enq h3 {
		font-size: 110%;
		font-weight: 500;
				}				
				
p {
        font-size: 101%;
		line-height: 1.3;
		margin-top: 0;
        margin-bottom: 5px;
        padding: 0 5px 2px 5px;
                }	

.blog_back {
		background: url("/images/11062b_4f14b356c1df4854968cf1cc94ca98c5f000.jpg");
		background-attachment: fixed;
		background-size: cover;
				}
				
.site-container, .head_green, .back_green {
		background-color: var(--bg-overlay-color);
				}

.head_green {
		width: 100%;
		padding: 0 18px 10px;
		max-width: calc(100% - 36px);
				}

.head_green h2 {
		color: #333;
				}
				
#head_img {
		width: 100%;
		height: auto;
				}	

.nobg {
		background-color: transparent;
				}		


#header-container {
		position: relative;
		margin: 0 auto;
				}

				
a {
		text-decoration: none;
				}

header {
		grid-area: 1/1/2/2;
		position: relative;
		background-color: rgb(var(--color_header_back));
		justify-self: start;
		align-self: start;
		padding-top: 15px;
		width: 100%;
		max-width: 100%;
				}

nav {
		padding: 5px;
		border: 0;
		background: #1e2d3b;
		box-sizing: border-box;
		display: flex;
		height: auto;
		width: 100%;
		position: sticky;
		z-index: 1000;
		border-radius: 15px;
		margin: auto;
		top: 0;		
				}

nav > ul {
		direction: ltr;
		width: calc(100% + 8px);
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		justify-content: flex-start;
		min-width: fit-content;
		box-sizing: border-box;
		height: calc(100% + 8px);
		list-style: none;
				}
				
nav > ul > li {
		display: list-item;
		flex-grow: inherit;
		box-sizing: border-box;
		text-align: center;
				}
				
nav > ul > li > a {
		padding: 5px;
		margin: 4px;
		display: block;
		flex: 1;
		font-size: 110%;
		position: relative;
		color: #fff;
	/*	letter-spacing: 0em;  */
		white-space: nowrap;
				}

nav > ul > li > a:hover {
		color: var(--yell-color);
				}

nav.submenu {
		display: none;
		margin-top: -4px;
		position: absolute;
		left: 0;
		top: 42px;		
				}
				
nav.submenu > ul {
		margin: 4px;
				}
				
nav.submenu > ul > li {
		flex: 1 1 30%;
				}

nav.submenu > ul > li > a, .learn_button, .green-button, .movie_box h2, .blog_post h1, .comments h2 {
	/*	font-family: avenirlt, sans-serif;  */
				}
				
#a_movies:hover nav {
		display: flex;
		z-index: 10;
				}
				
.non-nav li {
		margin-left: 30px;
		padding-left: 6px;
		padding-top: 8px;
				}				

.section-container {
		display: flex;
		margin: 0 auto;
		position: relative;
		direction: ltr;
		padding: 40px 0 20px 0;
		gap: 54px;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: calc(100% - 28px);		
				}
				
.section-container > img, .section-container > picture > img, .section-container .text > img, .section-container .text_small > img, .section-container .text_big > img, .site-container > picture > img {
		max-width: 100%;
				}				
				
.section-container-full {
		margin: 0 auto;
		padding: 10px 15px 10px 15px;
				}
				
.blog_back .section-container-full {
		background: #fff;
				}

.section-container iframe {
		min-width: 480px;
				}

.box_right {
		display: flex;
		width: 488px;
				}

.img_frame {
		background-color: rgba(255, 255, 255, 0.38);
		border-color: rgba(255, 255, 255, 0.38);
		border-radius: 25px 15px 15px 15px;
		border-width: 0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		display: block;
		height: 100%;
		overflow: hidden;
				}
				
.img_frame img {
		object-fit: cover;
		border-radius: 25px 15px 15px 15px;
				}
				
.noheight {
		height: auto;
				}

.text_frame {
		background-color: rgba(247, 247, 247, 1);
		border: 1px;
		border-radius: 15px 15px 15px 15px;
		box-shadow: none;
		padding: 8px 24px 13px 24px;
				}



.horizontal-line {
		width: 116px;
		height: 10px;
		margin: 0 0 9px 0;
		border-top: 10px solid var(--yell-color);
		box-sizing: border-box;
				}

.panel {
		position: relative;
		isolation: isolate;
		display: flex;
		margin: 0 auto;
		direction: ltr;
		padding: 40px 0 20px 0;
		gap: 54px;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: calc(100% - 28px);
				}

.panel::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 100vw;
		margin-left: -50vw;
		background-color: var(--bg-overlay-color);
		z-index: -1;
				}

.panel.nobg::before {
		background-color: transparent;
				}

.panel-figure {
		width: 438px;
		height: 428px;
		background-color: rgba(255, 255, 255, 0.38);
		border-color: rgba(255, 255, 255, 0.38);
		border-radius: 25px 15px 15px 15px;
		border-width: 0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		display: block;
		overflow: hidden;
				}

.panel-figure img {
		object-fit: cover;
		border-radius: 25px 15px 15px 15px;
				}

.panel-text {
		width: 488px;
		background-color: rgba(247, 247, 247, 1);
		border: 1px;
		border-radius: 15px 15px 15px 15px;
		box-shadow: none;
		padding: 8px 24px 13px 24px;
				}

a.panel-button {
		display: flex;
		width: fit-content;
		margin: 20px auto 0;
				}

a.panel-button.align_left {
		margin-left: 0;
				}

.text, .text_small, .movie_box div, .helv, .blog_stats, .blog_post .post_body h2 {
	/*	font-family: helvetica, sans-serif;  */
				}
	
.text {
		font-size: 106.25%;
		letter-spacing: normal; 
		line-height: 1.7em;
				}
				
				

.text_grey .text, .text_grey .text_small, .text_grey > *, .text_grey > strong > p, .section-container-full > h2, .section-container-full > h1, .section-container-full > .text_big, .section-container-full > .text_bigger, .section-container-full > .learn-button-container {
		padding: 10px 14px 2px 8px;
				}
				
				

.text_grey h1 {
	/*	color: var(--grey-color);  */
		font-size: 200%;
		margin-bottom: 16px;		
				}

.text_grey, .text_grey p a {
	/*	color: var(--grey-color);  */
				}
				
.text_grey p {
/*		font-size: 112.5%;  */
				}

.text_grey p a {
		text-decoration: underline;
				}

.text_small, .text_small p {
		font-size: 93.75%;
				}

.text_big, .text_big p {
		font-size: 131.25%;
				}

.text_bigger, .text_bigger p {
		font-size: 106%;
		padding-bottom: 20px;
				}

.head_bar {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 87.5%;
		margin-bottom: 20px;
				}
				
.head_bar .author_img {
		width: 32px;
		height: 32px;
		margin-right: 12px;
				}

.blog_index .section-container-full h1 {
		font-size: 237.5%;
				}

.blog_index .section-container-full img {
		position: absolute;
		bottom: 18px;
		right: 0;
		height: 80%;
				}

.blog_post, .comments {
		width: 80%;
		display: inline-block;
		text-align: left;
				}

.blog_post h1 {
	/*	font-size: 40px;  */
		line-height: 115%;
		font-weight: 600;
		padding-left: 12px;
				}

.blog_post .post_body {
		margin: 32px 0 23px;
				}

.blog_post .post_body h2 {
		line-height: normal;
		font-size: 175%;
		letter-spacing: normal; 
				}

.blog_stats {
		white-space: nowrap;
		font-size: 87.5%;
		line-height: 1.5;
		margin-top: 20px;
		display: flex;
				}
				
.blog_stats span {
		display: flex;
		gap: 5px;
				}
				
.blog_stats span:last-of-type {
		margin-left: 23px;
				}

.main_page {
		justify-content: center;
				}

.main-page .movie_box {
		max-width: 100%;
				}

.recent_posts {
		padding: 23px 21px;
		margin: 32px 0;
		border-top: 1px solid var(--lightergrey-color);
		border-bottom: 1px solid var(--lightergrey-color);
				}

.recent_posts .movie_box {
		max-width: 282px;
				}

.recent_posts .movie_box img {
		max-height: 190px;
				}

.recent_posts .movie_box .text_box {
		padding: 18px 22px 8px;
				}
				
.recent_posts .movie_box .blog_stats {
		padding-left: 22px;
		padding-right: 22px;
		margin-top: 14px;
				}

.recent_posts .movie_box .thin-line {
		width: calc(100% - 44px);
		margin-left: 22px;
		margin-right: 22px;
				}

.recent_posts h2 {
		text-align: left;
		font-size: 112.5%;
		font-weight: normal;
				}
				
.recent_posts > h2 a {
		float: right;
		color: inherit;
		margin-right: 8px;
				}
				
.recent_posts .movie_box h2 {
		font-size: 112.5%;
		-webkit-line-clamp: 2;
				}	


.comments h2 {
		font-size: 100%;
		font-weight: normal;
		margin-bottom: 18px;
				}

.comments input {
		border: 1px solid var(--lightgrey-color);
		padding: 15px 13px;
		margin-top: 32px;
		width: calc(100% - 20px);
		font-size: 100%;
				}

.line18 {
		line-height: 1.8em;
				}
				
.fixed-back, .fixed-back-small {
		width: 100%;
				}
				
.fixed-back-caption {
		max-width: 100%;
		padding: 18px 63px;
		width: calc(429px - 126px);
				}
				
.fixed-back-caption h2 {
		font-size: 237.5%;
		font-weight: normal;
				}

.learn-button-container {
		text-align: center;
		padding: 20px 0;
				}

.learn_button, .green-button {
		border-radius: 10px;
		display: inline-flex;
		padding: 0 16px;
		height: 40px;
		background-color: var(--darkgrey-color);
		color: #000;
		transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
		align-items: center;
		font-size: 102%;
		white-space: nowrap;
		justify-content: center;
		box-sizing: border-box;
		font-weight: 600;
				}

.green-button {
		background-color: var(--bg-overlay-color);
		color: #000;
				}

.learn_button:hover, .green-button:hover {
		background-color: var(--yell-color);
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
		color: #000;
				}
				
.pages-container > .movie_box, .pages-container > .movie_box_large {
		flex: 1 1 30%;
		padding: 3px;
				}

.fleximgs {
		display: flex;
		flex-wrap: wrap;
		gap: 23px;
		padding: 0;
		justify-content: center;
				}
				
.fleximgs > img {
		max-width: calc(100% - 28px);
				}
				
.autoslide_container {
		width: 476px;
		max-width: 100%;
		overflow: hidden;
				}
				
.autoslide_container > div {
		display: flex;
		width: 100%;
		animation: slide 20s infinite;
				}

.movie_box img:not([icon]) {
		width: 292px;
		height: 219px;
				}

.movie_box {
		word-break: break-word;
				}

.movie_box a, .movie_box_large > a, #footer_enq a {
		display: block;
		color: inherit;
				}	
.movie_box h2 {
		font-size: 137.5%;
		line-height: 1.4;
		letter-spacing: 0.02em; 
				}

.movie_box h2, .movie_box .text_box > div {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
				}
				
.movie_box .text_box {
		padding: 24px 22px;
				}

.movie_box .text_box > div {
		overflow: hidden;
		flex-grow: 1;
		line-height: 1.5;
		font-size: 100%;
		margin-top: 12px;
				}

.movie_box_large .text_box {
		padding-left: 12px;
				}
				
.movie_box_large img {
		width: 100%;
		height: auto;
				}

.movie_box_large h4 {
		font-size: 125%;
		padding: 10px 0 4px;
				}
				
.movie_box_large div {
		font-size: 100%;
		font-weight: bold;
				}
				
.main-page .movie_box img:not([icon]) {
		width: auto;
		height: auto;
				}

.blog_index .pages-container .movie_box {
		flex: 1 1 100%;
		display: flex;
		gap: 32px;
		flex-flow: column;
				}

.blog_index .pages-container .movie_box img {
		width: auto;
		height: auto;
		max-width: 444px;
				}
				
.blog_index .pages-container .movie_box > div {
		display: grid;
				}
				
.blog_index .pages-container .movie_box .blog_stats {
		margin-top: 0;
				}

.blog_index .movie_box .text_box {
		padding: 0 0 24px;
				}
				
.blog_index .movie_box .head_bar {
		margin-bottom: 8px;
		font-size: 75%;
				}

.img-full-width, #footer_img > img {
		max-width: 100%;
				}

#footer_img > img {
		height: auto;
				}

.full-width {
		width: 100%;
				}
				
#lawssimg {
		margin-top: -13px;
				}
				
.align_left {
		text-align: left;
				}
				
.float_right {
		float: right;
				}

.normal_spacing {
		letter-spacing: normal; 
				}

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

.thin-line {
		width: 100%;
		border-top: 1px solid var(--lightgrey-color);
				}
				
				
ul.ul-non-nav {
		list-style-type: disc;
		margin-left: 17px;
		padding-left: 14px;
				}		
				
.ul.ul-non-nav .li {
		margin-left: 20px;
		padding-left: 50px;
				}				

#footer_head {
		text-align: center;
		margin-bottom: 10px;
		margin-top: 0;  
				}
				
#footer_head .horizontal-line {
		display: inline-block;
				}
				
#footer_img {
		position: relative;
				}
				
#footer_img div {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 20%;
		padding: 0 0 12px 22px;
				}
				
#footer_enq {
		padding: 14px;
				}
				
#footer_enq > a {
		min-height: 25px;
				}				

#footer_enq .horizontal-line {
		width: 70px;
		margin-bottom: 20px;
				}
				
.footer-website {
		font-size: 94%;
		font-weight: 500;
		line-height: 110%;
		margin: 0 auto 0 auto;
		padding: 40px 4px 0 4px;
		text-align: center;
				}	
				
.footer-website a {
		color: #000;
		font-weight: 600;
				}				
				
/*					

#social_bar {
		position: relative;
		text-align: right;
				}

#social_bar ul {
		display: inline-flex;
		white-space: nowrap;
		list-style: none;
		gap: 10px;
				}

#social_bar ul li {
		display: inline-flex;
		width: 39px;
		height: 39px;
				}
				
#social_bar ul li img {
		object-fit: cover;
				}
				
*/				
				
@keyframes slide {
0% {
		transform: translateX(0);
				}
25% {
		transform: translateX(0);
				}
30% {
		transform: translateX(-100%);
				}
50% {
		transform: translateX(-100%);
				}
55% {
		transform: translateX(-200%);
				}
75% {
		transform: translateX(-200%);
				}
80% {
		transform: translateX(-300%);
				}
100% {
		transform: translateX(-300%);
				}
				}
				
#header-container, .section-container-full {
		width: auto;
				}

/*

#head_bottom > div {
		font-size: 131.25%;
				}
*/				

.blog_index .section-container-full {
		height: 62px;
		position: relative;
		top: 23px;
		padding-left: 24px;
		max-width: calc(100% - 24px);
				}

.pages-container {
		display: flex;
		margin-top: 20px;
		flex-wrap: wrap;
		gap: 30px;
		padding: 0 16px;
				}

.box_left {
		width: 438px;
		height: 428px;
				}

				
.img-full-width {
		width: 100%;
		height: auto;
				}

.fixed-back {
		height: 260px;
				}

.fixed-back-small {
		height: 150px;
				}

.h600 {
		height: 600px;
				}

.h510 {
		height: 510px;
				}

				

/* contact form css start */

.alert {
		padding: 12px;
		border-radius: 4px;
		margin-bottom: 15px;
		font-weight: 500;
				}



.alert-success {
		color: #fff;
		background: #108a00;
				}



.alert-danger {
		color: #c0392b;
		background: rgba(192, 41, 43, 0.1);
				}

.foot-content {
		position: relative;
				}



.foot-head {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
				}



.foot-head h2 {
		color: #fff;
		font-size: 270%;
				}



.contact-inputs form input, .contact-inputs form textarea {
		width: 100%;
		padding: 16px 20px;
		margin-bottom: 15px;
		background: #f8f8f8;
		border: 1px solid #e5e5e5;
		border-radius: 3px;
		font-size: 100%;
		color: #555;
		box-sizing: border-box;
		outline: none;
		transition: all 0.3s ease;
				}



.contact-inputs form textarea {
		height: 100px;
		resize: none;
		overflow: auto;
		scrollbar-width: none;
		font-size: 115%;
		font-family: inherit;
		padding: 12px 19px;
				}



.contact-inputs form input::placeholder,
.contact-inputs form textarea::placeholder {
		color: #9a9a9a;
		opacity: 1;
				}



.contact-inputs form input:focus,
.contact-inputs form textarea:focus {
		background: #fff;
		border-color: #c9c9c9;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
				}



.contact-inputs form button {
		width: fit-content;
		padding: 14px 27px;
		background: #108a00;
		color: #fff;
		border: none;
		border-radius: 50px;
		font-size: 90%;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.3s ease;
				}



.contact-inputs form button:hover {
		background: #444;
				}



.footer-bottom {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 40px;
		padding: 30px 0 0 0;
				}



.footer-bottom h4 {
		color: #333;
		font-size: 130%;
		font-weight: 600;
		margin: 0 0 30px 0;
				}



.form-end-row h5 {
		font-weight: 600;
		font-size: 95%;
		margin: 0 0 6px 0;
				}



.form-end-row {
		margin: 0 0 20px 0;
				}



.foot-content-inner {
		position: relative;
				}



.input-row {
		display: flex;
	/*	flex-direction: column;  */
		gap: 15px;
				}



#footer_img::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, .5);
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 99%;
				}



#footer_img .bg-img {
		object-fit: cover;
				}



.footbox_left, .footbox_right {
		width: 100%;
				}



/* contact form css end */

.reviews {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 10px;
		font-style: italic;
				}
				
.review-author {
        margin-bottom: 8px;
		margin-top: 0;
		padding-top: 0;
		text-align: left;		
                }				

				}