@import url("bootstrap.min.css");

.sb-search {
	position: absolute;
	width: 0%;
	min-width: 35px;
	height: 35px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	top: 0px;
	right: 0;
	margin-top: 0;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 35px;
	margin: 0;
	z-index: 10;
	padding: 0 10px;
	font-family: inherit;
	font-size: 18px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #0D3192;
}

.sb-search-input:-moz-placeholder {
	color: #0D3192;
}

.sb-search-input::-moz-placeholder {
	color: #0D3192;
}

.sb-search-input:-ms-input-placeholder {
	color: #0D3192;
}

.sb-search .glyphicon-search,
.sb-search-submit  {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-search .glyphicon-search {
	color: #fff;
	background: #444C9F;
	z-index: 90;
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 450px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 1200px){
	.container {
		max-width: 970px;
	}
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  /* The html and body elements cannot have any padding or margin. */
}

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

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  margin-top: 100px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

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

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

#footer ul { 
  list-style: none; 
}

.calendar_infowindow {
  width: 100%; 
  min-height: 100px; 
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: 50;
  display: none;
}

/* x-editable */
.editable.richtext img {
  max-width: 100%;
}

.editable-input .select2-container {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}


/* ACTUAL SITE */

.pull-top {
	margin-top: -1em;
	display: block;
	margin-bottom: 1em;
}

.btn {
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle;
	text-transform: lowercase;
/*	border-radius: 0px;*/
/*	margin-bottom: 10px;
	margin-top: 10px;*/
}
.btn.margin {
	margin: 1em 0;
}
/*.btn-sm {
	font-size: 15px;
}*/
.btn .fa {
	font-weight: bold;
	margin-left: 10px;
}
.btn .fa.fa-angle-left {
	margin-left: 0;
	margin-right: 10px;
}
.btn.gallery-back {
	margin-bottom: 15px;
}
.btn-primary{
	border-radius: 4px;
}

.btn-primary, .btn-primary:hover {
	background-color: #444C9E;
	border-color: #444C9E;
}
.btn-danger, .btn-danger:hover {
	background-color: #CE4038;
	border-color: #CE4038;
}
.input-group .btn {
	color: #0E3192;
	background-color: #B7C1DB;
}
.input-group * {
	border-color: #0E3192;
	border-radius: 0;
}
.input-group input {
	height: 39px;
}
.newsletter .input-group input {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.logo-link {
	float: left;
	position: relative;
	z-index: 100;
}
.top-logo {
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 72px;
	/* background: url(images/awa-logo.png) no-repeat left top; */
	margin: 30px 0 0 10px;
}
.top-nav-item {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #333;
	font-size: 14px;
	font-weight: 700;
	height: 35px;
	display: inline-block;
	float: left;
	line-height: 35px;
}
.top-nav-item.red {
	text-decoration: none;
}
#msMiniCart {
	height: 35px;
	float: left;
	margin-right: 45px;
	line-height: 35px;
	font-family: "Open Sans", sans-serif;
}
#msMiniCart h5 {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
ul.nav li.dropdown:hover > .dropdown-menu {
    display: block;    
}
ul.nav li.dropdown.active:hover > .dropdown-menu {
	display: none;
}
.main-nav {
	position: relative;
	z-index: 1;
}
.navbar-nav {
	float: right;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	color: #000;
	font-weight: 700;
}
header.stuck {
	position: fixed;
	width: 100%;
	margin-top: -70px;
	z-index: 1000;
	background-color: #fff;
}
header.stuck .top-logo {
	height: auto;
}
header.stuck .top-logo img {
	height: 40px;
	margin-top: 60px;
	position: relative;
	bottom: -15px;
}
header.stuck .dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	padding-bottom: 18px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #D04037;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
	color: #D04037;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #D04037;
	background-color: transparent;
}
.nav>li>a, .nav>li {
	position: static;
}
.navbar-default .container {
	position: relative;
	height: 50px;
}
.dropdown-menu {
	left:0;
	position: absolute;
	border-radius: 0;
	top: 58px;
	box-shadow: none;
	border: none;
	padding: 0 0;
	width: 100%;
	background-color: #ededed;
	border-top: 4px solid #D04037;
	z-index: 100;
}
.dropdown-menu > div:first-child {
	margin-left: -15px;
}
.dropdown-menu ul {
	list-style: none;
	padding: 10px 0;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	margin-right: 20px;
	min-height: 250px;
}
.dropdown-menu ul a {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: none;
	padding: 5px 20px;
	color: #333;
	display: block;
}
.horizontal-submenu {
	background-color: #D04037;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: justify;
	font-size: 0.1px;
	padding: 0 15px 0;
}
.horizontal-submenu ul {
	padding-left: 0;
	list-style: none inside none;
	width: 100%;
}
.horizontal-submenu ul:after {
	width: 100%;
	content: '';
	display: inline-block;
}
.horizontal-submenu ul li {
	display: inline-block;
	position: relative;
}
.horizontal-submenu ul li a {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	line-height: 50px;
	padding: 0 5px;
}
.horizontal-submenu ul li.active a {
	font-weight: 700;
}
.horizontal-submenu ul li a:hover {
	text-decoration: none;
	color: #efc4c6;
}
.navbar-default {
	background-color: transparent;
	border-bottom: 4px solid #D04037;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-default.redbar {
	border-bottom-width: 50px;
}
.menu-callout-item {
	padding: 20px 15px;
}
.menu-callout-item img {
	border: 1px solid #ccc;
}
.menu-callout-item a h3 {
	color: #333;
	font-size: 20px;
	text-transform: none;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
#homepage-carousel, #homepage-carousel .item img {
	width: 970px;
}


#homepage-carousel {
	max-height: 415px;
	overflow: hidden;
	z-index: 0;
	margin: 0 auto;
}

.carousel-caption {
	bottom: auto;
	top: 65px;
	right: auto;
	text-align: right;
	width: 930px;
	left: 50%;
	margin-left:-465px;
}
.carousel-caption h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 60px;
	font-family: "Open Sans", sans-serif;
	text-shadow: 2px 2px 10px black;
}
.carousel-caption h2 {
	font-weight: 700;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	width: 400px;
	margin-left: 530px;
	text-shadow: 1px 1px 5px #333;
}
.carousel-indicators {
	width: 930px;
	margin-left: -465px;
}
.carousel-indicators a {
	display: block;
	background-color: #fff;
	color: #666;
	height: 40px!important;
	line-height: 40px!important;
	cursor: pointer;
	font-size: 18px;
}
.carousel-indicators a.active {
	width: 25%;
	font-weight: bold;
	color: #fff;
	background-color: #444C9F;
}
.carousel-indicators .active:after{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(68, 76, 159, 0);
	border-bottom-color: #444C9F;
	border-width: 10px;
	margin-left: -10px;
}
.homepage-block {
	padding: 20px 0;
}
.homepage-block.image-fixed-height {
	height: 400px;
}

.homepage-block .btn.btn-primary.btn-sm{
	margin-top: -15px;
}

.homepage-block.advertisement a img, .block.advertisement a img {
	max-height: 200px;
	margin: 0 auto;
}

.block.advertisement a img {
	margin-bottom: 20px;
}

div.blue-bg.homepage-block .container {
min-height: 250px;
background-repeat: no-repeat;
background-position: center right;
}
.introtext {
	padding: 15px;
	font-size: 20px;
}
p.introtext {
	padding: 20px 0;
}
h2 {
	font-weight: 300;
	font-size: 45px;
	font-family: "Open Sans", sans-serif;
}
h3 {
	font-weight: 300;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.with-button {
	display: inline-block;
}
.with-button + .btn {
	margin-left: 30px;
}
.no-margin {
	margin: 0;
}
.blue-bg {
	background-color: #ECECF4;
}
.main-nav {
	margin-top: -35px;
}
.navbar-nav {
	margin-top: 5px;
}
.spotlights-item .title {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin-top: 10px;
}
.bg-darkblue {
	background-color: #453779;
}
.bg-purplegrey {
	background-color: #F5F5F9;
}
.blue {
	color: #453779;
}
.credit {
	font-size: 12px;
	font-weight: 400;
}
footer {
	color: #fff;
	font-weight: 700;
	line-height: 18px;
}
footer .input-group {
	margin-top: 5px;
}
footer .input-group input {
	height: 39px;
	border-radius: 0;
}
footer .input-group button {
	border-radius: 0;
	border-color: #453779;
	background-color: #B7C1DB;
	height: 40px;
	border-top: none;
	width: 40px;
}
footer .input-group button .fa {
	margin-left: 5px;
}
.footer-icon {
	background: url(images/footer-icons-sprite.png) no-repeat left top;
	width: 34px;
	height: 34px;
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
}
.awa-fb .footer-icon {
	background-position: left top;
}
.wow-fb .footer-icon {
	background-position: left -34px;
}
.awa-yt .footer-icon {
	background-position: left -68px;
}
.footer-links {
	color: #fff;
	font-weight: 700;
	line-height: 18px;
	margin-top: 1.5em;
}
.footer-links > div {
	max-width: 160px;
}
footer > div {
	padding: 15px 0;
}
footer > div:first-child {
	padding: 30px 0 0;
}
footer ul {
	padding-left: 0;
	margin-top: 15px;
}
footer li {
	display: inline-block;
}
footer li a {
	padding-right: 15px;
	color: #453779;
	font-size: 14px;
}
footer li a:hover {
	color: #453779;
	text-decoration: underline;
}
footer li img {
	vertical-align: middle;
	display: inline-block;
}
.breadcrumb {
	background-color: transparent;
/*	padding-left: 0;*/
}
.breadcrumb a, .breadcrumb span {
	font-size: 12px;
}
.breadcrumb span {
	color: #453779;
	font-weight: 700;
}
.breadcrumb>li+li:before {
	color: #666;
	padding: 0 0 0 5px;
}
/*.section {
	margin-top: 30px;
}*/
/*.overview-item .bg-purplegrey {
	padding: 5px 5px 10px;
	height: 100%;
	display: table-row;
}*/
.overview-item
{
padding-left: 0;
/* padding-right: 15px; */
display: table-cell;
float: none;
vertical-align: top;
height: 100%;
background: #F5F5F9;
/* margin-right: 15px; */
/*border-right: 15px white solid;*/
}
.overview-item img 
{
	width: 100%;
/*	border:3px #F5F5F9 solid;*/
	border: 1px solid #ccc;
	margin-top: 3px;

}
.overview-item h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #453779;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
	margin:0;
	text-transform: capitalize;
}
.overview-item p,.overview-item .bg-purplegrey div {
	margin: 10px 15px 0;
	display: block;
	font-size: 15px;
	min-height: 105px;
	padding: 0 0 10px;
}
.overview-item .learn-more {
	display: block;
}
.red {
	color: #D03F37;
}
a.red {
	text-decoration: underline;
}
a.red.no-underline {
	text-decoration: none;
}
.banner-image {
	position: relative;
}
.banner-image h1 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	position: absolute;
	bottom: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	margin-bottom: 0;
}
.richtext p {
	margin-bottom: 1.5em;
}
.richtext .links-list p {
	margin-bottom: 0.75em;
}
.richtext ul {
	list-style: outside;
	margin-left: 20px;
	padding-left: 0;
	margin-bottom: 1.5em;
}
.richtext ul li p 
{
	margin: 0;
}
.richtext ul li {
	position: relative;
	left: 20px;
	padding-right: 20px;
	margin-bottom: 4px;
}
.article-image {
	margin-right: 10px;
	margin-bottom: 30px;
}
.article-image.president .caption p {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 5px;
}
.article-image.president .caption a {
	color:#0C3192;
	position: relative;
	z-index: 100;
}
.article-image.president .caption a .fa {
	margin-left: 10px;
}

/* BOARD */

.board.panel {
	border: none;
}
.board .panel-heading {
	background-color: transparent;
	border: none;
}
.board h3.panel-title {
	font-size: 32px;
}
.board .media-body h4, .board .media-body h5, .board .media-body h6, .board h4 {
	margin: 0;
}
.board .media-body h5, section h5, .richtext h5 {
	color: #0D3192;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
}
.board .media-body h4, .board h4, .forum-topic-item h6, .forum-post h6 {
	font-size: 18px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	line-height: 22px;
}
.board .media-body h6, section h6 {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
}
.board .media-body h6 a {
	color: #D03F37;
}
.board .media-body a {
	text-decoration: underline;
}
.board .media-body p {
	font-size: 13px;
	margin-top: 1em;
}
.board-img{
	max-width: 160px;
	max-height: 140px;
	border: 1px solid #ccc;
}

.modal-body .media-body .btn {
	text-decoration: none;
	margin-bottom: 1em;
}
.modal-body .richtext {
	margin-top: 1em;
}
.modal-content {
	border-radius: 0;
	border: 1px solid #D03F37;
}
.modal-body {
	padding: 25px;
}
.modal-dialog {
	padding-top: 45px;
}
.modal button.close {
	position: absolute;
	z-index: 200;
	opacity: 1;
	color: #fff;
	top: 4px;
	right: -15px;
	font-size: 38px;
}

section {
	margin-bottom: 50px;
}

.news.panel {
	border-radius: 0;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}
.news.panel > div {
	padding-left: 0;
	padding-right: 0;
}
.news.panel .panel-heading {
	background-color: transparent;
	border-bottom: 0;
	padding-bottom: 0;
}
.news.panel .panel-heading h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
}
.news.panel .panel-body {
	padding-top: 0;
}
.news.panel .panel-body p.date, p.date {
	font-size: 13px;
	font-weight: 700;
	color: #666;
}
.pageNav {
	list-style: none inside none;
	padding-left: 0;
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}
.pageNav li {
	display: inline-block;
	font-size: 18px;
}
.pageNav li .active, .pageNav li a {
	padding: 0 5px;
}
.pageNav li .active {
	font-weight: 700;
	color: #0C3192;
}
.pageNav .control {
	position: absolute;
	top: 0;
	color: #0C3192;
}
.pageNav .control.next {
	right: 0;
}
.pageNav .control.prev {
	left: 0;
}
h1 {
	font-family: "Open Sans", sans-serif;
}

.caption {
	margin-top: 0.5em;
}
.prevnext {
	font-size: 13px;
	color: #D03F37;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 70px;
	clear:both;
}
.prevnext a {
	text-decoration: underline;
}
.prevnext .fa {
	margin: 3px 5px;
}
.btn.btn-primary ,div.buttons .btn.btn-danger{
	margin-right: 10px;margin-bottom: 10px;
	border-radius: 4px;
}
.homepage-block .btn.btn-primary
{
	margin-bottom: 0;
}
.form-horizontal .form-group .btn.btn-primary
{
	margin-bottom: 0;
}
.buttons a /*dirty fix*/
{
	display: none;
}
.single-activity .buttons
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 15px;
	margin-bottom: 15px;

}
.single-activity .buttons .btn
{
	margin-bottom: 0 !important;
}
.accordion {
	margin-bottom: 2em;
}
.accordion .panel{
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.accordion .panel .panel-body {
	padding-left: 0;
	padding-right: 0;
}
.accordion .panel .panel-heading {
	background-color: #B7C1DB;
	color: #0E3192;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border-radius: 0;
	padding: 0;
}
.accordion .panel .panel-heading a {
	padding: 10px 15px;
	display: block;
}
.accordion .fa-chevron-up {
	display: block;
}
.accordion .closed .fa-chevron-up {
	display: none;
}
.accordion .fa-chevron-down {
	display: none;
}
.accordion .closed .fa-chevron-down {
	display: block;
}
.accordion .panel .panel-title {
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}
.google-map {
	margin-bottom: 20px;
}
.google-map iframe {
	width: 100%;
	border: 5px solid #fff;
	outline: 1px solid #ccc;
}
.richtext a {
	color: #D04037;
}
.richtext .panel-title>a
{
	color:inherit;
}
.richtext ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.richtext ol > li {
  counter-increment: customlistcounter;
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
}
.richtext ol > li:before {
  content: counter(customlistcounter) " ";
  font-weight: bold;
  float: left;
  width: 15px;
  position: absolute;
  left: 2px;
}
.richtext ol:first-child {
  counter-reset: customlistcounter;
}

dl {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}
dl address {
	margin-bottom: 0;
}
dt {
	color: #0E3192;
}
.border-top {
	border-top:1px solid #eee;
}
.border-bottom {
	border-bottom:1px solid #eee;
}
.forms ul a {
	color: #D03F37;
	text-decoration: underline;
}
.tabs {
	margin-top: 2em;
}
.nav-tabs {
	border-bottom: 5px solid #B7C1DB;
}
.nav-tabs li {
	padding: 0;
}
.nav-tabs>li>a {
	border-radius: 0;
	margin-right: 0;
	border: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #B7C1DB;
	font-weight: 700;
	text-align: center;
	border-left: 1px solid #ccc;
	color: #666;
}
.nav-tabs>li>a:hover {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #B7C1DB;
	background-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #0E3192;
	background-color: #B7C1DB;
	border: none;
	border-bottom: 1px solid #B7C1DB;
	border-top: 1px solid #B7C1DB;
}
.tab-pane {
	padding: 30px 0;
}
.tab-pane img {
	padding: 0 15px 15px 0;
}

.travelogue-item {
	margin-bottom: 30px;
}
.travelogue-item h5 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin: 0;
}
.travelogue-item h6 {
	font-size: 13px;
	font-weight: 700;
	color: #666;
	margin: 0;
}
.travelogue-item p, .travelogue-item a {
	font-size: 13px;
	margin-bottom: 0;
}

.tablelist {
	border: 1px solid #ccc;
}

.tablelist td, .tablelist th {
	padding: 10px;	
}
.tablelist td {
	border-bottom: 1px solid #ccc;
}
.tablelist thead {
	background-color: #EDEDED;
	color: #0E3192;
	padding: 4px 0;
}


#wrap.push 
{
	overflow:hidden;
}





.share-buttons {
	margin-top: 30px;
}
.fb-like>span {
	vertical-align: top !important;
}
.twitter-share-button {
	padding-left: 10px;
	margin-left: 5px;
	border-left:1px solid #666;
}
.addthis_toolbox {
	display: inline-block;
	padding-left: 10px;
	margin-left: 0px;
	border-left:1px solid #666;
	height: 20px;
	margin-top: 4px;
}
.addthis_toolbox .fa {
	vertical-align: top;
	margin-top: 2px;
}
.addthis_button_email {
	vertical-align: top;
	font-size: 13px;
}

/* FORUMS */

.mt_avatar {
	display: none;
}
#mt_conversationBody .mt_post {
	padding-left: 0 !important;
}
[class*=bbcode-] span {
	width: 27px !important;
	height: 26px !important;
}
.mt_scrubberColumn {
	display: none;
}
.mt_thing {
	border: 1px solid #0E3192 !important;
	border-radius: 0 !important;
}
#mt_conversationPosts .mt_postContent {
	border: none !important;
}
.mt_hasScrubber {
	margin-right: 0 !important;
}
#mt_conversationPosts .mt_postContent .mt_postHeader, #mt_conversationPosts .mt_postContent .mt_postBody {
	padding-left: 0;
}
#mt_conversationPosts .mt_controls {
	display: none;
}
#mt_mtCommentLatest .mt_latcomment_item {
	display: none !important;
}
#mt_conversationBody #mt_cf_conversationReply .mt_post {
	overflow: visible !important;
}
.mt_postContent {
	position: relative;
}
#mt_conversationPosts .mt_postContent .mt_info h3 {
	font-weight: 700 !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: none !important;
	font-size: 16px !important;
	color: #0D3192 !important;
}
#mt_cf_conversationReply .mt_postContent .mt_info h3 {
	position: absolute;
	top: -40px;
	left: 0;
	font-style: normal !important;
	font-size: 28px !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 300 !important;
}
#mt_conversationBody .mt_postContent:before, .mt_postContent:after {
	content:none !important;
}
#mt_conversationBody .mt_post .mt_postBody textarea {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	padding-top: 10px !important;
}
.mt_button {
	font-family: "Open Sans", sans-serif;
	font-size: 16px !important;
}
.forum-topic-item {
	margin-bottom: 1em;
}
.forum-topic-item img 
{
	border:1px #ccc solid;
}
.forum-topic-item h6 {
	margin-bottom: 0.25em;
}
.forum-topic-item p {
	font-size: 12px;
}
.forum-post {
	font-size: 13px;
}
.forum-post h6 {
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0.25em;
}
.forum-post p {
	margin-bottom: 0;
}
.forum th {
	font-size: 14px;
}
label {
	font-size: 16px;
}

.forum-thread p, .mt_postBody {
	font-size: 14px;
}

.jumbotron.login {
	background-color: #fff;
	border: 1px solid #D04037;
	border-radius: 0;
	padding: 0 15px 15px;
}
.jumbotron.login hr {
	border-color: #D04037;
}
.jumbotron.login input {
	border-color: #0D3192;
	border-radius: 0;
}
#loginModal .modal-dialog {
	max-width: 400px;
}
#loginModal .modal-body {
	padding: 0 30px 15px;
}
.normal-case {
	text-transform: none !important;
}
.login-link.media {
	margin: 0 0 15px;
	display: table;
}
.login-link.media img {
	width: 80px;
	height: 80px;
}
.login-link.media .media-object, .login-link.media .media-body {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	text-align: left;
	width: 100%;
}

.home-stat-callout .number-callout-caption {
	font-weight: 700;
	text-align: center;
	display: block;
}

.home-stat-callout .number-callout {
	font-size: 50px;
	color: #30416E;
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 40px 0;
	margin-bottom: 15px;
	line-height: 60px;
	background-size: cover;
}
.home-stat-callout .number-callout-1 {
	background: url(images/members.png) no-repeat center center;
}
.home-stat-callout .number-callout-2 {
	background: url(images/nationalities.png) no-repeat center center;
}
.home-stat-callout .number-callout-3 {
	background: url(images/years-in-hk.png) no-repeat center center;
}
.home-stat-callout .number-callout-4 {
	background: url(images/activities.png) no-repeat center center;
	font-size: 30px;
	color: #fff;
	position: relative;
	line-height: 60px;
	text-align: right;
	padding-right: 35px;
	padding-top: 72px;
	padding-bottom: 8px;
}

.community-discount-item {
	margin-top: 25px;
}

.btn-group.select {
	width: 100%;
}
.btn-group.select > button {
	border-radius: 0;
	font-weight: 400;
	border-color: #0E3192;
}
.select.open .dropdown-toggle.btn-default {
	background-color: #B7C1DB;
	color: #0E3192;
	border-color: #0E3192;
}
.select .dropdown-menu {
	border-top: none;
	top: 37px;
}
.select .dropdown-toggle {
	background-color: #B7C1DB;
	color: #0E3192;
}
.select .dropdown-menu li {
	background-color: #fff;
}
.select .dropdown-menu li a {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px #94A0C2 solid;
	border-top: none;

}
.select .text {
	text-align: left;
}
.select .text:hover {
	background-color: #fff;
}


/*------- social button align -------*/
.share-buttons .fb_iframe_widget {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.share-buttons .addthis_toolbox{
	margin-top: 0;
	vertical-align: top;	
}
.share-buttons {
	line-height: 20px;
}
.share-buttons .addthis_toolbox .fa
{
	margin-top: 4px;
}

/*------- member login top nav -------*/
header .top-nav
{
	padding-bottom: 20px !important;
}
.top-nav-item-loggedIn
{
	position: relative;
	font-weight: normal;
}
.top-nav-item-loggedIn .fa-angle-down
{
	color: #D04037;
	font-size: 20px; 
	vertical-align: middle;
}
span.list {
	display: none;
	position: absolute;
	left: -22px;
	top: 41px;
	z-index: 10;
	background: white;
	width: 230px;
	border: 1px #D04037 solid;
}
span.list a {
    display: block;
    background: white;
    padding: 0px 20px;
}
span.list hr {
    margin: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left span:before, .carousel-control.right span:before {
	color: #666;
}
.travelogue-carousel .carousel-inner {
	width: 600px;
	margin: 0 0 0 30px;
	float: right;
}


/*------- table style fixing -------*/
.richtext table p
{
	margin: 0;
}
.col-sm-5.pull-left {
	min-height: 0px;
}

/*------- office_staff -------*/
.office_staff .col-sm-6.row.board 
{
	margin-bottom: 20px;
}

/*------- xedit fix -------*/
.combodate .form-control
{
	display: inline-block !important;
}

.introtext.homepage-block .col-sm-7.col-md-7
{
	margin:0 32px 0 46px ;
}

/* typeahead */
.twitter-typeahead
{
	width: 100%;
}
.tt-dropdown-menu 
{
	background-color: rgb(216, 227, 255);
	padding: 5px 15px;
	font-size: 14px;
	border: 1px solid rgb(14, 49, 146);
	width: 100%;
}

/* comment post hide code */
.bbcode-fixed 
{
	display: none !important;
}

/* awa magazine */
.grid-wrapper {width: 780px;}
#grid-container {margin: 0 auto;}
#grid-container .item { width: 140px; margin-bottom: 20px; overflow: hidden;}
#grid-container .item:hover div.item__overlay { opacity: 1;}
#grid-container .item.w2 { width: 300px; }
#grid-container div.item__overlay {
position: absolute;
bottom: 0px;
left: 0;
background: rgba(255,255,255,0.8);
width: 100%;
padding: 20px 10px;
text-align: center;
opacity: 0;
transition:opacity 300ms linear;
}
#grid-container div.item__overlay 
{
	font-size: 13px;
	color: #666666;
}
#grid-container div.item__overlay strong
{
	color: #C31F25;
	margin: 0 5px;
}

ul.pageList {
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}
ul.pageList li {
    display: inline-block;
    margin: 0 10px;
}
ul.pageList li a {
    color: #666666;
    font-size: 18px;
}
ul.pageList li a.active {
    color: #0C3192;
}

section .btn-group .btn-default.text
{
font-size: 15px;
line-height: 25px;
}
.top-nav-item-loggedIn span.list
{
	z-index: 9999;
}

.social-media-icon{
	font-size: 20px;
	color: #453779;
	margin-right: 5px;
}

.breadcrumb-share{
	float:right;
	margin-top: -30px;
}

.fact-sheet h6 p{
	margin: 0px;
}

.fact-sheet h5, .fact-sheet h6{
	margin-top: 5px;
	margin-bottom: 5px;
}

.no-margin-bottom{
	margin-bottom: 0px;
}

.contact-info dl.narrow-row{
	margin-bottom: 0px;
}

.btn-group>.btn+.dropdown-toggle
{
	line-height: 25px;
}

.table-wrapper{
	display: table;
}
.table-wrapper .table-cell
{
	display: table-cell;
}

.ms2-message-success {
    background: white !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    border: 1px #D04037 solid;
    color: #333;
    width: 450px !important;
    padding:  60px 30px 30px !important;
    height: 200px !important;
}
.ms2-message-success p {
	margin-bottom: 1.5em;
}
.ms2-message-success .clearfix {
	padding: 0 35px;
}
.ms2-message-success .btn {
    margin-top: 15px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
z-index: 99;
float: right;
font-weight: bold;
font-size: 1em;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-size: 38px !important;
position: absolute;
right: 6px;
top: -8px;
border: 0;
background: none;
}
.jGrowl-notification
{
	position: relative;
}

div.calendar-wrapper
{
	margin: 0 auto;
}

.children-age-label{	
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#as0_advsea-form + .btn.btn-danger{
	margin-top: 2px;
}

.loginFP
{
	margin-bottom: 40px;
}

div#article-slider {
	width: 800px;
	margin: 20px auto;
	height: 400px;
}

#article-slider .carousel-control.left, #article-slider .carousel-control.right {
	font-size: 25px;
	text-shadow: 1px 1px #fff;
	opacity: 1;
}



@media only screen 
and (max-width : 1224px) {
	.edit-profile__section.horizontal-from
	{
		width:100% !important;
	}

	.membership-template #mform-target .col-sm-6:last-child
	{
		border-left: 0px !important;

	}
	.membership-template .memberForm .col-sm-6:last-child label
	{
		width:100%;
		display:block;
	}

	.others-group label
	{
		display:none !important;
	}
}


@media print
{
    body {padding:0 !important;margin:0 !important;}
    .top-logo {text-indent:0 !important;width:175px;height:auto !important;margin:0 !important;}
    header {position:relative !important;margin:0px 0 !important;}
    .banner-image {height:auto !important; width:100%;}
    .container {width:100%;}
    .banner-image h1 {color:#333;position:relative !important;}
    footer,.top-nav,.share-buttons,.btn,.twbs3,.select2-display-none {display:none !important;}
    .col-xs-12 ,.main-nav{
        margin:0 !important; float:none;
    }
    div.scrollable {
    	height: auto !important;
    }
}

.modal-smaller-text {
    font-size: 13px;
}

.modal-lg {
	width: 94%;
}

.activityImage img {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

.select2-drop
{
	z-index: 999 !important;
}
.select2-drop-mask
{
	z-index: 998 !important;
}
div#promptCreditcard .price {
text-align: center;
font-weight: bold;
font-size: 25px;
}

#promptCreditcard .modal-body {
    padding: 40px 50px;text-align:center;
}
#promptCreditcard .richtext {
    padding: 0 0 20px;
}
#promptCreditcard .btn-danger {
    margin: 20px auto 0;
}

.donation-form-payment .select2-search
{
	display: none;
}
.awa-twitter .footer-icon
{
	background: #EDEDED;
	text-indent: 0;
	text-align: center;
	line-height: 34px;
}

.awa-twitter .fa-twitter {
font-size: 30px;
width: 100%;
color: #453779;
vertical-align: middle;
}

.justifyfull {
	text-align: justify;
}
.schedule-list .input-group:nth-child(3n-1) { clear:left;}

#post-submit-form  .alert.alert-danger {
	padding: 6px 10px;
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
#post-submit-form input[type="file"]
{
	font-size: 10px;
	margin-bottom: 10px;
}

.wysibb-texarea
{
	display:none !important;
}

.attachments-list ul
{
	margin: 0;
	padding-left: 25px;
}
.attachments-list li {
	font-size: 14px;
}

.attachments-list {
margin-bottom: 25px;
}



@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
		.awa-twitter .footer-icon {
			max-width: 36px;
			margin: 0 auto;
			display: block;
			clear: both;
			float: none;
		}

		div.input-append.pull-right.btn.btn-primary.btn-sm
		{
			margin-bottom: 10px;
		}

		.advsea-form fieldset
		{
			padding-bottom: 10px;
		}

		.advsea-form input[type="reset"]
		{
			margin:0; 	margin-right: 10px
		}

		div.input-append.pull-right.btn.btn-primary.btn-sm
		{
			width:auto; 
			padding-left:3px;
			padding-right: 3px;

		}


		span.twitter-typeahead, #as0_advsea-search, #as216_advsea-search
		{
			width:300px !important;
		}

}


    @media (max-width: 480px) {

	.form-horizontal.advsea-form .col-xs-3.pull-right
	{
		width:100%;
		margin-bottom: 15px;

	}


	.form-horizontal.advsea-form .input-append.pull-right.btn.btn-primary.btn-sm
	{
		margin-right: 10px !important;
	}

	#cal-view
	{
		margin-left: 10px !important;
	}

	.form-horizontal.advsea-form .col-xs-3 .pull-right,  .form-horizontal.advsea-form .col-sm-10 .pull-right
	{
		float:left !important;
	}

	.advsea-reswin
	{
		padding: 0 15px;
	}

	.container.xs-pull-right.xs-absolute.search-open
	{
		z-index: 2;
	}

	.day-events.right .inner
	{
		position: absolute;
		left: 15px;
		top: 100px;
		right:auto !important;
		top:100px !important;
		margin:0;
		min-width: 200px;
	}


	.day-events .inner
	{
		border: 1px #57446F solid;
		padding: 10px;
		font-size: 14px;
		color: #333333;
		background: white;
		left:15px;
		position:absolute;
		top:100px;
		
	}


	.day-events
	{
		position: initial !important;
	}

    .modal-body h2 ,.modal-body h3
    {
    	font-size:25px;
    }

	.col-sm-3 .img-container img 
	{
		margin:20px auto 0;
	}

    .main-nav .navbar 
    {
    	border:0;
    }
    .main-nav
    {
    	width: 60px;
    }

    header {

		background-color: transparent;
		border-bottom: 4px solid #D04037;
		border-top: none;
		border-right: none;
		border-left: none;
		margin-bottom: 0;
		border-radius: 0;

    }

	.advsea-reswin .calendar-wrapper .pull-right
	{
		margin: 0 10px !important;
	}

	.single-activity .buttons
	{
		display: block;
	}

	.advsea-results-list 
	{
		margin-top: 25px !important;
	}


		.awa-twitter .footer-icon {
			max-width: 36px;
			margin: 0 auto;
			display: block;
			clear: both;
			float: none;
		}
    .tablelist th {
	    display: none;
    }
    
	  th, td {
	    text-align: left;
        display: table-cell;
        padding: .25em .5em;
      }
      
      .tablelist td {
	      border-bottom: none;
	      padding: 2px 0;
      }
      
      th:last-child, td:last-child {
        padding-right: 0;
      }
      .tablelist {
		  margin: 0 auto;
		  min-width: 300px; 
		}
		  
		.tablelist tr {
		    border-top: 1px solid #ddd;
		    border-bottom: 1px solid #ddd;
		}
		  
		.tablelist th {
		    display: none; 
		}
		  
		.tablelist td {
		    display: block; 
		}
		
		.tablelist td:first-child {
		  padding-top: .5em;
		}
		.tablelist td:last-child {
		  padding-bottom: .5em;
		}
		
		.tablelist td:before {
		  content: attr(data-th)": ";
		  font-weight: bold;
		  width: 9em;
		  display: inline-block;
		}
    }


.wysibb-text-editor
{
        min-height:300px !important;
} 

.error {
color: red;
line-height: 1.2;
}