/** Generated by FG **/
/*@font-face {
	font-family: 'Conv_GothaMed';
	src: url('../fonts/GothaMed.eot');
	src: local('?'), url('../fonts/GothaMed.woff') format('woff'), url('../fonts/GothaMed.ttf') format('truetype'), url('../fonts/GothaMed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/** Generated by FG **/
@font-face {
	font-family: 'Conv_GothaBoo';
	src: url('../fonts/GothaBoo.eot');
	src: local('☺'), url('../fonts/GothaBoo.woff') format('woff'), url('../fonts/GothaBoo.ttf') format('truetype'), url('../fonts/GothaBoo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





	
@media screen and (min-width : 768px) and (max-width: 1024px) and (orientation : portrait) {
body {
	font: 12px/.85em 'Conv_GothaBoo';
}

#searchPnl{width:34%!important;}
ul#menu li a{font-size:1em!important;}
.subContent .map_part1_txt1 .toptxt1{font-size: 1.21em!important; line-height: 18px!important;}
}



@media screen and (min-width : 768px) and (max-width: 1024px) and (orientation : landscape) {
body {
	font: 12px/1em 'Conv_GothaBoo';
}
#SocialActivities{ max-width:29%!important;}
#searchPnl{width:27%!important;}
ul#menu li a{font-size:1em!important;}
.subContent .map_part1_txt1 .toptxt1{font-size: 1.21em!important; line-height: 18px!important;}
.content_2 content{ font-size:1em!important; line-height:16px!important;}

}



@media screen and (min-width: 1225px) and (max-width: 1399px) {
body {
	font: 13px/1.6em 'Conv_GothaBoo';
}

}


@media screen and (min-width: 1400px) and (max-width: 1899px) {
body {
	font: 16px/1.14em 'Conv_GothaBoo';
}

}


@media screen and (min-width: 1900px) {
body {
	font: 18px/1.28em 'Conv_GothaBoo';
}

}


@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	outline: none;
}
html, body {
	height: 100%;
	width: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
}

body {
	
	color: #444444;
/*	background: url(../images/bg.png) top repeat-x #141414;*/
	font-family: 'Conv_GothaBoo';
	height: 100%;
	width: 100%;
	overflow: hidden;
	
}


/*@font-face {
	font-family: 'Conv_Gotham-BoldItalic';
	src: url(../images/fonts/Gotham-BoldItalic.eot);
	src: local('?'), url(../images/fonts/Gotham-BoldItalic.woff) format('woff'), url(../images/Gotham-BoldItalic.ttf) format('truetype'), url(../images/Gotham-BoldItalic.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}*/





article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  /* to make HTML5 stuff render correctly */
    display: block;
} 
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 40px 12px 20px;
}
	li {
		padding-bottom: 10px;
	}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup {
	padding: 0;
}
optgroup option {
	padding: 3px 3px 3px 15px;
}
blockquote {
	padding-left: 20px;
	quotes: none;
}
textarea {
	line-height: 18px; /* needed for jquery.autogrow to work in IE */
	min-height: 36px;
}
a {
	color: #053756;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
object,embed, video {
	outline: none;
}
.noShow {
	display: none;
}
/* custom selection colors */
::selection {
	background: #053756; /* webkit & ie9 */
	color: #ffffff;
}
::-moz-selection {
	background: #053756; /* Firefox */
	color: #ffffff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px!important;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.7em;
	padding-bottom: 12px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px!important;
	color: #053756;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 0px!important;
	line-height: 1.2em;
	position: relative;
	margin-top: 20px;
	text-align: center;
	color: #053756;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #CCC;
	display: table;
	width: 100%;
	padding: 15px 0;
}
	h3 > span {
		display: table-cell;
		white-space: nowrap;
		vertical-align: middle;
	}
		h3 > span:first-child + span {
			padding: 0 .75em;
			width: 1px;
		}
			h3 > span:first-child:before, h3 >span + span + span:before {
				border-top: 1px solid #aaaaaa; 
				color: transparent;
				content: "";
				display: block; 
				height: 0;
				width: 100%;
			}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 12px 0;
	letter-spacing: .2em;
	color: #053756;
	font-weight: 600;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
	display: none;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
address {
	font-style: normal;
}
.divider {
	border-top: 1px solid #aaaaaa;
	line-height: 0;
	font-size: 0;
	width: 100%;
	padding-bottom: 15px;
}
.center {
	text-align: center;
        margin-top:10px;
}
.noShow {
	display: none;
}
.arial {
	font-family: 'Conv_GothaBoo';
	
}
p img {
	vertical-align: bottom; margin-top:5px;
}
/** Body styles **/
#overall {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
} 
#map_canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
}
#leftBar, #rightBar {
	position: absolute;
	top: 0;
	z-index: 10;
	height: 100%;
}
	#leftBar {
		left: 0;
		width: 300px;
	}
	#rightBar {
		right: -340px;
		width: 370px;
        pointer-events: none;
	}
        #rightBar * {
            pointer-events: auto;
        }
	#leftContent, #rightContent {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		background: url(../images/side_bg.jpg) repeat-x #dfdfdf;
		position: absolute;
		box-shadow: 5px 0 10px #333;
		z-index: 10;
		-webkit-overflow-scrolling:touch;
	}
		#leftContent {
			direction:rtl;  /* Right To Left to move scrollbar to left */ 
			text-align:left; /* Override direction */
			width: 236px;
			padding-right: 20px;
		}
			#leftLogo h1 {
				padding-left: 30px;
			}
			#leftLogo .divider {
				width: 199px;
			}
			@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit only CSS */
			  #leftLogo .divider {
			  	width: 210px;
			  }
			}
			#leftScroll {
				width: 216px;
				direction:rtl;  /* Right To Left to move scrollbar to left */ 
				text-align:left; /* Override direction */
				overflow-y: auto;
				overflow-x: hidden;
				padding: 0 0 0 20px;
				-webkit-overflow-scrolling:touch;
				position: absolute;
				z-index: 10;
			}
			#leftContent h1 {
				padding-top: 20px;
			}
			#leftScroll * {
				direction:ltr;
			}
				#leftShadow {
					display: none;
					position: absolute;
					width: 25px;
					height: 100%;
					z-index: 10;
					left: 256px;
					top: 0;
					background: url(../images/shadow.png) repeat-y;
				}
		#rightContent {
			right: 0;
			box-shadow: -5px 0 10px #333;
			width: 300px;
			padding: 0 20px;
			-webkit-overflow-scrolling:touch;
		}
			#rightShadow {
				display: none;
				position: absolute;
				width: 25px;
				height: 100%;
				z-index: 10;
				right: 338px;
				top: 0;
				background: url(../images/shadow_right.png) repeat-y;
			}
		.aLine {
			background: #b3b6b8;
			width: 1px;
			height: 100%;
			font-size: 0;
			line-height: 0;
			position: absolute;
			top: 0;
			z-index: 11;
		}
			#leftBar .aLine {
				left: 250px;
			}
			#rightBar .aLine {
				right: 335px;
			}
			#hideLeftBar, #hideRightBar, #trackingTab, #aboutTab, #sharksTab, #profileTab {
				position: absolute;
				top: 5px;
				width: 50px;
				background: url(../images/side_bg.jpg) no-repeat;
				z-index: 20;
				cursor: pointer;
			}
				#hideLeftBar {
					left: 251px;
					box-shadow: 7px 5px 5px #333;
					border-radius: 0 4px 4px 0;
					height: 50px;
				}
				#hideRightBar {
					right: 336px;
					box-shadow: -7px 5px 5px #333;
					border-radius: 4px 0 0 4px;
					height: 50px;
				}
				.borderTab {
					position: absolute;
					top: 4px;
					height: 40px;
					width: 46px;
				}
					#leftBar .borderTab {
						border-top: 1px solid #b3b6b8;
						border-right: 1px solid #b3b6b8;
						border-bottom: 1px solid #b3b6b8;
						background: url(../images/side_bg.jpg) no-repeat;
						left: -1px;
						border-radius: 0 2px 2px 0;
						padding-left: 6px;
						width: 40px;
					}
						.theArrow {
							width: 20px;
							height: 15px;
							margin-top: 13px;
						}
							#hideLeftBar .theArrow {
								background: url(../images/arrow_left.png) no-repeat;
								margin-left: 13px;
							}
				#trackingTab {
					left: 251px;
					top: 70px;
					box-shadow: 7px 5px 5px #333;
					border-radius: 0 4px 4px 0;
					position: absolute;
					height: 125px;
				}
					#trackingTab .borderTab {
						height: 100px;
						text-align: center;
						padding-top: 15px;
					}
						#trackingForm {
							line-height: 1.7em;
						}
					#tracking form {
						/*display: none;*/
					}
				#aboutTab {
					left: 251px;
					top: 210px;
					box-shadow: 7px 5px 5px #333;
					border-radius: 0 4px 4px 0;
					position: absolute;
					height: 95px;
					z-index: 1;
				}
					#aboutTab .borderTab {
						height: 71px;
						text-align: center;
						padding-top: 14px;
					}
				#about {
					display: none;
				}
                    #about ul, #about ol {
                        margin: 0;
                        padding: 0;
                    }
                    #about ol li {
                        margin-left: 0;
                        padding-left: 0;
                        list-style-position: inside;
                    }
                        #about ol ul li {
                            margin-left: 20px;
                            list-style-position: outside;
                        }
                    #about li .question {
                        font-weight: bold;
                    }
				.legend_icn {
					float: left;
					padding-right: 4px;
				}
				.legend_text {
					float: left;
					padding-top: 5px;
				}
				ul#ftr_icn_links {
					list-style: none;
					padding: 5px 0 0 0;
					margin: 0;
					width: 100%;
                    overflow: auto;
                    margin-bottom: 5px;
				}
					ul#ftr_icn_links li {
						float: left;
						width: 33%;
					}
						ul#ftr_icn_links li a {
							display: block;
							width: 100%;
							height: 24px;
							text-align: center;
						}
					#rightBar .borderTab {
						border-top: 1px solid #b3b6b8;
						border-bottom: 1px solid #b3b6b8;
						border-left: 1px solid #b3b6b8;
						background: url(../images/side_bg.jpg) no-repeat;
						right: -1px;
						border-radius: 2px 0 0 2px;
						padding-right: 6px;
						width: 40px;
					}
						#hideRightBar .theArrow {
							background: url(../images/arrow_right.png);
							margin-left: 11px;
						}
						#hideLeftBar .borderTab.flipArrow .theArrow {
							background: url(../images/arrow_right.png);
						}
						#hideRightBar .borderTab.flipArrow .theArrow {
							background: url(../images/arrow_left.png);
						}
				#sharksTab {
					right: 336px;
					top: 70px;
					box-shadow: -7px 5px 5px #333;
					border-radius: 4px 0 0 4px;
					position: absolute;
					height: 105px;
				}
					#sharksTab .borderTab {
						height: 80px;
						text-align: center;
						padding-top: 15px;
					}
				#profileTab {
					right: 336px;
					top: 195px;
					box-shadow: -7px 5px 5px #333;
					border-radius: 4px 0 0 4px;
					position: absolute;
					height: 110px;
					z-index: 1;
                    display: none; /* hidden when first loading page */
				}
					#profileTab .borderTab {
						height: 85px;
						text-align: center;
						padding-top: 15px;
					}
				#profile {
					display: none;
					padding: 20px 0;
				}
					.profilePic {
						border: 5px solid #ffffff;
						box-shadow: 0 0 5px #666;
					}
					.profileInfo {
						padding-bottom: 12px;
					}
.profileInfo p {
     float: left;
   width: 100%;
}
						.profileInfo strong {
							color: #053756;
						}
					.picCount {
						font-size: .9em;
						color: #1371a3;
					}
				#sharks {
					padding: 0px 0;
				}
					#sharks ul {
						list-style: none;
						padding: 0;
						margin: 0; float:left; width:97%;
					}
						#sharks ul li {
							  clear: both;
    float: left;
    width: 100%; margin-top: 7px; border-bottom: 1px dotted #D4D4D4; padding-bottom: 8px;
						}
                                                
.parent:nth-child(odd) {background-color: #ffffff;}
.parent:nth-child(even) {background-color: #d4d4d4;}
							#sharks ul li a {
								display: block;
								color: #053756;
								font-size: 1em;
								height: 34px; width:80%;
								/*padding-left: 62px;*/ clear:both;
                                                              
							}
                                                        #sharks ul li a.global_ping_icons {
								float: left; padding: 0 0 0 66px !important;
							}
                                                        
							#sharks ul li a.shark24 {
								background: url(../images/icn_sharks1.png) no-repeat 0px -60px; float: left; padding: 0 0 0 66px !important;
							}
							#sharks ul li a.shark30 {
								background: url(../images/icn_sharks1.png) no-repeat 0px -60px;float: left; padding: 0 0 0 66px !important;
							}
							#sharks ul li a.sharkmore30 {
								background: url(../images/icn_sharks1.png) no-repeat left 9px; float: left; padding: 0 0 0 66px !important;
                                                            
							}
                                                        #sharks ul li a.ship_shark24 {
								background: url(../images/ship_img1.png) no-repeat 0px -60px;float: left; padding: 0 0 0 66px !important;
							}
                                                        #sharks ul li a.ship_shark30 {
								background: url(../images/ship_img1.png) no-repeat 0px -60px;float: left; padding: 0 0 0 66px !important;
							}
                                                        #sharks ul li a.ship_sharkmore30 {
								background: url(../images/ship_img1.png) no-repeat left 9px; float: left; padding: 0 0 0 66px !important; 
							}
#intro {
	display: none;
	border: 1px solid #b3b6b8;
	border-radius: 4px;
	padding: 1% 10px;
	font-size: 1.2em;
	background: url(../images/side_bg.jpg);
	height: 96%;
	width: 643px;
}
	#intro h2 {
		color: #555555;
		text-align: center;
		font-size: 1.5em;
		padding: 12px 0;
	}
	#introPing {
		font-size: .7em;
	}
		#introPing div {
			float: left;
			width: 25%;
			text-align: center;
		}
/** Forms **/
#leftBar form input[type='text'], #rightBar form input[type='text'] {
	padding: 5px;
	direction:ltr;
}
.blue_small {
	color: #ffffff;
	background: url(../images/btn_bg_small.jpg) repeat-x #053857;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
/*	border-radius: 5px;*/
	cursor: pointer;
	letter-spacing: 0.05em;
	display: inline-block;
	font-size:.78em;
}
	.wideLink {
		padding: 5px 0;
		width: 100%;
		text-transform: none;
		display: block;
		text-align: center;
		font-size: 1.1em;
		font-weight: 400;
	}
.blue_large {
	color: #ffffff;
	background: url(../images/btn_bg_large.jpg) repeat-x #053857;
	text-transform: uppercase;
	font-weight: bold;
	width: 300px;
	padding: 28px 0;
	line-height: 1.2em;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 0.05em;
	display: inline-block;
	text-align: center;
}
    a.blue_large:hover, a.blue_small:hover {
        text-decoration: none;
    }
	.firstblue {
		margin-right: 15px;
	}
.chosen-select, .sharks-select {
	width: 100%;
}
.select2-container {
	width: 90% !important;
	}
/** Copyright **/
#copyright {
	font-size: .8em;
	direction:ltr;
	padding-bottom: 20px;
}
/** Webkit Scrollbars **/
::-webkit-scrollbar {
	width: 7px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	width: 0px;
	display: block;
	background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
	background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #999;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:horizontal {
	width: 50px;
	background-color: #666;
	border-radius: 5px;
}
::-webkit-scrollbar-track-piece:hover {
	background: transparent;
}
#mailingForm td {
	padding: 3px 6px 3px 0;
}
#mailing-signup, #ocearch-purpose {
	display: none;
	border: 1px solid #b3b6b8;
	border-radius: 4px;
	padding: 5%;
	font-size: 1.2em;
	background: url(../images/side_bg.jpg);
	height: 86%;
}
	#joinEmail, #joinName {
		height: 20px;
		padding: 4px;
		width: 260px;
		border: 1px solid #b3b6b8;
		margin-top: 2px;
		font: 14px/1.2em "proxima-nova",sans-serif;
		color: #444444;
	}
	#invalidEmail, #invalidName {
		color: #900;
		display: none;
	}
#faq li p, #faq li ol, #faq li ul {
	display: none;
}
	#faq .question {
		cursor: pointer;
	}

.fake-aligner {
    margin-left: -7px;
    padding-right: 20px;
}
#ping-faq-label {
    float: left;
}
#pingInfo {
	position: relative;
    float: left;
    margin-left: 5px;
}
	#pingInfo:hover div {
		display: block !important;
	}
	#pingInfo div {
		display: none;
		position: absolute;
		top: -48px;
		left: 20px; z-index:1;
		padding: 3px 5px 0 5px;
		width: 175px;
		background: #ffffff;
		box-shadow: 0 0 5px #333;
		font-size: .8em;
		border-radius: 3px; margin-bottom:3px;
	}
        
#pingInfo2 {
	position: relative;
    float: left;
    margin-left: 5px;
}
/*	#pingInfo2:hover div {
		display: block;
	}*/
	#pingInfo2 div {
		display: none;
		position: absolute;
		top: -125px;
		left: 20px; z-index:1;
		padding: 3px 5px 0 5px;
		width: 185px;
		background: #ffffff;
		box-shadow: 0 0 5px #333;
		font-size: .8em;
		border-radius: 3px; margin-bottom:3px;
	}        
        

#location_types label {
    margin-left: 5px;
    margin-right: 15px;
}

.fb-like-box {
    margin-left: -10px;
}


.tooltip_txt{float:left; border:gray 1px solid; padding:4px; line-height:17px; text-align:justify; font-weight:normal; margin-bottom:6px;}
.mCSB_container .content p{ line-height:18px!important;}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.Blogelist li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 8px 10px;
}
.Blogelist li:nth-child(odd){padding:5px 10px 5px 10px;background:#EBEBEB;}
.Blogelist li a{text-decoration:none;font-size:.85em;color:#275C8D;}
.Blogelist li a:hover{text-decoration:none;color:#007AEB;}
.Blogelist li{padding:8px 10px 8px 10px;background:none;}
.Blogelist li a{text-decoration:none;font-size:.85em;color:#275C8D;}
.Blogelist li a:hover{text-decoration:none;color:#007AEB;}
.Blogelist ul li{padding:5px 10px 5px 10px;background:#none;}
.Blogelist ul li:nth-child(odd){padding:5px 10px 5px 10px;background:#none;}
.Blogelist ul li a{text-decoration:none;font-size:.85em;color:#275C8D;font-weight:normal;}
.Blogelist ul li a:hover{text-decoration:none;color:#007AEB;}

.showhideli{width:13px;height:13px;float:left;margin-right:10px;background:url('../images/tabClose.png') bottom no-repeat;background-size:cover;}
.open .showhideli{background:url('../images/tabOpen.png') bottom no-repeat;background-size:cover;width:13px;height:13px;}

.youtubeList{padding-bottom:10px;}
.youtubeList .clear{clear:both;display:block;}
.youtubeList img{width:70px;float:left;padding-right:10px;}
.youtubeList a{font-size:.85em;}
.legend_icn_mob{
/*    float: left;*/
    margin-left: 1px;    
    padding-top: 3px;
}
#noti_Container {
    position:relative;  
    width:16px;
    height:16px;
}
.noti_bubble {
    background-color: #FF0000;
    border-radius: 30px;
    box-shadow: 1px 1px 1px #808080;
    color: #FFFFFF;
    font-size: 0.55em;
    font-weight: bold;
    padding: 2px 5px;
    position: relative;
    right: 11px;
    top: -16px;
}
.subtxt_left{float: left !important;
   padding-left:66px;
    
    margin-top: -14px;
    padding-top: 0;
/*    text-align: center;*/
    width: 82%;
font-size:0.85em;
}
