@media (min-width: 768px) {
  .show-xs {
    display: none !important;
  }
}




@media (max-width: 767px) {
  .show-xs {
    display: block !important;
  }
}


.centered {
	float: none;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.container {
		padding: 0 30px;
	}
}
a:link, a:visited {
	color: #1c6aa8;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #ef3d42;
}
body {
	font-size: 14px;	
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	background: url('/images/site/p6.png');
	-webkit-font-smoothing: antialiased;
}
.mega-container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url('/images/site/aloha.jpg');
	width: 100%;
	height: 200px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
@media screen and (max-width: 767px) {
	.mega-container {
		background-size: cover;
		background-position: left center; 
	}
}
@media screen and (min-width: 768px) {
	.mega-container {
		width: 768px;
		height: 265px;
	}
}
@media screen and (min-width: 992px) {
	.mega-container {
		width: 992px;
		height: 342px;
	}
}
@media screen and (min-width: 1200px) {
	.mega-container {
		width: 1200px;
		height: 414px;
	}
}

/*----------------------------MEGA2DEV------------------------------*/

.mega-container2 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url('/images/site/WEB-BANNER3.png');
	width: 100%;
	height: 200px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
@media screen and (max-width: 767px) {
	.mega-container2 {
		background-size: cover;
		background-position: left center; 
	}
}
@media screen and (min-width: 768px) {
	.mega-container2 {
		width: 768px;
		height: 265px;
	}
}
@media screen and (min-width: 992px) {
	.mega-container2 {
		width: 992px;
		height: 342px;
	}
}
@media screen and (min-width: 1200px) {
	.mega-container2 {
		width: 1200px;
		height: 414px;
	}
}
/*----------------------------STYLE THE NAV AREA------------------------------*/
#header-home {
	padding-top: 15px;
	margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
	#header-home {
		padding: 0;
		margin-bottom: -15px;
	}
}
#navigation {
	z-index: 100;
	margin-bottom: 0;
}
#navigation .navbar-nav li a {
	color: #3d5671;
	padding-left: 15px;
	border-left: 1px solid #ccc;
}
#navigation .navbar-nav li:first-child a {
	border-left: 0;
}
#navigation .navbar-nav li a:hover {
	color: #1c6aa8;
}
#navigation .navbar-nav li a.current {
	color: #c92030;
	background-color: inherit;
	/*font-weight: bold;*/
}
#navigation .navbar-nav .dropdown-menu li a {
	padding: 10px;
	border-left: 0;
}
@media screen and (max-width: 767px) {
	#navigation .navbar-nav .dropdown-menu li a {
		text-indent: 30px;
	}
}
#navigation .navbar-nav .dropdown-menu {
	padding: 4px;
	border-top: 0;
	background-color: #f8f8f8;
}
#navigation .navbar-nav .dropdown-menu li a:hover {
	color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	border-radius: 4px;
}
#navigation h1 {
	color: #1c6aa8;
	font-style: italic;
	font-size: 18px;
	font-family: Times;
	font-weight: 400;
	text-align: right;
	margin: 0;
}
#navigation h2 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 20px;
	color: #666;
	text-align: right;
}
@media screen and (min-width: 768px) {
	#navbar-main {
		padding-left: 0;
	}
}
#logo {
	padding: 15px;
}
@media screen and (max-width: 1199px) {
	#logo {
		width: 285px;
	}
}
/*----------------------------STYLE THE BANNER IMAGE------------------------------*/
#home-car {
	position: absolute;
	bottom: 10%; 
	right: -2%;
	z-index: 99;
}
@media screen and (max-width: 1199px) {
	#home-car {
		width: 250px;
		bottom: 15%;
	}
}
@media screen and (max-width: 991px) {
	#home-car {
		width: 230px;
		bottom: 2%;
	}
}
/*----------------------------STYLE THE MAIN AREA------------------------------*/
#main-content {
	background: #fff;
	padding-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-top: -60px;
	z-index: 10;
    	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
	#main-content {
		margin-top: -15px !important;
	}
}
#main-content h1 {
	color: #7b8587;
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;	
}
#main-content h2 {
	color: #001547;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;	
}
#main-content h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
#right-col, #left-col {
	background: #fff;
}
#res-frame {
	background: #fff;
	min-height: 400px;
	padding: 15px 0 0 0;	
}
@media screen and (max-width: 767px) {
	#res-frame {
		padding: 0;
	}
}
#freq-frame {
	background: #fff;
	padding-top: 15px;
}
/*----------------------------STYLE THE BOOK ROW------------------------------*/
#book-row {
	color: #525252;
	padding: 10px 15px;
	margin-bottom: 15px;
	/*background: #e6e6e6;
	background: -moz-linear-gradient(top, #d5d5d5 0%, #efefef 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(80%,#efefef)); 
	background: -webkit-linear-gradient(top, #d5d5d5 0%,#efefef 80%); 
	background: -o-linear-gradient(top, #d5d5d5 0%,#efefef 80%); 
	background: -ms-linear-gradient(top, #d5d5d5 0%,#efefef 80%);*/
    	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.btn-red, .btn-red:visited, .btn-red:focus {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height: 50px;
	line-height: 50px;
	min-width: 230px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	margin: 0 5px;
}
.btn-red:hover {
	color: #fff !important;
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
.btn-red:active {
	position:relative;
	top:1px;
}
.btn-blue, .btn-blue:visited, .btn-blue:focus {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c6fc7), color-stop(1, #14438f) );
	background:-moz-linear-gradient( center top, #1c6fc7 5%, #14438f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6fc7', endColorstr='#14438f');
	background-color:#1c6fc7;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.btn-blue:hover {
	color: #fff !important;
	text-decoration: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #14438f), color-stop(1, #1c6fc7) );
	background:-moz-linear-gradient( center top, #14438f 5%, #1c6fc7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14438f', endColorstr='#1c6fc7');
	background-color:#14438f;
}
.btn-blue:active {
	position:relative;
	top:1px;
}
@media screen and (max-width: 991px) {
	#book-row {
		text-align: center;
	}
	#book-row .btn-red {
		font-size: 14px;
		min-width: 200px;
	}
}
@media screen and (max-width: 767px) {
	#book-row .btn-red {
		min-width: 250px;
		font-size: 15px;
		margin-bottom: 10px;
	}
}
/*----------------------------STYLE THE BLUE SIDEBAR------------------------------*/
#sidebar-blue {
	color: #fff;
	background-color: #1c6aa8;
	border: 1px solid #175585;
	font-size: 17px;
	font-weight: 400;
	padding: 15px;
	height: 100%;
	text-align: center;
}
#sidebar-blue hr {
	border-top: 1px solid #5d96c3;	
	border-bottom: 1px solid #083960;
}
#social {
	width: 200px;
	margin: 10px auto;
}
.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 3px;
}
/*----------------------------STYLE THE CHARTS------------------------------*/
.chart {
	border: 1px solid gray;
	font-size: 12px;
	max-width: 700px;
}
.chart tr {
	border: 1px solid #ccc;
}
.chart td {
	padding: 4px 6px;
}
/*----------------------------STYLE THE FOOTER------------------------------*/
footer {
	padding: 30px 0;
	background: #c92030;
	color: #fff;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
#quick-links h3 {
	border-bottom: 1px dotted #fff;
	font-size: 16px;
	text-align: center;
}
#quick-links ul {
	list-style-type: none;
	font-size: 14px;
}
#quick-links ul li a {
	padding: 3px 0;
	color: #fff;
}
#quick-links ul li a:hover {
	text-decoration: underline;
}
#twitter {
	max-width: 350px;
	margin: 0 auto;
}