 @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');

/*color*/
.navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight, .navbar-nav > li.nav-highlight > a, .navbar-nav a.nav-highlight {
    border-color: transparent;
    background: none repeat scroll 0% 0% #016BB5;
    color: #FFF;
}

.background-primary {
    background-color: #016BB5;
    color: #FFF;
}


/*font*/

body {
   font-family: 'Alegreya Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'Alegreya Sans', serif;
}
.category-module .category-info .category-title {
    font-size: 26px;
}
.category-module .category-info .category-title .first-letter {
    font-weight: 300;
    display: inline-block;
}
.category-module .category-info .btn {
  font-family: 'Alegreya Sans', serif;
}
.category-module > div[class^="col-xs-"]:hover .article-img .btn {
	  font-family: 'Alegreya Sans', serif;
}

.t3-footnav .t3-module .module-title {
    font-size: 16px;
    font-family: 'Alegreya Sans', serif;
    font-weight: bold;
    color: #FFF;
}

/*logo*/
.logo-image a, .logo-image a, .logo-image a, .logo-image a {
    text-decoration: none;
    outline: medium none;

}
.logo-image:hover a, .logo-image a:hover, .logo-image a:active, .logo-image a:focus {
	
}
.logo-image {
	background: none;

 /*   background: url("../images/logo-bg.png") no-repeat scroll center bottom / 100% auto transparent; */
    text-align: center;
    margin-top: -10px;
    min-width: 200px;
    min-height: 130px;
    position: absolute;
    z-index: 2;
}
.logo-image img {
    max-width: 260px;
    max-height: 160px;
	margin-top: -10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.t3-masthead {
  background: #1E98F0;
  color: #ffffff;
  text-align: center;
	 font-family: 'Alegreya Sans', sans-serif;
}
.t3-masthead .jamasshead {
  padding: 60px;
}
.has-masthead .t3-mainbody {
  background: url("../images/subbody-bg.png") no-repeat left top / 100% auto #f0f0f0;
}

a.jcepopup span.jcemediabox-zoom-image {
    background: none;
}

.acm-features.style-7 .features-content .odd {
    text-align: right;
    padding-right: 10px;
}
.acm-features.style-7 .features-content .features-item {
    margin-bottom: 26px;
    padding-left: 10px;
	padding-top: 40px;
}
.acm-features.style-7 .features-image {
    text-align: center;
    padding-top: 90px;
}

.acm-features h3 {
    color: #3D4045;
    margin: 0px 0px 13px;
    font-size: 20px;
    font-weight: 700;
}
td, tr td {
    border-top: 0px solid #DDD;
}

.ja-masonry-wrap #infinity-next {
    position: absolute;
    bottom: 0px;
    height: 80px;
    line-height: 80px;
    text-transform: none;
    padding: 0px;
    font-family: "Alegreya Sans",sans-serif;
	font-size:  1.3em;
}
.btn {
   font-family: "Alegreya Sans",sans-serif;
}


@media screen and (min-width:1400px){
.t3-slideshow {
    margin-bottom: -100px;
}
.view-featured .ja-ss-thumbs-wrap {
    background: transparent;
    bottom: 300px;
}
  }

.page-title, .page-header h1 {
    line-height: 1;
    margin: 30px 0 0 30px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; border: #e1e1e1 solid 8px; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
