@media (min-width: 2000px) and (max-width: 2499px){

* {
		color: #000;
		margin: 0;
		padding: 0;
                }
				

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: block;
				}

@font-face {
		font-family: 'avenirlt';
		font-style: normal;
		src: url('/fonts/AvenirLTProLight.otf');
		font-display: block;
				}
				
@font-face {
		font-family: 'helvetica';
		font-style: normal;
		src: url('/fonts/HelveticaNowW01-Light.ttf');
		font-display: block;
				}
				
*/				

			

: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: 500;
		font-size: 190%;
		padding: 20px 10px 20px 10px;
		text-align: center;		
				}

/*
h1 span {
		font-size: 26px;
				}
*/

h2 {
		font-size: 160%;
		margin-bottom: 16px;
				}

/*
.h2_small {
		font-size: 35px;
				}
*/	

h1, h2, h4, nav > ul > li > a, #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: 150%;
		margin-top: 0;
        margin-bottom: 5px;
        padding: 10px 5px 5px 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;
				}

.head_green h2 {
		color: #333;
				}

				

.nobg {
		background-color: transparent;
				}		


#header-container {
		position: relative;
		margin: 0 auto;
		top: 38px;
		min-height: 280px;
				}
				
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;
				}
				
nav {
		padding: 5px;
		border: 0;
		background: #1e2d3b;
		box-sizing: border-box;
		display: flex;
		height: auto;
		width: 970px;
		max-width: 100%;
		z-index: 1000;
		position: sticky;
		border-radius: 15px;
		margin: auto;
		top: 0;	
				}

nav > ul {
		direction: ltr;
		width: calc(100% + 8px);
		margin: -4px;
		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;
		position: relative;
		color: #fff;
		letter-spacing: 0em;
		font-size: 122%;
		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: block;
				}

.section-container {
		display: flex;
		gap: 54px;			
		margin: 0 auto;
		position: relative;
		direction: ltr;
		padding: 40px 0 20px 0;
				}
				
.section-container-full {
		margin: 0 auto;
		padding: 20px 0 10px 0;
				}
				
.blog_back .section-container-full {
		background: #fff;
				}

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

.box_right {
		display: flex;
				}

.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;
				}

.text, .text_small, .movie_box div, .helv, .blog_stats, .blog_post .post_body h2 {
	/*	font-family: helvetica, sans-serif;  */
				}
	
.text {
		font-size: 17px;
		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: 18px;  */
				}

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

.text_small, .text_small p {
		font-size: 15px;
				}

.text_big, .text_big p {
		font-size: 21px;
				}

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

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

.blog_index .section-container-full {
		height: 62px;
		position: relative;
		top: 23px;
		padding-left: 24px;
				}

.blog_index .section-container-full h1 {
		font-size: 38px;
				}

.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: 28px;
		letter-spacing: normal;
				}

.blog_stats {
		white-space: nowrap;
		font-size: 14px;
		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 .movie_box {
		max-width: 306px;
				}

.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;
				}

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

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

.recent_posts .movie_box .blog_stats {
		margin-top: 14px;
				}

.comments h2 {
		font-size: 16px;
		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: 16px;
				}

.line18 {
		line-height: 1.8em;
				}
				
.fixed-back, .fixed-back-small {
		width: 100%;
				}
				
.fixed-back-caption {
		width: 20%;
		max-width: 100%;
		padding: 18px 63px;
				}
				
.fixed-back-caption h2 {
		font-size: 38px;
		font-weight: normal;
				}

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

.learn_button, .green-button {
		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 {
		display: flex;
		margin-top: 20px;
		flex-wrap: wrap;
				}
				
.pages-container > .movie_box, .pages-container > .movie_box_large {
		flex: 1 1 30%;
		padding: 3px;
				}

.fleximgs {
		display: flex;
		flex-wrap: wrap;
		gap: 23px;
				}
				
.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: 22px;
		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: 16px;
		margin-top: 12px;
				}

.movie_box_large .text_box {
		padding-left: 12px;
				}
				
.movie_box_large h4 {
		font-size: 20px;
		padding: 10px 0 4px;
				}
				
.movie_box_large div {
		font-size: 16px;
		font-weight: bold;
				}

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

.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: 12px;
				}

.img-full-width {
		max-width: 100%;
				}
				
.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: 30px;
		padding-left: 20px;
				}		
				
.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 .horizontal-line {
		width: 70px;
		margin-bottom: 20px;
				}
				
.footer-website {
		font-size: 93%;
		font-weight: 500;
		line-height: 110%;		
		margin-bottom: 0;
		padding: 40px 20px 0 20px;
		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, .section-container-full {
		width: 980px;
				}

header {
		width: 970px;
				}

.pages-container {
		gap: 30px;
				}

.box_left {
		width: 438px;
		height: 428px;
				}
				
.box_right {
		width: 488px;
				}
				
.fixed-back-caption {
		width: calc(429px - 126px);
				}
				
.img-full-width {
		width: 100%;
		height: auto; 
				}
				
.fixed-back {
		height: 260px;
				}
				
.fixed-back-small {
		height: 150px;
				}
				
/*				

#social_bar {
		top: -42px;
				}
				
*/				

				}