@charset "UTF-8";
/* CSS Document */

/*----------------------------- Body ---------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #747c83;
	-webkit-font-smoothing: antialiased;
	webkit-tap-highlight-color: rgba(255,255,255,.4);
	overflow-x: hidden;
}
::-moz-selection {
    text-shadow: none;
    color: white;
    background-color: #00A8B6;
}
::selection {
    text-shadow: none;
    color: white;
    background-color: #00A8B6;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	color: rgb(51, 55, 64);
}
ul li {
	color: rgb(51, 55, 64);
}
footer ul li {
	color: #DBDBDB;
}
h1,.item h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: rgb(51, 55, 64);
}
.item h1 {
	color: white;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 1.8em;
	color: rgb(51, 55, 64);
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #00A8B6;
}
@media (max-width: 767px) {
	h1 {
	  font-size: 26px;
	}
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 18px;
	}
}
.full-width {
	width: 100%;
	float: left;
}
a {
	color: #00A8B6;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
}
a:hover, a:focus {
  color: #0097A3;
  text-decoration: none;
}
.btn:active, .btn.active, .btn:focus {
	border: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(245, 128, 37, 0);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgba(0, 168, 182, 0.85);
    border-color: rgba(0, 168, 182, 0.85);
}
.hr-line hr {
	margin-top: 40px;
	margin-bottom: 25px;
}
/*----------------------------- Search-bar --------------------------------*/

.input-group input {
	color: rgb(51, 55, 64);
	border-bottom-left-radius: 2px !important;
	border-top-left-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	background-color: rgb(200, 200, 200);
	border: 0px solid #8d8d8d;
	border-right: 0px;
	padding: 10px;
	-webkit-font-smoothing: antialiased;
}
.input-group .btn-default {
	color: #fff;
	position: absolute;
	right: 0px;
	line-height: normal;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	background-color: rgb(51, 55, 64);
	border: 0px solid #8d8d8d;
	border-left: 0px;
	line-height: 22px;
}
.input-group .btn-default:hover {
	color: #00A8B6;
}
.form-control:focus {
	border-color: #00A8B6;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(245, 128, 37, 0);
}
.form-control {
	color: #747c83;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.btn-primary {
	color: white;
	background-color: #00A8B6;
	border:0;
}
.btn-primary:hover {
	color: white;
}
.fancybox-skin {
	padding: 0px !important;
}
/*----------------------------- Social-icons --------------------------------*/
.social-media-icons {
	float: right;
	margin-top: 25px;
}
.social-media-icons ul {
	margin: 0;
	padding: 0;
}
.social-media-icons ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 8px;
	float: left;
}
.social-media-icons ul li a {
	color: white;
	font-size: 24px;
}
.social-media-icons ul li a img:hover {
	opacity: .5;
}
.social-media-icons .input-group {
	margin-top: 2px;
}
/*----------------------------- Navigation --------------------------------*/

.company-logo {
	padding-top: 0px;
	float: left;
	margin-top: 15px;
}
.company-logo img {
	text-align: left;
	width: 195px;
}
.navbar-nav {
	display: block;
	float: none;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	text-align: center;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
}
.navbar-inverse .navbar-nav>li>a {
  color: rgb(51, 55, 64);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #00A8B6;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #00A8B6;
	background-color: transparent;
}
.navbar {
	margin-bottom: 0px;
}
#site-nav {
	position: relative;
	background-color: black;
	background-color: #fff;
	border-color: black;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
  	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
}
#site-nav .section {
	margin: 0px;
}
.dropdown.section, .dropdown-toggle.section {
  color: #00A8B6!important;
}
.current {
  color: #00A8B6!important;
}
.fullwidth {
	float: left;
	width: 100%;
	height: auto;
}
.navbar.navbar-fixed-top {
	margin-top: 0px;
	box-shadow: rgba(0, 0, 0, 1.0) 0px 2px 2px;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-toggle {
	float: right;
	text-align: right;
	border: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: none;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
}
.dropdown-menu > li > a {
	text-align: left;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #00A8B6;
	text-decoration: none;
	background-color: black;
}
.search .dropdown-menu {
	left: -180px;
	padding: 10px 20px;
}
.search .dropdown-menu .input-group.search input {
	width: 210px;
	border: 1px solid #8d8d8d;
	border-right: 0px;
}
.search .dropdown-menu .input-group.search .btn-default {
	border: 1px solid #8d8d8d;
	border-left: 0px;
}
.search .dropdown-menu .input-group.search .btn {
	padding: 5px 12px;
}
/*----------------------------- Slider --------------------------------*/
.intro_header {
	float: left;
	width: 100%;
	height: auto;
	background: url(../img/tumblr_mq7anbQsfQ1st5lhmo1_1280.jpg) no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.carousel-caption h1 {
	color: #34ABB7;
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -2px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.carousel-caption p {
	color: #fff;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 20px;
  margin-top: 2px;
}
/*----------------------------- Content --------------------------------*/
.section {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-header {
	border: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
.intro-text {
	font-family: 'Open Sans', sans-serif;
	color: #8f8e8e;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-style: italic;
}
#intro-container {
padding-top: 50px;
padding-bottom: 50px;
background-color: #FAFAFA;
}
#intro-container p {
	font-size: 16px;
}
#intro-container h1 {
	margin-top: 0px;
	text-align: center;
	font-size: 23px;
	line-height: 33px;
	color: #333740;
	font-weight: 600;
}
.intro-title {

}
.cross {
	width: 25px;
}
.pic_sub {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 0px;
}
.portfolio-item, .column-image {
	margin-bottom: 25px;
}
.column-image {
	margin-top: 25px;
}
.pagination {
	width: 100%;
	border-radius: 2px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #00A8B6;
	border-color: #00A8B6;
}
.pagination > li > a, .pagination > li > span {
	color: #cccccc;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #00A8B6;
}
.Class-Subpage .intro_header {
	height: 10%;
}
.authorDate {
	margin-top: 0px;
}
.archiveMonths li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.google-map {
	margin-top: 15px;
}
.pager li > a, .pager li > span {
	border-radius: 2px;
}
/*----------------------------- Footer --------------------------------*/
#footer-infomation {
	background-color: #ccc;
	padding: 30px 0px;
	margin-bottom: 0;
}
#footer-infomation .input-group {
	width: 100%;
}
footer {
	background-color: rgb(51, 55, 64);
	padding-top: 45px;
	padding-bottom: 45px;
	margin:0px;
	color: #DBDBDB;
}
footer p {
	padding-top: 10px;
	font-size: 13px;
}
footer a {
	color: #747c83;
}
footer a:hover {
	color: #00A8B6;
	text-decoration: none;
}
ul.footer-nav.nav_center li {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
	text-align: center;
}
ul.footer-nav.nav_center {
	text-align: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 0px;
}

@media (max-width: 767px) {
#carousel-example-generic {
	height: 35%;
}
.carousel-caption h1 {
	font-size: 28px;
	line-height: 28px;
}
.carousel-caption p {
	font-size: 18px;
}
.dropdown-menu > li > a {
	text-align: center;
}
.pic_sub {
	padding-bottom: 30px;
}
.navbar-nav {
	margin: 0;
	background-color: ;
}
.navbar-nav {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	width: 100%;
}
.navbar-collapse{
	padding:0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #ededed;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color:#4b4b4b;
}
.input-group {
	width: 100%;
	}
.visible-xs.btn-default{
	position: absolute;
	float: right;
	right: 0px;
}
.social-media-icons {
	margin-top: 0px;
	margin-right: 5px;
	top: 0px;
	right: -45px;
}
.social-media-icons ul li {
	margin-left: 0px;
}
.intro_header {
	height: 50%;
	padding: 0;
}
.intro_header h1 {
	font-size: 65px;
	line-height: normal;
}
footer .text-left {
	padding: 0px;
	margin: 0px;
}
footer {
	padding-top: 10px;
}
#footer_infobox: {
	padding-top:20px;
}
.intro_header p {
	margin-bottom: 0px;
}
ul.footer-nav.nav_center {
	margin-top: 10px;
}
}

.lt-ie9 .navbar-inverse {
	float: left;
}

/*----------------------------- Blog Styling --------------------------------*/

.templateBlog div {
	background-color: white !important;
	border: none !important;
}

li.templateBlog {
	border: none !important;
}

h4.panel-title {
	color: #00A8B6 !important;
}

/*----------------------------- Contact Page Form Box --------------------------------*/

#Form_ContactForm {
	border: none !important;
	height: 100%;
}

fieldset {
	border: none;
	padding: 0;
}

fieldset div {
	margin-bottom: 15px;
}

/*----------------------------- Search Page Box --------------------------------*/

#searchPageBox {
}
/*----------------------------- Social-icons --------------------------------*/
.social-media-icons {
	float: right;
	margin-top: 25px;
}
.social-media-icons ul {
	margin: 0;
	padding: 0;
}
.social-media-icons ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 8px;
	float: left;
}
.social-media-icons ul li a {
	color: rgb(51, 55, 64);
	font-size: 24px;
}
.social-media-icons ul li a img:hover {
	opacity: .5;
}
.social-media-icons .input-group {
	margin-top: 2px;
}
.fa-inverse {
	color: #fff;
}

#footer a {
	color: #747c83;
}
#footer a:hover {
	color: #00A8B6;
	text-decoration: none;
}
ul#footer-nav.nav_center li {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
	text-align: center;
}
ul#footer-nav.nav_center {
	text-align: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 0px;
}

/* BUTTONS */

input.contact-form {
	border: 1px solid #ccc !important;
}

input.contact-form:hover {
	border: 1px solid #00A8B6 !important;
}

button.search-button {
	position: relative !important;
	top: -34px !important;
	right: -41% !important;
}

input.search-form {
	width: 90% !important;
}

/* ----------------------------------------------------------------------------------------------------------------
   Lewis Changes
-----------------------------------------------------------------------------------------------------------------*/
.gallery {
	margin-top: 50px;
	display: inline-block;
}

@media (min-width: 992px) {
	.gallery .portfolio-item {
		height: 195px;
	}
}

@media (min-width: 1200px) {
	.gallery .portfolio-item {
		height: 239px;
	}
}

.two-column, .3-column, .4-column, .content-side-left, .content-side-right {
	display: none;
}


.two-column {
	clear: both;
}

@media (max-width: 992px) {
	.nav > li > a {
		padding: 10px 8px;
	}
}

#Search label {
	display: none;
}

.footer-search button {
	right: -85% !important;
}

/* Sticky nav */
.sticky-nav {
	display: none;
	position: fixed;
	width: 100%;
	left: 0em;
	top: 0em;
	z-index: 100;
	background-color: #fff;
	  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.19);
}
.portfolio-item {
	overflow: hidden;
}
.portfolio-item img {
	width: 100%;
	height: inherit;
}

/* Search Results */
#SearchResults {
    list-style: none;
    padding-left: 0;
}
#SearchResults li {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#SearchResults .searchResultHeader {
	font-weight: 400;
	font-size: 24px;
}

#map {
	height: 300px;
}
.contact-page {
	margin-top: 50px;
	margin-bottom: 80px;
}
.contact-details {
}
/* ----------------------------------------------------------------------------------------------------------------
   Healthcare Otago Changes
-----------------------------------------------------------------------------------------------------------------*/
.icon-bar {
  background-color: rgb(51, 55, 64)!important;
}
.current a {
	color: #00A8B6!important;
}
.carousel-caption {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgba(195, 195, 195, 0);
}
.dropdown-menu {
  background-color: #fff;
}
.dropdown-menu>li>a {
  color: rgb(51,55,64);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #00A8B6;
  text-decoration: none;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: rgb(51, 55, 64);
}
}
@media (max-width: 767px) {
  .current > li > a{
  color: rgb(51, 55, 64);
}
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav > li > a {
  color: rgb(51, 55, 64);
}
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav > li > a:hover {
  color: #00A8B6!important;
  background-color: #fff;
}
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #00A8B6;
  background-color: transparent;
}
}
@media (max-width: 992px) {
ul#footer-nav.nav_center {
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
}
ul.footer-nav.nav_center {
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 30px!important;
}
}
.footerlogo {
	width: 195px;
}
@media (min-width: 992px) {
.footerlogo {
  float: right!important;
}
}
@media (max-width: 767px) {
	ul#footer-nav.nav_center {
	  text-align: center;
	}
	.footerlogo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

#footer-infomation {
  background-color: #62656C;
}
#footer-infomation h2 {
  color: #fff;
}
#footer-infomation p {
  color: #fff;
}
.parallaxsection {
  padding: 30px;
  margin-bottom: 30px;
  color: #fff;
}
.parallaxsection h1,
.parallaxsection .h1 {
  color: inherit;
}
.parallaxsection p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .parallaxsection {
  border-radius: 6px;
}
.parallaxsection .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .parallaxsection {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .parallaxsection {
    padding-right: 60px;
    padding-left: 60px;
  }
  .parallaxsection h1,
  .parallaxsection .h1 {
    font-size: 63px;
  }
}
.breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
@media (max-width: 767px) {
	.breadcrumb li {
		font-size: 12px;
	}
	.breadcrumb {
		margin-bottom: 0px;
	}
	h2	{
		line-height: 30px;
	}
	#TemplateSearchForm_SearchForm {
		width: 100%;
	}
}
.breadcrumb>.active {
  color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px;
    border-radius: 0 0px 0px 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.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: 0px 0 0px 0px;
    -moz-border-radius: 0px 0 0px 0px;
    border-radius: 0px 0 0px 0px;
}
@media (max-width: 992px) {
.nav > li > a {
  padding: 10px 8px;
  font-size: 12px;
}
.dropdown-menu>li>a {
  font-size: 12px;
}
}
.donate {
  background-color: #7F0E9C;
}
.input-group {
  position: relative;
  display: flex;
  border-collapse: separate;
}
#TemplateSearchForm_SearchForm_Search {
  background-color: rgb(228, 228, 228);
}
.input-group input {
  background-color: rgb(231, 231, 231);
}
.thumbnail-style img {
	width: 100%!important;
}
.staff-text {
	padding: 15px;
	background-color: #0097a6;
	min-height: 150px;
}
.staff-text h3 {
	margin: 0px;
	color: #FFF;
	font-size: 17px;
	line-height: 1.5;
}
.staff-text .position {
	margin-top: 10px;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
}


@media (min-width: 600px) {
	.staff-text {
		min-height: 110px;
	}
}
@media (min-width: 768px) {
	.staff-text {
		min-height: 160px;
	}
	.staff-text h3 {
	}
	.staff-text .position {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.staff-text h3 {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.staff-text h3 {
		font-size: 24px;
	}
}

.panel-group {
  padding: 0px;
}

.staff-tile {
	margin-bottom: 30px;
}

.margin-bottom {
	margin-bottom: 40px;
}
.image-info h2 {
       font-style: italic;
}
.image-info h2.artist-name {
   font-style: normal;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 17px;
}


.support-section {
	border-top: 5px solid rgb(0, 151, 166);
}
.support-section a {
	color: rgb(51, 55, 64);
}
.support-section a:hover {
	opacity: .8;
}
.support-section h1 {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.support-section h2 {
	color: #fff;
	font-weight: 600;
}
.support-section p {
	color: #fff;
}

.support-overlay {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: rgba(0, 151, 166, 0.79);
}

.support-section .img-circle {
  border-radius: 50%;
  /*border: 6px solid rgba(255, 255, 255, 0.20);*/
}

.support-img {
	width: 166px;
}

#RecentProjects {
	padding-top: 40px;
	padding-bottom: 50px;
}
#RecentProjects img {
	width: 100%;
}

.recentprojects-text h3 {
	margin: 0px;
	color: #FFF;
}
.recentprojects-text a {
	color: #FFF;
}
.recentprojects-tile {
	margin-top: 20px;
}
.recentprojects-text {
	padding: 30px;
	background-color: #0097a6;
}
@media (max-width: 767px) {
	.recentprojects-text h3 {
	  font-size: 17px;
	  line-height: 17px;
	}
	.company-logo img {
    width: 180px;
    margin-bottom: 18px;
	}
	.navbar-toggle {
    margin-top: 35px;
	}
	#intro-container h1 {
    font-size: 16px;
	}
	#intro-container p {
    font-size: 14px;
	}
	p {
		font-size: 14px;
	}
}
/* ------------ Advanced Image Gallery ------------*/
.gallery .modal-body {
	padding: 0px;
}
.gallery .container-fluid {
	padding-left: 0px;
}
.gallery .modal-content {
	border: none;
	border-radius: 0px;
}
button.close {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 15px;
	color: #fff;
  background-color: #00A8B6;
	text-shadow: none;
	opacity: 1;
	transition: all .2s ease-in-out;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.close:hover, .close:focus {
	color: #fff;
	opacity: 1;
	transform: scale(1.1);
}
.gallery h2 {
	margin-bottom: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.over-image {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	margin-top: 15px;
	margin-right: 30px;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 15px;
	color: #fff;
	background-color: #000;
	text-shadow: none;
	transition: all .2s ease-in-out;
}
.over-image:hover {
	opacity: 1;
	color: #fff;
	transform: scale(1.1);
}
@media (max-width: 991px) {
	.gallery .container-fluid {
		padding: 0px;
	}
	.image-info {
		padding-left: 30px;
		padding-right: 30px;
	}
}














/*---------- Staff section styles ----------*/
.OrderNote {
	clear: both;
	padding-right: 10px;
}


.OrderNote .MetaData {
	display: block;
	float: left;
	width: 80px;
	background: url(../img/client.jpg) no-repeat top center;
	margin-top: 10px;
}

.OrderNote.FromAdmin .MetaData {
	float:right;
	background-image: url(../img/supplier.jpg);
}

.OrderNote .Content {
	padding: 10px 110px;
	width: auto;
}

.OrderNote .Content textarea {
	width: 100%;
	max-width: none;
}

.OrderNote .Content .bubble
{
	position: relative;
	width: auto;
	background: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: #00A8B6 solid 1px;
	padding: 20px;

	min-height: 70px;
}

.OrderNote .Content .bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -15px;
	right: -15px;
	top: 40px;
}
.FromAdmin .Content .bubble:after {
	border-color: transparent #f7f7f7;
}
.OrderNote .Content .bubble:before
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 19px 0 19px 19px;
	border-color: transparent #00A8B6;
	display: block;
	width: 0;
	z-index: -1;
	margin-top: -19px;
	right: -16px;
	top: 40px;
}

.OrderNote.FromClient .Content .bubble:after
{
	border-width: 15px 15px 15px 0;
	right: auto;
	left: -15px;
}

.OrderNote.FromClient .Content .bubble:before
{
	border-width: 19px 19px 19px 0;
	display: block;
	right:auto;
	left: -16px;
}
.Author {
	color:#333;
}
.user-details {
	color: #999;
}
.notes .list-inline {
	margin-top: 0px;
	margin-bottom: 10px;
}
.OrderNote.FromAdmin .bubble {
	background-color: #f7f7f7;
}

.OrderNote .Content .bubble .Actions {
	text-align:right;
	margin-top: 20px;
}

a.BschoolFolder {
	font-weight: bold;
}

.overview-info .fa-ul li:nth-child(odd) {
	background: #e2e2e2;
}

.overview-info .fa-ul li:nth-child(even) {
	background: #f2f2f2;
}

.overview-info .fa-ul > li.hover {
	background: white;
}

.overview-info .fa-ul > li > .fa-ul {
	display: none;
}



.overview-info > ul.fa-ul {
	margin-left: 0;
}

.overview-info .fa-ul > li.open > .fa-ul {
	display: block;
}

.overview-info .fa-li {
	position: static;

}

.videocontent .video-js {padding-top: 70%}

.vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    width: 4em;
    height: 2.6em;
    margin-left: -2em;
	margin-top: -1.3em;
}

.video-image {
	position: relative;
}

.video-image.vjs-default-skin .vjs-big-play-button {
	font-size: 20px;
	color: white;
}

.signin-banner {
	background-color: #00A8B6;
}

.signin-text {
	color: #fff;
	font-size: 23px;
	font-weight: 100;
	line-height: 22px;
}

.signin-banner .btn.btn-primary {
    border: 1px solid #fff;
    color: #fff;
    background-color: #00A8B6;
    padding: 7px 50px;
    margin-top: 13px;
    font-size: 18px;
}

.signin-banner .btn.btn-primary:hover {
	background-color: #fff;
	color: #00A8B6;
}

#MemberLoginForm_LoginForm_Remember {
	margin-top: 6px;
}

.col-xs-12.col-sm-6.no-padding.overview-info .btn.btn-default, .col-xs-12.col-sm-6.no-padding.overview-info .btn.btn-trash, #Form_ConversationForm_action_saveNewNote, .btn.btn-default.download, .col-xs-12.col-sm-6.no-padding .btn-default, .col-xs-12.col-sm-6.no-padding .btn-trash, #Form_FolderForm_action_newFolderForm, #Form_FileForm_action_newFileForm, .ss-ui-button.btn.btn-default, .ss-uploadfield-item-delete.btn.btn-danger, #Form_EditFolderForm_action_saveFolderForm, #MemberLoginForm_LoginForm_action_logout, #Form_EditFileForm_action_saveFileForm, .col-xs-12.col-sm-6 .btn-default, .col-xs-12.col-sm-6 .btn-trash {
	border: 1px solid #00A8B6;
	color: #00A8B6;
	font-size: 16px;
	background-color: transparent;
	font-weight: lighter;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 5px !important;
	font-weight: 600;
}

.col-xs-12.col-sm-6.no-padding.overview-info .btn.btn-default:hover, .col-xs-12.col-sm-6.no-padding.overview-info .btn.btn-trash:hover, #Form_ConversationForm_action_saveNewNote:hover, .btn.btn-default.download:hover, .col-xs-12.col-sm-6.no-padding .btn-default:hover, .col-xs-12.col-sm-6.no-padding .btn-trash:hover, #Form_FolderForm_action_newFolderForm:hover, #Form_FileForm_action_newFileForm:hover, .ss-ui-button.btn.btn-default:hover, .ss-uploadfield-item-delete.btn.btn-danger:hover, #Form_EditFolderForm_action_saveFolderForm:hover, #MemberLoginForm_LoginForm_action_logout:hover, #Form_EditFileForm_action_saveFileForm:hover, .col-xs-12.col-sm-6 .btn-default:hover, .col-xs-12.col-sm-6 .btn-trash:hover {
	border: 1px solid #00A8B6;
  background-color: #00A8B6;
	color: #fff;
	opacity: 1;
}

#Note .input-group {
	width: 100%;
}

.col-xs-12.col-sm-6.no-padding.overview-info > p > strong, .col-xs-12.col-md-9.overview-info > p > strong {
	color: #00A8B6;
}

.ConversationFieldLayout {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.OrderNote .Content .bubble {
	padding: 7px 17px 8px;
}

.notes .list-inline {
	margin-bottom: 0px;
	font-weight: 400;
}

.OrderNote .MetaData {
	line-height: 22px;
}

.col-xs-12.col-sm-6.add-folder, .col-xs-12.col-sm-6.add-file {
	padding-left: 0px;
	margin-top: 10px;
}

.col-xs-12.col-sm-6.add-folder h2, .col-xs-12.col-sm-6.add-file h2 {
	margin-bottom: 10px;
}

#Form_FolderForm .input-group {
	width: 80%;
}

.add-list i, .add-list a {
	color: #00A8B6;
}

.fa-ul > li:last-child i, .fa-ul > li:last-child a {
	color: #00A8B6;
	font-weight: 500;
}

.fa-ul {
	margin-left: 0px;
}

.view-more.pull-right {
	padding-right: 10px;
}

.ss-uploadfield-item {
	font-size: 15px;
}

.ss-uploadfield-item-name {
	color: #333;
	font-weight: 400;
}

.ss-uploadfield .ss-uploadfield-item {
	padding-left: 0px;
}

.ss-uploadfield-item-info #Form_FileForm_S3FileID {
	text-decoration: underline;
}

.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name .name {
	padding-bottom: 3px !important;
}

.ss-uploadfield-item.ss-uploadfield-addfile {
	padding-bottom: 0px;
}

.ss-uploadfield-item-preview.ss-uploadfield-dropzone.ui-corner-all {
	margin-bottom: 0px;
}

.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-preview {
	height: auto;
}

.ss-uploadfield-item-preview.preview img {
	height: auto;
}

.col-sm-9.col-xs-12.crispy-holder {
	padding-left: 0px;
}

.crispy-bite-summary.col-xs-12.col-sm-6 h2 {
	border-top: 5px solid #00A8B6;
	padding-top: 10px;
}

.col-xs-12.col-sm-6.no-padding h2 {
	margin-bottom: 10px;
}

.MetaData > img {
	margin-bottom: 5px;
    width: 100%;
}

.MetaData {
	text-align: center;
}

.bubble {
    line-height: 22px;
}

.overview-info .fa-ul li:nth-child(odd) {
    background: transparent;
    border-bottom: 1px solid #333740;
}

.overview-info .fa-ul li:nth-child(even) {
    background: transparent;
    border-bottom: 1px solid #333740;
}

.fa-ul li:last-child {
	border-bottom: 0px !important;
}

.col-xs-12.col-md-9.overview-info {
	margin-top: 10px;
}

.open .fa-ul {
	padding-left: 10px;
}

.document-para {
	line-height: 5px;
}

.fa-ul li a {
	font-size: 18px;
	font-weight: 400;
}

.fa-ul li {
	padding: 5px 0;
}

.col-xs-12.col-md-9.overview-info > .fa-ul {
	margin-bottom: 3em;
}

.open > .fa-ul {
	margin-top: 0px;
}

.view-more.pull-right.detail-style {
	font-weight: 100;
}

.col-xs-12.col-sm-6.no-padding.overview-info .fa-ul {
	margin-bottom: 40px;
}

.col-xs-12.no-margin {
	padding-left: 0px;
}

#Form_EditFolderForm_Description_ifr, #Form_EditFileForm_Description_ifr {
	height: 250px !important;
}

#Form_EditFolderForm_Description_tbl, #Form_EditFileForm_Description_tbl {
	height: 325px !important;
}

#Form_EditFolderForm_Title, #Form_EditFileForm_Title {
	width: 482px;
}

#Form_EditFolderForm_Title:active, #Form_EditFolderForm_Title:focus, #Form_EditFileForm_Title:active, #Form_EditFileForm_Title:focus {
	border: 1px solid #00A8B6;
}

.fa-ul > li:hover {
    background-color: rgba(255,255,255,.6) !important;
}

.chat-section {
	padding-left: 0px;
}

.col-xs-12.col-sm-6.second-column {
	padding-left: 0px;
}

.open .fa-ul li {
    padding-left: 17px;
}

.open .fa-ul {
    padding-left: 0px;
}

/*upload section */
#S3FileID .left {
	display: none;
}

.ss-uploadfield .ss-uploadfield-files .ss-uploadfield-item-editform iframe {
	display: none;
}

.ss-uploadfield-item-status.ui-state-success-text {
	display: none;
}

.ss-uploadfield-item-cancel.cancel, .ss-uploadfield-item-cancel.progress, .ss-uploadfield-item-cancel.overwrite {
	display: none;
}

/**********************/

.doc-page {
	margin-top: 20px;
}

.col-xs-12.col-md-9.overview-info .fa {
	color: #00A8B6;
}

.carousel-indicators {
	bottom: 40px;
}

.signin-section {
  background-color: #00A8B6;
  color: #fff;
  font-size: 25px;
  font-weight: lighter;
  padding: 20px;
	text-align: center;
}

.btn.btn-primary.signinbtn {
	border-radius: 0px;
	background-color: #fff;
	width: 100%;
	color: #00A8B6;
	font-size: 20px;
	border: 2px solid #fff;
}

.btn.btn-primary.signinbtn:hover {
	border: 2px solid #00A8B6;
}

#Form_FolderForm_Title:active, #Form_FolderForm_Title:focus {
	border: 1px solid #00A8B6;
}

.video-image.vjs-default-skin {
	height: 204px;
	min-width: 100%;
}

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

	.col-xs-12.col-sm-6.add-folder {
		margin-top: 30px;
	}
}

@media Screen and (max-width: 520px) {

	.OrderNote.FromClient .Content {
		width: 450px;
	}
}

.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 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.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:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.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;}

/* Staff section override styles */
.page-header-btn .sign {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	border: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(245, 128, 37, 0);
  background-color: #ebebeb;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.page-header-btn .sign:hover, .page-header-btn .sign:hover {
	background-color: #333740;
	color: #fff;
}
.social-media-icons .bootstrap-select {
	margin-top: 6px;
}
.social-media-icons .bootstrap-select .dropdown-menu li a {
	font-size: 14px;
}
.social-media-icons .bootstrap-select .dropdown-menu>.active>a, .social-media-icons .bootstrap-select .dropdown-menu>.active>a:hover, .social-media-icons .bootstrap-select .dropdown-menu>.active>a:focus {
  color: #00A8B6;
	background-color: transparent;
	font-weight: 600;
}
#content-container {
	line-height: 30px;
	font-size: 16px;
}
.sub-pages i {
	margin-left: -40px;
	list-style: none;
	margin-right: 10px;
	margin-top: 5px;
}
.sub-pages li {
	list-style-type: none;
}
@media (max-width: 991px) and (min-width: 768px) {
	#site-nav .social-media-icons .bootstrap-select {
		width: 150px;
	}
	.nav > li > a {
    letter-spacing: 0px;
	}
}
#content-container .breadcrumb>.active {
  color: #747c83;
}
.margin-bottom {
	margin-bottom: 40px;
}
