@font-face {
    font-family: 'OpanSans';
    src: url(../fonts/OpenSans-Light.ttf);
	font-weight:200;
}

@font-face {
    font-family: 'OpanSans';
    src: url(../fonts/OpenSans-Regular.ttf);
	font-weight:300;
}

@font-face {
    font-family: 'OpanSans';
    src: url(../fonts/OpenSans-Semibold.ttf);
	font-weight:400;
}

@font-face {
    font-family: 'OpanSans';
    src: url(../fonts/OpenSans-Bold.ttf);
	font-weight:700;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-family:'OpanSans', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#FFF;
	font-size:16px;
	background:url('../img/bg.png') fixed repeat;
	font-weight:300;
	text-shadow:0 1px 2px rgba(255,255,255,0.6);
}

.mainbox {
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.5);
	margin: 0 auto;
	padding:0 10px;
	margin-bottom:10px;
	background:#FFF;
}

.container {
	margin:0 auto;
	padding:0;
}

.row {
	margin:0 auto;
}

.nospc {
	margin:0;
	padding:0;
}

.yesspc {
	padding:10px;
}

.thmcolor {
	color:#035187;
}

a {
	color:#035187;
}

a:hover, a:visited, a:active  {
	text-decoration:none !important;
	color:#A10C0D;
}

.text-right h2 {
	float:right;	
}

p {
	letter-spacing:0.2px;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, hr {
	margin:0;
	padding:0;
}

h1 {
	font-size:40px;
	font-weight:700;
}

h2 {
	font-size:30px;
	padding:15px 0;
	font-weight:700;
	letter-spacing: 0px;
	color:#035187;
	text-transform: uppercase;
}

h3 {
	padding:5px;
}

hr {
	margin:10px 0px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #ffffff;
}

.desc {
	text-align:left;
	padding:30px 10px 40px 10px;
}

.bluebg {
	background:url('../img/bluebg.png') top repeat-x #BFD7E9;
	color:#000;
	padding:5px 10px;
	-moz-box-shadow: inset  0  8px 10px -8px #000;
    -webkit-box-shadow: inset  0  8px 10px -8px #000;
     box-shadow: inset  0  8px 10px -8px #000;
}

.colorbg {
	background:#E2E9EE;
	border-bottom:1px solid #B2C8D9;
	border-top:1px solid #B2C8D9;
	margin:0;
	min-height:5px;
}

.footer {
	margin:0;
	background:#464646;
	color:#FFF;
	padding:10px;
	font-size:14px;
	text-shadow:none;
}

.tab-content {
	border:1px solid #dedede;
	border-top:none;
	padding:10px 30px;
	background:#E2E9EE;
}

.nav-tabs li.active  a{
	background:#E2E9EE;
	font-weight:700;
}

.nav-tabs li  a{
	font-weight:700;
}

.nav-tabs li.active  a:hover, .nav-tabs li.active  a:active{
	background:#E2E9EE;
}

.text-small {
	font-size:13px;
}

#background {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:0;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.p_unit {
	border:1px solid #dedede;
	border-radius:5px;
	margin:5px 0px;
	padding:5px;
	min-height:155px;
}

.p_unit:hover {
	background:#f9f9f9;
}

.p_photo {
	border:1px solid #dedede;
	background:#eeeeee;
	margin:0 auto;
}

.player {
	float:none;
	margin:0 auto;
	max-height:140px;
}

.p_name {
	text-align:left;
	font-size:13px;
	line-height:24px;
	border:1px solid #dedede;
	background:#eeeeee;
	padding-left:5px;
	padding-top:5px;
	margin:0px 0px 0px 10px;
}

.p_name h3 {
	font-size:16px;
	color:#0E6285;
}

.p_name b {
	color:#0B6804;
}

.contlist p {
	padding:0px 0px 10px 0px;
}

.sheading {
	width:120px;
	display:inline-block;
}

/* ----------------- NavBar ----------------- */

.navbar {
	font-weight: 400;  
	border-radius:0;
	margin:0;
	padding:0;
	font-size:14px; 
	text-transform: uppercase;
	border-bottom:1px solid #175E8C;
	border-top:1px solid #175E8C;
	background: #3D80AC url('../img/menubg.png') repeat-x top left;
	text-shadow:none;
}

.navbar .navbar-toggle {
	border:1px solid #054671;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background:#135B8B;
	color:#fff;
	padding:5px !important;
	margin:4px !important;
}

.nav-small-title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:8px 10px 0px 10px;
}

.dropdown-menu a {
	color:#fff !important;
}

.collapse {
	padding:0;
	margin:0;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle.active {
	background:#054671;
	color:#fff;
}

.navbar-nav li ul, .navbar-nav li:hover a ul{
	background:#054671;
	color:#fff;
}

.navbar-nav li:hover a, .navbar-nav .active a, .navbar-nav li:hover{
	background:#054671;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	color:#fff;
}

.navbar-nav li ul li:hover, .navbar-nav li ul li:hover a{
	background:#054671 !important;
}

.navbar-collapse .nav li{
	padding:0;
	margin:0;
	border-right:1px solid #175E8C;
	border-left:1px solid #5691B7;
}

.navbar-collapse .nav .last {
	border-right:1px solid #175E8C;
}

.navbar-nav li a {
	color:#fff;
}

.navbar-nav li ul li{
	border-bottom:1px dashed #dedede;
	border-right:none;
}

.icon-bar {
	background:#fff;	
}

.navbar-nav li.active, .navbar-nav li.active a {
	background:#054671 !important;
}

.navbar-nav > li > a {padding-top:7px !important; padding-bottom:7px !important;}
.navbar {min-height:35px !important}

/* ----------------- Enquiry Form ----------------- */

.enqform hr {
	margin-bottom:10px;
	border-top:1px solid #41ABD8;
	border-bottom:1px solid #fff;
}

.enqform {
	border:2px solid #B2C8D9;
	border-top:4px solid #B2C8D9;
	border-radius:10px;
	padding:0px 10px 10px 10px;

	background:#F1F6FA;
}

#enqform {
	z-index:999;
}

.form-error {
	border:1px solid #FFA1A1;
	box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-webkit-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-o-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	color:#cc0000;
}

.error  {
	color:#cc0000;
}

/* ----------------- Back to Top Button ----------------- */

#back-top {
	position: fixed;
	bottom: 0;
	right: 0;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font:4px;
	text-transform: uppercase;
	text-decoration: blink;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	color:#13256c;
}

#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 4px;
	background: #ddd url('../img/scrollup.png') no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border:1px solid #555;
}

#back-top a:hover span {
	background-color: #777;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Landscape phone to portrait tablet */

@media (max-width: 480px) {
	#myCarousel .carousel-inner .item img{
		min-height:180px;
		min-width:600px;
		width: auto !important;
		height: auto !important;
		display: block !important;
		overflow:hidden !important;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size:20px;
		text-align:center;
		padding:0;
		margin:0;
	}
	
	h2 {
		font-size:20px;
		text-align:center;
		padding:8px 0px;
		margin:0;
	}
	
	.text-right h2 {
		float:none;	
	}
	
	.desc {
		text-align:center;
	}
	
	.footer {
		font-size:11px;
	}
	
	.navbar-collapse { 
		padding:0 18px;
	}

	.navbar ul li {
		clear:both;
		width:85%;
	}
	.navbar ul li a{
		border-right:none;
	}
	.navbar ul li ul li{
		border-top:none;
	}
	.navbar-collapse .nav li {
		padding:0;
		margin:0;
		width:100%;
		text-align:center;
	}
	
	#myCarousel img {
		width:800px !important;
		overflow:hidden;
		position:static;
	}
	
	.tab-content {
		padding:10px;
	}
	
	.p_name {
		margin:0;
		margin-top:5px;
		text-align:center;
	}
	
	.p_unit {
		margin-bottom:20px;
	}
}

@media (min-width: 768px) {
	
	h2 {
		font-size:22px;
		text-align:center;
		margin:10px 0px;
		margin:0;
	}
	
	.headbar {
		height:80px;	
	}
	
	.headbar .nospc {
		margin-top:5px;	
	}
	
	.headbar .text-right {
		margin-top:15px;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size:30px;
		padding:15px 0;
	}
	
}

@media (min-width: 1024px) {
	h2 {
		font-size:31px;
		padding:15px 0;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size:35px;
		padding:15px 0;
	}
}