body {
  font-family: 'Georgia', serif;
  font-size: 100%;
  min-width: 320px;
  background: #fff;
  color: #000;
  line-height: 140%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:link {
  color: #0072a6;
  text-decoration: none;
}
a:hover {
  color: #1c5e7c;
}

h1, h2, h3, h4 {
  line-height: 120%;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #000;
  text-decoration: underline;
}

p,
.p {
  margin: 15px 0;
}

.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    width: 100%;
}
@media screen and (min-width: 951px) {
  .container {
    max-width: 950px;
  }
}
@media screen and (max-width: 950px) {
  .container {
    max-width: 920px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header */
.header {
  padding-top: 5px;
  padding-bottom: 15px;
}
.logo span {
  display: none;
}
.header-links {
  margin-bottom: 20px;
}
.header-links a {
  margin: 0 7px;
  vertical-align: middle;
  display: inline-block;
  line-height: 170%;
}
.slogan {
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .header-links,
  .logo,
  .slogan {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 320px;
  }
  .header-links {
    margin-bottom: 20px;
  }
  .logo,
  .slogan {
    float: none;
  }
 /* .slogan {
    padding-right: 77px;
  } */
}
@media screen and (min-width: 768px) {
  .header-links {
    margin-left: -4px;
    margin-bottom: 20px;
  }
}


/* Navigation */

.nav .indent0 ul {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .header {
  	margin-top: 40px;
	border-bottom: 1px solid #ddd;
  }
  .landing .header { border-bottom: 0; }
  .nav {
    position: absolute;
	top: 0;
	right: 0;
	left: 0;
    z-index: 100;
	background: #999;
  }
  .nav-open {
    display: block;
	background: #999;
	color: #fff;
	padding: 3px;
  }
  .nav-open i.fa {
  	color: #fff !important;
  }
  .nav .indent0 {
    list-style-type: none;
    background: #e3e2e0;
    margin: 0 -15px;
    display: none;
  }
  .nav-opened .indent0 {
    display: block;
  }
  .nav .indent0 ul {
    background: #ccc;
  }
  
  .nav nav,
  .nav ul li {
    border-width: 0 !important;
  }
  .nav a {
    color: #666;
    padding: 3px 20px;
    display: block;
  }
  .nav .indent0 > li > a {
    text-transform: uppercase;
    padding: 5px 15px;
  }
}

@media screen and (max-width: 767px) {
 /* .nav-open {
    top: -64px;
  } */
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /*.nav {
    margin-top: 25px;
  }
  .nav-open {
    top: -37px;
  } */
}

@media screen and (min-width: 768px) {
  .nav {
    background: #ccc;
    height: 30px;
    position: relative;
    z-index: 100;
  }
  .nav-open {
    display: none;
  }
  .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.3em;
  }
  .nav ul ul {
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    transition: max-height 0.2s ease;
    background: #e3e2e0;
  }
  .nav ul li {
    letter-spacing: 0;
  }
  .nav nav > ul > li {
    width: 18%;
    display: inline-block;
    position: relative;
    background: #e3e2e0;
  }

  .nav nav a {
    display: block;
    color: #666666;
  }
  .nav nav > ul > li > a {
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  .nav nav > ul > li a:hover,
  .nav .menu-current > a {
    background: #7a8484;
    color: #fff;
  }
  .nav nav ul ul a {
    text-align: left;
    padding: 6px 10px;
    line-height: 130%;
  }
}
.dropdown-toggle {
	/* cursor: default; */
}
.dropdown-menu-open {
	display: block;
}

@media screen and (max-width: 1024px) {
  .nav nav > ul > li.dropdown-open ul {
     max-height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .nav nav > ul > li:hover ul {
     max-height: 500px;
  }
}


/*--------------------------*/
/* Content */
/*--------------------------*/

.wrapContent {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .content {
  }
}
@media screen and (min-width: 768px) {
  .content {
    float: left;
    width: 70%;
    padding-right: 15px;
  }
}




/* Homepage */

/* Homepage carousel */
#prCarousel {
	height: 300px;
	overflow: hidden;
}
.homeSlider {
  background: #7a8484;
  margin: 3px 0;
}
.homeSlider .bx-wrapper {
  position: relative;
}
.media-img img,
.media-img a {
  display: block;
}
.media-body {
  background: rgba(0,0,0,0.7);
}
.media-heading {
  margin: 5px 0 10px;
  line-height: 100%;
}
.media-heading a:hover {
  text-decoration: none;
}
.media-text {
  line-height: 125%;
}
.media-link {
  margin: 10px 0 20px;
}

.homeSlider .bx-pager {
  position: absolute;
  bottom: -5px;
  right: 6px;
  padding: 10px;
  z-index: 51;
}
.homeSlider .bx-pager-item {
  display: inline-block;
  margin-left: 7px;
}
.homeSlider .bx-pager a {
  color: rgba(0,0,0,0);
  background: #fff;
  border: 1px #000 solid;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.homeSlider .bx-pager a.bx-pager-link.active {
  background: #000;
}

@media screen and (min-width: 768px) {
  .media-body {
    width: 380px;
    height: 100%;
    margin-top: -300px;
    position: relative;
    padding: 10px 25px 0 38px;
  }
  .prCarousel-container article {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .media-body {
    width: 100%;
    height: 128px;
    padding: 10px 25px 0 38px;
    overflow: hidden;
    position: relative;
    background: #222;
  }
  .media-body:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(34,34,34,0) 0%, rgba(34,34,34,1) 73%, rgba(34,34,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0)), color-stop(73%,rgba(34,34,34,1)), color-stop(100%,rgba(34,34,34,1)));
    background: -webkit-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 73%,rgba(34,34,34,1) 100%);
    background: -o-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 73%,rgba(34,34,34,1) 100%);
    background: -ms-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 73%,rgba(34,34,34,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,34,34,0) 0%,rgba(34,34,34,1) 73%,rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
  }
  .prCarousel-container {
    font-size: 70%;
  }
  .media-heading {
    margin-bottom: 0;
    line-height: 120%;
  }
  .media-text {
    line-height: 160%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .homeSlider .bx-pager {
    bottom: 120px;
  }
  .homeSlider .bx-pager a {
    width: 12px;
    height: 12px;
  }
  #prCarousel {
  	height: auto;
  }
  #prCarousel .media-body {
  	margin-top: 0;
  }
}


/* Article */
h1.s44 {
	margin-bottom: 0.5em;
}
.article-info {
  padding: 15px 0 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.article-info-date {
  margin-top: 10px;
}
.article-info-icons {
  /* width: 40%; */
}
.article-info .menu-list {
  text-align: right;
}

.article h1,
.article h1 + h2 {
  line-height: 120%;
  margin-bottom: 10px;
}

.article-image {
  margin: 10px 0 15px;
}
.article-image img {
  width: 100%;
  height: auto;
}
.article-text {
  line-height: 150%;
}
.article-text ul,
.article-text ol {
  margin-left: 15px;
}
.article-text ol,
.releases-item-body ol {
	list-style-type: decimal;
}
.article-text ul,
.releases-item-body ul {
	list-style-type: disc;
}
.article-text em,
.article-text i,
.releases-item-body em,
.releases-item-body i {
	font-style: italic;
}
.article-text strong,
.article-text b,
.releases-item-body strong,
.releases-item-body b {
	font-weight: bold;
}
.article-text table {
	border: 1px solid #ddd;
}
.article-text table td {
	padding: 0.5em;
}
.article-text small,
.releases-item-body small {
	font-size: 0.75em;
}
.article-text big,
.releases-item-body big {
	font-size: 1.25em;
}
.article-text .marker,
.releases-item-body .marker {
	background-color: yellow;
}
.article-text h1 {
	font-size: 32px;
}
.article-text h2 {
	font-size: 24px;
}
.article-text h3 {
	font-size: 18px;
}
.article-text h4 {
	font-size: 16px;
}
.article-text h5 {
	font-size: 14px;
}
.article-text h6 {
	font-size: 12px;
}

/* Gallery */

.ePlayer > div {
  max-width: 100%;
}

/* Index List */

.releases-item {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.releases-item-last {
  padding-bottom: 25px;
}

.releases-item-body {
  line-height: 130%;
  overflow: hidden;
}
  
.releases-item figure img {
  width: 100%;
  height: auto;
}
.aside-articles-item.releases-item figure {
	width: 100px;
}
.releases-item h3 {
  margin: 0 0 0.3em;  
  line-height: 1.2em;
}

.releases-item-date {
}


.news {
  margin-top: 10px;
}
.news-item {
  margin: 15px 0;
}
.news-item-date {
  margin-left: 10px;
  vertical-align: bottom;
}
.news-item h3 {
  display: inline;
}
.releasesFilter {
	margin-bottom: 0.5em;
}
.btn-blue { padding: 5px; }

@media screen and (max-width: 1024px) {
  .releases-item-body {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  .releases-item figure {
    float: none;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .releases-item figure {
    float: left;
    width: 180px;
    overflow: hidden;
    margin: 8px 15px 5px 0;
  }
  .releases .releases-item figure {
    width: 380px;
  }
}


/* Paging */

.prPaging {
  margin: 10px 0 15px;
}
.prPaging .right {
  float: right;
}



.form-group {
  padding: 10px;
}
.form-query {
  width: 100%;
}
.form-cat,
.form-sort {
  width: 49%;
}

.form-submit .btn {
  height: 24px;
}


.releasesFilter {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.releasesFilter legend {
  padding: 0 10px;
}

.form-group select {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 3px;
}
.form-group input[type=text] {
  border: 1px #ccc solid;
  width: 100%;
  padding: 3px;
}

.form-contype .checkbox {
  display: inline-block;
  padding: 5px;
}




/* Sideblock */


@media screen and (max-width: 767px) {
  .content {
    border-width: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .aside {
    float: right;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
  }
}



.aside-block {
  padding: 15px 0 10px;
}


.aside-search {
}
.aside-search label {
  height: 21px;
  border: 1px #aaa solid;
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.aside-search input[type=text] {
  height: 100%;
  padding: 0 10px;
  border-width: 0;
  font-size: 88%;
  vertical-align: top;
}
.aside-search button {
  height: 21px;
  width: 30%;
  font-size: 88%;
}


.aside-articles-featured .aside-articles-item:first-child {
  background: #dceaf2;
  padding: 15px;
  border-width: 0;
}
.aside-articles-item {
	padding: 15px 0 0;
  overflow: hidden;
}
.aside-articles {
  padding-bottom: 40px;
}


/* SPECIAL CONDITION FOR GP PAGE AND ARTICLES */
.gp-section .aside-articles-featured .aside-articles-item:first-child {
	background: transparent;
}
.gp-section #gp_articles_aside .aside-articles-item {
	background: #DCEAF2;
}
.gp-section .aside-articles-featured .aside-articles-item:first-child {
	border-width: 1px;
	border-top: none;
	border-right: none;
	border-left: none;
}
.gp-section #gp_articles_aside .aside-articles-item {
	border-width: 0px;
}


h1 a, h2 a, h3 a, h4 a {
	color: #000 !important;
}

.menu-social,
.menu-service {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
}
.menu-social li,
.menu-service li {
  display: inline-block;
  letter-spacing: 0;
}
.menu-social a span,
.menu-service a span {
  display: none;
}

.aside-link h3,
.aside-articles-item h3 {
  margin-bottom: 10px;
}
.aside-articles-item-text {
  line-height: 120%;
  margin-bottom: 15px;
}

.aside-articles-featured .aside-articles-item:first-child h3,
.aside-articles-featured .aside-articles-item:first-child .aside-articles-item-text {
  margin-bottom: 0;
}

.menu-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("http://s7.addthis.com/static/r07/widget/img/widget008.old.32.top.png") no-repeat scroll 0 -160px transparent;
}

.menu-social a.menu-social-facebook { background-position: 0 -192px; }
.menu-social a.menu-social-linkedin { background-position: 0 -416px; }
.menu-social a.menu-social-twitter { background-position: 0 -800px; }
.menu-social a.menu-social-google-plus { background-position: 0 -352px; }
.menu-social a.menu-social-youtube { background: url("../images/youtube.gif") no-repeat 0 0; }
.menu-social a.menu-social-compact { background-position: 0 0; }


/*------------------------------------*/
/* Footer */
/*------------------------------------*/
.footer {
  background: #7a8484;
  padding: 35px 0 15px;
  overflow: hidden;
}
.footer-nav {
  margin: 0 15px 15px -10px;
}
.footer-nav a {
  margin: 0 10px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  
}
@media screen and (max-width: 767px) {
  .footer-extra {
    float: none;
  }
  .footer-nav {
    text-align: right;
    margin-bottom: 40px;
  }
  .footer-nav a {
    color: rgba(255,255,255,1);
    display: inline-block;
  }
}

/*------------------------------------*/
/*  Content table */
/*------------------------------------*/

#cnbcontenttable > table
{
	margin: 10px 0;
	padding: 0;
	border: 1px solid #99CCFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: white;
	width: 100%;
	font-family: Century Gothic, sans-serif;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important;
	font-size: 80%;
}


#cnbcontenttable > table caption,
#cnbcontenttable > table thead tr th
{
	margin: 0;
	padding: 5px 15px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #52555E;
	background: #B7E2F8;
	background: -moz-linear-gradient(top,#B7E2F8,#8ED3F5);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.28,#B7E2F8),color-stop(0.72,#8ED3F5));
}

#cnbcontenttable > table thead tr th
{
	margin: 0;
	padding: 6px 15px 8px 15px;
	text-align: left;
}

#cnbcontenttable table thead tr th.first
{
	padding: 6px 0 8px 15px;
}

#cnbcontenttable table thead tr th.last
{
	padding: 6px 0 8px 15px;
}

#cnbcontenttable table thead.sub tr th
{
	background: none;
}

#cnbcontenttable table tbody tr th,
#cnbcontenttable table tbody tr td
{
	padding: 6px 15px 8px 15px; /* padding for TDs */
	text-align: left;
	vertical-align: top;
}

#cnbcontenttable table tbody.sub tr.first.type2 th
{
	font-weight: normal;
	color: #8D9EAD;
	background: #EFEFEF;
}

#cnbcontenttable table tbody.sub tr.first.type2 th em
{
	font-style: normal;
	color: black;
}

#cnbcontenttable table th {
  font-weight: bold;
}

#cnbcontenttable table tbody tr th,
#cnbcontenttable table tbody tr td 
{
	margin: 0 0 0 0;
	padding:  6px 15px 8px 15px !important;
	background: transparent url('../images/cnb_dot_gray.png') repeat-x bottom center;
 
}

#cnbcontenttable table tbody tr th.first,
#cnbcontenttable table tbody tr td.first
{
	margin: 0 0 0 15px;
	padding: 6px 15px 8px 0 !important;
}

#cnbcontenttable table tbody tr th.last,
#cnbcontenttable table tbody tr td.last
{
	margin: 0 15px 0 0;
	padding: 6px 0 8px 15px !important;
}

#cnbcontenttable table tbody tr.first th,
#cnbcontenttable table tbody tr.first td
{
	padding: 6px 15px 8px 15px !important;
}

#cnbcontenttable table tbody tr.first th.first,
#cnbcontenttable table tbody tr.first td.first
{
	padding: 6px 15px 8px 0 !important;
}

#cnbcontenttable table tbody tr.first th.last,
#cnbcontenttable table tbody tr.first td.last
{
	padding: 6px 0 8px 15px !important;
}

#cnbcontenttable table tbody tr:last-child th,
#cnbcontenttable table tbody tr:last-child td
{
	background: none;
}

#cnbcontenttable table tbody tr.type2 th
{
	padding: 0 15px 0 15px !important;
}

#cnbcontenttable table tbody tr.type2 th.first
{
	padding: 0 15px 0 0 !important;
}

#cnbcontenttable table tbody tr.type2 th.last
{
	padding: 0 0 0 15px !important;
}

#cnbcontenttable table tbody tr.type2 th
{
	background: none;
}

#cnbcontenttable table tbody tr.type2 td
{
	padding: 6px 15px 8px 15px !important;
}

#cnbcontenttable table tbody tr.type2 td.first
{
	padding: 6px 15px 8px 0 !important;
}

#cnbcontenttable table tbody tr.type2 td.last
{
	padding: 6px 0 8px 15px !important;
}
.textImage, img, video, .flashPlayer, iframe {
	max-width: 100%;
}
img {
	height: auto;
}
.devc { 
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 0 !important;
}