body.homepage{
  padding: 20px 30px;
}

.logo{
	text-align: center;
}

.logo img{
	width: 20%;
}

.logo-index img{
	width: 30%;
}


.title h2{
	text-align: center;
}

.address h3{
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.phone h1{
	text-align: center;
	margin: 0;
	font-size: 30px;
}

.phone h1 i{
	color: #00becd;
}

.row{
	margin-bottom: 10px;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background: #f57215;
}

table td span{
	display: block;
}

.title p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
}

.row.table-wrapper{
	margin-bottom: 0;
}


td{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-weight: 600;
  font-size: 14px;
  line-height: 14px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}


.table>tbody>tr>td{
	padding: 6px 5px;
}


p{
	margin: 3px 0;
}



