@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:300,500,900,500italic,300italic,900italic);

body {			
	background-image: url(images/whirlpool-background-3.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #2e2923;
	margin: 0;
	font-family: Calibri, sans-serif;
	font-family: 'Roboto', sans-serif;
}
			
img {
	border: none;
}
   
#footer-top {
	background-image: url(images/white-transparent.png);
	background-repeat:repeat;
	width: 100%;
	display: block;
	overflow: hidden;
}

.footer-top-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.footer-third {
	width: 33.3%;
	float: left;
	display: block;
}

#footer-bottom {
	background-color: #c8c6bf;
	width: 100%;
	display: block;
	overflow: hidden;
}

#footer-bottom-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#footer h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

#mobile-footer {
	display: none;
}

#menu, #mob-menu {
	width: 960px;
	margin: 0 auto;
}

@media (min-width: 551px){
	#header {
		background-image: url(images/topmenu-background.png);
		background-repeat: repeat;
		display: block;
		overflow: hidden;
		width: 100%;
		margin-bottom: 200px;
	}
}

@media (max-width: 550px){
	#header {
		background-image: url(images/topmenu-background-mobile.png);
		background-repeat: repeat-x;
		display: block;
		overflow: hidden;
		width: 100%;
		margin-bottom: 100px;
	}
}

.menu-item {
	float: left;
	width: 16%;
}

.menu-item-img {
	width: 288px;
	height: auto;
	float: left;
	}
	
.menu-item h1 {
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.menu-item h1 a {
	text-decoration: none;
	color: black;
}

.menu-item h1 a:hover,
.menu-item h1 a.active {
	color: #1a88c9;
}
	
	.copyright {
		clear: both;
		font-size: 10px;
		color: black;
		text-align: center;
	}
	
#main-content {
	background-image: url(images/white-transparent-70.png);
	background-repeat: repeat;
	width: 960px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#main-container {
	width: 60%;
	float: left;
	margin: 10px 5% 30px 5%;
}

#main-container-contact {
	width: 90%;
	margin: 10px 5% 30px 5%;
}

.main-content-sidebar img {
	margin: 30px 0 0 0;
}

p { 
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.3em;
}

#main-content h1 {
	font-weight: 300;
}

.lightbox-border img {
	border: 4px solid white;
}

.main-content-sidebar {
	width: 30%;
	float: left;
}

.main-content-sidebar img {
	max-width: 100% !important;
}

nav select {
	display: none;
}

.servicing {
	font-size: 1.2em;
	display: block;
	margin-top: 0;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 0 3px #000000;
}





@media (max-width : 767px) {
	body {			
	background-image: url(images/whirlpool-background-3.jpg);
	background-size: 150%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #2e2923;
	margin: 0;
	font-family: Calibri, sans-serif;
	font-family: 'Roboto', sans-serif;
	}

	nav div.menu-item     { display: none; }
	nav select { 
		clear: both;
		display: inline-block; 
		font-size: 30px;
		margin: 30px 30px 0 30px;
		font-size: 16px;
	}
	
	
	
	
	
	/*mobile menu*/
	.mobile-menu {
	  display:block;
	  width:100%;
		line-height: 1.6em;
		font-weight: 400;
		width:100%;
		text-align:center;
		position: relative;
	  margin:0 auto;
	}
	
	/*Strip the ul of padding and list styling*/
	.mobile-menu ul {
		list-style-type:none;
	  margin: 0 auto;
	  padding-left:0;
	  text-align:center;
	  width:100%;
	  position: absolute;
	  background: #1a88c9;
		margin-top: -15px;
	}

	/*Create a horizontal list with spacing*/
	.mobile-menu li {
		display:inline-block;
		/*float: left;
		margin-right: 1px;*/
	}

	/*Style for menu links*/
	.mobile-menu li a {
		display:block;
		min-width:140px;
		text-align: center;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
	  text-transform:uppercase;
		text-decoration: none;
	  margin-left:-5px;
	  padding: 10px 0;  
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	}

	/*Hover state for top level links*/
	.mobile-menu li:hover a {
		color: #4db3ff;
	  background-color:#ccddee;
	}

	/*Style for dropdown links*/
	.mobile-menu li:hover ul a {
		background: #f3f3f3;
		color: #2f3036;
		height: 40px;
		line-height: 40px;
	}

	/*Hover state for dropdown links*/
	.mobile-menu li:hover .mobile-menu ul a:hover {
		color: #4db3ff;
	}

	/*Hide dropdown links until they are needed*/
	.mobile-menu li ul {
		display: none;
	}

	/*Make dropdown links vertical*/
	.mobile-menu li ul li {
		display: block;
		float: none;
	}

	/*Prevent text wrapping*/
	.mobile-menu li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
	}


	/*Style 'show menu' label button and hide it by default*/
	.mobile-menu .show-menu {
		text-decoration: none;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		display: none;
	  cursor: pointer;
	  text-transform: uppercase;
	}

	.mobile-menu .show-menu span{
	   padding-left: 35px;
	}

	/*Hide checkbox*/
	.mobile-menu input[type=checkbox]{
		display: none;
	}

	/*Show menu when invisible checkbox is checked*/
	.mobile-menu input[type=checkbox]:checked ~ #mob-menu{
		display: block;
		margin-top: -15px;
	}

	/*Responsive Styles*/

	  .mobile-menu .lines {
		border-bottom: 15px double #000000; 
		border-top: 5px solid #000000; 
		content:"";
		height: 5px; 
		width:20px;
		padding-right:25px;
		  margin-top: 10px;
	  float: right;
	}
		/*Make dropdown links appear inline*/
		.mobile-menu ul {
			position: static;
			display: none;
		}
		/*Create vertical spacing*/
		.mobile-menu li {
			margin-bottom: 1px;
		}
		/*Make all menu links full width*/
		.mobile-menu ul li, .mobile-menu li a {
			width: 100%;
		}
		/*Display 'show menu' link*/
		.mobile-menu .show-menu {
			display:block;
		}
	/*END MOBILE MENU*/
	
	
	
	
	
	
	
	
	
	#menu, #mob-menu {
		width: 100%;
	}
	
	#header {
		margin-bottom: 30px;
	}
	#main-content {
		width: 100%;
		margin: 0;
	}
	#main-container {
		margin: 10px 30px 30px 30px;
		width: 85%;
	}
	.main-content-sidebar {
		width: 250px;
		margin: 0 20px 20px 20px;
	}
	
	#mobile-footer {
		display:block;
		background-color: #C8C6BF;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#footer {
		display: none;
	}
	.mobile-footer-top {
		background-color: #F2F2F2;
		margin: 0;
		padding: 0;
		width: 100%
	}
	.mobile-footer-top h3 {
		padding: 5px 20px ;
		font-size: 16px;
		width: 100%
	}
	.mobile-footer-bottom {
		background-color: #C8C6BF;
		margin: 0 5%;
		width: 90%;
	}
	.mobile-footer-bottom h3 {
		font-size: 16px;
		width: 100%;
	}
	
	.servicing {
		clear: both;
		padding-top: 20px;
	}

}

@media screen and (min-width: 768px) {
	#main-container-contact .md-left {
		width: 45%;
		float: left;
		padding-right: 5%;
	}
	#main-container-contact .md-right {
		width: 40%;
		float: left;
	}
	nav.mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#main-container-contact .md-left {
		width: 100%;
		float: left;
	}
	#main-container-contact .md-right {
		width: 100%;
		float: left;
	}
}

@media (max-width: 550px) {
	.menu-item-img {
		max-width: 35%;
	}
	.menu-item-img img {
		max-width: 100%;
	}
	nav select {
		margin: 18px 30px 0 30px;
	}
}

/***FORM LAYOUT**/
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact input[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
	margin-bottom: 30px;
}

#contact input[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact input[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.google-review-button {
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	width: 144px;
	margin-bottom: 20px
}

@media (max-width:767px){
	.google-review-button {
		margin-bottom: 0;
	}
}

