/*
Theme Name: Citycarwash
Theme URI: htttp://www.genero.fi
Author: Joni Uunila
Author URI: http://www.pf-kotisivut.fi
Description:
Version: 1.0
=======
*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
@font-face
{
font-family: Mostardesign-Metronic;
src: url('includes/fonts/Mostardesign-Metronic-Pro-Bold.otf'),
     url('includes/fonts/Mostardesign-Metronic-Pro-Bold.woff'); /* IE9 */
}
{
font-family: MyriadPro-bold;
src: url('includes/fonts/MyriadPro-Bold.otf'),
     url('includes/fonts/MyriadPro-Bold.woff'); /* IE9 */
}
{
font-family: MyriadPro-Regular;
src: url('includes/fonts/MyriadPro-Regular.otf'),
     url('includes/fonts/MyriadPro-Regular.woff'); /* IE9 */
}
{
font-family: MyriadPro-Semibold;
src: url('includes/fonts/MyriadPro-Semibold.otf'),
     url('includes/fonts/MyriadPro-Semibold.woff'); /* IE9 */
}
.collapse {
  position: static;
}
p {
	font-family: "MyriadPro-Regular",sans-serif;
	font-size:16px;
	line-height:22px;
	}

h1, h2, h3, h4, h5, h6 {
font-family: "Mostardesign-Metronic",sans-serif;
}

h1, h2, h3{
	font-size:22px;
	line-height:25px;
	}
	
	h2 {
		text-transform:uppercase;
		}
	.break-header {
		border-style:solid;
		border-width:1px;
		border-left: 0px;
		border-right:0px;
		border-color:#cbc8c7;	
		}
	
.footer-title {
	font-size:16px;
	}
body {
	background-image: url('assets/img/background.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	font-family: "MyriadPro-Regular",sans-serif;
    font-size: 16px;
	}
.whitebox {
	width:1170px;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	margin-right: auto;
	margin-left: auto;
	}
.navbar {
  margin-bottom: 0px;
}
.navbar-inner-ccw{
  background-color:#00a1e1;
  color:#FFF;
}
.navbar .nav > li > a {
	font-family: "Mostardesign-Metronic",sans-serif;
	text-transform:uppercase;
	float: none;
	padding: 15px 10px 5px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-shadow: none;
  line-height: 1.2em;
	}
.navbar .nav > li > a:hover {
	color:#fff;
	}
.menu-box {
	float:left;
	}
.mobile-button{
	width:35px;
	padding:7px;
	padding-top:9px;
	display:block;
	float:left;
}
 a.mobile-button {
	text-decoration: none;
	color:#fff;
	font-family: "Mostardesign-Metronic",sans-serif;
	text-transform:uppercase;
	font-size:17px;
	line-height:30px;
	}
 a:hover.mobile-button {
	text-decoration: none;
	color:#fff;
	}
.icon-bar{
	background:#fff;
	width:29px;
	height:5px;
	margin:3px;
	display:block;	
	}
.sliderimg {
 background-size: 100%;
 height:400px;
 padding:0px;
 color:#fff;
 font-family: "Mostardesign-Metronic",sans-serif;
	}
.sliderimg h1{
	color:#fff;
	}
.sliderimg h2{
	color:#fff;
	}
.sliderimg p{
	color:#fff;
	}
.carousel {
margin-bottom: 0px;
}
.calltoactionbox{
	padding: 15px 5px 15px 0px;
	text-align:center;
}
.calltoaction-row{
	margin-left:0px;
	}
#scalingtext{
	color:#000;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
	margin-left:0px;
	font-family: "Mostardesign-Metronic",sans-serif;
	text-transform:uppercase;
	display: table-cell;
   	text-align: center;
   	vertical-align: middle;	
	}
#scalingtext span{
	width:100%;	
	margin-left:0px;}

.middleimg{
	display: table-cell;
   text-align: center;
   vertical-align: middle;
	}
.calltoactionfp {
	height:400px;
	}
.ctaspan{
	display: table !important;
	height:400px;
	}
.ctab {
background-size: 100%;	
}
.marginunder {
	margin-bottom:20px;
	}
	
.fp-post {

	}
.fp-post-content {
	display: table-cell;
	text-align: center;
    vertical-align: middle ;
	overflow:hidden;
	height:175px;
	}
a.fp-post{
	color:#fff;
	text-decoration:none;
	}
	
a:hover.fp-post{
	color:#CCC;
	text-decoration:none;
	}
h3.fp-post {
	padding-left:15px;
	padding-right:15px;
	line-height: 30px;
	}

ul.item-list {
  margin-left: 0;
}  
  
ul.item-list li {
  list-style-type: none;
}

div.padding {
  padding: 30px;
  box-sizing: border-box;
}
	
.button-ccw, .woocommerce-page a.button.add_to_cart_button, .woocommerce-page button.single_add_to_cart_button  {
  font-family: "Mostardesign-Metronic",sans-serif;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.2em;
  padding: 20px 30px;
  text-align: center;
  border: 1px;
  border-color:#d92330;
  cursor: pointer;
  background: #dc2529;
  background: -webkit-gradient(linear,left top,left bottom,from(#dc2529),to(#b21c20));
  background: -webkit-linear-gradient(#dc2529,#b21c20);
  background: -moz-linear-gradient(center top,#dc2529 0%,#b21c20 100%);
  background: -moz-gradient(center top,#dc2529 0%,#b21c20 100%);
  border-color: #861518;
  color: #ffffff;
}

.button-ccw:hover, .woocommerce-page a.button.add_to_cart_button:hover, .woocommerce-page button.single_add_to_cart_button:hover {
    background: #dc2529;
    background: -webkit-gradient(linear,left top,left bottom,from(#dc2529),to(#9c191c));
    background: -webkit-linear-gradient(#dc2529,#9c191c);
    background: -moz-linear-gradient(center top,#dc2529 0%,#9c191c 100%);
    background: -moz-gradient(center top,#dc2529 0%,#9c191c 100%);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product .price del {
  font-size: 0.5em;
  display: inline-block;
  opacity: 1;
}

.woocommerce-page button.single_add_to_cart_button {
  float: right !important;
}

.woocommerce-page div.product form.cart {
  margin-top: 2em;
}

.cart-icon {
  float: left;
  margin: 5px 0 5px;
}

.woocommerce table.cart td.actions .coupon .input-text {
  padding: 12px 17px;
  font-size: 14px;
  min-width: 140px;
}

.button-ccw {
  background-color: #35bfaf;
  background-image: linear-gradient(top, rgb(246,68,79) 19%, rgb(215,43,54) 76%);
  background-image: -o-linear-gradient(top, rgb(246,68,79) 19%, rgb(215,43,54) 76%);
  background-image: -moz-linear-gradient(top, rgb(246,68,79) 19%, rgb(215,43,54) 76%);
  background-image: -webkit-linear-gradient(top, rgb(246,68,79) 19%, rgb(215,43,54) 76%);
  background-image: -ms-linear-gradient(top, rgb(246,68,79) 19%, rgb(215,43,54) 76%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.19, rgb(246,68,79)),
    color-stop(0.76, rgb(215,43,54))
  );
}

div.car-background {
  background: url('includes/car-front.jpg') no-repeat top right;
}

div.car-row {
  min-height: 584px;
}

a:hover.button-ccw {
	color:#fff;
	text-decoration:none;
}
div.widget {
margin-bottom: 0px;
}
.page-title {
	background-color:#cbc8c7;
	text-align:center;
	width:100%;
	padding: 0px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:15px;
	clear: both;
	}
.page-title h1 {
  margin: 0 10px 0;
  font-size: 22px;
  line-height: 22px;
  padding: 18px;
}
.page-title h2 {
  padding: 18px;
}
.posttitle {
	color:#000;
	margin:0px;
	margin-bottom:15px;
}

a:hover.posttitle {
	text-decoration:none;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}

.woocommerce ul.products li.product h3 {
  background-color: #ccc;
  color: #24282b;
  padding: 10px;
}

.woocommerce div.product .bundled_product {
  display: none;
}

.woocommerce ul.bluelist, .woocommerce ul.greenlist {
  margin: 0 0 1em;
}

.bluelist li {
  color:#fff;
  padding:10px;
  background-color: #01a0e4;
  font-size: 13px;
  list-style-type: none;
}

.bluelist a, .greenlist a {
  color: #fff;
}

.greenlist li {
  color: #fff;
  padding: 10px;
  background-color: #a3d155;
  font-size: 13px;
  list-style-type: none;
}
  
.bluelist li:nth-child(odd) {
  background-color: #67c3ec;
}

.woocommerce .bluelist.location {
  margin-top: 4px;
}

.woocommerce ul.products li.product .price, .woocommerce div.product .price {
  font-family: Mostardesign-Metronic;
  padding: 0 10px;
  font-size: 2em !important;
}

.woocommerce ul.products li.product .price {
  text-align: center;
  color: #24282b !important;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product .price del {
  color: #d92330 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  display: none;
}

div.shop-header {
  background-color: #24282b;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.fp-widget {
  display: table;
}

.widget_product_dropdown {
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.widget_product_dropdown.sidebar {
  background: url('includes/car-front.jpg') no-repeat top center; 
}

.widget_product_dropdown h2 {
  text-transform: none;
  font-size: 36px;
  line-height: 40px;
}

.widget_product_dropdown li {
  font-family: "Mostardesign-Metronic",sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.widget_product_dropdown select {
  font-size: 14px;
  background-color: #fff;
}

.shop-header select {
  max-width: 400px;
  display: block;
  margin: 20px auto 20px auto;
}

.shop-header h4 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}

.shop-header  a {
  color: #fff;
}

.shop-header .green-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.green-button {
  font-family: "Mostardesign-Metronic",sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 60px;
  border-radius: 2px;
  background: #a3d155;
  display: inline-block;
  background: -webkit-gradient(linear,left top,left bottom,from(#c5e791),to(#a3d155));
  background: -webkit-linear-gradient(#c5e791,#a3d155);
  background: -moz-linear-gradient(center top,#c5e791 0%,#a3d155 100%);
  background: -moz-gradient(center top,#c5e791 0%,#a3d155 100%);
  border: 1px;
  border-color: #a3d155;
  font-size: 1.2em;
}

.green-button:hover {
  background: #7fb131;
  background: -webkit-gradient(linear,left top,left bottom,from(#c5e791),to(#7fb131));
  background: -webkit-linear-gradient(#c5e791,#7fb131);
  background: -moz-linear-gradient(center top,#c5e791 0%,#7fb131 100%);
  background: -moz-gradient(center top,#c5e791 0%,#7fb131 100%);
}

.overlay-wrapper {
  position: relative;
}

.white-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.white-overlay h3 {
  font-size: 30px;
}

.white-overlay h3:before {
  content: url('includes/nuoli.png');
  position: absolute;
  margin-left: -100px;
}

.woocommerce .term-image {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 30%;
  z-index: 10;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #a3d155;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
  width: 100%;
  color: #fff;
  border-radius: 0;
  margin: 0;
  text-align: left;
  box-shadow: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: "Mostardesign-Metronic",sans-serif;
  font-size: 1.125em;
}

body.single-product .onsale {
    display: none;
}

span.marker-icon:before {
  content: url('includes/pin-white.png');
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: 4px;
}

span.marker-icon-blue:before {
  content: url('includes/pin-blue.png');
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: 4px;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.woocommerce-page div.product div.images {
  position: relative;
}

p.price {
  font-family: Mostardesign-Metronic, sans-serif;
}

a.button.add_to_cart_button {
  display: block;
}

.productborder{
border:solid 2px #00a1e1;
padding-bottom:10px;
}
.bluelist p {	
	color:#fff;
	margin:0px;	
	}
.iconbox {
	width:75px;
	height:75px;
	margin: 10px;
	}
.pricebox {
	margin-top:20px;
	background-color:#a3cf5e;
	width: 90px;
	height: 90px;
	display: table-cell;
	vertical-align: middle; 
	text-align:center;

	-webkit-border-radius:16px 16px 0px 16px;-moz-border-radius: 16px 16px 0px 16px;border-radius: 16px 16px 0px 16px;
	
	background-image: linear-gradient(bottom, rgb(160,204,84) 32%, rgb(204,224,126) 85%);
	background-image: -o-linear-gradient(bottom, rgb(160,204,84) 32%, rgb(204,224,126) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(160,204,84) 32%, rgb(204,224,126) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(160,204,84) 32%, rgb(204,224,126) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(160,204,84) 32%, rgb(204,224,126) 85%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.32, rgb(160,204,84)),
	color-stop(0.85, rgb(204,224,126)));
	-webkit-box-shadow: 0px 1px 1px 1px rgba(00, 00, 00, 0.3);
	  box-shadow: 0px 1px 1px 1px rgba(00, 00, 00, 0.3);
}

.woocommerce #payment div.payment_box {
  text-shadow: none;
  color: #fff;
}

.woocommerce #payment label {
  display: inline;
  color: #fff;
}

	.pricebox p {
      margin:0px;
			font-size:21px;
			font-weight:bold;
      font-family: Mostardesign-Metronic, sans-serif;
      color:#fff;
		}
	.locations {
		padding-left:0px;
		}	
	.locations p {
		font-family: "MyriadPro-Bold",sans-serif;
		padding-top:3px;
		color:#00a1e1;
		font-size:20px;
		}
		
	.osta-pesu {
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		color: white;
		padding: 15px 30px 10px;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
		border: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		cursor: pointer;
		background-color: #f13543;
	}
	.map-featured {
		width:150px;
		height:124px;
		float:left;
		margin-left:30px;
		}
	#map-icons {
		padding-left:5px;
		float:left;
		width:200px;
		}
	#map-icons img {
		padding:0px 5px 5px 5px;
		}
  #map_canvas img {
    max-width: 100%;
  }
	.map-info {
		width:350px;
		}
		
	.footer-ccw {
	background-color: #00a1e1;
	color:#fff;
	}
	.footer-ccw a{
	color:#fff;
	}
	
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-family: "MyriadPro-Semibold",sans-serif;
	font-size: 20px;
	padding: 0 17px;
	background-color: #e9e9e9;
	border: 0px solid #cccccc;
  height: 25px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 90%;
	margin-bottom: 20px;
}
.paddingform{
	font-family: "MyriadPro-Regular",sans-serif;
	padding-top:5px;
	padding-left:30px;
	padding-right:30px;
	}
p.undercheckbox{
	font-size:13px;
	line-height:1em;
	margin-left:30px;
	fonweight:normal;
	}
	.formstrong{
	font-size:30px;	
	fonweight:normal;
}

	select {
	font-family: "MyriadPro-Semibold",sans-serif;
	font-size:20px;	
	width: 99%;
	height:40px;
	border: 0px solid #cccccc;
	background-color: #e9e9e9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	  border-radius: 0px;
	  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
	  margin-bottom:20px;
	}
	.hidden-post {
		display:none;
		}
		
	input[type="number"] {
		width: 50px;
		}
		
		.semibold {
	font-family: "MyriadPro-Semibold",sans-serif;	
	}
	.buy-icon{
	background-color:#35bfae;text-align:center;padding:15px 15px;	
	}
	.buy-icon p{
	font-size:22px;font-family: 'Mostardesign-Metronic',sans-serif;color:#fff;text-align:left;line-height:35px;margin-top:30px;	

	}
	.tarjous-icon{
	background-color:#00a1e1;text-align:center;padding:15px 30px;	
	}
	.tarjous-icon li{
	font-size:20px;font-family: 'Mostardesign-Metronic',sans-serif;color:#fff;text-align:left;line-height:25px;margin-top:5px;	
	}
		.tarjous-icon p{
	font-size:20px;font-family: 'Mostardesign-Metronic',sans-serif;color:#fff;text-align:left;line-height:25px;margin-top:5px;	
	}
	.button-map {
	padding:5px;
	font-size:20px;font-family: 'Mostardesign-Metronic';
	font-size:16px;

	}
	a.button-map {
	font-size:20px;font-family: 'Mostardesign-Metronic';
	font-size:16px;
	}
	a.maplink {
		color:#000;
		font-family: "MyriadPro-Regular",sans-serif;
		font-size: 20px;
		text-decoration:none;
		line-height:30px;
		}
	.lang-box{
		text-align:right;
		font-family: "Mostardesign-Metronic",sans-serif;
		text-transform: uppercase;
		color: #FFF;
		font-size: 17px;
		padding: 15px 15px 15px;
	}
	a.lang-link{
	font-family: "Mostardesign-Metronic",sans-serif;
	text-transform: uppercase;
	float: none;
	
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	text-shadow: none;
    }
	a.lang-link-active{ 
	color: #017cba;
	}
	.productbox{
		height:500px;
	}
	.option1{
	
		}

	.confirmbox {
		margin-top:25px;
		text-align:center;
		width:80%;
		margin-left:auto;
		margin-right:auto;
		}
		.form-overlay{
		 opacity:    0.7; 
		  background: #000; 
		  width:      100%;
		  height:     100%; 
		  z-index:    10;
		  top:        0; 
		  left:       0; 
		  position:   fixed;
		}
		#termspopup{
		 opacity:    0.7; 
		  background: #000; 
		  width:      100%;
		  height:     100%; 
		  z-index:    100;
		  top:        0; 
		  left:       0; 
		  position:   fixed;
		}
		#termstext {
		  position:fixed;
		  top:50%;
		  left:50%;
		  background-color:#00a1e1;
		  color:#fff;
		  z-index:1002;
		  overflow:auto;
		  width:700px;
		  height:700px;
		  margin-left:-350px;
		  margin-top:-350px;
		  text-align:left;
		  padding:20px;
		  -webkit-border-radius: 25px;
		  -webkit-border-bottom-left-radius: 0;
		  -moz-border-radius: 25px;
		  -moz-border-radius-bottomleft: 0;
		  border-radius: 25px;
		  border-bottom-left-radius: 0;
			}

		.form-overlayinfobox{
		  position:fixed;
		  top:50%;
		  left:50%;
		  background-color:#00a1e1;
		  color:#fff;
		  z-index:1002;
		  overflow:auto;
		  width:280px;
		  height:250px;
		  margin-left:-200px;
		  margin-top:-200px;
		  text-align:center;
		  padding:20px;
		  -webkit-border-radius: 25px;
		  -webkit-border-bottom-left-radius: 0;
		  -moz-border-radius: 25px;
		  -moz-border-radius-bottomleft: 0;
		  border-radius: 25px;
		  border-bottom-left-radius: 0;
			}
			.form-overlayinfobox p{
				display:table-cell;
				vertical-align:middle;
				height:140px;
				width: 350px;

				}
				.button-buy {

					}
	.error {
		width:80%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		color:#ff0000;
		margin-top:20px;
		margin-bottom:20px;
		font-family: "MyriadPro-Semibold",sans-serif;	
		font-size: 22px;
		font-weight:bold;	
		}
	a.button-peruuta {
		color:#fff;
		font-family: "MyriadPro-Regular",sans-serif;
		font-size: 20px;
		text-decoration:none;
		}
	a:hoover.button-peruuta {
		text-decoration:none;
		color:#fff;
		cursor: pointer; cursor: hand;
		}
	.whitegradient {
		background: -moz-linear-gradient(left,  rgba(255,255,255,0.7) 23%, rgba(255,255,255,0.7) 24%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(23%,rgba(255,255,255,0.7)), color-stop(24%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 24%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 24%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 24%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 24%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		}
			.ctaspan2 {
				display: table !important;
height: 400px;
}
.nav-collapse, .nav-collapse.collapse {
float: left;
}
#prelike{
	Background-image: url('http://citycarwash.fi/wp-content/uploads/2013/10/prelike-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	}
	
/* Media Queries */
@media screen and (max-width: 1200px) {
.navbar .nav > li > a {
	padding: 15px 6px 5px;
	}
.navbar .brand {
	padding: 7px 5px 10px;
	}
.whitebox {
	width:940px;
	}
.productbox{
	height:100%;
	}
.sliderimg {
	height: 327px;
	}
.calltoactionfp {
	height:327px;
	}
  .ctaspan2 {
	height: 327px;
	}
}
@media screen and (max-width: 976px) {
.navbar .nav > li {
	width: 250px;
	margin-left: auto;
	margin-right: auto
	}
.navbar .nav > li > a:hover {
	background-color:#017cba;
	color: #fff;
	}
.nav-collapse, .nav-collapse.collapse {
	text-align: center;
	width: 100%;
	}
.button-ccw { 
	font-size: 18px;
	line-height: 20px
	}
h4.calltoaction{
	line-height:26px;
	font-size:20px;
	margin-bottom:15px;
	}
.whitebox {
	width:724px;
	}
.productbox{
		height:100%;
	}
#termstext {
	left:50%;
	margin-left:-370px;
	width:700px
	}
.sliderimg {
	height: 250px;
	}
.calltoactionfp {
	height:250px;
	}
.ctaspan2 {
	height: 250px;
	}
.widget_product_dropdown{
  padding: 15px;
	}
  .cart-icon {
    display: none;
  }
  div.padding {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
.navbar .nav > li > a {
	padding: 15px 0px 15px;
	margin-left:0px;
	}
.whitebox {
	width:auto;
	padding:0px;
	}
.productbox{
	height:100%;
	}
#termstext {
	width:330px;
	height:350px;
	margin-left:-165px;
	margin-top:-175px;
	}
.calltoactionfp {
  height:500px;
  }
.ctaspan2 {
  height: 500px;
  padding-left:10%;
  padding-right:10%;
  }
  .white-overlay h3:before {
    margin-left: -60px;
  }
}

@media screen and (max-height: 400px) {
	#termstext {
	width:330px;
	height:250px;
	margin-left:-165px;
	margin-top:-150px;
	}
}

#frontbottom{
	margin-top:20px;}

body.tax-product_cat div.white-overlay {
	display: none !important;
}

body.term-jakobstad-2 div.white-overlay {
	display: none !important;
}