/* 
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

.page-transition{
	animation: transitionIn .5s;
}

@keyframes transitionIn {
	from {
		transform: translateY(100vh);
	}
	to {
		transform: translateY(0);
	}
}


.fixed-top.scrolled {
  background-color: rgba(0, 99, 146, 0.8) !important;
  transition: background-color 200ms linear;
}

.logo-top {
  opacity: 0;
}

.logo-top.scrolled {
  opacity: 1!important;
  transition: background-color 200ms linear;
}

.material-card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.material-card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.material-card-1:hover, .material-card-2:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.material-card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.material-card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.material-card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.material-card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-red { color: red; }


/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators.colour-red li {
	background-color: red;
}

.carousel-indicators.active-colour-red .active {
	background-color: red;
}

.carousel-indicators.colour-gray li {
	background-color: gray;
}

.carousel-indicators.show-bottom{
    bottom: -3.2rem;
}

.iconimage {
 width: 4rem; 
 height: 4rem;
}

.itemimage {
 width: 4rem; 
 height: 4rem;
}

.iconimage:hover {
 transition: transform .2s;
}

.iconimage:hover {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  border: 0px solid red;  
}

.banner-text-bg {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

body {
  background-image: url("/images/home/bg/kuramathi-sandbank.jpg");
  background-repeat: no-repeat;
  height: 100%;
  height: 100vh;
  /*min-height: 350px;*/
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.nav-pt {
	padding-top: 3.5rem !important;
}

.full-nav-pt {
	padding-top: 1.5rem !important;
}

.navbar-light .navbar-toggler {
     border-color: rgba(0, 0, 0, 0); 
}

.carousel-caption {
    bottom: 0px;
	left: 5%;
	right: 5%;
}

.carousel-item.show-list {
  height: 100vh;
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption.show-list {
	/*padding-top: 4rem !important;*/
    bottom: 0px;
	left: 0%;
	right: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.event-list {
	height: 90vh;
	overflow-y: scroll;
    touch-action: pan-y;	
}

.event-list::-webkit-scrollbar {
    width: 0px; 
    background: transparent;  
}

.carousel-item.show-card {
  height: 100vh;
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption.show-card {
	/*padding-top: 4rem !important;*/
    bottom: 0px;
	left: 0%;
	right: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.detailcard-box {
	background-color: rgba(0, 0, 0, 0.5);
}

.collapsed>.expand-more{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsed>.expand-more-menu{
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*.navbar{
  transition:500ms ease;
  background:transparent;
}
.navbar.scrolled{
  background:#000;
}*/

.opacity {
        background: transparent url(/images/bg-transparent.png) repeat 0 0;
}


pinch-zoom {
  width: 100%;
  height: 100%;
}

.modal-body {
    max-height: 83vh;
    overflow-y: auto;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.9);
	color: white;
}

.blog-shadow-dreamy {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}

.shadow-shorter {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}

.shadow-longer {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}

.btn {
     white-space: nowrap !important;
     /*border-radius: 1.25rem;*/	 
}


.card-bg-white {
	background-color: rgba(255, 255, 255, 0.9);
}

.just-line-break {
  white-space: pre-line;
}