<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    background-color: #F1F1F1;
}

/*campaign*/
.campaignbar{
    width:960px;
    height: 190px;
}
A.campaignlink:link {
    display: block;
    width: 100%;
    height: 100%;
}
.logo {
    left: 0;
    right: 0;
    width: 100%;
    height: 7vw;
    max-height: 100px;
    min-width: 60px;
    margin-top: 5px;
    z-index: 5;
    position: fixed;
    background-color: FFF;
}
/*Transparent Overlay*/
.topoverlaybar {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 154px; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.topoverlaymenu {
    left: 0;
    right: 0;
    top: 110px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    position: fixed;
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    border-top:solid 2px dimgray;
}
.menubutton{
    width:20%;
    text-align:center;
    height:40px;
    line-height:40px;
    float:left;
}
/*Menus*/
.blackbar{
    position:fixed;
    width:100%;
    height:40px;
    line-height:40px;
    background-color:#000;
    color:#FFF;
    z-index:4;
}
.minheight{
    height:240px;
}
/*-------Standards-------*/
.columncenter{
    margin-left:auto;
    margin-right:auto;
}
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
li {
    margin-left: 20px;
}
.strong {
    font-weight: bold;
    text-align:left !important;
}
p {
    margin-bottom:14px;
}
.bigtext{
    font-size:1.4em;
}
span {
    text-align: justify;
    text-justify: inter-word;
}
.middle {
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.bottom {
    bottom: 0;
}

.overflowhide {
    overflow: hidden;
}

.showmobile {
    display: none !important;
    ;
}
.uppercase {
    text-transform: uppercase;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*Text Align*/
.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.justify {
    text-align: justify;
}
.titles{
    width:50%;
    margin: 0 0 0 3%;
}
/*Text Colours*/
.whitetext {
    color: #FFF;
}

.upper {
    text-transform: uppercase;
}

/*Fonts*/


/*Image Variables*/
.cover {
    object-fit: cover;
}

.nocover {
    object-fit: none;
}

img {
    width: 100%;
    height: 100%;
    z-index:1;
}

.barbreak {
    font-size: 1.2em;
    letter-spacing: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
/*Padding*/
.padding10 {
    padding: 10px;
}

.padding-hoz-st {
    padding: 0px 10px 0px 10px;
}

.padding-vertical {
    padding: 10px 0px 10px 0px;
}

.padding-hoz {
    padding: 0px 10px 0px 10px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-vertical {
    margin-top: 10px;
    margin-bottom:10px;
}

.margin-top {
    margin-top: 10px;
}

.curve {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.curvetop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content-contain {
    width: 100%;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}


/*Links*/
a:link, a:visited {
    color: #9AB056;
    text-decoration: none;
}

a:hover {
    color: #3a989a;
    text-decoration: none
}

A.interestbutton:link {
    padding: 5px;
    max-width: 300px;
    color: white !important;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align:center;
}

A.interestbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #fe9808;
}

A.interestbutton:hover {
    background: #ff6a00;
    color: white !important;
}


A.mainbutton:link {
    padding: 20px;
    max-width: 450px;
    color: white !important;
    display: block;
    background: #93a948;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 1.4em;
    text-transform:uppercase;
}

A.mainbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #93a948;
}

A.mainbutton:hover {
    background: #6d7d35;
    color: white !important;
}

a.whitelink:link {
    color: #FFF;
}
a.whitelink:visited {
    color: #FFF;
}
a.whitelink:hover {
    color: #ffd800;
}

/*Backgrounds*/
.greyback {
    background: rgba(44,47,53, 0.8);
    color: #FFF;
}

.lightgreyback {
    background: #f1f1f1;
}

.darkgreyback {
    background: #2c2f35;
}

.rowhighlight {
    background-color: #e0e0e0;
}

.no-opacity {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.whiteback {
    background-color: #fff;
}

.borderbottom {
    border-bottom: 1px solid dimgray;
}

.border {
    border: 1px solid rgba(224, 224, 224, 0.7);
}

.greyline {
    width: 100%;
    border: 0;
    height: 1px;
    background: #d6d6d6;
}

/*Layout Grid*/
.gridside{
    width:1%;
    min-width:1%;
    float:left;
}
.gridmain {
    width: 98%;
    margin-left:auto;
    margin-right:auto;
}


/*Column Master Set*/
/*--------------------Columns-----------------------*/
.column00 {
    width: 2%;
    margin: 6px 0 10px 0px;
}

.column01 {
    width: 14%;
    margin: 10px 0 10px 0px;
}

.column1 {
    width: 8.33333333%;
    margin: 10px 0 10px 0px;
}

.column1-template {
    width: 4%;
    margin: 10px 0 10px 0px;
}


.column2 {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column2b {
    width: 18.33%;
    margin: 10px 0 10px 0;
}

.column3 {
    width: 25%;
    margin: 10px 0 20px 0;
}
.column3-gallery {
    width: 23%;
    margin: 10px 1% 20px 1%;
}
.column3bare {
    width: 23%;
}

.column4 {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
}

.column4image {
    width: 31.33333333%;
}


.column5 {
    width: 39.66666667%;
    margin: 0 1% 0 1%;
}

.column6 {
    width: 50%;
}

.column6f {
    width: 48%;
}

.column6b {
    width: 45%;
    margin: 0 2% 0 2%;
}

.column7 {
    width: 58.33333333%;
}

.column8 {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}
.column8-news {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}

.column9 {
    width: 75%;
    margin: 10px 0 10px 0;
}

.column10 {
    width: 83.33333333%;
}

.column11 {
    width: 91.66666667%;
    margin: 10px 0 10px 0;
}

.column11a {
    width: 91.66666667%;
    margin: 20px 0 10px 10px;
}

.column12 {
    width: 100%;
}

.column-button {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column-search {
    width: 83.33333333%;
    margin: 10px 0 10px 0;
}


.column99 {
    width: 96%;
}

/*Header*/
.header {
    width: 100%;
    background-color: #FFF;
    height: 120px;
    line-height: 120px;
    position: relative;
    opacity: 0.5;
}


/*Footer*/
.footer {
    color: white;
    float: left;
    width: 100%;
    min-height: 300px;
    background-image: url('https://www.mvm-films.com/images/site/background.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.footerlinks {
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
}

.footersocial {
    width: 40px;
    margin: 0px 10px 0 0;
    display: inline-block;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Fields &amp; Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}

/*SELECT*/
select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select select{
    background-color:#FFF;
}

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #fe9808;
    color: #FFF;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}


/*Mobile*/
@media only screen and (max-width : 620px) {

    A.mainbutton:link {
        padding: 20px;
        max-width: 400px;
        font-size: 1.2em;
    }

    .topoverlaybar {
       display:none;
    }
    .titles {
        width: 94%;
        margin: 0 0 0 3%;
    }
    .padding-hoz-st {
        padding: 0px 0px 0px 0px;
    }


    /*Column Master Set*/
    /*--------------------Columns-----------------------*/
    .column00 {
        width: 2%;
        margin: 6px 0 10px 0px;
    }

    .column01 {
        width: 6.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column1 {
        width: 8.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column2 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column3 {
        width: 48%;
        margin: 10px 1% 20px 1%;
        text-align:center;
    }
    .column3-gallery {
        width: 98%;
        margin: 10px 1% 20px 1%;
    }
    .column4 {
        width: 100%;
        margin: 0 0 0 0;
    }

    .column5 {
        width: 100%;
        margin: 10px 0 10px 2%;
    }

    .column6 {
        width: 50%;
        margin: 10px 0 10px 0;
    }

    .column6f {
        width: 100%;
        overflow: hidden;
        padding: 0 0 0 0;
    }

    .column6b {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column7 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column8 {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .column8-news {
        width: 66.66666667%;
        margin: 10px 0 10px 0;
    }

    .column9 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column10 {
        width: 83.33333333%;
        margin: 10px 0 10px 0;
    }

    .column11 {
        width: 91.66666667%;
        margin: 10px 0 10px 0;
    }

    .column11a {
        width: 91.66666667%;
        margin: 20px 0 10px 10px;
    }

    .column12 {
        width: 100%;
        margin: 0 0 0 0;
    }

    .column-button {
        width: 100%;
        text-align: center;
    }

    .column-search {
        width: 96%;
    }


    .hidemobile {
        display: none;
    }
    .showmobile {
        display: block !important;
        ;
    }
    .mobilecenter {
        text-align: center;
        padding: 10px 0 10px 0;
        width: 100%;
    }

    .barbreak {
        font-size: 0.8em;
    }
}

/*	----------------------------------------------------------------
	DROPDOWN MENU
	----------------------------------------------------------------
*/

.menu-contain {
    width: 100%;
    height: 10px;
    line-height: 10px;
    background-color: #fe9808;
    color: #fff;
    margin-top:20px;
    margin-bottom:20px;
    z-index: 2;
    text-align:center;
}

/* Add a white background color to the top navigation */
.topnav {
    background-color: #FFF;
    overflow: hidden;
    z-index: 2;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: right;
        display: block;
        color: #333;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

/* Add an active class to highlight the current page */


.active a:hover {
    color: #333 !important;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .menu-contain {
        margin-top: 0px;
    }


    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls {
    overflow: hidden;
}

body .mc-cycle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

div.mc-image {
    /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}</pre></body></html>