/*
 * Copyright © 2001 - 2018 Fluid Media Ltd. All rights reserved
 * http://www.fluidmedia.co.uk/
 */
 
 
 body {
    background-color: #ccc;
}

.rght {
    text-align:right;
}

/* Divs */

.header {
	background:#fff;
	padding:10px;
}

.topim {
	padding:0;
}
.footer {
    color: #fff;
	background:#c5a255;
}
.footer h1{
    color: #fff;
	font-size: large;
	font-style: normal;
	margin: 4px;
}
.footer a:link, a:visited {
    color: #fff;
    text-decoration: none;
}
.footer a:hover, a:active {
    color: #000;
    text-decoration: none;
}
.teleph h1{
    color: #c5a255;
	font-size: x-large;
	font-style: normal;
	margin-bottom: 4px;
}
.teleph a:link, a:visited {
    color: #c5a255;
    text-decoration: none;
}
.teleph a:hover, a:active {
    color: #906e24;
    text-decoration: none;
}
.maincontent {
	background:#fff;
    text-align: center;
}
.maincontent h1{
    color: #c5a255;
	font-size: x-large;
	font-style: normal;
	margin-bottom: 4px;
}
.maincontent h2{
    color: #c5a255;
	font-size: large;
	font-style: normal;
	margin-bottom: 4px;
}
.maincontent a:link, a:visited {
    color: #c5a255;
    text-decoration: none;
}
.maincontent a:hover, a:active {
    color: #906e24;
    text-decoration: none;
}
.maincontent img {
    display: block;
    margin: auto;
}

/* Slick Menu */
.menu a:link, a:visited {
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.menu a:hover, a:active {
    background-color: #906e24;
    text-decoration: none;
}
.menu {
	background:#c5a255;
	padding:0;
}
#menu-ul {
	background:#c5a255;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu-ul li {
	display:inline;
}
#menu-ul li:last-child:after { 
    content: "";
}
.slicknav_menu {
	display:none;
}

@media (max-width: 450px) {
#menu-ul {
	display:none;
}
.slicknav_menu {
	display:block;
}