@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'segoe_uisemibold';
	src: url('../fonts/seguisb-webfont.eot');
	src: url('../fonts/seguisb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/seguisb-webfont.woff') format('woff'), url('../fonts/seguisb-webfont.ttf') format('truetype'), url('../fonts/seguisb-webfont.svg#segoe_uisemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segoe_uiregular';
	src: url('../fonts/segoeui-webfont.eot');
	src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segoe_uibold';
	src: url('../fonts/segoe_ui_bold-webfont.eot');
	src: url('../fonts/segoe_ui_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoe_ui_bold-webfont.woff') format('woff'), url('../fonts/segoe_ui_bold-webfont.ttf') format('truetype'), url('../fonts/segoe_ui_bold-webfont.svg#segoe_uibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_std_book';
	src: url("../fonts/futura_std_book.eot") /* EOT file for IE */
}
@font-face {
	font-family: 'futura_std_book';
	src: url("../fonts/futura_std_book.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: 'futura_std_heavy';
	src: url("../fonts/futura_std_heavy.eot") /* EOT file for IE */
}
@font-face {
	font-family: 'futura_std_heavy';
	src: url("../fonts/futura_std_heavy.ttf") /* TTF file for CSS3 browsers */
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.0s ease-in-out;
	-webkit-transition: all 0.0s ease-in-out;
}
a:focus {
	border: none;
	outline: none;
}
a:hover {
	-webkit-transition: all 0.0s ease-in-out 0.0s;
	-moz-transition: all 0.0s ease-in-out 0.0s;
	-ms-transition: all 0.0s ease-in-out 0.0s;
	-o-transition: all 0.0s ease-in-out 0.0s;
	transition: all 0.0s ease-in-out 0.0s;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
/*reset end*/
body {
	font-family: "segoe_uiregular";
	background-color: #efefee;
}
h1 {
	font-family: "segoe_uisemibold";
	font-size: 22px;
	color: #2a3c50;
	padding-bottom: 22px;
}
h2 {
	font-family: "segoe_uisemibold";
	font-size: 24px;
	color: #2a3c50;
	padding-bottom: 15px;
}
h3 {
	font-family: "segoe_uisemibold";
	font-size: 18px;
	color: #2a3c50;
	padding-bottom: 15px;
	font-weight: normal;
}
h3 a {
	color: #2a3c50;
	text-decoration: none;
}
h3 a:hover {
	color: #2a3c50;
	text-decoration: none;
}
h4 {
	font-family: "segoe_uisemibold";
	font-size: 15px;
	color: #2a3c50;
	padding-bottom: 12px;
	font-weight: normal;
	line-height: 20px;
}
h4 small{
	font-size: 14px;
	color: #595959;
}
h5 {
	font-size: 14px;
	color: #232525;
	padding-bottom: 0px;
	font-weight: normal;
}
h6 {
	width: 67px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9dc964;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	color: #595959;
	padding-bottom: 15px;
}
p a {
	color: #348DB8;
	text-decoration: none;
}
header {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
header figure {
	padding-left: 15px;
}
header ul {
	list-style-type: none;
	width: 100%;
	text-align: right;
	margin-top: 42px;
	margin-bottom: 8px;
}
header ul li {
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #d7d7d7;
}
header ul li:last-child {
	margin-right: 15px;
}
header ul li a {
	font-family: "segoe_uisemibold";
	font-size: 13px;
	color: #007ab9;
	text-decoration: none;
}
header ul li a img {
	padding-right: 7px;
}
.nav-mob ul li{
	text-align:left;
	padding-bottom:5px;	
}
.nav-mob ul li a{
	color:#fff;
	text-decoration:none;
}
.nav-mob ul li a:hover{
	color:#fff;	
}
header ul li a:hover {
	color: #515151;
	text-decoration: none;
}
header .btn-default {
	font-family: "segoe_uisemibold";
	font-size: 13px;
	color: #fff;
	background-color: #006b8d;
	border: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	border-radius: 5px;
}
.navbar .btn-default {
	font-family: "segoe_uisemibold";
	font-size: 13px;
	color: #fff;
	background-color: #008CBB;
	border: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	border-radius: 5px;
}
header .btn-default span, .navbar .btn-default span {
	font-size: 13px;
	background-color: #005c79;
	line-height: 30px;
	height: 29px;
	float: left;
	width: 30px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 5px;
}
header .btn-default:hover, .navbar .btn-default:hover {
	background-color: #007EA8;
	color: #FFF;
}
header .btn-default:hover,
header .btn-default:focus,
header .btn-default:active,
header .btn-default.active,
header .open .dropdown-toggle.btn-default {
    background-color: #007EA8;
	color: #FFF;
}
header .btn-primary, .navbar .btn-primary {
	font-family: "segoe_uisemibold";
	font-size: 13px;
	color: #fff;
	background-color: #ebaf0f;
	border: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	border-radius: 5px;
}
header .btn-primary span, .navbar .btn-primary span {
	font-size: 13px;
	background-color: #dda40a;
	line-height: 30px;
	height: 29px;
	float: left;
	width: 30px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 5px;
}
header .btn-primary:hover, .navbar .btn-primary:hover {
	background-color: #F0B720;
}
header .btn-primary:hover,
header .btn-primary:focus,
header .btn-primary:active,
header .btn-primary.active,
header .open .dropdown-toggle.btn-primary {
    background-color: #F0B720;
	color: #FFF;
}
header .btn-info, .navbar .btn-info {
	font-family: "segoe_uisemibold";
	font-size: 13px;
	color: #fff;
	border: none;
	background-color: #7ca843;
	border: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	border-radius: 5px;
	margin-right: 15px;
}
header .btn-info span, .navbar .btn-info span {
	font-size: 13px;
	background-color: #88b252;
	line-height: 30px;
	height: 29px;
	float: left;
	width: 30px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 5px;
}
header .btn-info:hover, .navbar .btn-info:hover {
	background-color: #8AB84B;
}
header .btn-info:hover,
header .btn-info:focus,
header .btn-info:active,
header .btn-info.active,
header .open .dropdown-toggle.btn-info {
    background-color: #8AB84B;
	color: #FFF;
}
.navbar .btn-default, .navbar .btn-primary, .navbar .btn-info {
	width: 100%;
	margin-bottom: 5px;
	height: 30px;
}
.navbar {
	background-color: #006b8d;
	border-radius: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height: inherit;
}
.navbar-default {
	border: none;
}
.navbar-brand {
	height: auto;
	padding: 0px;
	line-height: none;
}
.navbar-collapse {
    max-height: 350px;
}
.navbar-nav > li a:last-child {
	background-image: none;
	padding-right: 0px;
}
.navbar-nav > li a:first-child {
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	font-family: "segoe_uisemibold";
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../img/logo-border.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.navbar-default .navbar-nav > li > a.noBg {
	background-image: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #4192b7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #4192b7;
	color: #fff;
}
.navbar-nav > li > .dropdown-menu {
	border: 5px;
	margin-top: 0;
	padding: 10px;
	border: none;
	background-color: #006b8d;
}
.navbar-nav > li > .dropdown-menu li a {
	font-family: "segoe_uiregular";
	font-size: 15px;
	color: #5eadd2;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-radius: 4px;
	margin-bottom: 1px;
}
.navbar-nav > li > .dropdown-menu li a:hover {
	color: #FFFFFF;
	background-color: #00587a;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #4192b7;
	color: #fff;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #FFFFFF;
	background-color: #00587a;
}
.header p{
	padding-bottom:5px;
}
/*inner*/
.panel-default {
	background-color: #006183;
	padding: 15px;
	border-radius: 5px;
}
.panel-default h1 {
	color: #fff;
	font-family: "segoe_uisemibold";
	font-size: 17px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.panel-default h1 img {
	padding-right: 7px;
}
.panel-default ul {
	list-style-type: none;
	background: none;
}
.panel-default ul li {
	list-style-type: none;
	background: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.panel-default ul li a {
	font-family: "segoe_uisemibold";
	font-size: 15px;
	text-decoration: none;
	color: #5eadd2;
	text-transform: capitalize;
}
.panel-default ul li a:hover, .panel-default ul li a.active, .panel-default ul li a:focus {
	color: #fff;
}
.well .list-group-item {
	background: transparent;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.well .list-group-item li {
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
	color: #595959;
	font-family: "segoe_uiregular";
	font-size: 14px;
	padding-bottom: 8px;
}
.well .list-group-item li a {
	font-family: "segoe_uiregular";
	font-size: 14px;
	color: #707070;
}
/*inner end*/
/*banner*/
.jumbotron {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	position: relative;
}
.jumbotron .carousel-caption {
	background-color: transparent;
	top: 25%;
	right: 15%;
	left: 50%;
	/*width:50%;*/
	bottom: 5%;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
    background-image: url("../img/banner-text-bg-re.png");
    background-position: 0 0;
    background-repeat: repeat;
}
.jumbotron .label-primary {
	background-color: transparent;
	padding-top: 40px;
	top: 0px;
	right: 0px;
	position: absolute;
	left: 0px;
}
.jumbotron .label-primary h1 {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 42px;
	color: #004f70;
	font-family: "segoe_uisemibold";
	padding-bottom: 0px;
	text-shadow: none;
}
.jumbotron h1 {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 26px;
	color: #004f70;
	font-family: "segoe_uisemibold";
	padding-bottom: 10px;
	text-shadow: none;
}
.headingText{
	margin-top:120px;
}
.jumbotron h2 {
	background-color: transparent;
	text-transform: uppercase;
	font-family: "segoe_uisemibold";
	padding-bottom: 15px;
	font-size: 42px;
	text-shadow: none;
}
.jumbotron p {
	font-size: 17px;
	color: #000;
	padding-bottom: 10px;
	text-shadow: none;
}
.jumbotron .btn-default {
	background-color: #88b252;
	border: none;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: "segoe_uibold";
	font-size: 14px;
}
.jumbotron .btn-default:hover {
	background-color: #759C45;
}
.jumbotron .carousel-control.left {
	background: transparent;
	width: 150px;
	height: 47px;
	left: 0px;
	top: 45%;
}
.jumbotron .carousel-control.right {
	background: transparent;
	width: 150px;
	height: 47px;
	right: 0px;
	top: 45%;
}
.jumbotron {
	overflow: hidden;
}
.jumbotron.xy img {
	/*height:200px;*/
	max-width: 100%;
}
.jumbotron.big img {
	width:100%;
/*	height: 400px;
	max-width: none;*/
	/* [disabled]margin-left:-200px;
*/
}
/*banner end*/
/*body*/
.well {
	background-color: #FFF;
	margin: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}
.well-lg {
	background-color: #fff;
	margin: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}
.scrollspy-example {
	height: 390px;
	margin-top: 0px;
	overflow: auto;
	padding-right: 15px;
}
.well .thumbnail, .well-lg .thumbnail {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
.border{
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfe0e1;
}
.well figcaption {
	background-color: #fff;
	min-height: 225px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}
.well figcaption.space
{
	padding-bottom:0px;
}
.well figcaption .btn-success {
	background-color: #88b252;
	border: none;
}
.well figcaption .btn-success:hover {
	background-color: #7fa949;
	border: none;
}
.well figcaption .btn-success img {
	padding-left: 10px;
}
.well-lg figcaption {
	background-color: #fff;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	min-height: 40px;
}
.well-lg figcaption p a{
	color:#595959;
	text-decoration:none;
}
.well-lg figcaption h3{
	font-size:15px;
	padding-bottom:0px;
	min-height:40px;
}
.well .label-danger {
	background-color: #fff;
	padding: 0px 20px 0px 20px;
	height: 425px;
	overflow: hidden;
}
.well .media-object {
	width: 200px;
	border-radius: 5px;
	height: 150px;
}
.media .media-heading {
	font-size: 18px;
	color: #006b8d;
	font-family: "segoe_uiregular";
	padding-bottom: 0px;
	text-transform: uppercase;
}
/*body end*/
/*slider*/
.well-sm {
	background-color: #006b8d;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 0px;
}
.container.width{
	padding-left:50px;
	padding-right:50px;
}
.well-sm h1 {
	font-family: "segoe_uisemibold";
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding-bottom: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
.well-sm h1 a {
	color: #fff;
	text-decoration: none;
}
.well-sm h1 a:hover {
	color: #fff;
	text-decoration: none;
}
.well-sm h1 img {
	padding-left: 10px;
	padding-right: 10px;
	width: 36px;
}
.well-sm p {
	font-family: "segoe_uisemibold";
	color: #b4dff3;
	font-size: 16px;
	text-align: center;
	padding-bottom: 0px;
}
.well-sm p a {
	color: #b4dff3;
	text-decoration: none;
}
.well-sm p a:hover {
	color: #b4dff3;
	text-decoration: none;
}
.well-sm .carousel-control.left {
	background: transparent;
	width: 47px;
	height: 47px;
	left: 0px;
	top: 15%;
	z-index:99999;
}
.well-sm .carousel-control.right {
	background: transparent;
	width: 47px;
	height: 47px;
	right: 0px;
	top: 15%;
	z-index:99999;
}
/*footer*/
footer {
	background-color: #fff;
}
footer h1 {
	font-family: "segoe_uisemibold";
	color: #011639;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
footer .bg-primary {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 0px;
}
footer .bg-success {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
footer .bg-info {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 10px;
}
footer ul {
	padding-bottom: 10px;
}
footer ul li {
}
footer ul li a {
	font-family: "segoe_uiregular";
	color: #707070;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: capitalize;
}
footer ul li a:hover {
	color: #000;
}
footer address {
	font-family: "segoe_uiregular";
	color: #707070;
	font-size: 13px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 25px;
	background-image: url(../img/locator.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
footer p {
	font-family: "segoe_uiregular";
	color: #707070;
	font-size: 13px;
	padding-bottom: 0px;
	padding-right: 0px;
}
footer p a {
	font-family: "segoe_uiregular";
	color: #171717;
	font-size: 11px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
footer p a span {
	font-family: "segoe_uiregular";
	color: #707070;
	font-size: 10px;
	padding-right: 1px;
}
footer a:hover {
	text-decoration: underline;
	color: #171717;
}
footer .list-group {
	width: 100%;
	text-align: left;
}
footer .list-group li {
	font-family: "segoe_uiregular";
	color: #666666;
	font-size: 13px;
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
}
footer .list-group li a {
	color: #666666;
}
footer .list-group a:hover {
	color: #000;
}
.media {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 15px;
}
.media:last-child {
	border: none;
}
.media > .pull-left {
	margin-right: 15px;
}
/*video*/
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: 1px solid #006183;
}
.table-responsive p{
	padding-bottom:5px;
}
/*newcss*/
.well .list-unstyled li{
	padding-left:60px;
	min-height:60px;
	background-image:none;
	position:relative;
	padding-top:3px;}
.well .list-unstyled li figure{
	position: absolute;
	left: 0px;
	top: -3px;
}
.well .btn-primary, .well-lg .btn-primary{
	margin-bottom:4px;}
/*media start*/
@media (max-width: 1200px) {
	.headingText{
	margin-top:90px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-nav > li > .dropdown-menu {
	border: 12px solid #00678a;
	padding: 15px;
}
.jumbotron .carousel-caption {
	top: 8%;
	right: 12%;
	left: 35%;
	bottom: 8%;
}
.jumbotron h1 {
	font-size: 35px;
	padding-bottom: 7px;
}
.jumbotron.xy h1 {
	font-size: 30px;
	padding-bottom: 7px;
}
.jumbotron h2 {
	font-size: 22px;
	padding-bottom: 5px;
}
.jumbotron p {
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 20px;
}
.jumbotron .btn-default {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 17px;
}
.well .label-danger {
	height: 400px;
}
.jumbotron {
	overflow: hidden;
}
.jumbotron.xy img {
	height: 130px;
	max-width: none;
}
.jumbotron.big img {
	max-width:100%;
}
.well-sm h1 img {
	width: 35px;
}

.well-lg figcaption {
	min-height: 120px;
}
.well-sm .carousel-control.left {
	left: 0px;
}
.well-sm .carousel-control.right {
	right: 0px;
}
}
@media (max-width: 992px) {
	h1 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
.headingText{
	margin-top:65px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-nav > li > .dropdown-menu {
	border: 8px solid #00678a;
	padding: 10px;
}
.jumbotron .carousel-caption {
	top: 10%;
	right: 12%;
	left: 20%;
	bottom: 5%;
}
.jumbotron h1 {
	font-size: 25px;
	padding-bottom: 5px;
}
.jumbotron h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
h4 {
	font-size: 14px;
}
.jumbotron .label-primary h1 {
	font-size: 25px;
}
.jumbotron p {
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 18px;
}
.jumbotron .btn-default {
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 15px;
}
.jumbotron {
	overflow: hidden;
}
.jumbotron.xy img {
	height: 130px;
	max-width: none;
	margin-left: -150px;
}
.jumbotron.big img {
	height: 230px;
	max-width:inherit !important;
	width:1000px;
	margin-left: 0px;
}
.jumbotron .carousel-control.left, .jumbotron .carousel-control.right {
	width: 100px;
}
.well .label-danger {
	height: 440px;
}
.well-sm h1 {
	font-size: 21px;
	padding-left: 8%;
	padding-right: 8%;
}
.well-sm p {
	font-size: 16px;
}
.panel-default h1 {
	font-size: 14px;
}
.well-sm h1 img {
	width: 32px;
}
.panel-default ul li a {
	font-size: 13px;
}
.well-lg figcaption {
	min-height: 130px;
}
.well .media-object {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.media-body {
	width: 100%;
}
.media > .pull-left {
	margin-right: 0px;
}
.well-lg figcaption {
	min-height: 160px;
}
.well-lg figcaption h3{
	min-height:45px;
	font-size:14px;
}
footer .bg-success .text-right{
	text-align:center;
	padding-top:10px;
}
}
@media (max-width: 767px) {
h3 {
	font-size: 15px;
}
p {
	font-size: 13px;
}
.hide {
	display: block !important;
}
.show {
	display: none !important;
}
.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand {
	width: 120px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.navbar-default .navbar-nav > li > a {
	background-image: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 1px;
	line-height: none;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	padding: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #0EA8E2;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: #fff;
	background-color: #022662;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	border-color: #fff;
	background-color: #fff;
}
.thumbnail figcaption {
	margin-bottom: 35px;
	min-height: 90px;
}
.jumbotron .carousel-caption {
	padding-top: 30px;
	text-align: center;
	right: 15px;
	left: 15px;
	
	background-image: url(../img/banner-text-bg-re.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: 250px;
	max-width: none;
	margin-left: 0px;
}
.jumbotron h1 {
	font-size: 18px;
	padding-bottom: 5px;
}
.jumbotron h2 {
	padding-bottom: 16px;
	padding-bottom: 5px;
}
.jumbotron p {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 14px;
}
.jumbotron .label-primary h1 {
	font-size: 22px;
}
.jumbotron .btn-default {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
}
.well .panel-default {
	margin-bottom: 20px;
}
.well-sm h1 {
	font-size: 17px;
	padding-left: 12%;
	padding-right: 12%;
}
.well-sm h1 img {
	display: none;
}
.well-sm p {
	font-size: 14px;
}
.jumbotron.xy img {
	height: 130px;
	margin-left: -200px;
}

.jumbotron.big img {
	height: 210px;
	max-width:inherit !important;
	width:800px;
	margin-left:-70px;
}
.jumbotron .carousel-control.left {
	height: 25px;
	width: 25px;
	z-index: 99999;
	margin-left: 5px;
}
.jumbotron .carousel-control.right {
	height: 25px;
	width: 25px;
	z-index: 99999;
	margin-right: 5px;
}
.carousel-control.left img, .carousel-control.right img {
	height: 25px;
	width: 25px;
	z-index: 99999;
}
.panel-default h1 {
	font-size: 17px;
}
.well .media-object {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.media-body {
	width: 100%;
}
.border{
	padding: none;
	border:none;
}
.thumbnail figcaption {
	border-bottom: 1px solid #006183;
	min-height: inherit !important;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
}
.well figcaption .btn-success {
	margin-bottom: 15px;
}
.well-lg figcaption h3 {
	min-height:inherit;
}
.well .media-body p {
	font-size: 13px;
}
footer p:last-child {
	margin-bottom: 15px;
}
footer h1 {
	padding-bottom: 5px;
}
footer ul {
	padding-bottom: 20px;
}
footer .list-group {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}
footer .text-right {
	text-align: center !important;
}
}
@media (max-width: 480px) {
	.headingText{
	margin-top:50px;
}
.jumbotron.big img {
	height: 180px;
	max-width:inherit !important;
	width:650px;
	margin-left: -100px;
}	
}
/*media end*/
