@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

/* Frontend CSS
---------------------------------------------------*/
html {
  overflow-y: scroll;
}
body {
  background: url(../images/body-bg.jpg) repeat #e7e7e7;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #606060;
  line-height: 24px;
}

.bg-wrap {
	  background: url("../images/header-bg.png") no-repeat scroll center top transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}

a {
  color: #0a579b;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}

a:hover, a:focus {
	color: #0a579b;
}

#logo {
  display: block;
  float: left;
  margin: 10px 0;
  overflow: hidden;
  width: 35%;
}

#logo img {
	display: inline-block !important;
}

@media (max-width: 768px) {
	#logo {
		width: 100%;
		text-align: center;
	}
	#logo img {
		max-width: 180px !important;
	}
}

.btn-default {
  background-color: #074276;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 10px 25px;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
  background-color: #084d8a;
  border: none;
  color: #fff;
}


.img-responsive, #top-a img, #wombat-catalogue .teaser-item img, #logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

body.home .content-wrap {
  display: none;
}

.chromeframe {
  background-color: #cc3333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.chromeframe a {
	color: #fff;
	text-decoration: underline;
}


/* Shadows
---------------------------------------------------
#top-a img, 
.mediabox img,
.lSSlideOuter
 {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

#top-b .moduletable,
#footer-blocks .moduletable {
  -webkit-box-shadow: none;
  box-shadow: none;
}
*/

/* Nav Bar
---------------------------------------------------*/

/* Main nav bar style */

.navbar-default {
	font-family: 'PT Sans', sans-serif;
	/*font-weight: bold;*/
	border: none;
	margin-bottom: 0px;

}

@media (min-width: 768px) {	
	.navbar-default {
		background: url(../images/nav-top.png) repeat-x top center transparent;
		padding-top: 5px;
	}
}

.navbar {
	min-height: inherit;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #dfdfdf;
}

.navbar-nav > li a {
  padding: 15px 21px 20px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.ie8 .navbar-nav > li a 
{
    padding: 15px 21px 20px;
}
@media (max-width: 1200px){
	.navbar-nav > li a {
  		padding: 15px 20px;
	}

}

@media (max-width: 992px){
	.navbar-nav > li a {
  		padding: 15px 7px;
	}

}
.navbar-toggle {
  background: url(../images/nav-top.png) repeat-x top center transparent;
  border: medium none;
  float: none;
  margin-right: 0;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;

}

.navbar-toggle:focus,
.navbar-toggle:hover,
.navbar-toggle:active {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 767px){
	.navbar-toggle {
		display: block;
	}
}


/* First Level Styles */

/*.navbar-nav > li:first-child a {
	padding-left: 0px;
}
.navbar-nav > li:last-child a {
	padding-right: 0px;
}
*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	

}


/*.item-101 span {
  display: none;
}

.item-101:before {
	font-family: 'FontAwesome';
	content: "\f015";
	display:block;
	color: #fff;
}*/
/* Dropdown Menu */

.navbar-nav > li > .dropdown-menu {
	border-radius: none;
	margin-top: 0;
	border-top: none;
	box-shadow: none;
}



/* Header
---------------------------------------------------*/

#header {
}

#logo-text {
  color: #fff;
  float: left;
  padding-top: 50px;
  text-align: right;
  width: 65%;
}

@media (max-width: 768px) {	
	#logo-text {
	  float: left;
	  padding-top: 0;
	  text-align: center;
	  width: 100%;
	}
	#logo-text h2,
	#logo-text .desktop {
		display: none;
	}
}

@media (min-width: 769px) {	
	#logo-text .mobile {
		display: none;
	}
}



#logo-text a {
  color: #fff;
}

#logo-text h2 {
  font-size: 26px;
  font-weight: lighter;
  font-style: italic;
}

#logo-text h3 {
  font-size: 18px;
  font-weight: lighter;
}

/* Slideshow
---------------------------------------------------*/
#slideshow .container {
    position: relative;
}

#slideshow h2 {
  background-color: #0A5698;
  background-color: rgba(10, 86, 152, 0.8);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#800A5698,endColorstr=#800A5698)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#800093EF,endColorstr=#800093EF);
  bottom: 10px;
  color: #fff;
  font-weight: normal;
  padding: 14px 30px;
  position: absolute;
  right: 40px;
}

#slideshow .moduletable {
    margin-top: 0px;
    overflow: visible;
}

@media (max-width: 768px){
#slideshow h2 {
	display: none;
}
}

#slideshow .caption {
  background: url(../images/caption_bg.png) no-repeat left center;
  bottom: 50px;
  position: absolute;
  right: 6px;
  padding: 20px 45px;
  color: #fff;
}

@media (max-width: 768px){
#slideshow .caption {
	display: none;
}
}

#slideshow .caption h3 {
	margin: 0px;
}

/* Top
---------------------------------------------------*/

#top-a {
}

#top-a .moduletable {
  margin-top: 5px;
}

#slideshow img {
  border: 6px solid #fff;
  max-width: 100%;
  height: auto;
}


#top-b {
}

#top-b .moduletable {
	overflow: visible;
}

#top-c {
  padding: 30px 0px;
}

/* Content
---------------------------------------------------*/

#content {
}
/*
#content .component > * {
	background: #fff;
	padding: 10px 20px 40px; 
}

*/
#content .page-header h1, #content .page-header h2 {
}

.content-wrap {
  background: #fff;
  padding-bottom: 40px;
}

.component {
  padding: 10px 30px 0px;
}

@media (max-width: 767px){
	.component {
		padding: 10px;
	}
}

.item-page > h2, .component > h2 {
  margin-bottom: 30px;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 20px;
}

.component ul {
  list-style: none;
  overflow: hidden;
  padding-left: 20px;
}

.component ul > li:before {
  content: "›";
  margin-right: 10px;
  font-weight: normal;
}

.component ul > li {
	width: 50%;
	float: left;
	font-weight: bold;
}

/* Footer
---------------------------------------------------*/

#footer-blocks {
	background: #414141;
	margin-top: 90px;
	text-align: center;
	color: #d1d1d1;
	padding-bottom: 40px;
}

#footer-blocks a {
	color: #fff;
}

@media (min-width: 991px) {
	
#footer-a .menu {
  float: left;
}

#footer-c .menu {
  float: right;
}

}

#footer-a .moduletable, 
#footer-c .moduletable {
  margin-top: -5px;
}

#footer-blocks .menu li a {
  background: #4e4e4e;
  color: #d1d1d1;
  margin-bottom: 10px;
  padding: 15px 50px;
  border-radius: 4px;
}

.footer-logo {
  display: inline-block;
  margin-top: -50px;
  overflow: hidden;
  margin-bottom: 30px;
}


#footer {
  background: none repeat scroll 0 0 #363636;
  text-align: center;
  padding: 20px 0px;
  font-size: 12px;
}

#footer, #footer a, #footer a:visited, #footer a:focus {
	  color: #6b6b6b;
}

/* Layout
---------------------------------------------------*/

/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

.page-header {
  margin: 0 0 20px;
}

/* Modules
---------------------------------------------------*/

.moduletable {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.moduletable > h3 {
  background: url(../images/module-h3-bg.png) no-repeat scroll right center #0a579b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  left: -20px;
}

.testimonials > h3 {
	background-color: #5e5e5e;
}

.moduletable > h3 span {
  background: url(../images/module-h3-left.png) no-repeat scroll 0px center transparent;
  display: block;
  padding: 11px 30px 11px 30px;
}

.moduletable.blank, #footer-blocks .moduletable {
  background: none;
  border: none;
  padding: 0px;
}


.color {
  background: url("../images/blue-bg.jpg") repeat;
  color: #fff;
}
.color a {
	color: #fff;
}

.wombat_custom .link-container {
  margin-top: 20px;
}

.wombat_custom .text_area > p {
  font-size: 22px;
  font-weight: lighter;
  line-height: normal;
}

/* Module Banner (Custom)
---------------------------------------------------*/
@media (min-width: 991px) {
.moduletable.banner {
  padding: 0;
}
}

@media (max-width: 992px) {
.bg.banner {
  background: none!important;
}
}

@media (min-width: 992px) {
	
.moduletable .bg {
  height: 215px;
  padding: 20px 20px 20px 350px;
  background-position: left center;
  background-repeat: no-repeat;
}

}


/* Media Box
---------------------------------------------------*/

.mediabox {
  position: relative;
}

@media (max-width: 991px) {
.mediabox {
  margin: 0 auto;
  max-width: 350px;
  margin-bottom: 10px;
}
}

.mediabox img {
  position: relative;
  border: 6px solid #fff;
}

.mediabox .link-container {
  padding: 0 50px;
  text-align: center;
}
@media (min-width: 991px) {
.mediabox .link-container {
  margin-bottom: -40px;
}
}

.mediabox .link-container > a {
  background: #3a3a3a;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
  top: -26px;
  font-size: 18px;
}

.color .mediabox .link-container > a {
  background: #0a579b;
}

.mediabox .link-container > a:hover {
	text-decoration: none;
}


#lightbox-wrap, #lightbox-wrap * {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
}


/* Carousel
---------------------------------------------------*/

.owl-buttons > div {
  position: absolute;
  top: 35%;
}

.owl-prev {
	left: -40px;
}

.owl-next {
	right: -40px;
}

#bottom-b {
	margin: 20px 0px;
}

/* Module Line */

#bottom-b .moduletable .mod_header > h2 {
  text-align: center;
  background: url("../images/body-bg.jpg") repeat scroll 0 0 #e7e7e7;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
  margin: 0px;
  font-size: 22px;
}

#bottom-b .moduletable .mod_header {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

#bottom-b .moduletable .mod_header:before {
  border-bottom: 1px solid #ddd;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Media Queries
---------------------------------------------------*/

/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {

  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.navbar-collapse {
		border-top: none;
	  }
		
	.navbar-nav > li {
		background: url("../images/nav-top.png") repeat-x scroll center top #0a579b;
		border-top: none;
	  }
	  
	  .navbar-nav > li:active, .navbar-nav > li:hover {
		  background-color:#024f93;
	  }
	  .navbar-nav > li:first-child {
		border-top: none;
	  }

	.navbar-nav li a {
	  color: #FFFFFF !important;
	  font-size: 84%;
	  font-weight: normal;
	  padding: 9px 15px;
	  text-align: center;
	}
	.navbar-nav {
	  margin: 0px -15px;
	}
	
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
	
  .navbar-nav > li.active a:after {
/*	content: " ";
	position: absolute;
	width: 10px;
	height: 10px;
	background: red;
	left: 50%;
	bottom: -10px;
	z-index: 99;
	border-radius: 20px;
	
*/
	}
}

/* Sidebar B
---------------------------------------------------*/

@media (min-width: 768px){
#sidebar-b .moduletable {
  margin-left: 25px;
  margin-right: 25px;
}
}

#sidebar-b .menu .nav > li > a {
  display: block;
  padding: 5px 0px;
  position: relative;
  color: #fff;
}

#sidebar-b .menu .nav > li > a:before {
	content:"»";
	margin-right: 10px;
}

#sidebar-b .menu .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: none;
}

#sidebar-b .menu {
  background: url("../images/grey-bg.jpg") repeat;
}

#sidebar-b .menu > h3 {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  left: 0px;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

#sidebar-b .menu > h3 span {
  background: none;
  display: block;
  padding: 0px;
}

/* Wombat Catalogue
---------------------------------------------------*/

#wombat-catalogue .teaser-item {
  padding: 5px;
  text-align: center;
}

#wombat-catalogue .teaser-item img,
.thumb > img {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

#wombat-catalogue .teaser-item > h3 a {
  color: #606060;
}

#wombat-catalogue .teaser-item > h3 {
	margin: 10px 0px;
	font-size: 21px;
	font-weight: lighter;
}

#wombat-catalogue .items .row > div {
  margin-bottom: 20px;
}

.quote-text:before {
  color: #d9d9d9;
  content: "“";
  float: left;
  font-family: Georgia,serif;
  font-size: 150px;
  height: 134px;
  line-height: 134px;
  padding-right: 15px;
}

.quote-name {
  font-size: 13.5px;
  font-weight: bold;
  margin-left: 78px;
}

.quote-text > p {
  font-style: italic;
}

.newsflash-item {
  border-bottom: 1px dotted #999999;
  margin-top: 20px;
  overflow: hidden;
}

.newsflash-item:last-child {
  border-bottom: medium none;
}


.chronoform {
  display: none;
  visibility: hidden;
}

.form-control {
  background-color: #f2f2f2;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #555555;
  display: block;
  font-size: inherit;
  height: auto;
  line-height: 1.42857;
  padding: 8px 12px;
  transition: none;
  width: 100%;
}

.form-control:focus {
	box-shadow: none;
}

.hytner-banner p {
  background: none repeat scroll 0 0 #f2f2f2;
}

.hytner-banner a {
  color: #656565;
}

.red-admiral {
  background: url("../images/blue-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  height: 145px;
  padding: 18px;
}