/*
	Theme Name: Scannell's
/* ---------------------------
		Reset
--------------------------- */
*,
*: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; }
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:30px;padding:5px;font-size:14px;line-height:1;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
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 {
	font: normal 14px/1.6 "Lato", sans-serif;
	background: #fff;
}
p {
	padding-bottom: 20px;
}
a {
	text-decoration: none;
	color: #008a48;
}
a:hover {
	text-decoration: underline;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.2;
	color: #7db742;
}
h1 {
	font-size: 30px;
	padding: 0 0 20px;
	text-transform: uppercase;
	color: #777;
}
h2 {
	padding: 20px 0;
	font-size: 24px;
}
h2:first-of-type {
	padding-top: 0;
}
h3 {
	padding: 10px 0 20px;
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
aside {
	padding-top: 35px;
}
aside h5 {
	color: #008a48;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
aside ul {
	margin-bottom: 30px;
}
aside li {
	display: block;
	list-style: none;
}
aside li a {
	display: block;
	padding: 5px 0;
	color: #333;
}
aside .current_page_item a {
	color: #a2cc3a;
}
article ol,
article ul {
	padding: 0 0 20px 20px;
}


/* ---------------------------
	Layout
--------------------------- */
#header {
	position: relative;
	padding: 15px 0;
	background: #fff;
	font-weight: 700;
	font-size: 0;
}
#header h5 {
	font-size: 29px;
	line-height: 1.2;
	padding: 15px 0 0;
	color: #3c9ef9;
	text-transform: uppercase;
	text-align: right;
}
#header h5 small {
	display: block;
	font-size: 19px;
	letter-spacing: 2px;
}

#nav {
	border-top: solid 5px #008a48;
}
#nav img {
	margin-top: 10px;
	float: right;
}
#nav-main a {
	display: block;
}
#nav-main li {
	position: relative;
	line-height: 60px;
}
#nav-main li a {
	color: #333;
	font-size: 16px;
	padding: 0 18px;
	text-transform: uppercase;
}
#nav-main li:last-child a {
	padding-right: 0;
}
#nav-main .current-menu-item a {
	color: #a2cc3a;
}
#nav-main a:hover {
	text-decoration: underline;
}
#nav-main .menu-bars {
	display: none;
}
#nav-main li ul{
	display: none;
	position: absolute;
	margin-left: -130px;
	left: 50%;
	top: 60px;
	z-index: 9999;
	background: white;
	box-shadow: 0 0 10px rgba(90, 60, 30, .6);
	width: 260px;
	text-align: center;
	padding: 20px;
}
#nav-main li ul:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid #fff;
}
#nav-main li li{
	display: block;
}
#nav-main li li a{
	line-height: 20px;
	border-bottom: 1px dashed #9b866c;
	padding: 10px 0;
	color: #888;
}
#nav-main li li a:hover{
	color: #a2cc3a;
}
#nav-main li li:last-child a{
	border-bottom: none;
	padding-bottom: 0;
}
#nav-main li:hover ul{
	display: block;
}
#nav-main li:not(.show-children):focus ul{
	display: none;
}

#main {
	padding: 0 0 100px;
	min-height: 500px;
}

#footer {
	border-top: solid 3px #003366;
	color: #666;
	padding: 10px 0;
	font-size: 14px;
	line-height: 60px;
}
#footer .vcard {
	color: #3071af;
	font-size: 18px;
	padding-top: 5px;
}
#footer img {
	vertical-align: middle;
}

.copyright {
	padding: 30px;
	text-align: center;
	color: #666;
	font-size: 12px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	margin: 0 auto;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
    	transform: translatez(0);
}

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

.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;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 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;
	border-radius: 5px;
}

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

/* 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.disabled {
	display: none;
}

.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;
}

.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;
}

.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;
}


/* ---------------------------
	Specific
--------------------------- */
.btn {
	width: 100%;
	display: inline-block;
	background: #7db94d;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.btn:hover {
	color: #bbb;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.aligncenter {
	display: block;
}
img.alignleft,
img.alignright {
	margin-bottom: 20px;
}
img.alignleft {
	float: left;
	margin-right: 30px;
}
img.alignright {
	float: right;
	margin-left: 30px;
}

.thumb {
	width: 100%;
	min-height: 80px;
	background-position: center;
	background-size: cover;
}

.post-single h1 {
	margin-bottom: 10px;
}
.post-single time {
	font-size: 14px;
	color: #ccc;
}

.post-listing {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.post-listing header {
	margin-bottom: 10px;
}
.post-listing time {
	font-size: 14px;
	color: #ccc;
}
.post-listing h3 {
	padding: 0 0 5px;
}
.post-listing h3 a {
	font-size: 18px;
	color: #0d5bad;
	text-decoration: underline;
}

.post-offer {
	border: 1px solid #eee;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}
.post-offer .thumb {
	height: 180px;
}

.page-header {
	margin-bottom: 40px;
}
.page-header h1 {
	color: #0d5bad;
	font-size: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}


/* Pages */
/* page-home */
.page-home #main {
	padding-bottom: 0;
}
.page-home #primary {
	margin-bottom: 30px;
}
.page-home #primary img {
	display: block;
}
.page-home #content {
	border: 4px solid #88b2d8;
	border-width: 4px 0;
	padding: 10px 0;
}
.page-home .special-offers {
	margin: 20px 0;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 7px #aaa;
}
.page-home .special-offers h4 {
	background: #3c9ef9 url(images/special.png) 18px center no-repeat;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 10px 20px 50px;
	margin: -20px 0 10px;
	text-shadow: -1px 1px 1px #3180ca;
}
.page-home .special-offers h5 {
	background: #7db742;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.page-home .special-offers img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.page-home .special-offers a {
	display: block;
	text-decoration: none;
}
.page-home .opening-hours {
	padding: 15px;
	min-height: 300px;
	line-height: 1.5;
	background: #3c9ef9;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.page-home .opening-hours h5 {
	padding: 20px 20px 20px 40px;
	margin-bottom: 15px;
	background: #7db742 url("images/clock.png") no-repeat 20px center;
	color: #fff;
	border-radius: 5px;
	text-shadow: -1px 1px 2px #649235;
}
.page-home .opening-hours .inner {
	background: #72b9fb;
	padding: 4px;
}
.page-home .opening-hours p {
	padding: 6px 0;
	font-size: 17px;
}
.page-home .opening-hours b {
	font-size: 19px;
}
.page-home #boxes {
	margin-bottom: 30px;
}
.page-home #boxes a {
	border: solid 2px #ccc;
	display: block;
	background: #fff;
	text-decoration: none;
	color: #555;
}
.page-home #boxes a div {
	padding: 15px;
	height: 110px;
	line-height: 1.4;
}
.page-home #boxes h3 {
	font-size: 24px;
	padding: 0 0 5px;
}
.page-home #brands {
	padding: 20px 0;
}
.page-home #brands img {
	border: 1px solid #eee;
	display: block;
}


/* ---------------------------
 Grid
--------------------------- */
.clearfix::before, .container::before, .row::before, .clearfix::after, .container::after, .row::after {
  content: "";
  display: table;
}

.clearfix::after, .container::after, .row::after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding: 0 1.5%;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}

.row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.row-colapsed {
  	margin-left: -5px;
	margin-right: -5px;
}
.row-colapsed .col-lg-2,
.row-colapsed .col-lg-3,
.row-colapsed .col-lg-4,
.row-colapsed .col-lg-8 {
  	padding: 0 5px;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}


/* ---------------------------
	Plugins
--------------------------- */

/* Contact Form 7 */
.wpcf7 {
	padding-right: 10%;
	width: 100%;
}
.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 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 textarea {
	height: 120px;
}
.wpcf7 p .wpcf7-submit,
.wpcf7 p .wpcf7-submit:focus {
	display: block;
	padding: 8px;
	width: 120px;
	background: #9B9B9B;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}
.wpcf7 p .wpcf7-submit:hover,
.wpcf7 p .wpcf7-submit:focus {
	background: #555;
}
.wpcf7-response-output {
	padding: 15px 5%;
	margin-bottom: 20px;
	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;
}
.ajax-loader {
	border: none;
	vertical-align: middle;
	display: block;
	float: right;
}

#map_canvas {
	width: 100%;
	height: 300px;
}


/* ---------------------------
	RWD
--------------------------- */
#nav-trigger {
	display: none;
	text-align: center; 
}
#nav-trigger span {
	display: inline-block;
	padding: 10px 30px;
	color: #bbb;
	cursor: pointer;
	text-transform: uppercase;
}
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
	border-left: solid 10px transparent;
	border-top: solid 10px #aaa;
	border-right: solid 10px transparent;
}
#nav-trigger span.open:after {
	border-left: solid 10px transparent;
	border-top: none;
	border-bottom: solid 10px #aaa;
	border-right: solid 10px transparent;
}
#nav-mobile {
	display: none; 
}
#nav-mobile ul {
	display: none;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
}
#nav-mobile li {
	display: block;
	padding: 0;
	margin: 0;
}
#nav-mobile a {
	display: block;
	color: #555;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
#nav-mobile li ul li {
	list-style-type: circle;
}
nav#nav-mobile li ul a {
	text-transform: capitalize;
	color: #aaa;
}
nav#nav-mobile a:hover {
	text-decoration: underline;
}

@media (max-width: 544px) {
    .nav-trigger {
        z-index: 10010;
    }
	#header .row, #footer .row {
		text-align: center;
	}
	#header h5 {
		text-align: center;
	}
	aside {
		margin: 0 auto;
	}
	#nav-trigger {
		display: block;
	}
	#nav-mobile {
		display: block;
	}
	#nav-main {
		display: none;
		text-align: center;
	}
	#nav-main ul {
		width: 100%;
	}
	#nav-main li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#nav-main li a {
		padding: 5px 0 0 0;
		margin: 0;
		line-height: 20px;
	}
	#nav img {
		margin: 5px auto;
		display: block;
	}
	#footer {
		text-align: center;
	}
	#footer .alignright, #footer .vcard, #footer img {
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 994px) {
	#header .row, #footer .row {
		text-align: center;
	}
	#header h5 {
		text-align: center;
	}
	aside {
		margin: 0 auto;
	}
	#nav-trigger {
		display: block;
	}
	#nav-mobile {
		display: block;
	}
	#nav-main {
		display: none;
		text-align: center;
	}
	#nav-main ul {
		width: 100%;
	}
	#nav-main li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#nav-main li a {
		padding: 5px 0 0 0;
		margin: 0;
		line-height: 20px;
	}
	#nav img {
		margin: 5px auto;
		display: block;
	}
	#footer {
		text-align: center;
	}
	#footer .alignright, #footer .vcard, #footer img {
		margin: 0 auto;
		text-align: center;
	}
}