/*
	Theme Name: Murphys Pharmacy
	Description: Murphys Pharmacy website template
	Author: Pharmaweb.ie
	Version: 2.0
*/
/* ---------------------------
 Reset
--------------------------- */
@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:40px;padding:10px;font-size:14px;line-height:1;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
 General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}
body {
	background: #fff;
	position: relative;
	color:#444;
	font: 300 16px/22px 'Lato', verdana, sans-serif;
}
a {
	text-decoration: underline;
	color: #444;
}
a:hover {
	color: #e54a19;
}
p {
 margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 0 0 15px 0;
	font-size: 16px;
	line-height: 22px;
	color: #444;
	font-weight: 300;
}
h1 {
	font-size: 32px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
}
table { 
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 15px 0;
}
td,
th {
	border: 0;
	padding: 5px;
}
th {
	background: #eee;
}

article ul,
article ol {
	padding:0 0 15px 25px;
}
iframe,
object {
	max-width: 100%;
}
aside {
	padding-right: 20px;
}
aside ul {
	padding: 0;
	margin-bottom: 30px;
}
aside h5 {
	padding: 0 0 15px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
aside li {
	display: block;
}
aside a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
aside .active a {
	color: #e54a19;
}


/* ---------------------------
 Layout
--------------------------- */
#header {
	padding: 30px 0 15px 0;
}

#nav {
	padding: 12px 0;
	background: #013051;
}
#nav ul {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 0;
	background: #013051;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	display: block;
	padding: 0 16px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .active > a {
	color:#e64a1a;
}

#nav ul ul {
	width: 220px;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 9999;
}
#nav ul li:hover ul {
	display: block
}
#nav ul ul li {
	float: none;
	display: block;
}
#nav ul ul li a {
	border: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #073b5f;
}
#nav li:last-child a {
	border: 0;
}
.menu-bars {
	display: none;
	height: 30px;
	cursor: pointer;
	background: url("images/mobile-menu-icon-open.png") no-repeat scroll left #013051;
}
.menu-bars.active {
	cursor: pointer;
	background: url("images/mobile-menu-icon-close.png") no-repeat scroll left #013051;

}
.social-icon{
	position: absolute;
	top: 10px;
	right: 0;
	list-style: none;
}
.social-icon li, .social ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.social-icon li a, .social ul li a {
	background: url('images/facebook.png') no-repeat scroll top left;
	width: 22px;
	height: 22px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.social-icon li:last-child a, .social ul li:last-child a {
	background-image: url(images/twitter.png);
	margin-right: 15px;
}

#main {
	padding: 20px 0 60px;
	min-height: 350px;
}

#footer {
	line-height:43px;
	padding: 15px;
}
#footer img {
	display: inline-block;
	width: auto;
	float: left;
}
#footer > img {
	margin-right: 30px;
}
#footer a {
	display: inline-block;
	float: right;
}


/* ---------------------------
 Specific
--------------------------- */
.clearfix:before,
.clearfix:after {
 content: "\0020";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix:after {
 clear: both
}
.clearfix {
 zoom: 1
}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
 float: left;
 text-align: left;
}
.alignright {
 float: right;
 text-align: right;
}
.alignleft {
 margin: 0 15px 15px 0
}
.alignright {
 margin: 0 0 15px 15px
}


.intro li {
	position: relative;
}
.intro h3 {
  max-width: 100%;
  padding: 10px 57px;
  position: absolute;
  bottom: 34px;
  left: 0;
  background: #013051;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 2px;
	
}

.alt {
	background: #eee;
	padding: 30px 0;
	margin-bottom: 50px;

}

.opening-hours {
	padding: 30px;
	background: #013051 url(images/opening-hours.jpg) right center no-repeat;
	font-size: 26px;
	min-height: 296px;
	color: #fff;
	font-size: 23px;
	line-height: 1.5;
}
.boxes h2 {
	color: #fff;
}
.boxes .mask {
	height: 160px;
	overflow: hidden;
}
.boxes .text {
	padding: 15px;
	background: #007943;
	text-align: left;
	color: #fff;
}
.boxes .col3:nth-child(even) div {
	background: #e64a1a;
}
.boxes a {
	display: block;
	text-decoration: none;
}
.boxes img {
	display: block;
	width: 100%;
}

.btn {
	display: inline-block;
	background: #333;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
}
.btn:hover,
.boxes a:hover .btn {
	background: #000;
}

.offers-intro {
	background: #fff;
	padding: 0 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.offers-intro li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	text-align: left;
}
.offers-intro h3 {
	padding-top: 10px;
	
}
.offers-intro li span {
	display: inline-block;
	padding: 7px 15px;
	background: #333;
	color: #fff;
}

.post-listing {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.post-listing a {
	text-decoration: none;
	display: block;
}
.post-listing > a {
	float: left;
	margin-right: 3%;
	width: 17%;
}
.post-listing img {
	border: 3px solid #ccc;
}
.post-listing img:hover {
	border-color: #aaa;
}
.post-thumb div {
	float: right;
	width: 80%;
}
.post-listing h2 a {
	color: #e54a19;
}

/* pages */
#breadcrumbs{
	padding: 5px;
	font-size: 12px;
}
.page-home #main {
	padding: 0 0 20px;
	min-height: 200px;
}
.page-home .welcome .row {
	margin: 0;
}
.page-home .welcome .col4,
.page-home .welcome .col8 {
	padding: 0;
}

/* special offers */
.page-special-offers figure,
.page-special-offers figure span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-special-offers figure {
	text-align: center;
	padding: 30px;
	border: 1px solid #ccc;
}
.page-special-offers figure:hover {
	-webkit-box-shadow: 0 0 30px #ccc;
	-moz-box-shadow: 0 0 30px #ccc;
	box-shadow: 0 0 30px #ccc;
}
.page-special-offers figure span {
	display: inline-block;
	padding: 7px 15px;
	background: #333;
	color: #fff;
}

/* Contact Form 7 */

#wpcf7-f371-o1 {
	padding-top: 30px;
}
#wpcf7-f371-o1 h5 {
	text-transform: uppercase;
	color: #555;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p { 
	position: relative; 
	
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.wpcf7 p strong { 
	color: #f95900; 
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 textarea {
	height: 120px;
}
.wpcf7 p input[type="file"] {
	padding: 10px 0;
}
.wpcf7 textarea,
.wpcf7 input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #efefef;
	border: 0;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus {
	border: 0;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wpcf7 .wpcf7-submit {
	display: inline-block;
	padding: 8px 16px;
	background: #006633;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	padding:10px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 .wpcf7-submit:focus {
	display: inline-block;
	padding: 8px 16px;
	background: #005522;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	padding:10px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 p .wpcf7-submit:hover {
	opacity: 0.7;
	background:#006633;
}
.wpcf7-response-output { 
	padding: 15px 5%;
	width: 100%;	
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok { 
	background: #398f14; 
	color: #fff;
} 
.wpcf7-display-none { 
	display: none; 
} 
.wpcf7-validation-errors { 
	background: #b00; 
	color: #fff; 
} 
.wpcf7-not-valid-tip { 
	-webkit-border-radius: 0 10px 10px 10px; 
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px; 
	position: absolute; 
	top: 40px; 
	z-index: 100; 
	display: block; 
	color: #fff; 
	background: #d00; 
	padding: 5px 20px; 
	border: none; 
	right: -20px; 
	width: auto; 
} 
.wpcf7-not-valid-tip-no-ajax { 
	color: #f00; 
	display: block; 
}
.wpcf7 .ajax-loader {
	float: right;
}


/* ---------------------------
 Grid
--------------------------- */
.container,
.container-narrow {
	padding: 0 10px;
	max-width: 955px;
	margin: 0 auto;
	position: relative;
}
.container-narrow {
	max-width: 800px;
}

.row {
	padding: 0;
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: 30px;
}
.row:before,
.row:after {
	content: '';
	display: table;
}
.row:after {
	clear: both;
}

[class^="col"] {
	float: left;
	display: block;
	padding: 0 1%;
	padding-bottom: 2%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}


/* ---------------------------
 Plugins
--------------------------- */
/* Contact Form 7 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99992;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
}

.fancybox-opened {
	z-index: 99993;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	filter: alpha(opacity=80);	
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
 overflow: hidden !important;
 width: auto;
}

.fancybox-lock body {
 overflow: hidden !important;
}

.fancybox-lock-test {
 overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	 -moz-border-radius: 15px;
	 border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* 
	bx slider
*/
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/



.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: right;
  font-size: 0;
  bottom: 8px;
  z-index: 99;
  padding-right: 20px;
	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	margin-left: -46px;
	left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	margin-right: -46px;
	right: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* ---------------------------
	Media query
--------------------------- */
@media (max-width: 1140px) {
	
.menu-bars {
		display: block;
		padding:15px;
	}
	#header a {
		margin: 0 auto 10px auto;
	}
	#nav {
		position: static;
		width: 100%;
		margin-top:0;
		padding: 15px 15px;
		
		
	}
	#nav ul {
		display: none;
		width: 100%;
		padding: 0px;
		text-align:center;
		z-index: 9999;
		position: relative;
	}
	#nav li {
		display: block;
		border: 0;
		width: 100%;
	}
	#nav a {
		padding: 15px ;
		border:0;
		border-bottom: 1px solid #073b5f;
	}
	#nav ul li:hover ul {
		display:none;
	}
	#nav > ul > li {
		margin:0;
	}
	
	.row {
		margin: 0;
	}

	[class^="col"] {
		margin: 0;
		margin-bottom: 15px;
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.boxes [class^="col"] {
	  width: 50%;
	  float: left;
	  padding: 0 1%;
	}
	
	#footer a {
 		float: none;
		display: block;
 	}
	#footer .alignleft {
	 margin: 0 auto;
	}
	.alignright {
	 margin: 0 auto;
	}
	#footer img {
	  display: block;
		margin: auto;
	  float: none;
	}
	aside {
	  border-right: 0;
	}
	#footer{
		text-align: center;
	}	
		
}
	
@media (max-width: 979px) {
	
	.row {
		margin: 0;
	}

	[class^="col"] {
		margin: 0;
		margin-bottom: 15px;
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.boxes [class^="col"] {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	
	#footer img {
		display: block;
	}
	
}


@media (max-width: 767px) {

	.row {
		margin: 0;
	}

	[class^="col"] {
		margin: 0;
		margin-bottom: 15px;
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.boxes [class^="col"] {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	
	#footer img {
		display: block;
		margin: 0;
	}
	
}

@media (max-width: 480px) {
	
	.boxes [class^="col"] {
		width: 100%;
		float: none;
		margin: 0;
		padding-bottom: 10px;
	}
	
	.page-home {
		text-align: center;
	}
	.page-home article img {
		margin: 0 auto;
		margin-bottom: 15px;
		display: block;
		float: none;
	}
	
	.intro h3,
	.intro .bx-pager {
		position: static;
	}
	.opening-hours {
		min-height:0;
	}
	
	aside {
	  border-right: 0;
	}
	.page-contact-us .row {
	 padding: 0;
	}
	.post-listing > a {
	float: none;
	}
	.post-thumb div {
	 float: left;
	 width: auto;
	}
	.post-listing > a {
	  display: block;
		margin: auto;
	}
	#footer .alignleft {
	 margin: 0 auto;
	}
	.alignright {
	 margin: 0 auto;
	}
	#footer img {
	  display: block;
		margin: auto;
	  float: none;
	}
	#footer{
		text-align: center;
	}
	img {
		min-width: 100%;
	}
	.post-listing > a {
	  width: 100%;
	}
}