

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.featurette {margin:0;}
.company {	background: #fffa70}
.accesories {	background: #70a9ff}
.program {	background: #8bff70}
.iPhone {	background: #ffc075}
.smart	{	background: #73f4f9}
.delivery	{	background: #f97373}
.text-muted {color: #000}

.center {text-align: center;}
h2 {letter-spacing: -0.015em}

@media only screen and (max-width: 660px) {
	.da-slider {
		display: none;
	}
	}

#map-canvas {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* Option 1B: Override a single element's box model by using a Bootstrap LESS mixin */
#map-canvas {
  .box-sizing(content-box);
}

#map-canvas {
	width:100%;
 	height:320px;
}

.delivery-service {
	position: absolute;
	right: 5px;
	width: 150px;
	height: 150px;
	z-index: 9999;
}
.partners {
	float: right;
	padding: 10px 15px 0 0 ;
}
.panel {
	min-height: 350px;
}
.get-in-touch {
position: relative;
margin: 0 auto 9px auto;
padding: 50px 30px 0;
max-width: 370px;
border-radius: 2px;
background: rgb(255, 255, 255) url(../images/form.png) repeat-x;
}

.get-in-touch input[type=text],.get-in-touch input[type=email], .get-in-touch textarea {
background: rgb(235, 241, 245);
color: rgb(36, 39, 41);
}
.get-in-touch  input:focus, .get-in-touch  textarea:focus {
outline: 0;
background: #FFF;
}
.text-center{
	margin-top: 15px;
}
.form-group{
	margin-bottom: 10px;
}
.control-group.error ul {
	list-style-type: none;
	padding-left: 0;
}
.help-block {height: 20px;}

.child_div_1{
    float:left;
    margin-right:5px;
}








