
* {
	font-family: 'Montserrat', 'Arial', sans-serif;
}

body {
	background-color: #fafafa;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00fdcf;
}

.jumbotron {
	background-color: #f4f4f4;
}

h1, h3 {
	text-transform: uppercase;
}

.jumbotron h1 {
	color: #252a2c;
	line-height: 1.1;
	font-weight: 800;
	margin: 60px 5% 30px auto;
}

h2 {
	color: #252a2c;
	margin-bottom: 20px;
	font-weight: 800;
}

h3 {
	font-size:36px;
	line-height: 1.3;
	color:#030303;
}

h3 span {
	color: #252a2c;
	font-weight: 800;
}

.jumbotron h3 {
	font-size:24px;
	margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 20%;
}

#resources h3 {
    color:#0d3a32;
}

h4 {
	color: #030303;
	margin-bottom: 20px;
	line-height: 1.3;
}

h5 {
	font-size:18px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 20px;
}

h6 {
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;	
}

p {
	padding: 0px;
	font-size: 11pt;
	line-height: 1.5;
	color:#333;
	margin: 20px auto;
}

.list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin: 0 0 20px 0;
	padding: 0px;
}

.videocontainer {
	margin: 20px 0 30px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
}

.bumper {
	width: 100%;
	background-color: #ffffff;
	padding: 60px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper-grey {
	background-color: #f4f4f4;
	padding: 60px 0;
}

.bumper-dark {
	background-color: #252a2c;
	padding: 60px 0 0 0;
	color: #ffffff;
}

.bumper-dark h2 {
	color: #00fdcf;
}

#why-midwich {
	background-color: #d6f5f0;
	background-repeat: no-repeat;
	background-position: 90% 0%;
	background-size: 900px;
	background-image: url("../img/logi-light-green.png");
}

#intro {
	background-repeat: no-repeat;
	background-position: 10% 0%;
	background-size: 900px;
	background-image: url("../img/logi-grey.png");
}

#products {
width: 100%;
    margin: -20px auto;
    background-color:#ffffff;
        padding: 10px;
    }

    #products h2{
display: inline;
font-size:20px;
    padding: 10px;
    background-color: #d6f5f0;
    }

.info-box {
	background-color: #d6f5f0;
	border-radius: 10px;
	padding: 30px;
	margin: 10px auto 20px auto;
	color: #030303;
}

.info-box h3 {
	margin: 0px auto 20px auto;
}

.features {
	padding:0;
}

.feature-btn {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding:0;
    color:#0d3a32;
}

.resize {
	width: auto;
	max-width: 100%;
}

ul {
	list-style-type: none;
	    padding: 0;
}

ul > li {
	font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight:600;
}

.bumper ul > li, .bumper-grey ul > li {
    margin-right: 5%;
}

.new-name p {
	color: #ffffff;
}

.list-inline-item {
	font-size: 12px;
	margin: 0;
}

a {
	color: #00fdcf;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #00fdcf;
	text-decoration: none;
	font-weight: bold;
}

footer {
	background-color: #252a2c;
	padding: 40px 10px;
	color: #ffffff;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

.nav-pills {
	width: 90%;
	margin: 10px auto;
}

.nav-pills > li > a {
	margin: 10px 15px;
	border-radius: 5px;
	background-color: transparent;
	border: 2px solid #00fdcf;
}

.nav-pills > li > a:focus {
	color: #ffffff;
	background-color: #00fdcf;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #ffffff;
	background-color: #00fdcf;
}

.heightspacer {
	height: 20px;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	margin-bottom: 0px;
	background-position: 100% 100%;
	background-size: 900px;
	background-repeat: no-repeat;
	background-image: url("../img/logi-hero.png");
	padding-top: 100px;
	padding-bottom: 50px;
	color: #ffffff;
}

.maintitle {
	padding-top: 70px;
}

.btn {
	padding: 15px 35px;
	border-radius: 5px;
	margin: 10px;
	text-decoration: none;
	font-weight: bolder;
	justify-content: center;
	text-align: center;
}

.btn-secondary {
	color: #333333;
}

.first-btn {
    margin-left: 0;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.strapline {
	padding-top: 20px;
}

.nav-consideration {
	margin-top: 80px;
}

.navbar {
	min-height: 80px;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #030303;
}

.navbar-default {
	background: transparent;
	border: 0;
	padding: 0px 0;
}

.navbar-fixed-top {
    background-color: rgba(0, 0, 0, 0);
    min-height: 120px;
    padding-top: 20px;
    -webkit-transition: all 0.3s 
ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;
}

.navbar-fixed-top.opaque {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s 
ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;
    box-shadow: 0px 0px 10px #000000;
    min-height: 80px;
    padding-top: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border: 0;
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #030303;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	    background: none;
    border-bottom: 3px solid #00fdcf;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background: none;
	border-bottom: 3px solid #00fdcf;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

.dropdown-menu {
	background-color: transparent!important;
	border: 0;
	padding: 0;
	margin: 0;
}

.dropdown-menu>li {
	margin-bottom: 0;
}

.dropdown-menu>li>a {
	color: #030303!important;
	background-color: #00fdcf !important;
	padding: 10px!important;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight:600;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	background-color: #7981e9;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 215px;
	height: 0;
	padding-top: 34.96%;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: #00fdcf;
	color: #030303;
	border:2px solid #00fdcf;
	font-weight: bold;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn:hover {
	background-color: #030303;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #transparent;
	color: #030303;
	border:2px solid #030303;
	font-weight: bold;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
	background-color: #030303;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.nopadding {
	padding: 0;
}

.bundle {
	margin-bottom: 0px;
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #111111;
}

.bundle p {
	color: #111111;
	font-weight: 400;
}

@media (max-width:1600px) {

}

@media (max-width:1360px) {

	.hero {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.forcewidth {
		width: 95%;
	}

	.maintitle {
		padding-top: 20px;
	}

	#mainlogo {
		background-image: url("../img/logo.png");
	}

	.jumbotron h1 {
        font-size: 50px;
        text-align: center;
        margin: 60px auto 30px auto;
    }

    .jumbotron h3 {
    	text-align: center;
    	margin-right: 0;
    }

    .jumbotron {
    margin-bottom: 0px;
    background-position: 50% 105%;
    background-size: 600px;
    background-repeat: no-repeat;
    background-image: url(../img/logi-hero.png);
    padding-top: 70px;
    padding-bottom: 200px;
    color: #ffffff;
	}

	.bumper, .bumper-grey, .bumper-dark {
		padding: 60px 30px;
	}
}

@media (max-height: 600px) {
	.force-width {
		width: 100%!important;
	}
}

@media (max-width: 1030px) {
	.fa-2x {
		font-size: 1em;
	}

	.modal-dialog {
		width: 90%;
	}

	.row-eq-height {
		display: initial;
	}

	.force-width {
		width: auto;
	}
}

@media (max-width: 800px) {

	.info-box {
		max-width: 90%;
	}
}

@media (max-width: 767px) {

.nav>li {
    position: relative;
    display: block;
    background-color: #efefef;
    margin: 0;
	}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
		font-size: 12px;
        margin: 0;
        border: 3px solid #efefef;
	}
}

@media screen and (max-width:  600px) {
    .modal-product-area, .modal-product-area-3, .modal-product-area-4, .modal-product-area-5 {
      display: block;
        vertical-align: top;
        margin: 3% auto;
        width: 100%;
        max-width: 92%;
}

@media screen and (max-width: 500px) {

	.bumper {
		padding: 40px 0px;;
	}
}


@media (max-width: 420px) {
    .jumbotron h1 {
        font-size: 40px;
        text-align: center;
        margin: 60px auto 30px auto;
    }
}

/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	max-width: 100% !important;
	color: #d22630 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    background-color: #000!important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
	background-color: #000!important;

}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
 {
	background-color: #000!important;
	border-radius: 5px !important;
    color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
	opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
    opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
    pointer-events: none;
    cursor: default;
}
/** /Cookie Consent **/