/*!
 * based on Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html, body { height: 100%; }

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* navbar */
.navbar {
        background:#d05e00 url(http://www.htawa.org.au/media/website_designs/6/htawa_header_bg2.png) repeat-x !important;
        background-repeat: repeat; 
        color: #ffffff !important;
        /* background-image: none;  */
        height: 105px !important;
        border-top:none;
    	box-shadow:none;
    }
    
.nav { font-size: 1.2em; }
    
.navbar-inverse .navbar-brand { color: #ffffff !important;}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #FFD291 !important;
  background: transparent;
  border-width: 0 !important;
}

.navbar-inverse .navbar-nav > li > a {
   color: #ffffff !important;
   padding: 10px;
} 

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FFD291 !important;
  background-color: #222222;
}

.navbar-right { margin: 10px 0 0 0; }


/* Synergy 8 - dropdown fix */

ul.nav li ul {
	position: absolute;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
ul.nav li ul li {
	line-height:20px;
}
ul.nav li ul li a{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
}
ul.nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
}

/* S8 server-generated mobile menu */


.s8-navigationPrimaryMobile > li > a {
  	background-color: #000 !important;
  	background-image: none !important;
}

ul.s8-navigationPrimary-mobileOpen {
  	background-color: #000 !important;
  	background-image: none !important;
  	border-width: 0 !important;
}

/* brand styles */

/* styles for logo / brand image [bootsnipp.com/snippets/4x03x] */
.navbar .brand { height: 74px !important; }
.navbar-brand { padding-top: 0px !important; margin: 15px 15px 15px 0 !important; }
.brand img { margin: 0 0 0 0; }

/* SVG object clickable [codepen.io/thomasquayle/pen/KwxwoO] */
.brand object { width: 100%; }
a.svg {
 position: relative;
 display: inline-block;
 width: 238px;
 height: 74px;}
a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

/* Home Page Carousel */


.banner {
	width: 1140px;
	height: 275px;
	margin: 0 auto;
	position: relative;
}
.rightArrow { right: -60px; top: 160px; }
.leftArrow { left: -60px; top: 160px; }

header.carousel { height: 30%; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
	max-width: 100%;
 	background: rgba(0, 0, 0, 0.35);
}

/* Misc */

.btn {
    padding: 14px 24px;
    /* border: 0 none; */
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0 none; }
 
.btn-primary {
    background: #d05e00 !important;
    color: #ffffff !important;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #333333 !important;
}
 
.btn-primary:active, .btn-primary.active {
    background: #FFD291 !important;
    color: #333333 !important;
    box-shadow: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    color: #ffffff !important;
    font-size: 0.8em;
    text-transform: none;
}

.back-to-top a, .back-to-top a:hover, .back-to-top a:active {
    color: #ffffff !important;
}
  
.img-portfolio { margin-bottom: 30px; }
.img-hover:hover { opacity: 0.8; }


/* 404 Page Styles */
.error-404 { font-size: 100px; }


/* Default tables ( override normalize.less) */

table { line-height: 30px; }

td,th { padding: 4px; }

td { border-bottom: 1px solid #999; }

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

/* footer { margin: 50px 0;} - superceded! */

.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.support li h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none;
    /*	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%; */
	float: left;
	height: 56px;
	line-height: 56px;
	margin: 0 18px 0 0;
	padding: 0;
	text-align: center;
	width: 56px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	background: none;
	transform: scale(1.15);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* .social li a { color: #EDEFF1; } 

.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
} */

.footer-bottom {
	background: #333;
	color: #999;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left { padding-top: 6px; }
.payments { font-size: 1.5em; }

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio { margin-bottom: 15px;}
    header.carousel .carousel { height: 70%; }
}

@media(max-width:414px) {
	h1 { font-size: 32px !important; }
	h2 { font-size: 24px !important; }
}

@media(max-width:320px) {
    .navbar-brand, .navbar-brand img, .navbar-brand object  {
	 max-width: 230px; }
	h1 { font-size: 28px !important; }
	h2 { font-size: 18px !important; }
	.carousel-caption p { font-size: 14px !important; }
}