body {
	background-color: #000;
	color: #FFF;
}
.wrap {
    border: 5px solid #00CCCC;
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 20px;
}
.content {
	color: #000;
	background-color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
a {
	color: #9470DB;
	text-decoration: underline;
}
a:hover{
text-decoration: none;
}
.header {
	height: auto;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
.main h1 {
	margin: 0px;
	padding-top: 20px;
	color: #5229A3;
	font-weight: normal;
	font-size: 60px;
	line-height: normal;
}
.main h2 {
	font-style: italic;
	color: #00CCCC;
	margin-top: 10px;
	font-weight: bold;
	line-height: normal;
}
h1 {
}
h2 {
}
h3 {
}
.intro {
	/* [disabled]margin-left:30px; */
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666;
	
}
.booking {
	cursor: pointer;
}
.bookTxt {
}
.green {
	color:#00cccc;
}
.blue {
	color:#7ea7d9;
}
.home {
	font-family: 'Didact Gothic', sans-serif;
}
.emerg {
	font-size: 1.6em;
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	text-align: center;
}
.purple {
	color: #FFF;
	background-color: #7030a0;
	padding: 10px;
	margin-bottom: 15px;
}
.teal {
	color: #FFF;
	background-color: #31849b;
	padding: 10px;
	margin-bottom: 15px;
}
.serv {
	padding-left: 0px;
	list-style-type: none;
}
.service {
	float: left;
	height: 250px;
	width: 200px;
	margin-right: 20px;
	text-align: center;
}
.staff {
	float: left;
	height: 210px;
	width: 200px;
	margin-right: 20px;
	text-align: center;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.navbar .nav > li > a {
color: #fff;
margin:0px;
}

.navbar .nav > li > a:hover{
color:rgb(0, 94, 159);
color:#ffffff;
background-color:rgb(0, 94, 159);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


.container {
 }
.container-footer{
	padding:0 20px;
}

.container-body, .container-footer{
}

.eventsthumbnail, .newsthumbnail{
    float: left;
    position: relative;
    padding: 5px 10px;
}


.thumbnails{
      height:263px;
    }

.span3-right{
  height:190px;
  margin-bottom:10px;
  box-shadow: 0px 0px 2px 0px #999;
  border-radius: 5px;
  border-bottom: 1px solid #999;
  display: table;
  overflow: hidden;
  background-color:rgb(215,239,246);
}

i{
  padding-right:15px;
}

.icon-calendar {
  font-size:30px;
  position: relative;
  top:2px;
  margin-right:15px;
}

.footer {
	text-align: center;
	color: #FFF;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}

#adm {
	float: left;
	margin-left: 20px;
}

.dibiz a {
	color: #fff;
	text-decoration: none;
}

#logo{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 175px;
	margin-left: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}
.navbar {
	min-height: 10px;
}
.navbar-default {
background: transparent;	
margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:none;
}
.navbar-default .navbar-brand {
color: #b3b3b3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
    border-bottom-color: #d9d9d9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: "Open Sans", Arial, sans-serif;
	}
.navbar-default .navbar-nav > li:last-child > a {
    border: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #8aaede;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
background-color: #fd5e00;
}
.navbar-default .navbar-toggle {
background-color: #000;
}
.navbar-default .navbar-toggle:focus {
    background-color: #fd5e00;
}
.call {
	color:#fff;
	padding-top: 10px;
}
.call p {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 24px;
}
.call a:hover {
	color:#fff;
}
.call a:focus {
	color:#fff;
}
.conPhone {
	color: #fff;
}
.conPhoneCon {
	color: #fff;
	font-size: 30px;
}

.call h3 {
	font-size: 24px;
	color:#FFF;
}
.panel-heading {
    padding: 0px;
}
.panel-heading a {
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	color: #3D3D5C;
}
.panel-heading a:focus, a:hover {
color: #FFF;
    background-color: #7858a3;
	}
.panel-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.imgs {
	border: 1px solid #547e1c;
	border-radius: 10px;
}
.galImg {
	padding-bottom: 10px;
}

.carousel-caption{
background: url(http://www.australiandiabetescouncil.com/Images/Design-Assets/herocaption.aspx);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
text-transform: uppercase;
text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.thumbnailscont{
    padding:0px 10px;
    display: table-cell;
    vertical-align: bottom;
}


.media{
    border-bottom: 1px dotted #ccc;
    -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}

.media:hover{
    background:#D7EFF6;
    cursor: pointer;

}

.thumbnails:hover{
    cursor: pointer;
}

.thumbnailscont .btn
{
    margin-bottom:10px;
}


.footerCMSListMenuUL{
  list-style: none;
  margin:0px;
  margin-bottom: 10px
}

.footerCMSListMenuUL >li {
  float:left;
  padding-right:30px;
  }

.get-social-icons{
  float:right;
}

.footer-legal{
  margin:10px 0 20px;
}
.slideshowL {
	position: relative;
}

.bxslider   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.address {
	position: absolute;
	right: 20px;
	bottom: 5px;
}
.address2 {
	display:none;
}
.address a {
	color: #FFF;
}
.address a:hover {
	background-color: transparent;
}

.face {
	position: absolute;
	right: 20px;
	top: 2px;
	z-index: 1000;
}
#back-to-top {
    background: #d0d0d0 url('../images/icon-arrow-top.png') center center no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    outline: 0;
    text-align: center;
    display: none;
    opacity: 0.85;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#back-to-top:hover {
	background-color: #176A8D;
}
.sidebar-nav {
	margin-left: -15px;
}
#galInner {
	clear: right;
	margin-top: 20px;
}



#gal h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}

.galOuter {
	/* [disabled]width: 150px; */
	min-height: 220px;
	padding: 5px;
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.gal {
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
}
.gal a {
    display: inline-block;
}
.gal a img{
	border:none
}
.clickinfo {
	/* [disabled]text-align: center; */
	margin: 0px;
	padding: 0px;
}
.galOuter .clickinfo {
	text-align: center;
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (min-width: 991px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .call {
	  display:none;
	
}

}

@media (max-width: 991px) {
	.sidenav {
        float: none;
		width:100%;
	}
    .sidebar-nav .navbar-header {
        float: none;
		width:100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
    }
    .navbar-collapse.collapse {

    }
    .sidebar-nav .navbar-nav {
        float: none!important;
    }
    .sidebar-nav .navbar-nav>li {
        float: none;
    }
	.content {
		width:100%;
	}
    .collapse.in{
  		display:block !important;
	}
  body {  

  }
}
@media (max-width: 767px) {
#logo{
	margin-left: 0px;
	width:30%;
}
.detInf {
	width: 100%;
	padding-left: 0px;
}
.detTtl {
	width: 100%;
}

  .right-block{
    margin-top:10px;
    clear: both;
  }

.thumbnailscont{
  padding:2px;
}

.carousel-caption{
  padding: 10px 5px;
  background: #222;
}

.homepagethumbnails{
    float:left;
    padding-right:2%;
    max-width:50%;
    }

  .thumbnails{
    margin-bottom:10px;
    height:auto!important;
  }

  .get-social-icons{
  float:left;
}
.main h1 {
	font-size: 36px;
	padding-top: 10px;
	font-size: 20px;
}
	.main {
		height: auto;
		margin: 0;
	}
.main h2 {
	font-size: 14px;
}

.main {

}
  .intro {
	margin-left:0px;
	
}
h1,
h2,
h3 {
  line-height: normal;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

  .thumbnails{
    height:250px;
    margin-left: 0px;
    height:auto;
    }
    
  .carousel {

}
  .span9 {
  margin-bottom: 10px;
}
  .intro {
	/* [disabled]margin-left:20px; */	
}
.main h1 {
    font-size: 40px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}
.address h4 {
	font-size: 14px;
}

}

@media (max-width: 991px){


    .container-body, .container-footer{
      box-shadow: none;
      padding:0px 2px;
    }


  .adclogo{
  margin-top:15px;
  } 
.address {
	display:none;
}
.address2 {
	text-align: center;
	display: block;
	padding-bottom: 5px;
}
.address2 span {
	vertical-align: middle;
}
.address2 a {
	color: #FFF;
}
.address2 a:hover {
	background-color:transparent;	
}
}



@media (min-width: 992px) and (max-width: 1200px) {

.main h1 {
    font-size: 40px;
}
  .carousel {
    min-height:312px;
} 
  .intro {
	/* [disabled]margin-left:20px; */	
}
.detInf {
	width: 325px;
}

.detTtl {
	width: 290px;
}

}


@media (min-width: 1200px) {
  


}

/*--icons start--*/


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'socialicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;

  margin-left: 0.2em;
  font-size: 120%;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.icon-call:before { content: '\37'; } /* '7' */
.icon-linkedin:before { content: '\4c'; } /* 'L' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-quora:before { content: '\71'; } /* 'q' */
.icon-soundcloud:before { content: '\73'; } /* 's' */
.icon-link-ext:before { content: '\f08e'; } /* 'ï‚Ž' */
.icon-calendar:before { content: 'ðŸ“…'; } /* '\1f4c5' */


#addToHomeScreen {
  z-index:9999;
  -webkit-user-select:none;
  user-select:none;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-touch-callout:none;
  touch-callout:none;
  width:240px;
  font-size:15px;
  padding:12px 14px;
  text-align:left;
  font-family:helvetica;
  background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
  border:1px solid #505050;
  -webkit-border-radius:8px;
  -webkit-background-clip:padding-box;
  color:#333;
  text-shadow:0 1px 0 rgba(255,255,255,0.75);
  line-height:130%;
  -webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
  width:268px;
  font-size:18px;
  padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
  width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width:320px;
  font-size:18px;
  padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
  position:absolute;
  background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
  border-width:0 1px 1px 0;
  border-style:solid;
  border-color:#505050;
  width:16px; height:16px;
  -webkit-transform:rotateZ(45deg);
  bottom:-9px; left:50%;
  margin-left:-8px;
  -webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius:2px;
}


#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform:rotateZ(-135deg);
  background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
  -webkit-box-shadow:inset -1px -1px 0 #fff;
  top:-9px; bottom:auto; left:50%;
}


#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing:border-box;
  position:absolute;
  right:4px;
  top:4px;
  width:18px;
  height:18px; line-height:14px;
  text-align:center;
  text-indent:1px;
  -webkit-border-radius:9px;
  background:rgba(0,0,0,0.12);
  color:#707070;
  -webkit-box-shadow:0 1px 0 #fff;
  font-size:16px;
}

#addToHomeScreen .addToHomePlus {
  font-weight:bold;
  font-size:1.3em;
}

#addToHomeScreen .addToHomeShare {
  display:inline-block;
  width:18px;
  height:15px;
  background-repeat:no-repeat;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size:18px 15px;
  text-indent:-9999em;
  overflow:hidden;
}


#addToHomeScreen .addToHomeTouchIcon {
  display:block;
  float:left;
  -webkit-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
    inset 0 0 2px rgba(255,255,255,0.9);
  box-shadow:0 1px 3px rgba(0,0,0,0.5),
    inset 0 0 2px rgba(255,255,255,0.9);
  background-repeat:no-repeat;
  width:57px; height:57px;
  -webkit-background-size:57px 57px;
  background-size:57px 57px;
  margin:0 12px 0 0;
  border:1px solid #333;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
}


@media all and (-webkit-min-device-pixel-ratio: 2) {
  #addToHomeScreen .addToHomeShare {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}

.datebox {
width: 25px;
margin:0 5px;
}

.day {
font-size: 1.8em;
}

/* Styles added by LyttleCo */
/* For Floating Images using the <figure> Tag */
figure {
	margin-top: 0
}

figure.pull-left {
	margin-left: 0;
}

figure.pull-right {
	margin-right: 0;
}

figcaption {
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
}

/* Remove highlights off footer links */
.footer a:hover {
	text-shadow: none;
	opacity: 0.8;
}

/* aligning breadcrumbs with sidebar nav */
#menuElem {
	margin-top: 5px;
}

/* add spacing below main content */
.container-body {
	padding: 10px 20px 40px;
}

/* Print-specific styles */
@media print {
	.navbar {
		display: none;
	}

	#menuElem {
		display: none;
	}

	.secondarynav {
		display: none;
	}

	.navbar-search {
		display: none;
	}

	body .container .header {
		display: block!important;
	}

	.container-footer {
		display: none;
	}

	.breadcrumbs{
		display:none;
	}

	#logo {
		width:140px;
		float:right;
	}
}

/* secondary nav updates */
ul ul, ul ol, ol ol, ol ul {
	border: 1px solid #e5e5e5;
	border-bottom: none;
	margin-left: 0;
	list-style-type: none;
}

ul ul li a, ul ol li a, ol ol li a, ol ul li a {
	padding: 8px 14px 8px 25px;
	display: block;
}

/* remove glow off homepage thumbnails */
.thumbnails {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #bebfbf;
}
	
	@media (max-width: 767px) {
	.carousel-caption {
		padding: 10px 20px;
		background: rgba(0,0,0,0.5);
	}
.header {
	height:auto;
}
.booking {
	text-align: center;
	float: none !important;	
}
.service {
	height: 190px;
	width: 135px;
	margin-right:10px;
}

}

/* correct font family on navbar */


/* New simpler sidebar subnavs */
ul li ul {
    list-style: none;
    background: #e9f4fa;
    margin: 0;
    padding: 10px 0;
}

ul li ul li {
    padding: 5px 0 5px 15px;
}

/* remove shadows off courasel */
.courasel {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	border: 1px solid #bebfbf!important;
}
@media screen and (max-width: 480px) {
.footer {
	text-align: left;
}

#footC {
	margin: 0px;
	text-align: center;
}
#adm {
	float: none;
	margin-left: 0px;
}

.dibiz {
	float: none;
	padding-right: 0px;
	text-align: center;
}

}
