/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*     Black:  #040404            */
/*     Red:    #cf1f22            */
/*     Grey:   #bebfc2            */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
width: 100%;
height: 180px;
}

#logo {
display: block;
float: left;
width: 350px;
margin: 0;
padding: 0;
}

#header-contact {
position: absolute;
top: 50px;
right: 10px;
}

#menu {
position: absolute;
right: 10px;
bottom: 20px;
height: 50px;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.png") center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 200px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 40%;
left: 10px;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.top {
border-top: 1px solid #c2c2c2;
margin: 10px 0 0;
}

.main-content.bg {
background: url("../images/curved-bg.png") right bottom no-repeat;
}

.main-content.grey {
background: #f6f6f6;
}

.package-header {
padding: 10px 0 20px 0;
margin: 0;
}

.package-text {
padding: 0 0 20px 0;
margin: 0;
}

#map-wrapper {
position: relative;
background: url("../images/map-bg.jpg") bottom right no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 0;
height: 650px;
width: 100%;
margin: 0;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 60px 0;
border-top: 1px solid #c2c2c2;
margin: 10px 0 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
border-top: 1px solid #c2c2c2;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-bottom-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.testimonial-wrapper {
background: url("../images/quotes.png") top 20px right 20px no-repeat;
border: 1px solid #c2c2c2;
border-radius: 10px;
min-height: 380px;
padding: 40px;
}

.values-wrapper {
border: 1px solid #c2c2c2;
border-radius: 10px;
min-height: 250px;
padding: 40px;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}

.two-column.first {
padding: 20px 20px 20px 0;
}

.two-column.last {
padding: 20px 0 20px 20px;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
}

.inner-column {
background: #ffffff;
border-radius: 10px;
padding: 20px;
margin: 0;
}

.left-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
overflow: hidden;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.extralarge {
padding: 120px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #040404;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #040404; 
display: block; 
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 35px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 25px;
}

nav a.active {
color: #cf1f22;
}

nav a:hover {
color: #cf1f22;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

.redtxt {
background: linear-gradient(to top, #8e181b 0%, #b91d20 50%, #ec2024 100%);
background: -webkit-linear-gradient(to right, #8e181b 0%, #b91d20 50%, #ec2024 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: -1px;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #040404;
font-size: 3.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h2 {
color: #040404;
font-size: 3.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h2.sub {
font-size: 2.5em;
}

h2.white {
color: #ffffff;
}

h3 {
color: #040404;
font-size: 2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h3.white {
color: #ffffff;
}

h4 {
color: #040404;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h5 {
color: #040404;
font-size: 1.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

p.banner-text {
color: #ffffff;
font-size: 3.8em;
line-height: 1.2em;
padding: 0;
margin: 0;
}

p.banner-text.small {
font-size: 2.3em;	
}

p.error-text {       
color: #040404; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform label {
display: inline-block;
color: #454545;
font-size: 1.2em;
font-weight: 400;
padding: 10px 0 0 0;
}

form.cmxform label.checkbox-label {
display: inline-block;
color: #454545;
font-size: 0.9em;
font-weight: 400;
padding: 10px 0 0 0;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.contact-row {
padding: 0;
margin: 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

input.contact {
border: 1px solid #cccccc;
border-radius: 10px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 45px;
line-height: 18px;
margin-bottom: 10px;
padding: 5px 10px;
width: 100%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.contact.short {
width: 30%;
text-align: left;
}

input.contact.question {
width: 50px;
text-align: center;
}

input.contact:focus {
border: 1px solid #8e181b;
outline: none;	
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 150px;
line-height: 18px;
margin-bottom: 10px;
padding: 15px 10px;
width: 100%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #8e181b;
outline: none;	
}

textarea.contact.error {
border: 1px solid red;
}

select.contact {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-left: 1.5em;
background-color: #ffffff;
background-image: url('data:image/svg+xml;utf8,<svg fill="%2394191c" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 30px;
border: 1px solid #cccccc;
border-radius: 7px;
box-sizing: border-box;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #454545;
width: 100%;
height: 50px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0 0 10px 0;
outline: none;
}

select.contact:disabled {
background-image: none;
cursor: not-allowed;
}

input.submit {
background: #8e181b;
background: linear-gradient(to top, #8e181b 0%, #b91d20 50%, #ec2024 100%);
background: -webkit-linear-gradient(to right, #8e181b 0%, #b91d20 50%, #ec2024 100%);
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #040404;
background: linear-gradient(to top, #000000 0%, #040404 50%, #333333 100%);
background: -webkit-linear-gradient(to right, #000000 0%, #040404 50%, #333333 100%);
}

/*===== Buttons =====*/
a.button {
background: #8e181b;
background: linear-gradient(to top, #8e181b 0%, #b91d20 50%, #ec2024 100%);
background: -webkit-linear-gradient(to right, #8e181b 0%, #b91d20 50%, #ec2024 100%);
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #040404;
background: linear-gradient(to top, #000000 0%, #040404 50%, #333333 100%);
background: -webkit-linear-gradient(to right, #000000 0%, #040404 50%, #333333 100%);
}

a.button-plain {
background: url("../images/black-arrow.png") no-repeat scroll right 20px center;
border: 0 none;
display: inline-block;
color: #040404;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.95em;
font-weight: 600;
padding: 10px 50px 10px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.button-plain:hover {
background: url("../images/black-arrow.png") no-repeat scroll right 10px center;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #cf1f22;
text-decoration: underline;
}

a.link.under:hover {
color: #cf1f22;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 28px;
width: 28px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
display: block;
float: left;
color: #040404;
font-size: 1.4em; 
font-family: 'Montserrat', sans-serif;
font-weight: 500;
cursor: pointer;
height: 28px;
line-height: 28px;
text-align: center;
padding: 0;
margin: 0 0 0 20px;
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #cf1f22; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.accred-slider {
padding: 0 40px;
}

img.rounded {
border-radius: 10px;
}

img.spin {
border: 0;
height: auto;
max-width: 100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

img.spin:hover {
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}

/*===== Accreditations Slider =====*/
.accred-slider {
height: 100px;
margin: 0 auto;
width: 100%;
}

.accred-slider ul {
list-style-type: none;
list-style-position: none;
height: 100px;
margin: 0;
text-indent: unset;
overflow: hidden;
}

.accred-slider li {
float: left;
margin: 0;
text-indent: unset;
}

/*===== Footer Menu =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 0;
}	

ul.footmenu li {
display: inline-block;
color: #040404;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
line-height: 2em;
padding: 0 35px;
}

ul.footmenu li a:hover {
color: #cf1f22;
text-decoration: none;	
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatelft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {
			  
#header {
height: 240px;
}

#header-wrapper {
padding: 10px 0;
}

#logo {
float: none;
width: 200px;
padding: 0;
margin: 0 auto;
}

#header-contact {
top: 150px;
right: 0;
left: 0;
}

ul.contact {
width: 220px;
margin: 0 auto;
}

ul.contact li {
font-size: 1.3em;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
height: 100px;
}

.testimonial-wrapper {
min-height: auto;
padding: 40px 20px;
}

.values-wrapper {
min-height: auto;
padding: 40px 20px;
}

#map-wrapper {
background: url("../images/map-bg.jpg") bottom right -150px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.accred-slider {
height: 70px;
}

.package-text {
height: auto;
}

.package-text p {
font-size: 0.9em;
}

.main-content-wrapper {
padding: 40px 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 10px;
}

.two-column.last {
padding: 10px;
}

.three-column {
width: 100%;
}

.inner-column {
padding: 20px;
}

.hide {
display: none;
}

h1 {
font-size: 2.4em;
line-height: 1.1em;
}

h2 {
font-size: 2.2em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.3em;
}

p.main-text.large {
font-size: 1em;
}

p.error-text { 
font-size: 8em; 
}

a.button {
font-size: 0.9em;
}

ul.footmenu li {
display: block;
padding: 10px;	
}

input.contact {
width: 90%;
font-size: 0.9em;
}

textarea.contact {
width: 90%;
font-size: 0.9em;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
padding: 20px 0;
}

#logo {
width: 225px;
padding: 0 0 0 10px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
height: 150px;
}

.testimonial-wrapper {
min-height: auto;
padding: 40px 20px;
}

.values-wrapper {
min-height: auto;
padding: 40px 20px;
}

#map-wrapper {
background: url("../images/map-bg.jpg") bottom right -150px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 350px;
}

.accred-slider {
height: 70px;
}

.package-text {
height: auto;
}

.package-text p {
font-size: 0.9em;
}

.main-content-wrapper {
padding: 60px 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 20px;
}

.two-column.last {
padding: 20px;
}

.three-column {
width: 100%;
}

.inner-column {
padding: 20px;
}

.hide {
display: none;
}

h1 {
font-size: 2.8em;
line-height: 1.1em;
}

h2 {
font-size: 2.5em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

p.main-text.large {
font-size: 1.1em;
}

ul.footmenu li {
display: block;
padding: 10px;	
}

input.contact {
width: 90%;
font-size: 0.9em;
}

textarea.contact {
width: 90%;
font-size: 0.9em;
}		  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#header-wrapper {
padding: 20px 0;
}

#logo {
width: 240px;
padding: 0 0 0 10px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

#banner {
height: 175px;
}

.testimonial-wrapper {
min-height: auto;
padding: 40px 20px;
}

.values-wrapper {
min-height: auto;
padding: 40px 20px;
}

#map-wrapper {
background: url("../images/map-bg.jpg") bottom right -100px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
}

.accred-slider {
height: 80px;
}

.package-text {
height: auto;
}

.package-text p {
font-size: 0.9em;
}

.main-content-wrapper {
padding: 60px 10px;
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.two-column {
width: 100%;
}

.two-column.first {
padding: 20px;
}

.two-column.last {
padding: 20px;
}

.three-column {
width: 100%;
}

.inner-column {
padding: 20px;
}

h1 {
font-size: 3.2em;
line-height: 1.1em;
}

h2 {
font-size: 2.8em;
}

h3 {
font-size: 1.7em;
}

h4 {
font-size: 1.4em;
}

p.main-text.large {
font-size: 1.1em;
}

ul.footmenu li {
display: block;
padding: 10px;	
}

input.contact {
width: 90%;
}

textarea.contact {
width: 90%;
}	

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 769px) {
				  
#header-wrapper {
padding: 20px 0;
}

#logo {
padding: 0 0 0 10px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.testimonial-wrapper {
min-height: 525px;
padding: 40px 20px;
}

.values-wrapper {
min-height: 275px;
padding: 40px 20px;
}

#map-wrapper {
background: url("../images/map-bg.jpg") bottom right -100px no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}

.accred-slider {
height: 80px;
}

.package-text {
height: 100px;
}

.package-text p {
font-size: 0.9em;
}

.two-column.first {
padding: 20px 10px 20px 0;
}

.two-column.last {
padding: 20px 0 20px 10px;
}

.three-column {
padding: 10px 5px;
}

.inner-column {
padding: 10px;
}

h1 {
font-size: 3.5em;
}

h2 {
font-size: 3.1em;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.4em;
}

ul.footmenu li {
display: block;
padding: 10px;	
}			  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1199.99px) 
			  and (min-width: 1025px) {
			  
.testimonial-wrapper {
min-height: 460px;
padding: 40px 20px;
}

.accred-slider {
height: 80px;
}

ul.footmenu li {
padding: 0 30px;	
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400px) 
			  and (min-width: 1200px) {

.testimonial-wrapper {
min-height: 410px;
}

.accred-slider {
height: 80px;
}			  
			  
}