@charset "UTF-8";
/* CSS Document */


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	max-width:400px;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	position:relative;
	font-family:'Lucida Grande', Arial, sans-serif;
}


body.home nav ul li a.welcome,
body.tile-and-flooring nav ul li a.tile-and-flooring,
body.about-tile-and-flooring nav ul li a.about-tile-and-flooring,
body.contact nav ul li a.contact {
	color:#000000;
}

a {
	outline:none;
	text-decoration:none;
	color:#10a6d1;
}
a:hover {
	color:#000;
}
a.clicked {
	outline:none;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
p {
	font-size: 14px;
    line-height: 20px;
    color: #888888;
}
h1 {
	margin: 20px 0;
	padding: 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: 200;
	text-align: center;
	color: #ffffff;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
.loading {
	background: url('../_img/ico_loading.gif') no-repeat center center;
}
section {
	margin:0 auto;
	padding:20px 0;
	width:90%;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.home {
	background-image:url(../_img/landrover-ai.jpeg);
}
.difflocker-products,
.air-locker-products,
.built-locker-products,
.compressor-products,
.e-locker-products {
	background-image: url(../_img/landrover-ai.jpeg);
    background-blend-mode: luminosity;
    background-position: 0 -310px !important;
}

.difflocker-products h1,
.air-locker-products h1,
.built-locker-products h1,
.compressor-products h1,
.e-locker-products h1 {
	text-align: left;
	margin:20px 0 10px;
}
.difflocker-products p,
.air-locker-products p,
.built-locker-products p,
.compressor-products p,
.e-locker-products p {
	text-align: left;
	margin:0;
}

.air-locker-products {
	background-image: url(../_img/landrover-ai.jpeg);
	background-position: 0 -280px !important;
}
.built-locker-products {
	background-image: url(../_img/landrover-side.jpeg);
	background-position: 0 -400px !important;
}
.compressor-products {
	background-image: url(../_img/landrover-rebuilt.jpeg);
	background-position: 0 -400px !important;
}
.e-locker-products {
	background-image: url(../_img/landrover-ai.jpeg);
}

.bcg {

  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Background image doesn't tile */
  background-repeat: no-repeat;

  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;

  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;

  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #000000;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

button {
	background-color:#000000;
}
button:hover {
	/*background-color:#10A6D2;*/
	cursor:pointer;
}

._button {
    padding: 6px;
    font-size: 12px;
    color: #000000;
    border: 1px solid #cccccc;
}
._button:hover {
	background-color:#ffa500;
	color:#ececec;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    zoom: 1;
}

.error {
	color: red;
	font-size: 12px;
	line-height: 18px;
	margin: 10px auto;
	text-align: center;
}

.set-width {
	max-width:960px;
	margin:0 auto;
	padding:0 20px;
}

.home-intro span {
    color: #949399;
    display: block;
}

.home-intro span.emphasis {
	color:#000;
	font-weight:normal;
	display:initial;
}

.about-detail {
	margin-bottom:15px;
	text-align:left;
}

.center,
.bottom {
	position:absolute;
	padding:0;
	margin:-50px auto 0;
	top:50%;
}

.bottom {
	top:inherit;
	bottom:10%;
	max-width:75%;
	left:0;
	right:0;
	margin:0 auto;
}
/*///////////////////////////////////////////////////////////////////
		NEWLY ADDED ACB - TILE AND STONE FLOORING
///////////////////////////////////////////////////////////////////*/

/*          MAIN HEADER NAV */

header{
  width: 100%;
  text-align: center;
  height: 550px;
  transition: all 1s ease;
  z-index:50;
  margin:0;
  /* Location of the image */
  background-image: url(../_img/tile-stone-floor-header-2.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-2.jpg', sizingMethod='scale')";
  position:relative;
}

.restrict-height {
	height:300px;
}

.about-header {
	background-image: url(../_img/tile-stone-floor-header-vans.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-vans.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-vans.jpg', sizingMethod='scale')";

}

.fullwidth-graphic {
   width: 60%;
  text-align: center;
  height: 350px;
  transition: all 1s ease;
  z-index:50;
  margin:0 auto;
  /* Location of the image */
  background-image: url(../_img/tile-stone-floor-header-vans.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-vans.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_img/tile-stone-floor-header-vans.jpg', sizingMethod='scale')";
  position:relative;
}

header .logo {
	width: 500px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	bottom: 18%;
	position: absolute;
	left: 0;
	right: 0;
}
header .logo img {
	border: 0;
	width: 500px;
	height: 200px;
	margin: 0 auto;
}

.overlay-notification {
	background: rgba(0,0,0,0.8);
	min-height:100%;
	width:100%;
	z-index:9999;
	position:fixed;
	display:none;
}

.contact-form {
	width: 600px;
	margin: 20px auto;
	background-color: #ffffff;
	padding: 0 0 15px;
	position:relative;
}

.contact-form h2 {
    text-align: center;
    margin: 0 16px 40px;
    color: #444444;
    padding: 20px;
    border-bottom: 1px solid #CCCCD4;
}
.contact-form .close {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 18px;
    display: block;
    cursor: pointer;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

nav {
    width: 100%;
    height: auto;
    display: block;
    line-height: 60px;
    margin: 50px auto;
    position: relative;
	text-align: center;
}

nav a.mob-menu {
	display:none;
}

nav ul {
	padding:0 20px;
	height:60px;
	text-align:center;
	list-style: none;
	position: relative;
}

nav ul li {
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

nav ul.social-ul {
	position: absolute;
	left: 50%;
	width:105px;
	top: 0;
	margin: 0 0 0 370px;
}
nav ul.social-ul li.social {
    float: right;
    margin: 0px 0 0 5px;
    padding: 0;
}

nav ul.social-ul li.social a {
	margin:0;
	padding:0;
	height:30px;
	width:30px;
	outline:none;
}
nav ul.social-ul li.social a img {

	height:30px;
	width:30px;
}
nav ul.social-ul li.social a:hover img {
	opacity:0.5;
}

nav ul li a {
	display: block;
	color: #888888;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	transition: all 1s ease;
	outline:none;
}

nav ul li a.emphasis {
	color:#0098d4;
}

nav ul li a:hover {
	transition:none;
	color:#444444;
}



.terms_overlay {
	background-image:url(../_img/header_bg.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:99;
	position:fixed;
}
.terms_conditions {
	background-image:url(../_img/bg.jpg);
	background-repeat:repeat-x;
	background-position:0 50%;
	background-size:800px;
	width:50%;
	margin:120px auto 20px;
	height:auto;
	padding:20px;
	border:1px solid #ffffff;
}

.terms_conditions h2 {
	color:#ffffff;
	font-size:14px;
}
.terms_conditions p {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.terms_conditions ul {
	margin:0;
	padding:0;
}
ul.terms_noli li {
	background-image: none !important;
    padding: 0 !important;
    margin: 10px 0;
}
.terms_conditions ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    list-style-type: circle;
    padding: 0;
    margin: 0 0 0 15px;
}
.terms_conditions a {
	display:block;
	background-color:#000000;
	padding:3px 5px;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	margin:10px auto 0;
	text-align:center;
	width:50px;
}
.terms_conditions a:hover {
	background-color:#ffffff;
	color:#000;
}

.submit_form p {
	font-size:12px;
}
.submit_form a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.submit_form a:hover {
	text-decoration:underline;
}

.submit_btn {
	display:block;
	background-color:#000000;
	padding:3px 5px;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	margin:10px auto 0;
	text-align:center;
	width:50px;
	border:1px solid #222222;
}
.submit_btn:hover {
	background-color:#ffffff;
	color:#000;
}

.mobile {
	display:none;
}

/*///////////////////////////////////////////////////////////////////
		HOME SETUP CLASSES
///////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
		FOOTER STYLING
///////////////////////////////////////////////////////////////////*/

footer {
	min-height:20px;
	height:auto;
	margin:0 auto;
	padding:20px;
	position:relative;
	text-align:center;
}
footer a img {
	width:260px;
}
footer .footer-detail {
	color:#ffffff;
	margin:30px 0;
}
footer .footer-detail a {
	color:#ffffff;
	padding:0 10px;
}
footer .footer-detail a:hover {
	color:red;
}

/*///////////////////////////////////////////////////////////////////
		OTHER DETAILS FOR SITE
///////////////////////////////////////////////////////////////////*/

._form {
	margin:0 auto;
	text-align:center;
}

.textarea{
	border:1px solid #CCCCCC;
	width:300px;
	min-height:100px;
	height:auto;
	margin:0 0 5px;
	padding:6px 0 8px 5px;
	float:none;
	display:inline-block;
	line-height:20px;
	text-align:left;
	font-size:14px;
}

.input_field {
	border:1px solid #CCCCCC;
	width:300px;
	height:auto;
	margin:0 0 5px;
	padding:6px 0 8px 5px;
	float:none;
	display:inline-block;
	line-height:20px;
	text-align:left;
	font-size:14px;
}
.select_field {
	clear:left;
	width:300px;
	padding:5px 0;
	font-size:12px;
}
.form_label {
	float:none;
	display:inline-block;
	width: 150px;
	font-size: 12px;
	color: #888888;
	line-height: 30px;
	    padding: 0 20px 0 0;
    text-align: right;
}

.form_label span {
	text-align: center;
	font-size: 20px;
	color: #66d3f7;
	line-height: 40px;
}

.captcha {
	text-align:center;
	padding:10px 0;
}

.input_field_container {
	border:none;
	color:#10a6d1;
}
.input_field_container span {
	margin:0 0 0 10px;
	font-size:12px;
}

.input_checks_radio {
	width:auto;
	height:auto;
	float:left;
	height:20px;
	margin:0 0 5px;
	padding:0;
}

.input_select {
	width: 300px;
    height: auto;
    text-align: left;
    margin: 7px 0;
    padding: 6px 0 8px 5px;
    line-height: 20px;
    display: inherit;
}

.form_name_1, .form_name_2 {
	float: left;
    width: 220px;
    height: auto;
    margin: 0;
    padding: 9px 20px 0 0;
    font-size: 14px;
    color: #666666;
    text-align: right;
}

.formRight2 {
	font-size: 11px;
	line-height: 18px;
	/* height: 30px; */
	padding: 6px 0;
}

.form_name_2 {
	width:120px;
}

.submit_btn,
.reset_btn {
    width: auto;
    outline: none;
    font-weight: normal;
    padding: 6px;
    font-size: 12px;
    color: #ffffff;
    border: none;
    background-color: #66d3f8;
}
.submit_btn:hover,
.reset_btn:hover {
	background-color:#000;
	color:#ffffff;
}

.reset_btn {
	background-color:#990000;
}

.recaptcha_only_if_image {
	font-size:12px;
}

.button--moema {
    border-radius: 25px;
    background: none transparent;
    letter-spacing: 0;
    min-width: 50px;
    border: 3px solid #ffffff;
    font-size: 25px;
    font-weight: lighter;
    padding: 0;
    height: 50px;
    color: #ffffff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    line-height: 0;
    margin: 0 auto;
    text-align: center;
}

.button--moema::before {
	content: '';
	position: absolute;
	top: -10px;
	padding: 0;
	margin: 0;
	left: -10px;
	bottom: -10px;
	right: -10px;
	background: inherit;
	border-radius: 60px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.8, 1);
}

.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ffffff;
	/*background-color: #3f51b5;*/
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
	background-color:red;
}

.project-text {
	text-align: center;
    font-size: 22px;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 0;
    line-height: 28px;
    background-color: rgba(000, 0, 0, 0.8);
}

/*  Section 3  */

.center {
text-align: center;
    margin: 70px auto;
    font-size: 35px;
    position: relative;
    top: 0;
}

.black {
	padding:70px 0;
	margin:0 auto;
	background-color: #000000;
}

/* Sizing for Project Containers  */

.column-4 {
width: 21%;
    padding: 10px;
    margin: 20px auto;
    height: 250px;
    display: inline-block;
	min-width:250px;
}

/* Color and Images for Project Containers  */
.project-1 {
  background: url('../_img/air-locker/air-locker-2.jpg');
}

.project-2 {
  background: url('../_img/built-lockers/built-locker-6.jpg');
}

.project-3 {
  background: url('../_img/compressor/compressor-4.jpg');
}

.project-4 {
  background: url('../_img/e-locker/elocker-4.jpg');
}

.project-1,
.project-2,
.project-3,
.project-4 {
    background-size: cover;
    background-position: center;
	place-content: center;
}


/* Hover classes for individual project boxes */

.column-4:hover {
  background-color: rgba(000, 0, 0, 0.8);
  background-image:none;
  cursor:pointer;
}

.intro-text {
    background-color: rgba(000, 0, 0, 0.8);
    padding: 20px 100px;
}

.product-text {
    background-color: black;
    padding: 40px;
    display: flex
;
}

.product-text a {
	text-align:left;
	color: white;
	font-size: 14px;
}
.product-text a:hover {
	color: red;
}
.left-section {
    display: inline-block;
    width: 80%;
}

.basket {
	vertical-align: middle;
    color: white;
    bottom: 0;
    margin-left: auto;
    order: 2;
    padding: 8px 10px 0;
	cursor:pointer;
}
.basket .add {
    background-image: url(../_img/enquire.png);
    background-size: 75px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 20px;
}

.intro-text p {
color: #cccccc;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
}

.intro-text h1 {
font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0;
}



/*Image Gallery*/

.container {
  background-color: black;
}

.top {
display: flex;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
}

.top ul {
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.top ul li {
    position: relative;
    display: inline-flex;
    width: 20%;
    height: 25%;
    overflow: hidden;
    margin: 0 0 10px;
}

.top ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  color: white;
  opacity: 0.4;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

.top ul li:hover::before {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.top ul li img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
}

.lightbox:target {
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

.lightbox:target img {
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}




/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {


}
@media only screen and (max-width: 1000px) {

	}


@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 850px) {
	.top ul li {
	width: 48%;
        margin: 0 0 5px;
}

}

@media only screen and (max-width: 600px) {
.intro-text, 
.product-text {
    padding: 20px 20px;
}


}
@media only screen and (max-width: 520px) {

	nav {
		margin-top:10%;
	}

	nav a img {
		width:300px;
	}

	.bottom {
		bottom:5%;
	}

	h1 {
		font-size:20px;
		line-height:24px;
	}
	.top ul li {
	        width: 85%;
        margin: 0 auto 15px;
        text-align: center;
        display: block;
	}

	.left-section {
		display: block;
		width: 100%;
	}

	.basket {
		text-align: center;
	}
	.basket .add {
		min-height:100px;
	}
	.product-text {
		display: block;
	}

}

@media only screen and (max-width: 420px) {

	}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
        transition: all .275s;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .525em;
    left: .18em;
    font-size: 1.375em;
    color: #1ad623;
    line-height: 0;
    -webkit-transition: all .2s;
        transition: all .2s;
  }

  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
  }

  [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }

  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }

  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }

  [type="checkbox"]:disabled + label {
    color: #aaa;
  }

  /* Accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(36, 217, 109, 0.2);
  }

form {
width: 202px;
    margin: 20px auto;
    text-align: left;
}

p.txtcenter {
	text-align:center;
}

p { 
  color: #aaa;
}

p a {
  color: inherit;
}

p + p {
  margin-top: 3em;
}

form p {
  margin: 15px 0;
  color: #34495E;
}

a {
  color: #1da1f2;
}
span.red {
  color: #ff0000;
}

.btn.btn {
  display: inline-block;
  padding: 8px 24px;
  text-decoration: none;
  border-radius: 40px;
  background: #34495E;
  color: #F2F2F2;
  transition: all .4s;
}

.btn.btn:hover,
.btn.btn:focus {
  background: #000;
}


