@charset "utf-8";

#page {
	width: 100%; }
	
#contact {
	position: relative;
	width: 100%;
	margin: 22px auto 0 auto;
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 0; }
 
#header-page {
	font-size: 27px;
	color: #777;
	text-align: center;
	text-decoration: none;
	padding: 35px 0 5px 0;
	letter-spacing: .2em;
	line-height: 28px;
	text-transform: uppercase;
}

.cc_contract {
	position: relative;
	width: 50%;
	margin: 20px auto;
	display: block;
	text-align: center;
 }

.header-small {
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: center;
	padding: 16px 0 20px 0;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #fff;
}

#contact-24wrap {
	display: inline-block;
	width: 50%;
	padding: 0 0 22px 0;
	margin: 0 auto;
}

#department1 {
	margin: 0 0 0 90px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 20px 0 0 30px;
	line-height: 20px;
	width: 40%;
	float: left;
	display: block;
	text-align: left;
}

#department2 {
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 20px 30px 0 0;
	line-height: 20px;
	width: 30%;
	float: right;
	display: block;
	text-align: left;
}

#contact a:link {
	color: #58aa01;
	text-decoration: none;
	font-size: 14px;
}
#contact a:visited {
	text-decoration: none;
	color: #58aa01;
	font-size: 14px;
}
#contact a:hover {
	text-decoration: none;
	color: #777;
	font-size: 14px;
}
#contact a:active {
	text-decoration: none;
	font-size: 14px;
}

#text-page {
	font-size: 16px;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 15px;
}

.dark {
	border: 0;
	height: 2px;
	background: #aaa;
	background-image: -webkit-linear-gradient(left, #aaa, #253352, #aaa);
	background-image: -moz-linear-gradient(left, #aaa, #253352, #aaa);
	background-image: -ms-linear-gradient(left, #aaa, #253352, #aaa);
	background-image: -o-linear-gradient(left, #aaa, #253352, #aaa);
	width: 70%;
	margin: 0 auto;
}

.dark1 {
	border: 0;
	height: 1px;
	background: #ebebeb;
	background-image: -webkit-linear-gradient(left, #ebebeb, #909090, #ebebeb);
	background-image: -moz-linear-gradient(left, #ebebeb, #909090, #ebebeb);
	background-image: -ms-linear-gradient(left, #ebebeb, #909090, #ebebeb);
	background-image: -o-linear-gradient(left, #ebebeb, #909090, #ebebeb);
	width: 50%;
	margin: 0 auto 15px auto;
}

.small {
	color: #000;
	font-size: 14px;	}

 .sub-header {
	color: #000;
	font-size: 14px;
	background-color: #fff;
	padding: 0 0 5px 0;	}





/*  CheckBox  */
.check-wrap {
	margin: 30px auto;
	width: 80%;
font-size: 14px;
position: relative;
display: block;
text-align: center; }

.g-recaptcha {
display: inline-block;
	position: relative;
	width: 80%;
	margin-bottom: 15px;  }

input[type='checkbox'] {
  opacity: 0; }

.check {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	border: 2px solid #75c421; }

input[type='checkbox'] + label span.check {
  background: #eee; }

input[type='checkbox']:checked + label span.check:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 4px;
  height: 9px;
  background: #75c421;

  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-47deg);
  transform: rotate(-47deg); }

input[type='checkbox']:checked + label span.check:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 3px;
  height: 15px;
  background: #75c421;

  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  transform: rotate(43deg);  }  
  /*  CheckBox  Ends*/

	
	 .cc-contract {
	color: #000;
	font-size: 14px;
	background-color: #fff;
}
		
	.email-contact { 
	font-size: 22px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: .05em;
	}
	
	
	
	/* ---------------  GARAGES ---------------*/

.garages-wrap { 
width: 100%; }

.garages a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 100%;
  display: inline-block;
  color: #58aa01;
  text-decoration: none;
  line-height: 21px;
   background-color: #fff;
   z-index: 250;
}
.garages a:hover  {  color: #000; }

/* 1 column: 320px */
.autowide {
  margin: 0 auto;
	width: 69%;
	text-align: center;
	color: #58aa01;
}
.autowide img {
  float: left;
  margin: 0 .5rem 0 .5em;
}
.autowide .module {
  background-color: #fff;  
  margin0: 0;
}
.autowide .module p {
  padding: 0 .5rem;
  color: #58aa01;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
		text-align: left;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module {
		width: 31.623931623931625%;
		text-align: left;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 900px and up */
@media only screen and (min-width: 900px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0.1%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
		color: #58aa01;
	}
	
.city a {
  color: #58aa01;
}
.city a:hover {
  color: #000;
}
		
}

/* ---------------  GARAGES End ---------------*/
	
	
	
	
	/* --------------------   M - O - D - A - L -------------------- */
.wrap {
	padding: 0 5px;
	text-align: center;
	color: #000;
	background: #fff;
	font-family: 'Open Sans', sans-serif; 
	width: 100%;  }

.button-m {
	background: #ebebeb;
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	margin: 8px 15px 25px 15px;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: color .1s ease;
	text-transform: uppercase;
	letter-spacing: 0.1em; 
	font-weight: 600; }
	
.button-m:hover {
  background: #000;
  color: #fff; 
  font-weight: 600; }
	
	.privacy {
	font-size: 16px;
	padding: 15px 0;
	font-weight: 500;
	text-decoration: none; 	
	color: #9e0039;
	}
	.privacy:hover {
	color: #000;
	}

.button-m-close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em; }

.button-m-close:after,
.button-m-close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 45%;
  margin: -3px 0 0 -1px;
  top: 0; }

.button-m-close:hover:after,
.button-m-close:hover:before {
  background: #aaa;
    color: #fff; }

.button-m-close:before {
  transform: rotate(-45deg);
    color: #fff; }

.modal:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none; }
	
.modal:target:before {
	-webkit-transition: -webkit-transform 0.9s ease-out;
	-moz-transition: -moz-transform 0.9s ease-out;
	-o-transition: -o-transform 0.9s ease-out;
	transition: transform 0.9s ease-out;
	z-index: 4;
	background: rgba(0, 0, 0, 0.7);
	display: block;  }

.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 120px; }

.modal-dialog {
  background: #fff;
  border: #00133e solid 2px;
  margin: 0 auto;
  position: fixed;
  overflow: scroll;
  height: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 80%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal-body {
	padding: 0 20px;
	text-align: left;
	color: #000;
	font-size: 14px; }

.modal-header,
.modal-footer {
  padding: 5px 20px; }

.modal-footer {
  text-align: center; }
/* ------------- M - O - D - A - L --- E - N - D -------------  */
 
 
 @media only screen and (max-width: 600px) {
 
  #contact {
	position: relative;
	width: 100%;
	margin: 15px auto 0 auto;
	display: block;
	text-align: center;
}

  #header-page {
	font-size: 21px;
	font-weight: 500;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 5px;
	letter-spacing: .2em;
	line-height: 24px;
	text-transform: uppercase;
}

.header-small {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	padding: 25px 0 20px 0;
	letter-spacing: .1em;
}

#contact-24wrap {
	width: 100%;
	padding: 0;
}

#contact-24 {
	width: 100%;
}

#department1 {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

#department2 {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

  #quote-description {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
}


 #quote-description1 {
	display: block;
	width: 85%;
	margin: 0 auto;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 0;
	line-height: 21px;
	text-align: left;
}

 }
 
@media only screen and (max-width: 840px) {
 
 #contact {
	width: 100%;
}

 #contact-24 {
	width: 100%;
}

#contact-24wrap {
	width: 100%;
	padding: 0;
}

#department1 {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

#department2 {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

  #quote-description {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0;
	line-height: 21px;
	text-align: justify;
}

 #quote-description1 {
	display: block;
	width: 84%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0;
	line-height: 21px;
	text-align: left;
}

}

@media only screen and (min-width: 840px) {
 
 #contact {
	position: relative;
	width: 100%;
	margin: 15px auto 0 auto;
	display: block;
	text-align: center;
}

 #quote-description {
	display: block;
	width: 84%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0;
	line-height: 23px;
	text-align: justify;
}

 #quote-description1 {
	display: block;
	width: 76%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0;
	line-height: 23px;
	text-align: left;
}


}