@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Double Pivot Personal Used'; /*a name to be used later*/
    src: url('fonts/Double Pivot Personal Used.ttf'); /*URL to font*/
}a {
  color: #000000;text-decoration: none;
}
		body {
			padding:0;
			margin:0;
			font-family:"Double Pivot Personal Used";		
		}
		p {
			font-size:18px;
			color:#2e3191;
			text-shadow: 1px 1px rgba(0,0,0,0.3);
		}
		.clear {
			clear:both;
		}
		.discount {
			color:#FFFFFF;
			font-weight:bold;
			font-size:15pt;margin-top:5px;
		}
		.city-bg {
			background-image:url('images/city-bg.jpg');
			height:550px;
			margin-top:30px;
			padding:0;
		}
		.city-body{
			margin-top:0;
			padding-top:0;
			font-size:22pt;
			font-weight:bold;
			color:#FFFFFF;
			text-shadow: 2px 2px rgba(0,0,0,0.7);
			text-align:left;
		}
		.city-container {
			width:80%;
			margin:auto;
			height:100%;
			padding:0;
		}
		.content-bg {
			margin-top:80px;
			padding:80px 0 0 0;
		}
		.footer-phone {
			margin-top:80px;
			padding:10px 0;
			background-color:#f9ec31;
			text-align:center;
		}
		.footer-bg {
			padding:0;
			background-color:#0b0d35;
		}
.services-header{
	
	color:#000000;
}
		input[type=text] {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
			width:230px;
}
		textarea {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
			width:230px;
}
		.button3{
color:#fff;
padding:20px 100px;
border:none;
outline:none;
font-size:20px;
text-shadow:-2px 2px 0 rgba(0,0,0,0.2);
font-weight:700;
transition:all .1s linear;
background:linear-gradient(to bottom,#2e3192,#0b0d35);
box-shadow:-1px 0 1px #2e3192,0 1px 1px #2e3192,-2px 1px 1px #2e3192,-1px 2px 1px #2e3192,-3px 2px 1px #2e3192,-2px 3px 1px #2e3192,-4px 3px 1px #2e3192,-3px 4px 1px #2e3192,-5px 4px 1px #2e3192,-4px 5px 1px #0b0d35,-6px 5px 1px #0b0d35;
			cursor:pointer;
}
.button3:active{
box-shadow:none;
-moz-transform:translate3d(-6px,6px,0);
-ms-transform:translate3d(-6px,6px,0);
-webkit-transform:translate3d(-6px,6px,0);
transform:translate3d(-6px,6px,0);
	cursor:pointer;
}
