body {
	
    font-family: 'Arima Madurai', Helvetica, Arial, serif; 
    background: url(images/pattern.png) repeat;
    color: #ffffff;
}
a, a:visited {
    color: #F9A534;
    text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #CE2424;
	text-decoration: none;	
}
.logo {
    padding: 20px;
}
.locations {
    text-align: center;
    font-size: 26px;
    padding-bottom:30px;
}
a#btn-locations, a#btn-locations:visited, a#btn-locations:active {
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #ffffff;
    padding:8px 40px;
    background-color: rgba(72, 31, 2, 0.45);
}
.boxes a:hover, .boxes a:active, .boxes a:focus{
	text-decoration: none;
}
.boxes .box {
    color: #ffffff;
    margin-bottom:25px;
    padding:15px;
    border: solid 4px #F9A534;
    border-radius: 20px;
    min-height:100px;
    background-color: rgba(249,165,52,0.45);
    cursor: pointer;
}
.boxes .box:hover{
    background-color: rgba(72, 31, 2, 0.45);
}

.boxes .box .name {
    font-size: 28px;
}

.boxes .box .address {
    font-size:14px;
    line-height: 16px;
}
.main-menu {
    border-top: solid 1px #ffffff;
    text-align: center;
    padding-bottom:30px;
}
.main-menu ul{
    margin: 0;
    padding:0;
    list-style: none;
    text-align: center;
}
.main-menu ul li{
    display:inline-block;
}
.main-menu ul li a {
    display:block;
    font-size: 16px;
    padding: 8px 10px;
    text-decoration:none;
    color: #ffffff;
    border:none;
    outline: none;
}

.main-menu a:visited {
    color: #ffffff;
}

.main-menu a:hover, .main-menu a:active {
    color: #F9A534;
}

.info {
    color: #ffffff;
    background-color: rgba(43,13,0,0.55);
}
.content {
    min-height: 500px;
}
.margined {
    padding: 30px;
}
.content h1, .content h2 {
    color: #F9A534;
}
.google-maps {
	padding-top: 40px;
	margin:0 -30px -30px -30px;
	position: relative;
        height: 450px;
        overflow: hidden;
    }
.google-maps iframe {
        position: relative;
        width: 100%;
	height: 100%;
	pointer-events:none;
    }
.google-maps iframe.clicked {
	pointer-events:auto;
}
.content .menu {
	max-width: 700px;
	margin: 0 auto;
}
.content .menu h3{
	font-size:26px;
	display: block;
	text-align: center;
	color:#ffffff;
	background: #F9A534;
	padding:8px 0;
	margin:0;
}
.content .menu table {
	margin-bottom: 45px;
	width: 100%;
	background-color: rgba(255,255,255,0.90);
	color: #000000;
}
.content .menu strong{
	color: #CE2424;
}
.content .menu table tr td {
	padding:12px;
}
.content .menu table tr td:last-child{
	font-weight: bold;
	color: #C85400;
}
.social {
    padding:15px 30px;
}
.social a {
    padding:0 6px;
}
.post-title{
    font-size: 30px;
    text-align: center;
    color: #F9A534;
    margin-bottom: 15px;
}
.copyright {
    padding: 20px 30px 12px 30px;
	color:#ffffff;
	text-align: center;
}
.footer {
    padding: 0 30px;
    color: #ffffff;
    background: rgba(119, 7, 7, 0.6);
}
.footer .left-footer {
    margin-bottom: 50px;
}