/* Defult CSS */
html,
body {
    min-height: 100%;
}

img {
    max-width: 100%;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container-fluid {
    width: calc(100% - 120px);
}


/* Typograpgy */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3D4748;
    padding-top: 120px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size: 50px;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	font-weight: 400;
}

h3 {
	font-size: 22px;
	font-weight: 400;
}

.header-primary {
	text-align: center;
	margin-bottom: 25px;
}

.header-primary h1 {
	margin-bottom: 40px;
}

.header-primary p {
	font-weight: 600;
	margin: 15px 0 0;
}

.form-primary input {
	min-height: 42px;
	margin-bottom: 20px;
}

.form-primary .form-control {
	box-shadow: none;
	outline: none;
	font-weight: 300;
	background:
	white;
	border-color: #d0d7de;
}

.form-primary textarea {
	resize: none;
	height: 120px;
	margin-bottom: 40px;
}

.button-primary {
	color: #ffffff;
	background:	#75AF4B;
	border: none;
	border-radius: 0;
	width: 100%;
	padding: 15px;
}

.button-primary:hover {
	color: #ffffff;
	background:	#699E44;
}

.list-primary {
	padding-left: 20px;
	line-height: 1.2em;
}

.list-primary li {
	margin-bottom: 10px;
}



/* Header Area */
header {
	font-size: 14px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	z-index: 1000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .logo {
	width: 180px;
	float: left;
}

header .header-right {
	float: right;
	text-align: right;
	margin-top: 17px;
}

header ul {
	display: block;
	list-style: none;
	margin: 0;
}

header ul.top {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
}

header ul li {
	display: inline-block;
	position: relative;
}

header ul li a {
	color: #3D4748;
	padding: 10px 15px;
	display: block;
}

header ul li a:hover {
	color: #75AF4B;
	text-decoration: none;
}

ul.bottom li a {
	text-transform: uppercase;
}

ul.bottom li ul {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 15px;
	background: #eee;
	text-align: left;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
    -ms-transition: 0.3s;
     -o-transition: 0.3s;
        transition: 0.3s;
}

ul.bottom li:hover ul {
	opacity: 1;
	visibility: visible;
}

.mobile-menu {
	display: none;
}


/* Gallery Section */
#gallery-section:after {
	content: "";
	display: block;
	clear: both;
}

#gallery-section .gallery-item {
	width: 25%;
	float: left;
	overflow: hidden;
}

#gallery-section .gallery-item img {
	max-width: inherit;
}


/* Services Section */
#services-section {
	padding: 50px 0;
}

#services-section h3 {
	text-align: center;
}

#services-section .services-item {
	text-align: center;
}

#services-section .services-item img {
	margin-bottom: 60px;
}

#services-section .services-item h3 {
	margin-bottom: 80px;
}

#services-section .services-item a {
	color: #3D4748;
}

#services-section .services-item a:hover {
	text-decoration: none;
}


.left-text-section {
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-size: 55% 100% !important;
  background-position: top right !important;
}

.left-text-section .contents {
  width: 40%;
}

.collection-bg {
  background: #eee url(../img/eos-it-recycling.jpg);
}

.recycling-bg {
	background: #eee url(../img/3-recycling.jpg);
}

.weee-bg {
	background: #eee url(../img/5-what-is-wee.jpg);
}

.waste-bg {
	background: #eee url(../img/7-waste-print.jpg);
}

.recycling-bg-2 {
	background: #eee url(../img/9-recycling.jpg);
}

.right-text-section {
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-size: 55% 100% !important;
  background-position: top left !important;
}

.right-text-section .contents {
  width: 40%;
  margin-left: 60%;
  padding-left: 35px;
}

.right-text-section a {
  color: #3D4748;
}

.data-destruction-bg {
  background: #fff url(../img/2-data-destruction.jpg);
}

.cost-bg {
	background: #fff url(../img/4-cost-effective.jpg);
}

.gdpr-bg {
	background: #fff url(../img/6-gdpr.jpg);
}

.compliance-bg {
	background: #fff url(../img/8-compliance-paperwork.jpg);
}

.did-you-know-bg {
	background: #fff url(../img/10-did-you-know.jpg);
}


/* Accreditations Section */
#accreditations-section {
	padding: 50px 0;
	background: #eee;
}


/* Contact Section */
#contact-section {
	position: relative;
}
#contact-section .contact-info {
	max-width: 500px;
	width: 100%;
	margin: 50px auto;
}

#contact-section .contact-info h2 {
	margin-bottom: 25px;
}

#contact-section .contact-info p {
	margin-bottom: 40px;
	line-height: 31px;
}

#contact-section .contact-info a {
	margin-bottom: 15px;
	display: block;
	color: #3D4748;
}

#googleMap {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


/* Bottom Text */
.bottom-text {
	padding: 40px 0;
}

.bottom-text p {
	font-size: 22px;
	margin-bottom: 40px;
}

.bottom-text a {
	font-size: 15px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}


/* Slider Section */
#slider-section {
	position: relative;
}

#slider-section .banner {
	position: absolute;
	top: 50%;
	left: 0;
	background:
	rgba(255,255,255,0.75);
	width: 75%;
	padding: 25px 25px 25px 15%;
	margin-top: -52px;
}

#slider-section .banner h2 {
	display: inline-block;
	font-weight: 700;
	color: #699E44;
	margin: 0 20px 0 0;
	line-height: 55px;
}

#slider-section .banner a {
	width: 160px;
	float: right;
}


/* Footer */
footer {
	background: #F1F1F1;
	font-size: 13px;
	line-height: 18px;
	padding: 15px 0 0;
}

footer .right {
	font-size: 9px;
	line-height: 12px;
	text-align: right;
}