<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navibluebutton{
	background:#5bc0de !important; 
	border:none!important;
	border-radius:5px !important;
	margin-right:10px;
	
	
	} 
	.navibluebutton:hover{
	background:#69F !important; 
	border: 1 px solid #69F !important;
	
	
	} 
	.sideimage{
		border:4px solid #ccc; transition:all 300ms;
	}
	.sideimage:hover{
		transform: scale(1.05);
	}
	.longdescription strong{
		font-size:16px;
		color:#0184d8 !important;
		font-weight:bold;
		margin-top:20px;
		display:inline-block;
		
	}
	.longdescription b{
		font-size:16px;
		color:#0184d8 !important;
		font-weight:bold;
		margin-top:20px;
		display:inline-block;
		
	}
	
	header .modal-header{border-bottom:none;}
	
	header .modal-body h1{color:#06F;}
	.days-lists{
		padding:15px 20px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,3690f0+6,54a3ee+50 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #3690f0 6%, #54a3ee 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(6%,#3690f0), color-stop(50%,#54a3ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#3690f0 6%,#54a3ee 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6db3f2 0%,#3690f0 6%,#54a3ee 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6db3f2 0%,#3690f0 6%,#54a3ee 50%); /* IE10+ */
background: linear-gradient(to bottom,  #6db3f2 0%,#3690f0 6%,#54a3ee 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#54a3ee',GradientType=0 ); /* IE6-9 */


		margin-top:20px;
		border-radius:5px;
		
		
		}
		
		.days-lists ul li{display:block;}
		.days-lists ul li a{display:block; width:100%; color:#ffffff; padding:6px 15px; border-bottom:1px solid #fff; margin-bottom:5px;}
	.days-lists ul li:last-child a{border:none;}  
	.images-list li a {
		position:relative;		 
		}
	.images-list li a span{
		position:relative;	
		width:100%;
		bottom:26px;	
	background:rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    text-align: center;
    z-index: 999999;
		 
		}
	.aboutus p{
		line-height:30px;
	
	}
	.aboutus ul{
		list-style:disc;
		padding-left:40px;
		}
  .blink {
      animation: blink 1s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
	  color:#FC6 !important;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }	
	
	  .searching-inner {
		  float: right;
		  margin-right:10px;
		  position:relative;
		  }
  .searching-inner input {
    border-radius: 20px;
    position: relative;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}	
.searching-inner button.btn {
    background: 0 0;
    border: none;
    color: #cecece;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 9999;
}	
	</pre></body></html>