@import "font-face.css";

a:link,
a:visited {
    text-decoration:none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}	

body{
	color:#333;
	font-size:14px;
	background:#fff;
	line-height:18px;
	font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
	}
	
a{
	color:#00b1e0;
	}
a:hover{
	color:#0091b7;
	}
.scroll-fix-top{
    width: 100%;
}

.scroll-fix-top.fixed {
    opacity: 0.95;
}

.circle, .anchor, .anchor .fa{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	}
.radius{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
.shadow{
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	}
.anchor{
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-15px;
	background:#ffffff;
	border:3px solid #60da9d;
	z-index:99;
	width:46px;
	height:46px;
	display:inline-block;
	text-align:center;
	
	}
.anchor .fa{
	color:#60da9d;
	line-height:40px;
	text-align:center;
	}
	
.fa-2 {
    font-size: 1.5em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
ul.reset, ol.reset{
	margin:0;
	padding:0;
	}
.btn.btn-submit{
	background:#cb0303;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:120%;
	padding:15px 30px;
	}
.navbar-toggle{
	position:absolute;
	right:10px;
	top:20px;
	height:42px;
	width:42px;
	padding:0;
	margin:0;
	background:none;
	color:#fff;
	background:#2f9fa8;
	z-index:99999;
	}
.navbar-toggle .fa{
	text-align:center;
	line-height:40px;
	font-size:80%;
	}
.btn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.navbar-toggle .fa{
	font-size:150%;
	}
.red{
	color:#eb1c24;
	}
#container img{
	max-width:100%;
	}
strong, b{
	font-family: 'Roboto-Bold';
	}
label{
	font-weight:normal;
	font-family: 'Roboto-Regular';
	}
input[type="text"], textarea{
	border:1px solid #bababa;
	padding:7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	max-width:100%;
	}
.btn .caret{
	float:right;
	margin-top:7px;
	}
.p30{
	padding:30px;
	}
.p15{
	padding:15px;
	}
/*header=================================*/
#header{
	min-height:90px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	margin-bottom:0;
	z-index:9999;
	border:none;
	border-bottom:1px solid #fff;
	background:#e2ebec url(../img/bg-gradient-header.gif) repeat-x 50% 0;
	}
.navbar-brand img{
	height:54px;
	}
.navbar-brand {
    padding-top: 5px;
}

.hd-rt{
	float:right;
	}
.hotline{
	background:url(../img/label-hotline.png) no-repeat 0 50%;
	padding-left:130px;
	color:#d22f13;
	height:30px;
	line-height:30px;
	margin-top:15px;
	font-size:20px;
	font-family: 'Roboto-Bold';
	float:left;
	}
.hotline a{
	color:#d22f13;
	}
.search{
	background:#fff;
	border:1px solid #c3c3c3;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	margin-bottom:30px;
	padding:0px 10px;
	overflow:hidden;
	width:200px;
	float:right;
	margin-top:15px;
	margin-left:30px;
	}
.search input, .search .btn{
	background:none;
	border:none;
	outline:none;
	
	}
.search .btn{
	height:24px;
	color:#4DB7FF;
	line-height:24px;
	float:right;
	padding:3px;
	}
.search input{
	float:left;
	width:150px;
	padding:5px;
	font-size:90%;
	}
.navbar-nav{
	margin-left:180px;
	}
.navbar-nav>li>a{
	color:#222;
	font-family: 'Roboto-Light';
	font-weight: bold;
	}
.navbar-nav>li>a:hover, .navbar-nav>li.active>a{
	background:none;
	color:#45ac70;
	}
.navbar-sub{
	width:255px;
	padding:0;
	}
.navbar-sub li{
	list-style:none;
	display:block;
	width:250px;
    border-bottom: 1px solid #f5f5f5;
	}
.navbar-sub li:last-child{
    border-bottom: none;
	}
.navbar-sub li a{
	padding:8px 10px 8px 10px;
	font-family: 'Roboto-Light';}
.navbar-sub li a img{
	margin-bottom:10px;
	}
.navbar-nav.nav .open>a, .navbar-nav.nav .open>a:focus, .navbar-nav.nav .open>a:hover{
	background:none;
	}
.dropdown:hover .dropdown-menu {
    display: block;
}


/*slide*/
.carousel-control{
	background:none !important;
	width:50px;
	}
.carousel-control .fa{
	position:absolute;
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	text-shadow:none;
	border:2px solid #fff;
	top:50%;
	margin-top:-25px;
	}
.carousel-control.left .fa{
	left:15px;
	}
.carousel-control.right .fa{
	right:15px;
	}
/**/
.section{
	padding-top:15px;
	padding-bottom:15px;
	}
.section-hd, #hdPage-bt h2{
	text-transform:uppercase;
	color:#2f9fa8;
	margin-bottom:15px;
	font-family: 'Roboto-Thin';
	}
.section-hd h3{
	font-size:30px;
	}
.owl-carousel{}
.owl-carousel.owl-loaded, .owl-carousel2.owl-loaded, .owl-carousel3.owl-loaded {
  display: block;
  position:relative;
}
.owl-carousel .owl-stage-outer, .owl-carousel2 .owl-stage-outer, .owl-carousel3 .owl-stage-outer{
  position: relative;
  overflow:hidden;
  -moz-transform: translate3d(0px,0,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}
.owl-carousel .owl-item, .owl-carousel2 .owl-item, .owl-carousel3 .owl-item{
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .item{
	padding:0 10px;
	}
.owl-theme .owl-controls {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.owl-prev, .owl-next{
	top:60px;
	width:40px;
	height:40px;
	position:absolute;
	text-indent:-1000em;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:auto;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:9;
	}
.owl-prev{
	background-image:url(../img/arrow-left.png)
	}
.owl-next{
	background:url(../img/arrow-right.png)
	}
.owl-carousel .owl-prev{
	left:-30px;
	}
.owl-carousel .owl-next{
	right:-30px;
	}
.owl-carousel .owl-dots{
	text-align:center;
	margin:15px auto 0 auto;
	background:url(../img/line-dot-slide.png) no-repeat 50% 7px;
	}
.owl-carousel .owl-dot{
	background:#fff;
	border:1px solid #777;
	width:15px;
	height:15px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	display:inline-block;
	margin:0 3px;
	}
.owl-carousel .owl-dot.active{
	background:#4DB7FF;
	border:1px solid #4DB7FF;
	}
/**/
#projects .item img{
	width:100%;
	border:2px solid #4DB7FF;
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	}
#projects .item img, #projects .item .desc{
	-moz-border-radius:15px 0 15px 0;
	-webkit-border-radius:15px 0 15px 0;
	border-radius:15px 0 15px 0;
	}
#projects .item .desc{
	padding:15px;
	background:#ededed;
	position:relative;
	color:#555;
	margin:-20px 15px 0 15px;
	font-family: 'Roboto-Light';
	line-height:20px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	border-top:2px solid #4DB7FF;
	}
#projects .item .desc h2{
	font-size:18px;
	margin:0 0 10px 0;
	font-family: 'Roboto-Bold';
	}
#projects .item .desc h2 a{
	color:#4DB7FF;
	}
#projects .item:hover .desc{
	background:#4DB7FF;
	color:#fff;
	}
#projects .item:hover .desc h2 a{
	color:#fff;
	}
#projects .item .desc p{
	margin:0;
	}
/**/
#newsSlide{
	background:#4DB7FF;
	color:#fff;
	overflow:hidden;
	}
#newsSlide .thumb{
	width:55%;
	float:left;
	}
#newsSlide .thumb img{
	width:100%;
    border: 1px solid #f5f5f5;
    border-right:none;
	}
#newsSlide .desc{
	width:45%;
	float:right;
	}
#newsSlide .desc .inner{
	padding:15px;
	}
#newsSlide .desc .inner h2{
	margin:0 0 15px 0;
	font-size:18px;
	line-height:24px;
	}
#newsSlide .desc .inner a{
	color:#fff;
	}
#newsSlide .carousel-control.right{
	right:45%;
	}
#newsSlide .carousel-control .fa{
	border:none;
	font-size:200%;
	}
#newsSlide .carousel-control.right .fa{
	right:0;
	}
#newsSlide .carousel-control.left .fa{
	left:0;
	}
#picSlide h2, #videoSlide h2{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	margin:0;
	padding:10px 15px;
	color:#fff;
	font-size:110%;
	font-family: 'Roboto-Bold';
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	}
#picSlide h2 a{
	color:#fff;
	}
#progress .inner{
	background:#4DB7FF;}
.owl-carousel2 .item{
	padding:0 2px;
	}
.owl-carousel2 .owl-prev{
	left:0px;background-color:rgba(255, 255, 255, 0.3);
	}
.owl-carousel2 .owl-next{
	right:0px;
	background-color:rgba(255, 255, 255, 0.3);
	}
#progress h2{
	margin:0;
	padding:10px 15px;
	font-size:110%;
	text-transform:uppercase;
	}
#progress h2 a{
	color:#fff;
	}
#progress img{
	width:100%;
	}
#videoSlide .carousel-control{
	display:none;
	}
#videoSlide .btnPlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	}
#videoSlide .btnPlay .fa{
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	position:absolute;
	top:50%;
	left:50%;
	font-size:350%;
	margin-top:-20px;
	margin-left:-20px;
	opacity:0.6
	}
#videoSlide .btnPlay:hover .fa{
	opacity:0.9;}
/**/
#contact{
	padding-top:30px;
	padding-bottom:30px;
	background:#fafcf8 url(../img/bg-contact.gif) no-repeat 50% 100%;
	}
#contact .section-hd{
	margin-bottom:50px;
	color:#2f9fa8;
	}
#contact form>div{
	margin-bottom:10px;
	}
#contact input, #contact textarea{
	width:100%;
	padding:8px;
	}
#contact textarea{
	height:100px;
	}
#contact address h3{
	font-size:110%;
	margin-top:0;
	font-family: 'Roboto-Bold';
	}
#contact .social .fa{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#1093FF;
	margin-right:10px;
	}
/**/
#footer{
	color:#fff;
	background:#0F60B2;
	text-align:center;
	padding:15px 0;
	}
#footer a{
	color:#fff;
}
/**/
#hdPage{
	
	}
#hdPage-bt{
	padding:15px 0;margin-bottom:30px;
	background:#f2f2f2;
	}
#hdPage-bt .breadcrumb{
	background:none;
	padding:0;
	font-size:90%;
	margin:15px 0 0 0;
	}
#hdPage-bt .breadcrumb a{
	color:#555;
	}
#hdPage-bt .breadcrumb .active{
	color:#068000;
	font-family: 'Roboto-Bold';
	}
#sortLink{
	margin:15px 0;
	padding:0;
	}
#sortLink li{
	list-style:none;
	float:left;
	margin-right:2px;
	}
#sortLink li a{
	display:block;
	padding:10px 15px;
	color:#555555;
	text-transform:uppercase;
	border:none;
	background:#f2f2f2;
	}
#sortLink li.active a, #sortLink li a:hover{
	background:#1093FF;
	color:#fff;
	}
#prAbout img{
	width:100%;
	}
#prAbout .col-lg-6{
	position:relative;
	}
#prAbout .p30{
	border:1px solid #068000;
	z-index:9;
	position:relative;
	}
#prAbout .col-lg-6 h3{
	margin:0 0 30px 0;
	color:#068000
	}
#prAbout .col-lg-6:nth-child(2n+1){
	clear:both;
	}
#prAbout .col-lg-6{
	margin-bottom:30px;
	}
#prAbout .col-lg-6.pull-right .p30:before, #prAbout .col-lg-6.pull-right .p30:after, #prAbout .col-lg-6.pull-left .p30:before, #prAbout .col-lg-6.pull-left .p30:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
	}
#prAbout .col-lg-6.pull-right .p30:before{
    left: -15px;
	top:15px;
    border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-right:15px solid #068000;
	}
#prAbout .col-lg-6.pull-right .p30:after{
    left: -14px;
	top:16px;
    border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-right:15px solid #fff;
	}
#prAbout .col-lg-6.pull-left .p30:before{
    right: -15px;
	top:15px;
    border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-left:15px solid #068000;
	}
#prAbout .col-lg-6.pull-left .p30:after{
    right: -14px;
	top:16px;
    border-bottom:15px solid transparent;
	border-top:15px solid transparent;
	border-left:15px solid #fff;
	}
	
#prAbout .btn.control-statusTabs{
	width: 100%;
    padding: 10px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #2f9fa8;
    outline: none;
    color: #2f9fa8;
	text-align:left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin-bottom:15px;
	font-family: 'Roboto-Bold';
	}

#collapse-statusTabs.collapse.hidden-sm.hidden-xs.in{
	display:block !important;
	}
#hdPage .carousel-control .fa{
	display:none;
	}
#collapse-statusTabs.in #sortLink li a{
	background:none;
	}
/**/
#items>div{
	margin-bottom:30px;
	}
#items .item{
	position:relative;
	}
#items .item img{
	width:100%;
	}
#items .item a{
	color:#fff;
	-moz-border-radius:15px 0 15px 0;
	-webkit-border-radius:15px 0 15px 0;
	border-radius:15px 0 15px 0;
	display:block;
	overflow:hidden
	}
#items .item h2 {
    margin: 0;
	background:#4DB7FF;
    padding: 10px 15px;
    font-size: 110%;
    text-transform: uppercase;
}
/**/
#list .col-lg-4{
	margin-bottom:30px;
	}
#list .col-lg-4:nth-child(3n+1){
	clear:left;
	}
#list h2{
    margin: 15px 0 0 0;
    font-size: 17px;
    height: 42px;
    overflow: hidden;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
#list h2 a{
	color:#4DB7FF;
	}
#list .time, #listOther li .time{
	margin-bottom:15px;
	font-size:90%;
	color:#999;
	}
.pagination>li>a, .pagination>li>span{
	color:#4DB7FF;
	}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background:#4DB7FF;
	border-color:#4DB7FF;
}
/**/
#detail .sapo{
	position:relative;
	margin:60px 0;
	padding:0 60px;
	font-size:18px;
	line-height:22px;
	}
#detail .sapo:before, #detail .sapo:after{
	font-size:100px;
	position:absolute;
	color:#999;
	}
#detail .sapo:before{
	content:"“";
	top:0;
	left:0;
	}
#detail .sapo:after{
	content:"”";
	right:0;
	bottom:0;
	}
#listOther h3{
	background:#4DB7FF;
	padding:10px 15px;
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:100%;
	color:#fff;
	font-family: 'Roboto-Bold';
	-webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	}
#listOther ul{
	margin:0;
	padding:0;
	}
#listOther li{
	list-style:none;
	overflow:hidden;
	margin-bottom:30px;
	}
#listOther li img{
	width:140px;
	float:left;
	margin-right:15px;
	}
#listOther li h2{
	margin:0 0 10px 0;
	font-size:110%;
	}
#listOther li .time{
	margin-bottom:0;
	}
/**/
#projects{
	margin-top:-40px;
	z-index:999;
	}
#projects .section-hd{
	position:relative;
	height:60px;
	margin-bottom:30px;
	}
#projects .section-hd h3{
    background: #4DB7FF;
    border-radius: 7px 0 7px 0;
	-webkit-border-radius:  7px 0 7px 0;
	-moz-border-radius:  7px 0 7px 0;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
    padding:0;
    color: #fff;
	display:inline-block;
	position:absolute;
	z-index:999;
	width:350px;
	height:46px;
	line-height:46px;
	text-align:center;
	top:0;
	left:50%;
	font-size:24px;
	margin: 0 0 0 -175px;
}

.title-one {
    color: #0F60B2;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.title-one::after {
    color: #0F60B2;
    content: "||";
    position: absolute;
    right: -40px;
    top: -2px;
}
.title-one::before {
    color: #0F60B2;
    content: "||";
    left: -40px;
    position: absolute;
    top: 0;
}
.aitem {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px;
}
.aitem h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 3px 0;
}
.aitem h3 a {
    color: #444444;
}
.aitem .info {
    display: inline-table;
}
.aitem .info {
    clear: both;
    color: #919191;
    display: block;
    float: left;
    line-height: 20px;
    margin-top: 15px;
    width: 100%;
}
.aitem .p {
    margin-top: 15px;
    text-align:justify;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color:#0F60B2 !important;
    border-color:#0F60B2 !important;
}
.bold{
    font-weight:bold;
}
.lh22{
    line-height:22px;
}
.text{
    text-align:justify;
}
.mgt-10{
    margin-top:10px;
}
.text .thumbnail {
    border: medium none !important;
    color: #222;
    display: block;
    line-height: 22px !important;
    margin-bottom: 10px;
    transition: none 0s ease 0s ;
}
.banner_item{
     margin-bottom:10px;
}
span.prhot {
    background: #0F60B2 none repeat scroll 0 0;
    border-left: 3px solid #d5e7ba;
    border-radius: 20px;
    border-right: 3px solid #d5e7ba;
    border-top: 3px solid #d5e7ba;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-bottom:20px;
    color:#fff;
}
.bor_img{
    padding:1px;
}
.pwrap{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
    display: block;
    overflow: hidden;
    text-align: justify;
	}
.pwrap:last-child{
	border-bottom:none;
}
.pwrap h2, .newsGrid h2{
	font-size:130%;
	font-weight:bold;
	margin:10px 0;
    text-align:justify;
	}
h2 a{
	color:#333;
	}
h2 a:hover{
	color:#0F5FB4;
	}
.post-meta{
	font-size:90%;
	color:#777;
	}
.post-meta span{
	color:#d50000;
	}
#videoSlide{border:1px solid #f5f5f5;}
.newsGrid .inner img{border:1px solid #ddd;}
.skype-pixel a, .phone-pixel a {
    color: #fff;
}
.skype-pixel {
    background: #46bfed;
    position: fixed;
    bottom: 35px;
    right: 0;
    padding: 5px 12px 2px 12px;
    height: 35px;
    border-top-left-radius: 10px;
    color: #fff;
    line-height: 25px;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 700;
}
.phone-pixel {
    background: #ed1c24;
    position: fixed;
    bottom: 0px;
    right: 0;
    padding: 5px 12px 2px 12px;
    color: #fff;
    line-height: 25px;
    z-index: 999;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border: solid 1px #fff;
}
.phone-pixel b {
    font-size: 20px;
}
.phone-pixel i, .skype-pixel i {
    font-size: 20px;
    color: #fff;
    margin: 4px 10px 0 0;
}
.rn-block {
    padding-bottom:20px;
}
.rn-block:nth-child(even) {
    background-color:#fff;
}
.rn-block:nth-child(odd) {
    background-color:#f6f6f6;
}
.rn-block h3 {
    font-size: 20px;
    padding-top: 13px;
    margin-bottom: 2px;
}
.rn-block em {
    color: #e54a1a;
    text-transform: uppercase;
    display: block;
    font: 400 14px "Open Sans", Arial, sans-serif;
    margin-bottom: 12px;
}
.rn-block h4 {
    margin-bottom: 45px;
}
.section-image {
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
}
.section-image .avia_image {
    border-radius: 3px;
    display: block;
    position: relative;
    max-width: 100%;
}
h2.section-heading {
    color: #0F60B2;
    text-transform:uppercase;
    font-weight: 600;
    line-height: 1.1em;
    padding:10px;
}
.lh22 {
    line-height: 22px;
    text-align: justify;
}
.newsDetail .post-meta{
	margin-bottom:15px;
	}
.newsOther{
	padding:15px;
	background:#f6f6f6;
	}
.newsOther h3{
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	}
.newsOther li{
	list-style:circle;
	margin-bottom:10px;
	margin-left:15px;}
/**/
#itemGallery .inner{
	border:1px solid #ddd;
	}
#itemGallery .inner .desc{
	padding:10px;
	}
#itemGallery .inner h2{
	font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	}
#itemGallery .inner p{
	color:#777;
	margin-bottom:0;
	}
#lightgallery .col-md-3, #itemGallery .col-md-3{
	margin-bottom:30px;
	}
	
#lightgallery .col-md-3 img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.newsCare{
	margin-bottom:30px;
	}
.hdCare{
	margin-bottom:15px;
	overflow:hidden;
	}
.hdCare h3{
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	color:#085479;
	font-size:30px;
	padding-bottom:5px;
	margin:0;
	float:left;
	border-bottom:1px solid #085479;
	}
.hdCare h3 a {
	color:#085479;
}
.hdCare h3 a:hover{
	color:#ED1C24;
}
.inner{
    text-align:justify;
}
#newshot .inner{
	position:relative;
    text-align:justify;
	}
#newshot .inner .desc, #events-slide h2{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	padding:15px;
}
#newshot .inner .desc h2, #events-slide h2{
	font-size:18px;
	margin:0;
	line-height:22px;
	font-weight:bold;color:#fff;
	}
#newshot .inner .desc h2 a, #events-slide .inner h2 a{
	color:#fff;
	}
#newshot .inner .desc .btn{
	background:none;
	border:1px solid #fff;
	color:#fff;
	font-size:90%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	position:absolute;
	bottom:-80px;
	}
#newshot .inner .desc .btn:after{
	content:"...";
	}
#newshot .inner:hover .desc .btn{
	height:auto;
	opacity:1;
	margin-top:15px;
	padding-top:6px;
	padding-bottom:6px;
	position:static;
	bottom:0;
	}
#newshot .inner img{
	width:100%;
	}
#newshot .inner:hover .desc{
	background:rgba(8, 81, 121, 0.8);
	}
.pd10 {
    padding: 10px;
}
