@font-face {
	font-family: 'DroidSerif';
	src: url('../fonts/DroidSerif/DroidSerif.eot');
	src: url('../fonts/DroidSerif/DroidSerif.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSerif/DroidSerif.woff') format('woff'), url('../fonts/DroidSerif/DroidSerif.ttf') format('truetype'), url('../fonts/DroidSerif/DroidSerif.svg#DroidSerif') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NoticiaText';
	src: url('../fonts/NoticiaText/NoticiaText.eot');
	src: url('../fonts/NoticiaText/NoticiaText.eot?#iefix') format('embedded-opentype'), url('../fonts/NoticiaText/NoticiaText.woff') format('woff'), url('../fonts/NoticiaText/NoticiaText.ttf') format('truetype'), url('../fonts/NoticiaText/NoticiaText.svg#NoticiaText') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello/fontello.eot?54856606');
	src: url('../fonts/fontello/fontello.eot?54856606#iefix') format('embedded-opentype'), url('../fonts/fontello/fontello.woff?54856606') format('woff'), url('../fonts/fontello/fontello.ttf?54856606') format('truetype'), url('../fonts/fontello/fontello.svg?54856606#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
/*Fontello*/
.icon-home:before {
	content: '\e830';
}
.icon-search:before {
	content: '\e807';
}
.icon-left-open-mini:before {
	content: '\ea02';
}
.icon-right-open-mini:before {
	content: '\ea03';
}
.icon-picture:before {
	content: '\e816';
}
.icon-camera:before {
	content: '\e817';
}
.icon-doc-text:before {
	content: '\e869';
}
.icon-play:before {
	content: '\e8bf';
}
.icon-menu:before {
	content: '\e875';
}
/*Fontello End*/
/*General*/
body {
	margin: 0px;
	background-color: #2e2e2e;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.userImage {
	overflow: hidden;
	position: relative;
}
.userImage img {
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	max-height: 130%;
	position: absolute;
	display: block;
	margin: auto;
	left: -50%;
	right: -50%;
	top: -50%;
	bottom: -50%;
}
.grid1 {
	margin-bottom: 10px;
}
.grid2 {
	margin-bottom: 20px;
}
.grid3 {
	margin-bottom: 30px;
}
.grid4 {
	margin-bottom: 40px;
}
.grid5 {
	margin-bottom: 50px;
}
.grid6 {
	margin-bottom: 60px;
}

/*General end*/
/** Home Page **/
body > header {
	background-color: #18617a;
	border-bottom: 1px solid #d4d4d4;
}
.logo {
	padding: 2px 0 3px;
}
.responsiveBtn {
	display: none;
	float: right;
	margin-top: 11px;
	cursor: pointer;
}
.responsiveBtn span {
	font-size: 28px;
	color: white;
}
.headerMenu {
	display: block;
}
.headerMenu ul {
	border-right: 1px solid #1C7290;
}
.headerMenu li {
	float: left;
}
.headerMenu li a {
	display: block;
	text-align: center;
	font-family: 'NoticiaText';
	font-size: 14px;
	line-height: 16px;
	color: white;
	-webkit-font-smoothing: antialiased;
	padding: 15px 12px 18px;
	border-left: 1px solid #1c7290;
	border-right: 1px solid #444b56;
	min-width: 4em;
	position: relative;
	z-index: 1;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.headerMenu li a:after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background-color: white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.headerMenu li a:hover:after {
	height: 100%;
}
.headerMenu li a:hover {
	color: #18617a;
}
.headerMenu li:first-child a {
	border-left: none;
}
.tickerArea {
	background-color: #f7f7f7;
	margin-bottom: 30px;
	border-bottom: 1px solid #282828;
}
.ticker-wrapper.has-js {
	width: 911px;
	height: 39px;
	display: block;
	border-bottom: 1px solid #D4D4D4;
}
.ticker {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	float: left;
	background-color: #0268a9;
	padding: 2px 7px;
	position: relative;
	margin-top: 8px;
}
.ticker-title:after {
	content: '';
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 12px 0 12px 9px;
	border-left-color: #0268a9;
	position: absolute;
	top: 0;
	right: -9px;
}
.ticker-title span {
	font-family: 'NoticiaText';
	font-size: 12px;
	line-height: 14px;
	color: white;
}
.ticker-content {
	margin: 12px 0 0 0;
	left: 120px !important;
	position: absolute;
	font-family: 'DroidSerif';
	font-size: 13px;
	line-height: 16px;
	color: #3d4c54;
	overflow: hidden;
	white-space: nowrap;
}
.ticker-swipe {
	margin-top: 12px;
	left: 120px !important;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px;
	height: 23px;
	background-color: #F7F7F7;
}
.ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.searchBar input {
	background-color: #ffffff;
	margin: 0;
	height: 32px;
	font-size: 12px;
	color: #b3b3b3;
	border: none;
	border-left: 1px solid #D4D4D4;
	border-radius: 0;
	float: left;
}
.searchBar input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: #d4d4d4;
}
.searchBar button {
	margin: 0;
	padding: 0;
	border: none;
	height: 40px;
	width: 40px;
	background-color: #0168a9;
	float: left;
}
.searchBar button span {
	color: white;
	font-size: 14px;
}
.mainSlider .carousel-inner {
	height: 280px;
	background-color: #e5e2e2;
}
.mainSlider .carousel-indicators {
	border: 1px solid #545454;
	padding: 10px 15px;
}
.mainSlider .carousel-indicators li {
	/*min-height: 70px;
	 max-height: 70px;*/
	position: relative;
	border: 5px solid #eeeeee;
	background-color: #e5e2e2;
	float: left;
	cursor: pointer;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.mainSlider .carousel-indicators li .indicatorImage {
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}
.mainSlider .carousel-indicators li.active {
	border-color: #0268a9;
}
.mainSlider .carousel-indicators li span {
	width: 0;
	display: block;
	border: solid transparent;
	border-width: 0 6px 6px;
	border-bottom-color: #0268a9;
	position: absolute;
	opacity: 0;
	top: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.mainSlider .carousel-indicators li.active span {
	opacity: 1;
}
.mainSlider .carousel-inner > .item {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	opacity: 0;
	z-index: -1;
	transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
}
.mainSlider .item img {
	min-height: 100%;
	min-width: 100%;
}
.mainSlider .item .sliderText {
	position: absolute;
	bottom: 7px;
	left: 7px;
	right: 7px;
	padding: 10px;
	background-color: rgba(61, 76, 84, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#556168,endColorstr=#556168);
}
.mainSlider .item .sliderText h4 {
	font-family: 'NoticiaText';
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: white;
	margin-bottom: 5px;
}
.mainSlider .item .sliderText p {
	font-family: 'NoticiaText';
	font-size: 13px;
	line-height: 14px;
	color: white;
}
.mainSlider .carousel-inner > .active {
	display: block;
	opacity: 1;
	z-index: 1;
}
.tnLayout {
	width: 210px;
	margin-left: 10px;
}
.topNews h3 {
	font-family: 'NoticiaText';
	font-size: 19px;
	line-height: 20px;
	color: white;
	padding: 15px 0;
	text-align: center;
	background-color: #0268a9;
}
.verticalNews {
	padding: 15px;
	background-color: #41464a;
	height: 292px;
	overflow: hidden;
}
.verticalNews .innerWrapper {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.verticalNews li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	color: white;
	background-color: #35393b;
	padding: 10px;
}
.verticalNews li p {
	font-family: 'NoticiaText';
	font-size: 13px;
	line-height: 14px;
	color: white;
}
.verticalNews li span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	background-color: #0268a9;
	text-align: center;
	color: white;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.reLayout {
	margin-left: 10px;
}
.recentEvents header {
	border-bottom: 1px solid #545454;
}
.recentEvents header h4 {
	font-family: 'NoticiaText';
	font-size: 16px;
	line-height: 18px;
	color: white;
	padding: 5px 10px;
	background-color: #0268a9;
	display: inline-block;
}
.rnTicker {
	padding: 30px 0 10px;
	height: 303px;
}
.rnTicker .innerWrapper {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.rnTicker li {
	padding-bottom: 10px;
	border-bottom: 1px solid #545454;
}
.rnTicker .rnImage {
	width: 90px;
	height: 70px;
	overflow: hidden;
	float: left;
}
.rnTicker .rnDetails {
	margin-left: 110px;
}
.rnTicker .rnDetails p {
	font-family: 'NoticiaText';
	font-size: 12px;
	line-height: 13px;
	color: #a7a3a3;
}
.rnTicker .rnDetails h6 {
	font-family: 'NoticiaText';
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #8d9bb1;
	margin-bottom: 10px;
}
.hotStuff header {
	border-bottom: 1px solid #545454;
	margin-bottom: 30px;
}
.hotStuff header h4 {
	font-family: 'NoticiaText';
	font-size: 16px;
	line-height: 18px;
	color: white;
	padding: 5px 10px;
	background-color: #0268a9;
	display: inline-block;
}
.hotStuff header .htArrows {
	float: right;
	width: 60px;
}
.hotStuff header .htArrows div {
	float: left;
}
.hotStuff header .htArrows a {
	display: block;
	width: 30px;
	height: 28px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background-color: #767a7c;
}
.hotStuff header .htArrows a:hover {
	z-index: 1;
}
.hotStuff header .htArrows span {
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	width: 30px;
	color: #ffffff;
	position: absolute;
}
.hotStuff header .htArrows .bx-prev:hover span {
	-webkit-animation: prevArrow 0.4s;
}
.hotStuff header .htArrows .bx-next:hover span {
	-webkit-animation: nextArrow 0.4s;
}
@-webkit-keyframes nextArrow {
0% {
right: 0;
}
40% {
right: -30px;
color: transparent;
}
60% {
right: 30px;
}
100% {
right: 0;
}
}
@-webkit-keyframes prevArrow {
0% {
left: 0;
}
40% {
left: -30px;
color: transparent;
}
60% {
left: 30px;
}
100% {
left: 0;
}
}
.hotStuff .hsImage {
	height: 95px;
	margin-bottom: 15px;
	overflow: hidden;
}
.hotStuff .hsDetails .hsType {
	float: left;
	width: 33px;
	height: 33px;
	background-color: #0268a9;
}
.hotStuff .hsDetails .hsType span {
	color: white;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	display: block;
}
.hotStuff .hsDetails p {
	font-family: 'NoticiaText';
	font-size: 13px;
	line-height: 14px;
	color: #8c9bb0;
	margin-left: 40px;
}
.hotStuff .bx-wrapper .bx-controls-direction a {
	position: absolute;
	text-indent: -9999px;
}
/** Home Page End **/