/* CSS Document */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Raleway:300,400,500');
html {
    font-size: 14px;
}
html {
    font-family: 'Droid Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1.458em;
	font-weight: 400;
	color: #303030;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
}
#noscript {
	padding: 2%;
	background-color: #EBEBEB;
	border: 2px solid #7E7E7E;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}

#noscript h2 {
    color: #FFFFFF;
    background-color: #7F7F7F;
    font-family: 'Droid Sans', sans-serif;
    padding: 5px 15px 5px 15px;
}
.pointer-link {
	cursor: pointer;
}
.noshow{
     opacity:0;
}
.toshow{
     opacity:1;
}
.feed-content {
	margin-top:10px;
	margin-bottom:15px;
}
form {
	margin: 0px;
	padding: 0px;
}
form > .divider {
    background-color: transparent;
    height: 1px;
    display: block;
    margin: 15px 0px;
}
.form-wrapper {
	margin-top: 15px;
	margin-bottom:10px;
}
.top-header {
    background-color: #00699A;
    padding: 0px;
    margin: 0px;
	width:100%;
	overflow:hidden;
}
.top-header h1 {
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-transform: none;
    padding: 0px;
	margin: 0px;
}
.header {
    padding: 0px;
    margin: 5px 0 0 0;
    min-height: 112px;
    height: auto;
}
/* navbar */
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: -4px auto 0px auto;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #017aae;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    width: 100%;
    background-color: rgb(0, 105, 154);
    color: white;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* eof navbar */
/* apps wrapper */
ul.list-inline.apps-wrapper {
    margin: 0px auto;
    padding-top: 8px;
    text-align: center;
}

/* social */
.top-header ul.social-list {
    list-style: none;
    margin: 0px;
}
.top-header ul.social-list > li {
    display: inline-block;
}

ul.social-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.social-list > li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.social-share {
	font-size:24px;
	line-height:normal;
}

/* phone */
.phone-wrapper {
    margin: 0px;
    overflow: hidden;
    color: #121D6C;
    line-height: normal;
    background-image: url(../images/phone-bg.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding: 0px;
	text-transform:uppercase;
}
.boldred {
	color: #FF0000;
	font-weight: 700;
}
.boldgold {
    position: relative;
    text-shadow: 0px 0px 1px #AD7400;
    color: #714F00;
    font-weight: 600;
}
.boldpurple {
	color: #660066;
	font-weight: 700;
}
.boldblue {
	color: #0076A8;
	font-weight: 700;
}
.boldgreen {
	color: #008000;
	font-weight: 700;
}
.red {
	color: #FF0000;
}
.red2 {
	color: #990000;
}
.purple {
	color: #660066;
}
.gold {
    position: relative;
    text-shadow: 0px 0 1px #FFAB00;
    color: #A57400;
}
.blue {
	color: #0076A8;
}
.light-blue {
    color: #9F9FCF;
    text-align: center;
    display: inline-block;
    width: 24px;
}
.green {
	color: #008000;
}
.green2 {
	color: #00ff00;
}
h1 {
	line-height: normal;
	width: 100%;
	margin-bottom: 0.3em;
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
	display: block;
	font-weight: 400;
	padding: 0px;
	margin-top: 0em;
	color: #003366;
	text-transform: uppercase;
}
li h1 {
    padding: 0px;
    margin-top: -5px;
    font-size: 22px;
    letter-spacing: normal;
}
h2 {
	font-size: 24px;
	line-height: normal;
	width: 100%;
	margin-bottom: 0.3em;
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
	display: block;
	font-weight: 700;
	padding: 0px;
	margin-top: 0em;
	color: #003366;
	text-transform: uppercase;
}
li h2 {
    padding: 0px;
    margin-top: -5px;
    font-size: 22px;
    letter-spacing: normal;
}
h2.headline-content {
    font-size: 24px;
    line-height: normal;
    width: 100%;
    margin-bottom: 0.3em;
    font-family: 'Droid Sans', sans-serif;
    text-align: left;
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
    margin-top: 0em;
    color: #003366;
    text-transform: uppercase;
}
h2 small {
    font-style: italic;
    text-transform: none;
}
h3 {
	font-size: 20px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
	display: block;
	font-weight: 400;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
li h3 {
    padding: 0px;
    margin-top: -4px;
}
h3.headline-content {
    font-size: 24px;
    line-height: normal;
    width: 100%;
    margin-bottom: 0.3em;
    font-family: 'Droid Sans', sans-serif;
    text-align: left;
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
    margin-top: 0em;
    color: #003366;
    text-transform: uppercase;
}
h3.subheader {
    padding-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding-top: 15px;
}
h3.item-price {
	font-size: 28px;
}
h3.item-price-reduced {
	font-size: 28px;
	color:#bebebe;
	text-decoration: line-through;
}
h4 {
    font-size: 18px;
    font-family: 'Droid Sans', sans-serif;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 0px;
}
li h4 {
    padding: 0px;
    margin-top: -2px;
}
h4.headline-subcontent {
	font-size: 22px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
	display: block;
	font-weight: 400;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h5 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-weight: 300;
	color: #000000;
}
h5 > a {
	font-weight: 400;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
}
li h5 {
    padding: 0px;
    margin-top: -4px;
}

h6 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    text-transform: uppercase;
    padding-top: 0.9em;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    font-weight: 400;
    color: #000;
}
li h6 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #2c230d;
    text-shadow: 1px 1px 1px #483403;
}
p {
    margin: 0 0 10px;
    line-height: normal;
}
a:link, a:visited, a:active {
	font-weight: 600;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
blockquote {
    padding: 0px 10px;
    margin: 20px 0px 20px;
    border-left: 5px solid #003366;
    display: inline-block;
    width: auto;
    clear: both;
    overflow: hidden;
    font-size: 13px;
    font-style: italic;
    line-height: normal;
}
.main-content blockquote p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:normal;
	font-size:inherit;
}
.list-inline-smap {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
	padding:0px;
}
.list-inline-smap li {
    display: inline-block;
    margin: 5px 0px;
    padding-top: 0px;
}
.list-inline-suburbs {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
	padding:0px;
}
.list-inline-suburbs li {
    display: inline-block;
    margin: 3px 0px;
    padding-top: 0px;
    font-size: inherit;
}
.list-inline-suburbs li:after {
  content: ", ";
}
.list-inline-suburbs li:last-child:after {
    content: "";
}

ul.list-inline.buttons-wrapper li {
   padding-left: 0px;
   padding-right:0px;
}
ul.list-inline.buttons-wrapper li > .btn {
    margin-top: 15px;
    margin-bottom: 10px;
}
ul.list-unstyled {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}
ul.list-unstyled > li {
	margin-left:0px;
	padding-left:0px;
}

/* addresses */
ul.mailaddress {
    list-style-image: none;
    list-style-type: none;
    margin-left: -22px;
    margin-bottom: 20px;
}
ul.mailaddress li:before {
    font-family: 'FontAwesome';
    content: '\f0f7';
    margin: 0px 6px 0px -17px;
    color: #025fba;
    padding: 0px;
}
/* phones ul */
ul.ctphones {
    list-style-image: none;
    list-style-type: none;
    margin-left: -22px;
    margin-bottom: 20px;
}
ul.ctphones li::before {
    font-family: 'FontAwesome';
    content: '\f098';
    margin: 0px 6px 0px -17px;
    color: #025fba;
    padding: 0px;
}

/* emails ul */
ul.ctemails {
    list-style-image: none;
    list-style-type: none;
    margin-left: -22px;
    margin-bottom: 20px;
}
ul.ctemails li::before {
    font-family: 'FontAwesome';
    content: '\f199';
    margin: 0px 6px 0px -17px;
    color: #025fba;
    padding: 0px;
}


ul.list-inline {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
ul.listlgbk {
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.listlgbk > li {
    padding-left: 18px;
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    white-space: normal;
    margin-top: 5px;
    padding-right: 12px;
    margin-left: 5px;
	vertical-align:top;

}
ul.listlgbk a {
    color: #054219;
    font-weight: 400;
}

/* listbksd */
ul.listlgbksd {
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.listlgbksd > li {
    padding-left: 18px;
    background-image: url("../images/bullet8.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    white-space: normal;
    margin-top: 5px;
    padding-right: 12px;
    margin-left: 5px;
	vertical-align:top;

}
ul.listlgbksd a {
    color: #054219;
    font-weight: 400;
}

/* listlgpk */
ul.listlpk {
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.listlgpk > li {
    padding-left: 18px;
    background-image: url("../images/bullet6.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    white-space: normal;
    margin-top: 5px;
    padding-right: 12px;
    margin-left: 5px;
}
ul.listlgpk a {
    color: #054219;
    font-weight: 400;
}

/* listlgye */
ul.listlye {
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.listlgye > li {
    padding-left: 18px;
    background-image: url("../images/bullet7.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    white-space: normal;
    margin-top: 5px;
    padding-right: 12px;
    margin-left: 5px;
}
ul.listlgye a {
    color: #054219;
    font-weight: 400;
}

/* listlgre */
ul.listlre {
    list-style-image: none;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
ul.listlgre > li {
    padding-left: 18px;
    background-image: url("../images/bullet8.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    white-space: normal;
    margin-top: 5px;
    padding-right: 12px;
    margin-left: 5px;
}
ul.listlgre a {
    color: #054219;
    font-weight: 400;
}


ul.liststyle {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle1 {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle2 {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle3 {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle3a {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle3b {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle3c {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.liststyle3d {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.liststyle > li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    padding-left: 13px;
    text-align: left;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #2A2A2A;
    line-height: normal;
}
ul.liststyle1 > li {
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 13px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #2A2A2A;
	line-height: normal;
}
ul.liststyle2 > li {
    background-image: url(../images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-left: 22px;
    text-align: left;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    margin: 0px;
}
ul.liststyle3 > li {
	background-image: url(../images/bullet2a.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 22px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	margin-bottom:25px;
}
ul.liststyle3a > li {
	background-image: url(../images/bullet3.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #2A2A2A;
	line-height: normal;
}
ul.liststyle3b > li {
	background-image: url(../images/bullet5.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2A2A2A;
	line-height: normal;
}
ul.liststyle3c > li {
	background-image: url(../images/bullet2.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 13px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2A2A2A;
	line-height: normal;
}
ul.liststyle3d > li {
	background-image: url(../images/bullet2a.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 13px;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #2A2A2A;
	line-height: normal;
}

ol.liststyle4 {
    counter-reset:li; /* Initiate a counter */
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}
ol.liststyle4 > li {
	position:relative; /* Create a positioning context */
	margin:0 0 15px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 6px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	/* border-top:2px solid #FF9999;
	background-color: #EFEFEF;*/
}
ol.liststyle4 > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
    position:absolute;
	top:8px;
	left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	/* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:0px;
	padding:4px;
	width: 2em;
	color:#fff;
	font-weight:600;
	font-family: 'Droid Sans', sans-serif;
	line-height:14px;
	text-align:center;
	background-color: #009966;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9999; */
}
/* ol black */
ol.liststyle5 {
    counter-reset:li; /* Initiate a counter */
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}
ol.liststyle5> li {
	position:relative; /* Create a positioning context */
	margin:0 0 15px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 6px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	/* border-top:2px solid #FF9999;
	background-color: #EFEFEF;*/
}
ol.liststyle5 > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
    position:absolute;
	top:8px;
	left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	/* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:0px;
	padding:4px;
	width: 2em;
	color:#fff;
	font-weight:600;
	font-family: 'Droid Sans', sans-serif;
	line-height:14px;
	text-align:center;
	background-color: #2A2A2A;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9999; */
}

.bs-callout{padding:10px;margin:30px 0;border:1px solid #d4d4d4;border-left-width:5px;border-radius:3px}.bs-callout h4{margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-danger{border-left-color:#003399}.bs-callout-danger h4{color:#000000}.bs-callout-warning{border-left-color:#D5C510}.bs-callout-warning h4{color:#6F670A}.bs-callout-info{border-left-color:#0066CC}.bs-callout-info h4{color:#003366}
.sitemap-group {height:auto; margin-bottom:15px;}
.sitemap-group li a, .sitemap-group li a:hover {font-weight: 400; padding-top: 5px; padding-bottom: 3px; display: inline-block;}
.breadcrumb {background: none repeat scroll 0% 0% rgba(245, 245, 245, 0); border: 1px solid #D1D1D1; border-radius: 0px; display: block; margin-top:30px; margin-bottom:30px;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: #121D6C; font-weight: 700; }
.breadcrumb a:hover {color: rgba(3, 3, 3, 1);}
.breadcrumb>.active {color: rgba(122, 122, 122, 1);}
.breadcrumb>li+li:before {color: #2A2A2A; content: "\232A\00a0";}

.btn-custom-gray { background-color: hsl(0, 0%, 79%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9"); background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9)); background-image: -moz-linear-gradient(top, #134134134, #c9c9c9); background-image: -ms-linear-gradient(top, #134134134, #c9c9c9); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9)); background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9); background-image: -o-linear-gradient(top, #134134134, #c9c9c9); background-image: linear-gradient(#134134134, #c9c9c9); border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69); -webkit-font-smoothing: antialiased; }

.btn-custom-green { background-color: hsl(110, 56%, 16%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#398f28", endColorstr="#193f11"); background-image: -khtml-gradient(linear, left top, left bottom, from(#398f28), to(#193f11)); background-image: -moz-linear-gradient(top, #398f28, #193f11); background-image: -ms-linear-gradient(top, #398f28, #193f11); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398f28), color-stop(100%, #193f11)); background-image: -webkit-linear-gradient(top, #398f28, #193f11); background-image: -o-linear-gradient(top, #398f28, #193f11); background-image: linear-gradient(#398f28, #193f11); border-color: #193f11 #193f11 hsl(110, 56%, 11%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* HEADERS and GRIDS */
.header-message {
    background-color: #003366;
    padding-top: 15px;
    padding-bottom: 15px;
}
.headline-message {
	color: #fff;
	font-size: 48px;
	line-height: normal;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 300;
	word-spacing: 5px;
}
.text-message {
    color: #F8F8F8;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}
ul.inline-message {
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
ul.inline-message > li {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}
.square-divider {
    font-size: 7px;
    margin-left: 15px;
    margin-right: 10px;
    vertical-align: middle;
}
/*video wrapper */
.video-wrapper {
    border: 1px solid rgb(0, 51, 102);
    padding: 8px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.video-title {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 4px;
}

/* clients wrapper */
.review-wrapper {
    padding: 8px;
    border-left: 4px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}.review-post {

}
.review-author {
    display: block;
    font-weight: 600;
    font-style: normal;
}

.review-name {
    display: inline-block;
    float: left;
    font-weight: 600;
    font-style: normal;
}
.review-link {
    display: inline-block;
    float: right;
    padding-right: 0px;
}
.review-link::after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    margin-top: -3px;
    margin-left: 5px;
}
/* passwprd field */
.list-pword {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#pswd_info:before {
	content: "\25B2";
	position:relative;
	top:-27px;
	left:45%;
	font-size:14px;
	line-height:14px;
	color:#ddd;
	text-shadow:none;
	display:block;
}
#pswd_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:normal;
}
#psword_info:before {
	content: "\25B2";
	position:relative;
	top:-5px;
	left:35%;
	font-size:14px;
	line-height:14px;
	color:#ddd;
	text-shadow:none;
	display:block;
}
#psword_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:normal;
}

.invalid {
	position: relative;
	padding-left:22px;
	line-height:24px;
	color:#ec3f41;
}
.invalid:before {
	content: "\f00d";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	line-height:24px;
	color:#ec3f41;
	padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 0;
}
.valid {
	position:relative;
	padding-left:22px;
	line-height:24px;
	color:#3a7d34;
}

.valid:before {
	content: "\f00c";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	line-height:24px;
	color:#3a7d34;
	padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: 0;
}
ul.side-list > li {
    padding-top: 5px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
/* posts general */
.downloadable {
    position: absolute;
    top: 5%;
    left: 5%;
}
.onspecials {
    position: absolute;
    top: 5%;
    right: 5%;
}

.product-thumbnail:hover img {
	opacity: 0.5;
	position:relative;
}
.product-thumbnail:hover:before {
	opacity: 1;
	content: "\f002";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 58px;
	line-height:58px;
	width:58px;
	height:58px;
	overflow:hidden;
	display:block;
	position: absolute;
}
.link-thumbnail:hover img {
	opacity: 0.5;
}
.link-thumbnail:hover:before {
	opacity: 1;
	content: "\f002";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 58px;
	line-height:58px;
	width:58px;
	height:58px;
	overflow:hidden;
	display:block;
	position: absolute;
}
/* links workshops and events */
.event-wrapper {
	height:auto;
}
.event-title {
    font-family: 'Droid Sans', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}
.event-title a {
	margin-bottom: 5px;
	display: block;
} 
.event-title a:hover {
	margin-bottom: 5px;
	display: block;
	color: #000000;
}
.event-desc {
    margin-top: 5px;
    padding-bottom: 5px;
    display: block;
    line-height: normal;
    color: #5a5a5a;
}
.event-desc p {
    padding: 0;
    margin: 0;
}
.event-button {
    padding: 0;
    margin: 10px 0 10px 0;
}
.event-summary {
    margin-top: 25px;
}
.event-summary > ul.list-unstyled > li {
    margin-top: 15px;
    margin-bottom: 5px;
}
/* links products */
.info-wrapper {
	height:auto;
}
.link-title {
    font-family: 'Droid Sans', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}
.link-title a {
	margin-bottom: 5px;
	display: block;
} 
.link-title a:hover {
	margin-bottom: 5px;
	display: block;
	color: #000000;
}
.info-post {
    font-size: 12px;
    font-style: italic;
    line-height: normal;
}
.info-desc {
    margin-top: 5px;
    padding-bottom: 5px;
    display: block;
    line-height: normal;
    color: #5a5a5a;
}
.info-desc p {
    padding: 0;
    margin: 0;
}

/* qklinks */
.qklks-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}
.qklks-icon {
	color:#005284;
}
.qklks-icon a, .qklks-icon a:hover {
    color: #005284;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-weight: inherit;
}
.qklks-headline {
    color: #222222;
    font-weight: 600;
    line-height: normal;
}
.qklks-describe {
    font-style: italic;
    line-height: 1.35em;
}
/* banner promo */
.banner-promo {
    width: 100%;
    overflow: hidden;
}
.btnlocbutton {
    margin-top: 30px;
    margin-bottom: 10px;
	text-align:center;
}
.btnlocside {
    margin-top: 30px;
    margin-bottom: 25px;
	text-align:center;
}

.bannerpic {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.bannerpic img {
    width: 100%;
    height: auto;
}
.bannerpic .event-logo {
    position: absolute;
    overflow: hidden;
}
.bannerpic .event-date {
    position: absolute;
    overflow: hidden;
}
.bannerpic .event-headline {
    position: absolute;
    overflow: hidden;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	display:block;
}
.bannerpic .event-location {
    font-weight: bold;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.bannerpic .event-day {
	line-height: normal;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.bannerpic .event-info {
    position: absolute;
    overflow: hidden;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	display:block;
}
.bannerpic .event-reserve {
    text-align: center;
    text-transform: uppercase;
	display:block;
}
/* main content */
.main-content {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.main-content .sliderservices .caption2 p {
    padding-bottom: 15px;
    font-size: 14px;
    padding-top: 0px;
    margin: 0px;
    line-height: normal;
}
.banner-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #005284;
}
.side-header {
	padding-bottom: 15px;
    margin-top: 25px;
}
.suburbs-list {
	margin-top:5px;
}
.suburbs-list h5{
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	font-size:18px;
	font-weight:600;
}
.pagination-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
}
.btn-inline-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
}
a.btn-primary {
    color: #fff;
	font-weight:600;
}
a.btn-warning {
    color: #fff;
	font-weight:600;
}
a.btn-default {
    color: #000;
	font-weight:600;
}
.btn-warning {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3300+0,ef5a28+100 */
	background: linear-gradient(to bottom, #ff3300 0%,#ef5a28 100%); /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3300 0%, #ef5a28 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff3300 0%,#ef5a28 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff3300 0%,#ef5a28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3300', endColorstr='#ef5a28',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    border-color: #FF3300;
}
.btn-warning:focus, .btn-warning:hover {
    background-color: #FF3300;
    background-position: 0 0px;
}
.btn-warning:hover {
    color: #fff;
    background-color: #FF3300;
    border-color: #d58512;
}
.btn-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#121d6c 0,#121d6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #121d6c;
}
.btn-info {
    color: #fff;
    background-color: #121d6c;
    border-color: #121d6c;
}
.btn-info:focus, .btn-info:hover {
    background-color: #121d6c;
    background-position: 0 -15px;
}
.btn-info:hover {
    color: #fff;
    background-color: #121d6c;
    border-color: #121d6c;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#003d72 0,#026 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.btn-primary {
    color: #fff;
    background-color: #026;
    border-color: #026;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #026;
    background-position: 0 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #026;
    border-color: #204d74;
}
.banner-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
}
/* footer */
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #bebebe;
    position: relative;
    margin: 30px 0 0 0;
    padding: 0px;
}
.footer h3 {
    color: #000;
    font-family: 'Droid Sans', sans-serif;
    line-height: normal;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
	text-transform:uppercase;
	line-height:normal;
}
.footer-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #F4F4F4;
    background-color: #005284;
    line-height: normal;
    min-height: 46px;
    overflow: hidden;
}
.footer-top {
	margin-top:15px;
	margin-bottom:15px;
}
.footer-links a, .footer-links a:hover {
	color: #F4F4F4;
	text-decoration: none;
	font-weight: 400;
}
.footer-social {
    font-size: 32px;
    line-height: normal;
}
.footer-social a, .footer-social a:hover {
	color:#F4F4F4;
}
.footer-phone-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}
.footer-phone-headline {
    color: #30d400;
}
.footer-phone-content {
    font-size: 24px;
    line-height: normal;
}
ul.footer-menu {
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.footer-menu a, .footer-menu a:hover {
    color: #005284;
    line-height: normal;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 400;
}
/* MEDIA SETTINGS */
@media (min-width:320px){
h2 {
	font-size:24px
}
h3.subheader {
    font-size: 20px;
	text-align:center;
}
.top-header h1 {
    font-size: 100%;
    text-align: center;
    padding-top: 10px;
}
.phone-info-wrapper {
    text-align: left;
    min-height: 112px;
    padding-top: 35px;
    font-size: 75%;
    position: relative;
}
.text-large {
    font-size: 230%;
}
.logo-wrapper .img-responsive {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.logo-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
}
h1 {
    font-size: 24px;
}
.list-inline-login {
	display:none;
}
ul.list-inline.dwnapp > li {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.social-wrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.social-list img {
    width: 24px;
    height: 24px;
}
.social-list li {
	margin-left:5px;
	margin-right:5px;
}
.social-list li a {
    cursor: pointer;
    display: block;
}
/* panels */
.panel {
    margin-bottom: 30px;
    background-color: #fff;
}
.paneltop {
	margin-top:25px;
}
.panel-primary {
    border-color: #036;
}
.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#084889 0,#036 100%);
    background-image: -o-linear-gradient(top,#084889 0,#036 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#084889),to(#036));
    background-image: linear-gradient(to bottom,#084889 0,#036 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff084889', endColorstr='#ff036', GradientType=0);
    background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #036;
    border-color: #036;
}
.panel-info > .panel-heading {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0099ff+0,59a8e5+100 */
	background: #0099ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099ff 0%, #59a8e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0099ff 0%,#59a8e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0099ff 0%,#59a8e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#59a8e5',GradientType=0 ); /* IE6-9 */
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info {
    border-color: #079afd;
}
.panel-info > .panel-heading h3 {
    font-size: 28px;
    font-weight: 600;
	padding:0px;
	margin:0px;
}
/* eof panels */
p.thumbnail.float-left {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}
a.thumbnail.float-left {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}
p.thumbnail.float-right {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.thumbnail.float-left {
    float: none;
}
.thumbnail.float-right {
    float: none;
}

.thumbnail > img {
    display: block;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
img.image-right-noborder {
	min-width:100%;
	heigth: auto;
}
img.image-left-noborder {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
/* fllet wrapper */
.fleet-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fleet-list-wrapper {
    padding-bottom: 15px;
    padding-top: 5px;
}
#fleetgallery img {
	padding:4px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
.fleet-name {
    font-weight: 600;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    background-color: #005284;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
	display:block;
}
.fleet-name a, .fleet-name a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.fleet-name::after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    right: 5%;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    font-weight: 400;
    padding-top: 4px;
}
.fleet-describe {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}
/* eof fleet wrapper */
/* promo packs */
.promopack-wrapper {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px;
    margin-top: 0;
    margin-bottom: 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+40 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.promopack-wrapper img {
	opacity:0.40;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.promo-info {
    position: absolute;
    z-index: 999;
    bottom: 15%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-align: center;
    width: 97%;
}
.promo-title {
	font-family: 'Droid Sans', sans-serif;
    font-size: 120%;
    line-height: normal;
    font-weight: 700;
    color: #140E0E;
}
.promo-tagline {
    font-size: 100%;
    line-height: normal;
	font-weight:500;
}
.promo-describe {
    font-size: 60%;
    line-height: normal;
}
.promo-button {
    padding-top: 10px;
    text-align: center;
	font-family: 'Droid Sans', sans-serif;
	text-transform:uppercase;
}
.promo-footnote {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 50%;
	text-align:center;
}
/* eof promo packs */

/* qklinks */
.qklks-icon {
    font-size: 500%;
    float: left;
    padding-right: 0px;
    padding-bottom: 50px;
    min-width: 75px;
}
.qklks-headline {
    font-size: 20px;
}
.qklks-describe {
    font-size: 13px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.link-thumbnail:hover:before {
	top: 20%;
	left: 40%;
	bottom: 20%;
	right: 0;
}

.dmxpagination {
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    text-align: center;
}
.records-count {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.banner-describe {
    font-size: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
}
.banner-title {
	font-size:20px;
	line-height:normal;
	color:#005284;
	margin-top:0px;
}
.banner-subtitle {
	color:#005284;
	font-weight:400;
	font-size:inherit;
}
.banner-link {
	margin-bottom:15px;
}
.bannerpic .event-headline {
	font-size:150%;
	top:5%;
}
.bannerpic .event-logo {
	width:70%;
	top:20%;
	left:15%;
	right:15%;
}
.bannerpic .event-date {
    top: 65%;
    right: 15%;
    left: 15%;
}
.bannerpic .event-location {
	font-size:200%;
}
.bannerpic .event-day {
	font-size:150%;
	display:none;
}
.bannerpic .event-reserve {
    width: 90%;
    margin: 25px auto;
}

.bannerpic .event-info {
	display:none;
	font-size:65%;
}
.col-xs-6.footer-mob {
	width:100%;
}
.footer h3 {
    font-size: 17px;
}
.footer-menu a, .footer-menu a:hover {
    font-size: 14px;
}

.footer-copyright {
    text-align: center;
    padding-top: 10px;
}
.footer-links {
	padding-top: 12px;
    text-align: center;
}
.footer-social {
    text-align: center;
	padding-top:0px;
	padding-bottom:10px;
	
}

}

@media (min-width:360px){
.navbar-default .navbar-nav > li > a {
    color: #575757;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}
.phone-info-wrapper {
    text-align: left;
    padding-top: 28px;
    font-size: 12px;
    line-height: normal;
}
img.image-right-noborder {
	min-width:100%;
	heigth: auto;
}
img.image-left-noborder  {
	min-width:100%;
	height:auto;
	display:block;
	margin-bottom:15px;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.social-list img {
    width: 24px;
    height: 24px;
}
.product-thumbnail:hover:before {
	top: 30%;
	left: 40%;
	bottom: 20%;
	right: 0;
}
.link-thumbnail:hover:before {
	top: 25%;
	left: 40%;
	bottom: 20%;
	right: 0;
}
/* fllet wrapper */
.fleet-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.fleet-thumbnail {

}
.fleet-name {
    font-weight: 600;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    background-color: #005284;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}
.fleet-describe {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}
/* eof fleet wrapper */
/* qklinks */
.qklks-icon {
    font-size: 470%;
    float: left;
    padding-right: 0px;
    padding-bottom: 30px;
    min-width: 74px;
}
.qklks-headline {
    font-size: 20px;
}
.qklks-describe {
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.promo-info {
    position: absolute;
    z-index: 999;
    bottom: 25%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}
}

@media (min-width:410px){
.top-header h1 {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}
.phone-info-wrapper {
    text-align: left;
    padding-top: 14px;
    font-size: 15px;
    line-height: normal;
}
img.image-right-noborder {
	min-width:100%;
	heigth: auto;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.social-list img {
    width: 30px;
    height: 30px;
}
.product-thumbnail:hover:before {
	top: 33%;
	left: 43%;
	bottom: 20%;
	right: 0;
}
.link-thumbnail:hover:before {
	top: 30%;
	left: 43%;
	bottom: 20%;
	right: 0;
}
/* promo packs */
.promopack-wrapper {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+40 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.promopack-wrapper img {
	opacity:0.40;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.promo-info {
    position: absolute;
    z-index: 999;
    bottom: 15%;
    font-family: 'Raleway', sans-serif;
}
.promo-title {
	font-family: 'Droid Sans', sans-serif;
    font-size: 180%;
    line-height: normal;
    font-weight: 700;
    color: #140E0E;
}
.promo-tagline {
    font-size: 135%;
    line-height: normal;
	font-weight:500;
}
.promo-describe {
    font-size: 80%;
    line-height: normal;
}
.promo-button {
    padding-top: 15px;
    text-align: center;
}
.promo-footnote {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 60%;
}
/* eof promo packs */
.bannerpic .event-headline {
	font-size:200%;
}
.bannerpic .event-day {
	font-size:150%;
	display:block;
}

/* qklinks */
.qklks-icon {
    font-size: 380%;
    float: left;
    padding-right: 15px;
    padding-bottom: 30px;
    min-width: 68px;
}
.qklks-headline {
    font-size: 21px;
}
.qklks-describe {
    font-size: 16px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.col-xs-6.footer-mob {
	width:50%;
}
.footer h3 {
    font-size: 16px;
}

}
@media (min-width:480px){
h1 {
    font-size: 22px;
}
.top-header h1 {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}
.phone-info-wrapper {
    text-align: left;
    padding-top: 2px;
    font-size: 19px;
    line-height: 37px;
}
ul.list-inline.dwnapp > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    margin-bottom: 30px;
}
/* promo packs */
.promopack-wrapper {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+40 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.promopack-wrapper img {
	opacity:0.45;
	filter: alpha(opacity=45); /* For IE8 and earlier */
}
.promo-info {
    position: absolute;
    z-index: 999;
    bottom: 25%;
    font-family: 'Raleway', sans-serif;
}
.promo-title {
	font-family: 'Droid Sans', sans-serif;
    font-size: 200%;
    line-height: normal;
    font-weight: 700;
    color: #140E0E;
}
.promo-tagline {
    font-size: 145%;
    line-height: normal;
	font-weight:500;
}
.promo-describe {
    font-size: 100%;
    line-height: normal;
}
.promo-button {
    padding-top: 15px;
    text-align: center;
}
.promo-footnote {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 85%;
}
/* eof promo packs */
.bannerpic .event-headline {
	font-size:200%;
	top:5%;
}
.bannerpic .event-date {
    top: 65%;
    right: 15%;
    left: 15%;
}
.bannerpic .event-location {
	font-size:300%;
}
.bannerpic .event-day {
	font-size:250%;
	display:block;
}
.bannerpic .event-reserve {
    width: 100%;
    margin: 25px auto;
}

/* qklinks */
.qklks-icon {
    font-size: 380%;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    min-width: 68px;
}
.qklks-headline {
    font-size: 20px;
}
.qklks-describe {
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;
    width: 50%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
}

@media (min-width:600px){
h1 {
    font-size: 28px;
}
.top-header h1 {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
.text-large {
    font-size: 250%;
    line-height: 40px;
}
.logo-wrapper {
    float: left;
    padding-top: 34px;
    padding-bottom: 34px;
    max-width: 35%;
    position: relative;
}
.phone-wrapper {
    float: right;
    min-height: 112px;
    text-align: right;
    margin-top: -1px;
}
.phone-info-wrapper {
    float: right;
    display: block;
    margin-right: 80px;
    margin-top: 0px;
    font-size: 12px;
    line-height: normal;
    text-align: right;
    padding-top: 18px;
}
.link-thumbnail:hover:before {
	top: 29%;
	left: 45%;
	bottom: 20%;
	right: 0;
}
.fleet-name::after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    right: 4%;
    padding-right: 0px;
    vertical-align: middle;
    position: absolute;
    font-weight: 400;
    padding-top: 4px;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;
    width: 35%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.bannerpic .event-headline {
	font-size:350%;
	top:5%;
}
.bannerpic .event-date {
    top: 65%;
    right: 15%;
    left: 15%;
}
.bannerpic .event-location {
	font-size:300%;
}
.bannerpic .event-day {
	font-size:250%;
	display:block;
}
.bannerpic .event-reserve {
    width: 60%;
    margin: 25px auto;
}
.bannerpic .event-info {
    display: block;
    font-size: 90%;
    bottom: 0%;
    width: 100%;
    padding: 15px;
}
/* qklinks */
.qklks-icon {
    font-size: 420%;
    float: left;
    padding-right: 15px;
    padding-bottom: 20px;
}
.qklks-headline {
    font-size: 19px;
}
.qklks-describe {
    font-size: 13px;
}
.footer h3 {
    font-size: 14px;
}

}

@media (min-width:730px){
.top-header h1 {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 18px;
}
.logo-wrapper {
    float: left;
    padding-top: 22px;
    padding-bottom: 22px;
	width:100%;
	position:relative;
}
.phone-wrapper {
    float: right;
    min-height: 112px;
    text-align: right;
    margin-top: -1px;
}
.phone-info-wrapper {
    float: right;
    display: block;
    margin-right: 90px;
    margin-top: 0px;
    padding-top: 13px;
    line-height: 25px;
    font-size: 15px;
    text-align: right;
}
/* qklinks */
.qklks-icon {
    font-size: 420%;
    float: left;
    padding-right: 5px;
    padding-bottom: 25px;
	min-width:75px;
}
.qklks-headline {
    font-size: 20px;
}
.qklks-describe {
    font-size: 15px;
}
img.image-right-noborder {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
img.image-right-withborder {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	padding: 3px;
	margin-bottom: 30px;
	margin-right: 0px;
	border: 1px solid #BEBEBE;
}
img.image-right-noborder {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
img.image-right-withborder {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	padding: 3px;
	margin-bottom: 30px;
	margin-right: 0px;
	border: 1px solid #BEBEBE;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px;
    width: 30%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

}
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

@media(min-width:768px) {
h3.subheader {
    font-size: 24px;
	text-align:left;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f4f4f4;
}
h2 {
	font-size:22px
}
.menu-wrapper {
    background: #0088ba;
    background: -moz-linear-gradient(top, #0088ba 10%, #004879 95%);
    background: -webkit-linear-gradient(top, #0088ba 10%,#004879 95%);
    background: linear-gradient(to bottom, #0088ba 10%,#004879 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ba', endColorstr='#004879',GradientType=0 );
    min-width: 100%;
    width: auto;
    height: auto;
    margin-top: -1px;
    border-radius: 4px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 15px 9px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #003868;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
h1 {
    font-size: 20px;
}
.text-large {
    font-size: 250%;
    line-height: 40px;
}
.main-content p {
    margin: 10px 0px 10px;
    line-height: 1.5em;
    font-size: 13px;
}
.list-inline-login {
    margin-top: 9px;
    text-align: center;
	display:block;
}
.list-inline-login li a {
    text-align: center;
    padding: 18px;
    font-size: 14px;
}
.top-header h1 {
	font-size:12px;
    padding-top: 14px;
    padding-bottom: 12px;
    text-align: left;
}
.social-list li {
	margin-left:0px;
	margin-right:0px;
}
.logo-wrapper {
    padding-top: 23px;
    padding-bottom: 23px;
    min-width: 100%;
    float: none;
    display: block;
    position: relative;
}
.phone-wrapper {
    min-height: 112px;
    text-align: right;
}
.phone-info-wrapper {
    float: right;
    display: block;
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-copyright {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 13px;
}
.footer-links {
    text-align: left;
    padding-top: 23px;
}

.footer-social {
    text-align: right;
	padding:0px;
}
/* thumbnails */
img.image-right-noborder {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
img.image-right-withborder {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	padding: 3px;
	margin-bottom: 30px;
	margin-right: 0px;
	border: 1px solid #BEBEBE;
}
img.image-right-noborder {
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
img.image-right-withborder {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	padding: 3px;
	margin-bottom: 30px;
	margin-right: 0px;
	border: 1px solid #BEBEBE;
}
img.image-left-noborder {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 5px;
    width: 30%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail.float-left {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		  float:left;
}
.thumbnail.float-right {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		  float:right;
}

a.thumbnail.float-left {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 30px;
}
a.thumbnail.float-right {
	margin-top:15px;
	margin-bottom:0px;
	margin-left:30px;
	margin-right:0px;
}

p.thumbnail {
	margin-top:15px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:0px;
}
div.thumbnail {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}
.thumbnail.float-right > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    float: left;
}

.thumbnail.float-left > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    float: left;
}
p.thumbnail.float-left {
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
p.thumbnail.float-right {
    margin-left: 30px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.thumbnail.float-left {
	margin-left:0px;
	margin-right:20px;
	margin-bottom: 30px;
	margin-top:10px;
}
div.thumbnail.float-right {
	margin-left:30px;
	margin-right:0px;
	margin-bottom: 30px;
	margin-top:10px;
}
/* thumbnails */

.social-wrapper {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.social-list img {
    width: 24px;
    height: 24px;
}
.link-thumbnail:hover:before {
	top: 25%;
	left: 43%;
	bottom: 20%;
	right: 0;
}
/* fllet wrapper */
.fleet-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.fleet-list-wrapper {
    padding-bottom: 15px;
    padding-top: 5px;
}
.fleet-thumbnail {

}
.fleet-name {
    font-weight: 600;
    font-size: 17px;
    padding: 3px 5px 3px 5px;
    background-color: #005284;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}
.fleet-name::after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    right: 7%;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    font-weight: 400;
    padding-top: 4px;
}

.fleet-describe {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}
/* eof fleet wrapper */
/* promo packs */
.promopack-wrapper {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.promopack-wrapper img {
	opacity:0.40;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.promo-info {
    position: absolute;
    z-index: 999;
    margin: 0;
    bottom: 8%;
    font-family: 'Raleway', sans-serif;
}
.promo-title {
	font-family: 'Droid Sans', sans-serif;
    font-size: 200%;
    line-height: normal;
    font-weight: 700;
    color: #140E0E;
}
.promo-tagline {
    font-size: 180%;
    line-height: normal;
	font-weight:500;
}
.promo-describe {
    font-size: 100%;
    line-height: normal;
}
.promo-button {
    padding-top: 15px;
    text-align: center;
}
.promo-footnote {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 85%;
}
/* eof promo packs */
/* qklinks */
.qklks-icon {
    font-size: 420%;
    float: none;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: left;
}
.qklks-headline {
    font-size: 24px;
}
.qklks-describe {
    font-size: 12px;
	display:none;
}
.button-wrapper {
    margin-top: 24px;
    margin-bottom: 15px;
}

.dmxpagination {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.records-count {
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.praise-wrapper {
    min-height: 290px;
}
.bannerpic .event-headline {
	font-size:350%;
	top:5%;
}
.bannerpic .event-date {
    top: 65%;
    right: 15%;
    left: 15%;
}
.bannerpic .event-location {
	font-size:350%;
}
.bannerpic .event-day {
	font-size:300%;
	display:block;
}
.bannerpic .event-reserve {
    width: 60%;
    margin: 25px auto;
}
.bannerpic .event-info {
    display: block;
    font-size: 100%;
    bottom: 2%;
    width: 100%;
    padding: 15px;
}

.footer-menu a, .footer-menu a:hover {
    font-size: 13px;
}
.footer h3 {
    font-size: 16px;
}
}

@media(min-width:992px){
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 15px 12px;
}
/* dropdown multi columns */
.navbar-nav > li:hover > .dropdown-menu {
   display: block;
}
.dropdown-submenu:hover .dropdown-menu {
   display: block;
}
.logo-wrapper .img-responsive {
	text-align: left;
	margin-left:0;
	margin-right:0;
}
h1 {
    font-size: 24px;
}
.top-header h1 {
    padding-top: 14px;
    padding-bottom: 12px;
	text-align:left;
    font-size: 14px;
}
.logo-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
}
.social-wrapper {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.social-list img {
	width:24px;
	height:24px;
}
.phone-wrapper {
	margin:0px;
}
.phone-info-wrapper {
    float: right;
    display: block;
    margin-right: 110px;
    margin-top: 0px;
	margin-bottom:0px;
}
.list-inline-login {
    margin-top: 15px;
    text-align: center;
}
.list-inline-login li a {
    text-align: center;
    padding: 20px;
    font-size: 16px;
}
.long-text {
min-height:144px;
}
/* promo packs */
.promopack-wrapper {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.promopack-wrapper .promo-info {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    font-family: 'Raleway', sans-serif;
}
.promopack-wrapper img {
	opacity:0.40;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.promo-title {
	font-family: 'Droid Sans', sans-serif;
    font-size: 200%;
    line-height: normal;
    font-weight: 700;
    color: #140E0E;
}
.promo-tagline {
    font-size: 180%;
    line-height: normal;
	font-weight:500;
}
.promo-describe {
    font-size: 100%;
    line-height: normal;
}
.promo-button {
    padding-top: 15px;
    text-align: center;
}
.promo-footnote {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 85%;
}
/* eof promo packs */

/* qklinks */
.qklks-icon {
    font-size: 540%;
	min-width:80px
}
.qklks-headline {
    font-size: 18px;
}
.qklks-describe {
    font-size: 13px;
	display:block;
}
.link-thumbnail:hover:before {
	top: 30;
	left: 43%;
	bottom: 20%;
	right: 0;
}
/* banners */
.banner-wrapper {
    padding-top: 10px;
    padding-bottom: 25px;
}
.banner-title {
	font-size:24px;
	font-weight:700;
	margin-top:20px;
}
.banner-sub-title {
	font-size:13px;
}
.banner-describe {
    min-height: 160px;
    font-size: inherit;
}
.main-content p {
    margin: 10px 0px 10px;
    line-height: 1.5em;
	font-size:13px;
}
.paneltop {
	margin-top:20px;
}
.comment-avatar {
    max-width: 80px;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
}
.praise-wrapper {
    min-height: 370px;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 15px;
    width: 15%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.bannerpic .event-logo {
    margin-top: 5%;
    top: 20%;
    left: 13%;
    width: 30%;
}
.bannerpic .event-date {
    margin-top: 3%;
    top: 30%;
    right: 13%;
	left:57%;
    width: 30%;
}
.bannerpic .event-headline {
	font-size: 2em;
	left: 20%;
	right: 20%;
	top: 10%;
	width:60%;
}
.bannerpic .event-location {
    font-size: 5em;
}
.bannerpic .event-day {
    font-size: 3.5em;
}
.bannerpic .event-info {
	font-size: 12px;
	left: 10%;
	right: 10%;
	bottom: 3%;
	width:80%;
}
.bannerpic .event-reserve {
    width: 70%;
    margin: 25px auto;
}

.footer h3 {
    font-size: 16px;
}
.footer-copyright {
	text-align:left;
    font-size: 14px;
}

#toTop {
	border: none;
	bottom: 50px;
	display: none;
	height: 32px;
	left: 56.7%;
	margin-left: 495px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	text-indent: -999px;
	width: 32px;
	z-index: 20;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all .1s ease .1s;
	-moz-transition: all .1s ease .1s;
	-ms-transition: all .1s ease .1s;
	-o-transition: all .1s ease .1s;
	transition: all .1s ease .1s;
	background-image: url(../images/toTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#toTop:hover {
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	background-image: url(../images/toTop-hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
}

@media(min-width:1200px){
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 17px;
}
h1 {
    font-size: 28px;
}
.top-header h1 {
    padding-top: 14px;
    padding-bottom: 12px;
}
.logo-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
}
.social-wrapper {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.long-text {
min-height:180px;
}
.product-thumbnail:hover:before {
	top: 23%;
	left: 43%;
	bottom: 25%;
	right: 0;
}
.link-thumbnail:hover:before {
	top: 23%;
	left: 43%;
	bottom: 25%;
	right: 0;
}
.main-content p {
    margin: 15px 0px 15px;
    line-height: 1.5em;
	font-size:14px;
}
/* qklinks */
.qklks-icon {
    font-size: 420%;
}
.qklks-headline {
    font-size: 22px;
}
.qklks-describe {
    font-size: 13px;
}
img.image-left-noborder {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 13%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.bannerpic .event-logo {
    margin-top: 5%;
    top: 20%;
    left: 13%;
    width: 30%;
}
.bannerpic .event-date {
    margin-top: 3%;
    top: 30%;
    right: 13%;
	left:57%;
    width: 30%;
}
.bannerpic .event-headline {
	font-size: 2em;
	left: 20%;
	right: 20%;
	top: 10%;
	width:60%;
}
.bannerpic .event-location {
    font-size: 5em;
}
.bannerpic .event-day {
    font-size: 3.5em;
}
.bannerpic .event-info {
	font-size: 12px;
	left: 10%;
	right: 10%;
	bottom: 1%;
	width:80%;
}
.bannerpic .event-reserve {
    width: 70%;
    margin: 25px auto;
}

.footer h3 {
    font-size: 18px;
}
.footer-btn {
	font-size: 13px;
}
}
@media(min-width:1320px){
img.image-left-noborder {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;
    width: 15%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.main-content p {
    margin: 10px 0px 10px;
    line-height: 1.5em;
	font-size:15px;
}
.bannerpic .event-logo {
    margin-top: 5%;
    top: 20%;
    left: 13%;
    width: 30%;
}
.bannerpic .event-date {
    margin-top: 3%;
    top: 30%;
    right: 13%;
	left:57%;
    width: 30%;
}
.bannerpic .event-headline {
	font-size: 2em;
	left: 20%;
	right: 20%;
	top: 10%;
	width:60%;
}
.bannerpic .event-location {
    font-size: 5em;
}
.bannerpic .event-day {
    font-size: 3.5em;
}
.bannerpic .event-info {
	font-size: 12px;
	left: 10%;
	right: 10%;
	bottom: 1.5%;
	width:80%;
}
.bannerpic .event-reserve {
    width: 70%;
    margin: 25px auto;
}
}
@media(min-width:1600px){
img.image-left-noborder {
    float: left;
    margin-right: 0px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    width: 18%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.main-content p {
    margin: 15px 0px 15px;
    line-height: 1.5em;
	font-size:16px;
}


}
@media(min-width:1920px){
img.image-left-noborder {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 0px;
    width: 15%;
    min-width: inherit;
    height: auto;
    padding: 4px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}
.main-content p {
    margin: 15px 0px 15px;
    line-height: 1.5em;
	font-size:16px;
}

}
@media(min-width:2550px){
}