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

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  /*padding: 0 0 60px;*/
  padding: 0px;
}


#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}




/*carousel*/
.carousel-caption {
   color: #333; /*#ce514e;*/
  text-align: center;
  text-shadow:1px 1px 2px white,  0 0 5px rgba(255,255,255,0.8);
  /*text-shadow: none;*/
  z-index: 10;
}
.logo {
  font-size:26px;
  position:absolute;
  z-index:1200;
  color: #ff0700;
  top: 18px;
  text-align:center;
  width:100%;
}

    .carousel-caption h2 {font-size: 26px;}

@media (max-width: 768px) {
	.logo {
  font-size: 20px;
  top:15px;
  }
    .carousel-caption h2 {font-size: 20px;}
}

@media handheld (max-width: 768px) {
	.logo {text-shadow:1px 1px 2px white,  0 0 5px rgba(255,255,255,0.8);}
}

#myCarousel .item {
  height: 400px;
  text-align: center;
  background-color:#bbb;
}
.header-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.header-inner .item {
    height: 400px;
    text-align: center;
    background-color: #bbb;
}
.header-inner .item img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    min-width: 100%;
}

#myCarousel img {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 600px;*/
  min-width: 100%;
}

.carousel-inner > .item > .car_1 {
  display: block;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/carousel/car_1.jpg') no-repeat; 
  height: 400px;
  min-width: 100%;
}

.carousel-indicators .inverse {}

    .carousel-indicators.inverse li {
        border: 1px solid #333;
        text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

        .carousel-indicators.inverse li:hover {
        background-color: #333 \9;
        background-color: rgba(51,51,51,1);
        border: 1px solid #333;
    }

    .carousel-indicators.inverse .active {background-color: #333;}




#wrap > .container {
  padding: 15px 15px;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  background: #333;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size: 36px;
  margin-top: 10px;
  color: #ff0700;
}

@media (max-width: 768px) {
	h1 {font-size: 30px;}
}

h2, h2 a, h2 a:hover {color: #333;}

h2.bg-color {
  padding:20px;
  color: #ffffff;
  background-color: #ff0700; /*0C5AA6*/
  opacity: 0.8;
}

h5 {font-weight: bold;}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #4e4e4e;/*#0C5AA6*/
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
    white-space:nowrap;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
}
.navbar-custom  .navbar-nav li:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active  {
	background-color: #ff0700;/*679ED2 #408AD2 #000;*/
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

 .navbar-inverse .navbar-nav > .active > a,
 .navbar-inverse .navbar-nav > .active > a:hover,
 .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ff0700;
}

.navbar-toggle {outline:0;}

.navbar-inverse .navbar-toggle {border-color: #ffffff;}
.navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
         background-color: #04396C;
    }

.divider {
	height:50px;
}

.panel {
	border-width:0;
    background-color: #4e4e4e;
}
.panel-body {padding-top: 10px; padding-bottom: 5px;}
.panel-body > p {color: #ffffff; font-weight: bold;}

@media (max-width: 768px) {
	header {
	
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
	background: url('../images/bg_01.jpg') no-repeat top center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('../images/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('../images/bg_02.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}

.panel .img-responsive {
	/*min-height:180px;/*270*/
    max-height:250px;
}

address a, p a {color: #ff0700;}
address a:hover, p a:hover {color: #333;}

/*News*/
.date{font-size: 12px;}
    .date span.source a {color: #333; text-decoration: underline;}
.source {}
.announcement {font-size: 14px; font-weight: bold;}

.pic {margin: 10px 15px 10px 15px;}
@media (max-width: 768px) {
	.pic {margin: 5px; width: 50%;}
}
.l {float: left;}
.r {float: right;}

.icon_pic {margin: 0px 15px 0px 0px;}

.note {margin-top: 10px; padding-top: 10px; color: rgba(0,0,0,0.5); font-size: 10px; border-top: 1px solid rgba(0,0,0,0.5);}

/* Lists */
ul.list {margin-bottom: 5px;list-style-type: none;}
ul.list li { list-style-type: none;}

ul.list li {
 background: url('../images/icons/bullet_triangle.png') no-repeat 12px 7px; 
 padding-left: 40px; 
 padding-bottom: 7px;
}

ol.list {margin-left: 35px; margin-bottom: 5px;}
ol.list li {padding-bottom: 7px; padding-left: 0; background-image: none;}

ul.list ul, ul.list ol, ol.list ul, ol.list ol {margin-top: 10px; margin-bottom: 0;}

/* end List */


