/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:200;
    color:#222222;
}

h1,
h2,
h3 {
    font-family: "Open Sans", sans-serif;
    font-weight:800;
}

h1 {
    font-size:32px;
    line-height:55px;
    margin-bottom:10px;
    color:#ffffff;
}

h2 {
    font-size:28px;
    line-height:40px;
    margin-bottom:20px;
    color:#006A39;
}

h3 {
    font-size:20px;
    color:#006A39;
    line-height:60px;
}

h3.heading {
    display:block;
    height:50px;
    color:#222222;
    line-height:50px;
    margin-bottom:20px;
}

h4 {
    font-size:18px;
    font-weight:300;
    color:#222222;
}

h4.heading {
    display:block;
    height:55px;
    line-height:55px;
    font-weight:600;
    color:#006A39;
}

h4 a {
    color:#006A39;
    text-decoration:underline !important;
    cursor:pointer;
}

p {
	line-height:20px;
	margin-bottom:20px;
}

p strong {
    font-weight:600;
}

/* FONT OPTIONS */

.lgreen {
    color:#b9e30f;
}

/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body {
    padding-top:120px;
    background-color: #222222;
}

section {
    position:relative;
}

.container,
.content {
	position:relative;
	display:block;
    min-width:960px;
}

.container:after,
.content:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
    background-color:#ffffff;
	width:100%;
    overflow:hidden;
    -webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

.container.opaque {
    opacity:0.2;   
}

.content {
    margin:0 auto;
	width:960px;
    padding:70px 10px 120px;
}

/* LAYOUT OPTIONS - BACKGROUND */

.bg-lgrey {
    background-color:#f4f4f4;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    -webkit-transition: height 200ms;
	-moz-transition: height 200ms;
	transition: height 200ms;
}

#header a#logo,
ul#header-navigation {
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#header {
    position:fixed;
    top:0;
    left:0;
    height:120px;
    background: #3b803b; /* Old browsers */
    background: -moz-linear-gradient(top, #3b803b 0%, #0b6a39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b803b 0%,#0b6a39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b803b 0%,#0b6a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b803b', endColorstr='#0b6a39',GradientType=0 ); /* IE6-9 */
    overflow:hidden;
    z-index:101;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#header .content {
    position:static;
    padding-top:0;
    padding-bottom:0;
}

#header a#logo {
    display:block;
    width:370px;
    height:70px;
    background-color:#ffffff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow:hidden;
}

#header a#logo img {
    min-height:70px;
}

ul#header-navigation,
ul#header-navigation li a {
    display:block;
}

ul#header-navigation {
    height:50px;
}

ul#header-navigation li {
    display:inline-block;
}

ul#header-navigation li a {
    height:50px;
    line-height:50px;
    padding:0 10px;
    font-family: "Open Sans", sans-serif;
    font-size:18px;
    font-weight:300;
    color:#ffffff;
    -webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

ul#header-navigation li a.active,
ul#header-navigation li a:hover {
    color:#FFCC00;
}

/* EXPAND BUTTON */

#expand-nav {
    display:none;
    position:absolute;
    top:0;
    right:0;
    width:130px;
    height:70px;
    line-height:70px;
    font-family: "Open Sans", sans-serif;
    font-size:20px;
    font-weight:600;
    color:#222222;
    cursor:pointer;
    background: url(../images/btn-expand.png) no-repeat center right;
    z-index:103;
}

/* HEADER NAVIGATION COMPACT */

#header.compact {
    height:70px;
    background: rgba(255,255,255,0.9);
}

@media only screen and (min-width: 941px) {
    
    #header.fancybox-margin {
        margin-left:-8px !important;
    }
    
    #header.compact.fancybox-margin {
        margin-left:0 !important;
    }
}

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

#header.fancybox-margin {
    margin-left:0 !important;
}
    
}

#header.compact a#logo {
    position:absolute;
    top:0;
    left:20px;
    background:transparent;
}

#header.compact #header-navigation-wrapper,
#header.side-nav #header-navigation-wrapper {
    position:fixed;
    display:block;
    top:0;
    right:-300px;
    width:300px;
    height:100%;
    padding:70px 30px;
    background-color:#ffffff;
    z-index:102;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#header.side-nav #header-navigation-wrapper {
    right:0;   
}

#header.side-nav ul#header-navigation li {
    display:block;
    float:none;
}

#header.side-nav ul#header-navigation li a {
    padding:0;
    color:#222222;
}

#header.side-nav ul#header-navigation li a.active,
#header.side-nav ul#header-navigation li a:hover {
    color:#006A39;
}

/* EXPAND BUTTON */

#header.compact #expand-nav,
#header.side-nav #expand-nav {
    display:block;
}

#header.compact #expand-nav.active,
#header.side-nav #expand-nav.active {
    background: url(../images/btn-close.png) no-repeat center center;
    color:transparent;
    text-indent:-9999px;
    width:90px;
}

#header.side-nav {
    background: rgba(255,255,255,0.3);
}

#header.side-nav a#logo {
    opacity:0.4;
}

/* SUBHEADER
----------------------------------------------------------------------------------------------------*/

#subheader {
    text-align:center;
    height:200px;
}

#subheader img {
    width:100%;
    height:auto;
    min-height:200px;
    object-fit: cover;
}

#subheader h1 {
    position:absolute;
    display:block;
    width:100%;
    height:200px;
    line-height:200px;
    margin:0;
    top:0;
    left:0;
}

/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

.divider {
    display:block;
    clear:both;
    height:30px;
    margin:0 auto 20px;
}

.divider.dotted.sml {
    width:60px;
    border-bottom:5px dotted #cccccc;
}

/* LINKS AND BUTTONS */

#back-top {
    display:inline-block;
    width:50px;
    height:50px;
    position:fixed;
    bottom:100px;
    right:30px;
    background:#000000 url(../images/btn-back-top.png) no-repeat center center;
    background-size:cover;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#back-top.active {
    opacity:1;
    right:30px;
    visibility:visible;
}

#back-top:hover {
    background-color:#006A39;
}

/* LIST STYLE - IMAGE CONTAINER */

ul.img-container,
ul.img-container li {
    display:block;
}

ul.img-container {
    width:960px;
}

ul.img-container li {
    margin:0 20px 20px 0;
    float:left;
}

/* IMAGE CONTAINER WITH CIRCULAR FRAME */

ul.img-container li .frame {
    position:relative;
    display:block;
    width:180px;
    height:180px;
    margin:0 auto 20px;
    border: 4px solid #006A39;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
    overflow:hidden;
}

ul.img-container li .frame img {
    -webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

ul.img-container li .frame img.hover-img {
    position:absolute;
    top:-2px;
    left:-2px;
    opacity:0;
    z-index:10;
}

ul.img-container li .frame:hover img.hover-img {
    opacity:1;
}

ul.img-container li .frame:hover img {
    opacity:0;
}

/* IMAGE CONTAINER WITH CAPTION */

ul.img-container li span {
    display:block;
    height:65px;
    max-height:65px;
    text-align:center;
    font-size:16px;
}

/* IMAGE CONTAINER DIVIDED */

ul.img-container.divide3 li {
    width:300px;
}

ul.img-container.divide4 li {
    width:220px;
}

/* LIST STYLE - BULLET LIST */
    
ul.bullet-list li {
    display:block;
    padding-left:25px;
    background:url(../images/icon-bullet-2.png) no-repeat 0 2px;
    line-height:20px;
    margin-bottom:4px;
    font-size:14px;
}

ul.bullet-list.divide2 {
    width:50%;
    float:left;
}

/* LIST STYLE - CONTACT LIST */

ul.contact-list li {
    display:block;
    height:30px;
    line-height:30px;
    margin-bottom:10px;
}

ul.contact-list li img {
    margin-right:10px;
}

ul.contact-list li a {
    color:#006A39;
    text-decoration:underline;
}

/* LIST STYLE - CLEAR LIST */

ul li.clear-list {
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background:none !important;
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

/* CONTENT - HOME
----------------------------------------------------------------------------------------------------*/

#home-services {
    text-align:center;
}

#home-services .content {
    padding-bottom:0;   
}

#home-services h4.lead {
    padding:0 120px;
    margin-bottom:55px;
}

/* SERVICES CATEGORY */
ul#home-services-category,
ul#home-services-category li {
    display:block;
}

ul#home-services-category {
    width:100%;
    margin-top:60px;
}

ul#home-services-category li {
    position:relative;
    width:33.3333333%;
    height:300px;
    float:left;
    padding-right:2px;
    margin-bottom:2px;
    overflow:hidden;
    vertical-align: top;
}

ul#home-services-category li:nth-child(3n) {
    padding-right:0;   
}

ul#home-services-category li img {
    width:100%;
    object-fit: cover;
}

ul#home-services-category li .category-text {
    position:absolute;
    display:table;
    bottom:0;
    left:0;
    width:100%;
    height:85px;
    background-color:rgba(0,0,0,0.7);
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    font-weight:200;
    color:#ffffff;
    padding:0 60px;
    vertical-align:middle;
}

ul#home-services-category li .category-text span {
    display:table-cell;
    vertical-align:middle;
}

#home-video {
    padding: 80px 10px;
}

#home-video iframe {
    display:block;
    width:80%;
    margin:0 auto;
}

/* CONTENT - HOME SLIDER
----------------------------------------------------------------------------------------------------*/

#slider {
    height:500px;
    overflow:hidden;
}

/* BXSLIDER CSS OVERRIDE - RESOURCE RELINK */

.bx-wrapper {
    margin: 0 auto 0;
    max-height:500px;
}

.bx-wrapper .bx-loading {
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff;
}

.bx-wrapper .bx-prev {
	background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
}

/* HOME BXSLIDER CSS OVERRIDE */

ul#home-slider li {
    min-height:500px;
}

.bx-wrapper img {
    width:100%;
    height:auto;
    min-width:960px;
    min-height:500px;
    object-fit: cover;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    left: 0;
    min-height:500px;
    background-color:#000000;
}

.bx-wrapper .bx-pager {
    padding-top:0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFFF00;
}

/* HOME BXSLIDER CUSTOM ELEMENTS */

.slider-content {
    position:relative;
    display:block;
    height:0;
    width:960px;
    margin:0 auto;
}

.slider-text {
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:500px;
    text-align:center;
    padding:0 30px;
}

.slider-text span {
    font-family: "Open Sans", sans-serif;
    font-size:24px;
    font-weight:200;
    color:#ffffff;
}

/* CONTENT - ABOUT US
----------------------------------------------------------------------------------------------------*/

#about-us {
    text-align:center;
}

#about-us ul.img-container {
    margin:80px 0 0 ;
}

#about-us ul.img-container li img {
    border:2px solid #222222;   
}

/* CONTENT - OUR SERVICES
----------------------------------------------------------------------------------------------------*/

#our-services {
    text-align:center;
}

#our-services .content {
    padding-bottom:10px;
}

#our-services ul.img-container {
    margin-top:60px;
}

#our-services ul.img-container li {
    margin-bottom:60px;   
}

/* CONTENT - OUR SERVICES - CONCEPT APPROACH GRAPH
----------------------------------------------------------------------------------------------------*/

#waste-concept-approach {
    text-align:center;
}

#waste-concept-approach-graph {
    position:relative;
    display:block;
    width:940px;
    height:735px;
    margin:50px 0;
    background: url(../images/img-services-concept-line.png) no-repeat center top;
    background-size:100%;
}

#waste-concept-approach-graph .step {
    display:block;
    width:280px;
    overflow:hidden;
    border:4px solid #80B73F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#waste-concept-approach-graph .step:nth-child(1) {
    margin:0 auto;
    clear:both;
}

#waste-concept-approach-graph .step:nth-child(2) {
    float:left;
}

#waste-concept-approach-graph .step:nth-child(3) {
    float:right;
}

#waste-concept-approach-graph .step:nth-child(4) {
    margin:0 auto;
    clear:both;
}

#waste-concept-approach-graph .step:nth-child(6) {
    margin:0 auto;
    clear:both;
}

#waste-concept-approach-graph .step span {
    display:block;
    padding:20px 40px;
    line-height:25px;
    font-weight:bold;
    background-color:#ffffff;
}

#waste-concept-approach-graph #info-bubble {
    position:absolute;
    bottom:185px;
    right:35px;
    display:block;
    width:64px;
    height:65px;
    background: url(../images/icon-info.png) no-repeat center center;
    cursor:pointer;
}

/* CONTENT - OUR SERVICES - WASTE PACKAGING
----------------------------------------------------------------------------------------------------*/

#waste-packaging {
    text-align:center;
}

#waste-packaging ul.img-container {
    margin-top:50px;
}

#waste-packaging ul.img-container li {
    border:2px solid #80B73F;
    overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#waste-packaging ul.img-container li span {
    display:block;
    height:55px;
    line-height:55px;
    background-color:#ffffff;
}

/* CONTENT - PROCEDURES
----------------------------------------------------------------------------------------------------*/

#procedures {
    text-align:center;
}

#waste-collection-procedures {
    display:block;
    width:940px;
    margin-top:50px;
    background:url(../images/img-procedure-line.png) no-repeat center center;
    background-size:100%;
}

#waste-collection-procedures .step {
    display:block;
    float:left;
    width:280px;
    overflow:hidden;
    margin-right:50px;
    border:4px solid #80B73F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#waste-collection-procedures .step:nth-child(3) {
    margin-bottom:270px;
}

#waste-collection-procedures .step:nth-child(3n) {
    margin-right:0;
}

#waste-collection-procedures .step span {
    display:block;
    width:100%;
    height:120px;
    padding:20px;
    font-size:14px;
}

/* CONTENT - CLIENTS
----------------------------------------------------------------------------------------------------*/

#clients .panel {
    display:block;
    width:100%;
    margin-bottom:50px;
}

#clients .panel:last-child {
    margin-bottom:0;   
}

#clients .panel:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

#clients .panel img {
    float:left;
    border:2px solid #80B73F;
    overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#clients .panel .panel-content {
    display:block;
    width:690px;
    float:right;
}

/* CONTENT - LICENSES & CERTIFICATES
----------------------------------------------------------------------------------------------------*/

#licenses-certificates .panel {
    display:block;
    width:100%;
    margin-bottom:50px;
}

#licenses-certificates .panel:last-child {
    margin-bottom:0;
}


#licenses-certificates .panel:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

#licenses-certificates .panel a {
    margin:0 20px 20px 0;
    float:left;
    border:2px solid #80B73F;
    overflow:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* FANCYBOX CSS OVERRIDE */

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading div {
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
}

.fancybox-overlay {
	background: url('../images/fancybox/fancybox_overlay.png');
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
	}
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* CONTENT - CONTACT
----------------------------------------------------------------------------------------------------*/

#contact .left-column,
#contact .right-column {
    display:block;
    width:50%;
}

#contact .left-column {
    float:left;
}

#contact .right-column {
    float:right;
}

/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#enquiryform-container{
    width:100%;
}

#enquiryform,
#enquiryform-success-message,
#enquiryform-container .form-status {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#enquiryform-success-message {
	display:none;
}

.form {
	position:relative;
	display:block;
	padding:0;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	padding:0 0 10px;
}

.form .container:last-of-type {
    padding:0;   
}

.form span.required {
	color:#F00;	
}

.form input,
.form textarea {
    display:block;
	width:100%;
	border:1px solid #cccccc;
	background-color:#ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:40px;
    color:#222222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}

.form input:focus,
.form textarea:focus {
	border-color:#D1202C;
}

.form input {
	height:40px;
	padding:0 10px;
}

.form textarea {
	padding:5px 10px;
	height:130px;
	line-height:20px;
	resize:none;
	overflow-y:hidden;
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
    display: none
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
    width:80%;
    min-width:400px;
	clear:both;
	font-size:12px;
    font-weight:400;
	line-height:20px;
	padding:0 10px 0;
	margin:0;
    color:#f00;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
    font-weight:400;
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
    height:40px;
    line-height:42px;
    margin-top:10px;
    padding:0 60px 0 20px;
    background: #006A39 url(../images/icon-bullet.png) no-repeat center right;
    font-size:16px;
    font-weight:600;
    border:none;
    width:auto;
    min-width:inherit;
    display:inline-block;
    color:#ffffff;
	cursor:pointer;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	transition: background-color 200ms;
}

.form .button:hover {
    background-color: #000000;
}


/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
    background:#cccccc url(../images/icon-submit-disabled.png) no-repeat center right !important;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#b6b6b6 !important;
}

/* CONTENT - GOOGLE MAPS
----------------------------------------------------------------------------------------------------*/

#map-canvas {
    height:650px;
    overflow:hidden
}


/* CONTENT - MAIN CONTENT - FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
    background-color:#222222;
    text-align: center;
    color:#ffffff;
}

#footer .content {
    padding:60px 0 40px;
}

/* Footer COPYRIGHT */

#footer p.copyright {
	margin:0;
}

#footer p.copyright span,
#footer p.copyright span a {
	color:#222222;
    text-decoration:none !important;
}

#footer.invert {
    background-color:#ffffff;
    color:#222222;
}


#footer.invert p.copyright span,
#footer.invert p.copyright span a {
	color:#ffffff;
}