@charset "utf-8";
/* CSS Document */

	html {
		scroll-behavior: smooth;
		
	}

:root {
  --blue: #64C2CC;
  --grey: #666;
}




:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

.item-101 {
	display:none !important;
}

.blockquote {
    padding: 30px 10px 10px 10px !important;
}


.medium_header {
		display:none;
		height:0px;
}

.small_header {
		display:none;
		height:0px;
}

.art-header {
	display:none;
	height:0px;
}

.art-hmenu {
	width:100%;
	background: var(--grey);
	position:fixed;
	top: 0px;
	z-index:1500;
}

ul.art-hmenu {
    max-width: 880px;
}

.art-postheader {
	display:none;
	height:0px;
}




.responsive .art-nav ul.art-hmenu li, .responsive .art-hmenu-extra1, .responsive .art-hmenu-extra2 {
    float: left !important;
}

.placeholder {
	visibility:hidden;
	height: 0px;
}

.grey {
	background:var(--grey);
	color:#FFF;
}

.blue {
	background:var(--blue);
	color:#FFF;
}

.wide {
	
	font-size:28px;
	padding-top:20px;
	padding-bottom:20px;
	width: 10000px;
	margin-left: -5000px !important;
	padding-left: 5000px !important;
}

.centred {
	max-width:880px;
	text-align:center;
}

.float_left {
	float:left;
	text-align:left;
	padding:20px;
	max-width:520px;
}

.header_logo {
	position:absolute;
	top:54px;
	z-index:1000;
}
.contact {
	line-height:40px;
	font-size:18px;
	float:right;
}
.contact span{
	bottom:10px;
}
.contact a {
	text-decoration:none;
	color: var(--grey);
}

.contact a img{
	filter: saturate(0%);
}

.contact a:hover {
	color: var(--blue);
}

.contact a:hover img{
	filter:none;
}

.contact img {
	position: relative;
	top:12px;
}


.call_to_action {
	padding-botton: 20px !important;
	background: linear-gradient(90deg, var(--blue) 50%, var(--grey) 50%);
	line-height:40px;
	font-size:18px;
}
.call_to_action span{
	margin-bottom:10px;
	bottom:10px;
}

.call_to_action .left{
	width: 45%;
	text-align:right;
}

.call_to_action .right{
	width: 45%;
	float:right;
	text-align:left;
}

.call_to_action a {
	text-decoration:none;
	color: #FFF !important;
}




.call_to_action a img {
	position: relative;
	top:12px;
}

.call_to_action a:hover  {
	opacity: 0.60;
    -moz-opacity: 60%;
    -webkit-opacity: 60%;
}

#vina-pogo-slider94 {
	max-height: 264px;
	    padding-bottom: 32% !important;

}

.no_wrap {
	display:inline-block;
}

.responsive.responsive-tablet .art-vmenublock, .responsive.responsive-tablet .art-block {
    margin-left: 1%;
    margin-right: 0% !important;
    width: auto !important;
    float: none !important;
}

blockquote {
	margin-left: 0px !important;
}

.area_covered {
	background: var(--blue);
	color:#FFF;
	padding: 10px 15px 10px 15px;
	font-size:20px;
}

.area_covered p{
	margin-bottom:30px !important;
}

.rl_sliders.accordion>.accordion-group {
    border: none !important;
}

.accordion-heading panel-heading {
	background:#FFF;
}


.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
    background-color: var(--grey);
    color: #fff;
    text-decoration: none;
	border:none;
}

.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background-color: #FFF;
    color: var(--blue);
}


.footer p{
	font-size:16px;
	margin-left:20px !important;
}

.footer h4{
	font-size:24px !important;
}

.footer a, footer a:visited {
	color:#FFF !important;
	font-size:16px !important;
}

.footer a:hover {
	color: var(--blue) !important;
}


.footer a:hover img {
	opacity: 0.60;
    -moz-opacity: 60%;
    -webkit-opacity: 60%;
}




.three {
	width: 260px;
	padding:10px;
	float:left;
	text-align:center;
}

.three p, .three h4, .three ul{
	
	text-align:left;
}

.review-image{
	margin-left:auto;
	margin-right:auto;
	background: url(../images/nophoto.png) no-repeat center center;
	width: 77px;
	height:	77px;
}
.commercial-image{
	margin-left:auto;
	margin-right:auto;
	width: 77px;
	height:	77px;
}

a.art-button, a.art-button:hover,  a.art-button:active {
	padding:0px 10px 0px 6px !important;
}

a.art-button {
	background:#F00;
	color:#FFF !important;
}

a.art-button:hover {
	background: var(--blue);
	
	color:#FFF !important;
}

.review-image img {
	width: 77px;
	height:	77px;
	object-fit: cover;
	border-radius:50%;
}
.commercial-image img {
	width: 77px;
	height:	77px;
	object-fit: cover;
	border-radius:50%;
}


.domestic-image{
	margin-left:auto;
	margin-right:auto;
	width: 260px;
	height:	255px;
}


.domestic-image img {
	width: 260px;
	height:	255px;
	object-fit: cover;
}


/* Front End JCE Editor*/

form[name=adminForm]  fieldset:nth-of-type(n+2), form[name=adminForm]  .control-group:nth-of-type(2), #editor-xtd-buttons, .mceBranding, .mceStatusbar, .wf-editor-header, jform_alias {
	display:none !important;
}



#jform_title {
	font-size:24px;
	padding: 4px;
}

.btn-group {
	padding:10px;
}

.btn-group btn{
	background:#F00;
}

/* End of Front End JCE Editor*/

@media (max-width:959px) {
	
	
.area_covered {
	padding: none;
	font-size:16px;
}
	
.wide {
	font-size:20px;
}
	
.header_logo {
	display:none;
}
	
.small_header img {
	width:100%;
	height:auto;
}

.small_header {
	width:100%;
	display: inline-block;
	margin-top:20px;
}

	
.wide {
	width: 95%;
    margin-left: 0px !important;
    padding-left: 10px !important;
	padding-right:10px !important;
}



.three {
}



	#vina-pogo-slider94 {
		display:none;
		height:0px;
}


	
.contact {
	float:left;
}

.grey {
	position:relative;
	padding: 10px;
}
}



