html{
	background:#00adef;
	height:100%;
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;	
	font-family:Arial,Lucida Grande,Tahoma,Verdana,Sans-Serif;
    font-size:14px;
	overflow:auto;	
	height:100%;
	min-width:370px;
}
a img{
	border:none;
}
textarea{
	font-family:Arial,Lucida Grande,Tahoma,Verdana,Sans-Serif;
	font-size:12px;	
	padding:2px;
	resize:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-style: solid;
	border-width: 1px;
	border-color:#c0c0c0;
	border-radius:3px;
}
select{	
	border-style: solid;
	border-width: 1px;
	border-color:#c0c0c0;
	border-radius:3px;
}
#vibe{	
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	margin: 0;
	background:#fff;		
	background-image: linear-gradient(#000,#00adef);	
	background-attachment: fixed;
}

.hidden { 
	display: none;
}
.unhidden {
	display: inline;	
	animation: hideEntrance 700ms ease-out;	
	animation-fill-mode: backwards;
}
.unhided{
	display:table-row-group;
	animation: hideEntrance 700ms ease-out;	
	animation-fill-mode: backwards;
}

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes headEntrance {
  from {    
    transform: translateY(-200px);
	transform-origin: top center;
  }
  to {    
    transform: translateY(0);
  }
}
@keyframes hideEntrance {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animecard{
	transition: all 500ms;	
	animation: cardEntrance 500ms ease-out;	
	animation-fill-mode: backwards;
}
.headeranime{
	transition: all 500ms;	
	animation: headEntrance 500ms ease-out;	
	animation-fill-mode: backwards;
}

#header{
    width:100%;
    text-align:left;
    font-weight:bold;
	color:white;
}
#header .menu{
	min-width:1002px;
	max-width:1100px;		
	margin:auto;	
	text-align:left;
	padding:5px 10px;
	font-size:16px;
	line-height:2;
}
#header .menu a{
	color: white;
	text-decoration:none;
	margin-right:40px;
}
#header .menu a:hover{
	color:#00adef;
}
#header  .menu .hname{
	color: #00adef;	
	font-size:14px;
	float:right;
	margin-right:0;
}
#header .menu .mright{
	float:right;
	margin-right:0;
}
#header .menum{
	width:auto;
	margin:auto;	
	text-align:left;
	padding:5px 10px;
	font-size:16px;
	line-height:2;
}
#header .menum a{
	color: white;
	text-decoration:none;
	margin-right:40px;
}
#header .menum a:hover{
	color:#00adef;
}
#header  .menum .hname{
	color: #00adef;	
	font-size:14px;
	margin-right:0;
}

#content{
	max-width:1100px;
	min-width:1012px;
	margin: auto;
    clear: both; 
	padding-left:10px;
	padding-right:10px;	
	overflow:hidden;
	margin-top:10px;
}
#content img{
	border-style: none;	
	border-radius:26px;
}
#content a{
	color:#00adef;
	text-decoration: none;
	font-weight:bold;
}
#content a:hover{	
	text-decoration: underline;
	color: #010e17;	
}
#content p{
	margin:0;
}
#content h1{
	margin:0;	
	color:#00adef;
	font-size: 25px;
    font-weight: bold;
    text-decoration:none;
	padding:0 0 5px 0;	
	text-shadow: 1px 1px 1px #000;
}
#content h2{
	margin:0;
	color:#000;
	font-size: 18px;
    font-weight: normal;
    text-decoration:none;
	padding:0;
}
#content h3{
	margin:0;	
	color:#00adef;
	font-size: 20px;
    font-weight: normal;
    text-decoration:none;
	padding:0;	
}
#content h4{
	margin:0;
	color:#00adef;
	font-size: 18px;
    font-weight: normal;
    text-decoration:none;
	padding:0;
}
#content .c1{
	float:left;
	width:190px;
	margin-bottom:20px;
}
#content .c2{
	float:left;
	width: 560px;
	margin-bottom:30px;	
	margin-left:7px;
}
#content .c3{
	float:right;
	width: 248px;
	margin-bottom:20px;
	background: #ebebeb;
	font-size:13px;	
	border-top:1px solid #c0c0c0;
	margin-left:2px;
	border-radius:15px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 200ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#content .c4{
	float:left;
	width: 752px;
	margin-bottom:30px;	
	margin-left:0;
}
#content .c1m{
	float:left;
	width:560px;
	margin-bottom:10px;
}
.mleft{	
	font-size:14px;
	line-height:1.25;
}
#center{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: white;
	overflow:hidden;
	border-radius:30px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	max-width:538px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 100ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#centitle{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: white;
	overflow:hidden;
	border-radius:5px 30px 30px 5px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	animation: cardEntrance 500ms ease-out;	
	animation-fill-mode: backwards;
}
#cenptitle{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: white;
	overflow:hidden;
	border-radius:15px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 100ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#centerloc{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: linear-gradient(110deg, #fff 60%, #ffed4b 60%);
	overflow:hidden;
	border-radius:30px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 100ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#centermsg{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: #ebebeb;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 450ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#centermenu{	
	border:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	background: white;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:10px;
	padding:15px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 100ms;
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
.offleft{
	float:left;
	max-width:455px
}
.offright{
	float:right;
	margin:0px 10px 10px 0;
	max-width:250px;
}
.offleftc{
	float:left;
	max-width:430px;
}
.offrightc{
	float:right;
	margin:0px 20px 10px 0;
	max-width:250px;
}
.incenter{
	padding:5px;
}
.msgtitle{	
	color:#969696;
}
.plinks a{
	font-size:14px;
}
.ytframe{
	width:100%;
	height:404px;	
}
.postshr{
	padding:0 0 5px 0;
	float:left;
}
#leftp{
	border-radius:95px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	height:190px;
	animation: cardEntrance 500ms ease-out;			
	animation-fill-mode: backwards;
}
#leftu{	
	background:#c1e4f1;
	border-radius:31px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	animation: cardEntrance 500ms ease-out;		
	transform-origin: center top;	
	animation-fill-mode: backwards;	
}
#left{
	margin-top:10px;
	line-height:2.0;
	background:white;
	padding-bottom:10px;
	border-top:solid;
	border-bottom:solid;
	border-color:#c0c0c0; 
	border-width:1px;	
	font-size:12px;
	border-radius:4px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	animation: cardEntrance 500ms ease-out;		
	transform-origin: center top;	
	animation-fill-mode: backwards;
}
#leftm{
	padding-bottom:2px;
	
}
#left a{
	font-weight:normal;
	color:black;
	display:block;
	padding-left:6px;
}
#left a:hover{
	background-color:#ebebeb;
}
#left b{
	color:#969696;
	font-size:11px;
	margin-left:6px;
}
#right{
	line-height:2.0;
	overflow-y: hidden;
	max-height:0;	
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
#right a{
	font-weight:normal;
	color:black;
	display:block;
	padding-left:10px;
}
#right a:hover{
	background-color:#e1e1e1;
}
#right b{
	color:#969696;
	font-size:11px;
	padding-left:10px;
}
#right.open{
	max-height:500px;
}
#rightc{
	padding:5px 0;
	line-height:1.8;
	border-radius:5px;
}
#rightc a{
	font-weight:normal;	
	display:block;
	padding-left:10px;
	margin-right:12px;
}
#rightc b{
	color:#969696;
	font-size:11px;
	padding-left:10px;
}
#righta{
	padding:10px;
	font-size:12px;	
}
#content .hmenu{
	text-align:left;
	font-size:13px;	
}
#content .hmenu2{
	text-align:left;
	font-size:13px;	
}
#content .hmenum{
	text-align:left;
	font-size:12px;	
}
#content hr{
	margin:0;
	height: 0;	
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #f0f0f0;
	text-align:left;
	clear:both;
}
#content form{
	font-size: 12px;
	padding:0;
	margin:0;
	line-height:2.2;
}
#content input{
	font-family:Arial,Lucida Grande,Tahoma,Verdana,Sans-Serif;
	font-size:12px;	
	padding:1px;	
	max-width:100%;
	border-style: solid;
	border-width: 1px;
	border-color:#c0c0c0;
	border-radius:3px;
}
#content select{
	font-family:Arial,Lucida Grande,Tahoma,Verdana,Sans-Serif;
	font-size:12px;	
	padding:1px;
	line-height:2.0;	
	max-width:100%;
}
#headin{
	font-weight:bold;
	background:#ebebeb;
	padding:5px;
	margin:0;
	clear:both;
	color:#000;
	border-radius:3px;
}
table{
	margin:0 10px 10px 10px;
}
table a{
	font-size:12px;
}
.caltab{
	border-collapse:collapse;
	width:100%;
	font-size:12px;	
	margin:0;
	table-layout:fixed;
}
.caltab, .caltab tr, .caltab td{
	text-align:center;
	border: 2px solid #fff;
	background:white;
}
.caltab td{
	border-radius:5px;
}
.caltab th{
	color:#c0c0c0;
	padding-bottom:5px;
}
.caltab td{
	height:50px;
	width:14.3%;
	text-align:left;
	vertical-align:top;
	background:#f0f0f0;
}
.daytab{
	width:100%;
	height:100%;
}
.desc{
	font-weight:bold;
	color:#969696;
	padding-right:5px;
	vertical-align:top;
}
.cdesc{
	color:#969696;
	padding-right:5px;
	vertical-align:top;
}
.calitems{
	margin:10px 0px;
	padding:0;
	color:#969696;
}
.calitems a{
	font-size:14px;
}
.calitems td{
	margin:0;
	padding:3px 5px 3px 0px;
}
#content td a{
	font-weight:normal;
}
#content #done{
	margin-left:10px;
	color:#969696;
}
.gap{
	clear:both;
	height:12px;
}
.gapmenu{
	clear:both;
	height:10px;
}
.gapbutton{
	clear:both;
	height:6px;
}
.gapform{
	clear:both;
	height:3px;
}
.gapcd{
	clear:both;
	height:11px;
}
.gapcu{	
	height:4px;
}
.gapnd{
	clear:both;
	height:10px;
}
.gapnu{	
	height:5px;
}
.gapedit{
	clear:both;
	height:10px;
}
.gappro{
	clear:both;
	height:6px;
}
.gapc4{
	clear:both;
	height:10px;
}
#pic{
	background:#ebebeb;
	float:none; 
	width:528px;
	border-radius:26px;
}
#pic img{
	width:528px;
	height:396px;
}
#pics{
	margin:10px 5px;
	float:left;
	width:160px;
	max-height:142px;
	overflow:hidden;
	border-radius:26px;
}
#pics img{
	width:160px;
	height:120px;
}
.inpics{
	width:97%;
	margin:0 1.5%;
}
.inpics2{
	width:95%;
	margin:0 2.5%;
}
#opts{
	color:#969696;
	font-size:13px;	
}
#opts a{
	font-weight:normal;
	margin-right:5px;
}
#inc{
	background:#ebebeb;
	color:#969696;	
	font-size:13px;
	border-radius:5px;
	margin-top:2px;
	animation: cardEntrance 500ms ease-out;		
	animation-delay: 200ms;
	transform-origin: left center;	
	animation-fill-mode: backwards;
}
#inc hr{
	border-color:#f0f0f0;		
	width:100%;
	margin:0;
}
#inc form{
	margin:0;
	padding:0;
}
#inc input{
	padding:2px;
	border-style: solid;
	border-width: 1px;
	border-color:#c0c0c0;
	width:97%;
	margin:5px 0;
}
#inc a{	
	color:#969696;
	font-weight:normal;	
}
#inc #incomtxt a{
	color:#00adef;
	text-decoration: none;
	font-weight:bold;
	margin:0;
}
#incom{
	float:left; 		
	color:black;
	min-height:26px;
	overflow:hidden;	
	margin:5px 5px;
}
#incomtxt{
	float:left; 		
	color:black;
	min-height:26px;
	overflow:hidden;
	width:89%;	
	margin:5px 0 11px;
	min-height:23px;
}
#inacom{
	float:left;
	overflow:hidden;	
}
#inacomtxt{
	float:left; 		
	overflow:hidden;
	width:72%;
}
#innots{		
	padding:10px;
	padding-bottom:0;
}
#innots a{
	font-weight:normal;
}
#inconts{		
	padding:10px;
	padding-bottom:0;
}
#insert{
	float:left;
	max-width:640px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#adding{
	padding:10px 0;
}
.certed{
	padding:10px;
	background:#ebebeb;
	border-radius:5px;
	color:#969696;
	margin:0 10px 12px 10px;
	width:80%;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.comnlks{
	line-height:1.6;
	margin-left:5px;
}
.msgsr{
	width:445px;
	display:inline-block;
}
.msgr{
	width:455px;
	display:inline-block;
}
.dmenu a{
	margin-left:15px;
}
#intop{	
	max-width:640px;
	display:inline-block;
}
#intopm{	
	max-width:445px;
	display:inline-block;
}
.mbeam{
	background:#fff;
	height:3px;
	width:24px;
	margin-top:2px;
	border-radius:2px;
}
.mbeama{
	background:#00adef;
	height:3px;
	width:24px;
	margin-top:2px;
	border-radius:2px;
}
#topmenu a{
	display:block;
}
.tabtxt{
	width:98%; 
}

@media screen and (max-width: 1280px) and (min-width: 1180px) {
    #content{
        margin-left:70px;
		margin-right:70px;
    }
	#header .menu{
        margin-left:70px;
		margin-right:70px;
    }
}
@media screen and (max-width: 1180px) {    
	#header .menu{
        width:1000px;
    }
	#content{
		width:1000px;
	}
}
@media screen and (min-width: 1197px) {
    #content .c2{
        margin-left:10px;
    }
}

@media screen and (max-width: 1050px) {
    #content .c1{
        display:none;
    }
	#content{
		min-width:360px;
		width:auto;
	}
	#header .menu{
		display:none;
	}	
	#header{
		min-width:360px;
		max-width:580px;
	}	
	#center{
		padding:12px;
	}
	#centitle{
		padding:10px;
	}
	#cenptitle{
		padding:10px;
	}
	#centerloc{
		padding:12px;
	}
	#centermsg{
		padding:12px;
	}
	#centermenu{
		padding:12px;
	}
	#left a:hover{
		background:none;
	}	
	.offleft{		
		max-width:64%;
	}
	.offright{		
		margin:0px 5px 10px 0;
		max-width:32%;
	}
	.offleftc{
		max-width:63%;
	}
	.offrightc{
		margin:0px 20px 10px 0;
		max-width:30%;
	}
	.ytframe{	
		height:303px;
	}
}
@media screen and (min-width: 1050px) {    	
	#header .menum{
		display:none;
	}	
	#content .c1m{
        display:none;
    }			
	#headmenu{
		display:none;
	}			
}
@media screen and (max-width: 853px) {
    #content .c3{
		width:560px;
		float:left; 
		margin-bottom:5px;
    }
	#content .c2{
		margin-bottom:0;
    }
	#topmenu .optbut2{
		display:none;
	}	
}
@media screen and (min-width: 853px) {
    #topmenu  .optbut1{
		display:none;
	}	
}
@media screen and (max-width: 598px) {
    #content .c2{
        width:100%;
		margin-left:0;
    }
	#content .c3{
		width:100%;
		margin-left:0;
    }
	#content{
		padding-right:5px;
		padding-left:5px;
	}
	#content .c4{
		width:100%;
		margin-bottom:0;
		margin-left:0;
    }	
	#content .c1m{
        width:100%;
    }	
	#pic{		
		width:100%;
	}
	#pic img{
		width:100%;
		height:auto;
	}
	#inconts{
		padding:10px 5px 0 5px;
	}
	.msgsr{
		width:80%;
	}
	.msgr{
		width:84%;
	}
	.calscr{
		display:none;
	}	
	.hmenu{
		display:none;
	}	
	#inc input{		
		width:96%;
	}
	.dmob{
		display:none;
	}
	#intop{		
		max-width:80%;
	}
	#intopm{		
		max-width:80%;
	}
}
@media screen and (min-width: 598px) {    							
	.calmob{
		display:none;
	}	
	.hmenum{
		display:none;
	}	
}
@media screen and (min-width: 598px) and (max-width: 1050px) {
	#content .c2{		
		margin-left:2px;
    }
	#content .c4{
		width:560px;
		margin-bottom:0;
		margin-left:2px;
    }
	#header .menum{
		padding:5px 10px 5px 15px;
	}
	#intop{		
		max-width:445px;
	}
}
@media screen and (max-width: 390px) {
	.dmob2{
		display:none;
	}
}
@media screen and (max-width: 420px) {
	.dmob3{
		display:none;
	}	
	.desc{
		max-width:85px;
		overflow:hidden;
	}
	.cdesc{
		max-width:85px;
		overflow:hidden;
	}	
}
@media screen and (max-width: 410px) {
	.inpics{
		width:100%;
		margin:0;
	}
	.inpics2{
		width:100%;
		margin:0;
	}
}
@media screen and (max-width: 392px) {
	#pics{
		margin:10px 3px;
	}
}

@font-face{
    font-family: Impactsrv;
    src: url('/css/impactfont.ttf');
}
@-ms-viewport{width: device-width}
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}