/*-------------------------------------------------------------------------------*/



/*Panel*/


.panel {
 display: inline-block;
 margin:  .5em;
 padding:  0; 
 width:95%;
}
*, *:before, *:after {box-sizing:  border-box !important;}



.panel
{
	margin-bottom:5px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body
{
	padding:15px
}
.panel-heading
{
	padding:15px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	color:#333;
	font-size:18px;
	 font-weight:bold;
}
.panel-heading>.dropdown .dropdown-toggle
{
	color:inherit
}
.panel-title
{
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}
.panel-title>a
{
	color:inherit
}
.panel-footer
{
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.list-group
{
	margin-bottom:0
}
.panel>.list-group .list-group-item
{
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child
{
	border-top:0;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child
{
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel-heading+.list-group .list-group-item:first-child
{
	border-top-width:0
}
.panel>.table,.panel>.table-responsive>.table
{
	margin-bottom:0
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child
{
	border-top-right-radius:3px;
	border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
{
	border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
{
	border-top-right-radius:3px
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child
{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
{
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
{
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive
{
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td
{
	border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered
{
	border:0
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child
{
	border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
{
	border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th
{
	border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th
{
	border-bottom:0
}
.panel>.table-responsive
{
	border:0;
	margin-bottom:0
}
.panel-group
{
	margin-bottom:20px
}
.panel-group .panel
{
	margin-bottom:0;
	border-radius:4px;
	overflow:hidden
}
.panel-group .panel+.panel
{
	margin-top:5px
}
.panel-group .panel-heading
{
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse .panel-body
{
	border-top:1px solid #ddd
}
.panel-group .panel-footer
{
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
	border-bottom:1px solid #ddd
}
.panel-default
{
	border-color:#ddd
}
.panel-default>.panel-heading
{
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#ddd
}
.panel-primary
{
	border-color:#428bca
}
.panel-primary>.panel-heading
{
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#428bca
}
.panel-success
{
	border-color:#d6e9c6
}
.panel-success>.panel-heading
{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#d6e9c6
}
.panel-info
{
	border-color:#bce8f1
}
.panel-info>.panel-heading
{
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#bce8f1
}
.panel-warning
{
	border-color:#faebcc
}
.panel-warning>.panel-heading
{
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#faebcc
}
.panel-danger
{
	border-color:#ebccd1
}
.panel-danger>.panel-heading
{
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body
{
	border-top-color:#ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body
{
	border-bottom-color:#ebccd1
}










/* panelss */
.panels {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.11111rem;
  padding: 1.11111rem;
  background: #f2f2f2;
  color: #333333; }
  .panels > :first-child {
    margin-top: 0; }
  .panels > :last-child {
    margin-bottom: 0; }
  .panels h1, .panels h2, .panels h3, .panels h4, .panels h5, .panels h6, .panels p, .panels li, .panels dl {
    color: #333333; }
  .panels h1, .panels h2, .panels h3, .panels h4, .panels h5, .panels h6 {
    line-height: 1;
    margin-bottom: 0.55556rem; }
    .panels h1.subheader, .panels h2.subheader, .panels h3.subheader, .panels h4.subheader, .panels h5.subheader, .panels h6.subheader {
      line-height: 1.4; }
  .panels .callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.11111rem;
    padding: 1.11111rem;
    background: #ecfaff;
    color: #333333; }
    .panels .callout > :first-child {
      margin-top: 0; }
    .panels.callout > :last-child {
      margin-bottom: 0; }
    .panels .callout h1, .panels.callout h2, .panels.callout h3, .panels.callout h4, .panels.callout h5, .panels.callout h6, .panels.callout p, .panels.callout li, .panels .callout dl {
      color: #333333; }
    .panels.callout h1, .panels.callout h2, .panels.callout h3, .panels.callout h4, .panels.callout h5, .panels.callout h6 {
      line-height: 1;
      margin-bottom: 0.55556rem; }
      .panels.callout h1.subheader, .panels.callout h2.subheader, .panels.callout h3.subheader, .panels.callout h4.subheader, .panels.callout h5.subheader, .panels.callout h6.subheader {
        line-height: 1.4; }
    .panels .callout a:not(.button) {
      color: #008CBA; }
      .panels .callout a:not(.button):hover, .panels .callout a:not(.button):focus {
        color: #0078a0; }
  .panels .radius {
    border-radius: 3px; }











/*Panelsss*/
.panelsss {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background: #f2f2f2;
  padding:1.5px 1px 1px 1px;
  color: #333333; }
  .panelsss > :first-child {
    margin-top: 0; }
  .panelsss > :last-child {
    margin-bottom: 0; }
  .panelsss h1, .panelsss h2, .panelsss h3, .panelsss h4, .panelsss h5, .panelsss h6, .panelsss p, .panelsss li, .panelsss dl {
    color: #333333; }
  .panelsss h1, .panelsss h2, .panelsss h3, .panelsss h4, .panelsss h5, .panelsss h6 {
    line-height: 1;
    margin-bottom: 0.55556rem; }
    .panelsss h1.subheader, .panelsss h2.subheader, .panelsss h3.subheader, .panelsss h4.subheader, .panelsss h5.subheader, .panelsss h6.subheader {
      line-height: 1.4; }
  .panelsss .callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.11111rem;
    padding: 1.11111rem;
    background: #ecfaff;
    color: #333333; }
    .panelsss .callout > :first-child {
      margin-top: 0; }
    .panelsss .callout > :last-child {
      margin-bottom: 0; }
    .panelsss .callout h1, .panelsss.callout h2, .panelsss .callout h3, .panelsss .callout h4, .panelsss .callout h5, .panelsss .callout h6, .panelsss .callout p, .panelsss .callout li, .panelsss .callout dl {
      color: #333333; }
    .panelsss .callout h1, .panelsss .callout h2, .panelsss .callout h3, .panelsss.callout h4, .panelsss .callout h5, .panelsss .callout h6 {
      line-height: 1;
      margin-bottom: 0.55556rem; }
      .panelsss .callout h1.subheader, .panelsss .callout h2.subheader, .panelsss .callout h3.subheader, .panelsss .callout h4.subheader, .panelsss .callout h5.subheader, .panelsss .callout h6.subheader {
        line-height: 1.4; }
    .panelsss .callout a:not(.button) {
      color: #008CBA; }
      .panelsss .callout a:not(.button):hover, .panelsss .callout a:not(.button):focus {
        color: #0078a0; }
  .panelsss .radius {
    border-radius: 3px; }


.arrow-right {
	width: 0; 
	height: 0; 
	border-bottom: 5px solid transparent;  /* left arrow slant */
	border-top: 5px solid transparent; /* right arrow slant */
	border-left: 5px solid #2f2f2f; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}




/*Sidemenu*/
/*Button*/


form fieldset input[type="submit"] {
background-color: #008dde;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #f4f4f4;
cursor: pointer;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
height: 50px;
text-transform: uppercase;
width: 80px;
-webkit-appearance:none;
}





/*Side Panel*/


#sidemenu,
#sidemenu ul,
#sidemenu li,
#sidemenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  position: relative;
}
#sidemenu a {
  line-height: 1.3;
}
#sidemenu {
  min-width: 200px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#sidemenu > ul > li {
  margin: 0 0 2px 0;
}
#sidemenu > ul > li:last-child {
  margin: 0;
}
#sidemenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sidemenu > ul > li > a > span {
  display: block;
  border: 1px solid #666666;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#sidemenu > ul > li > a:hover {
  text-decoration: none;
}
#sidemenu > ul > li.active {
  border-bottom: none;
}
#sidemenu > ul > li.active > a {
  background: #97be10;
  background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
  background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
  background: linear-gradient(#97be10 0%, #79980d 100%);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #79980d;
}
#sidemenu > ul > li.active > a span {
  border: 1px solid #97be10;
}
#sidemenu > ul > li.has-sub > a span {
  background:url(../images/icon_plus.png) 98% center no-repeat;
}
#sidemenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#sidemenu ul ul {
  padding: 5px 12px;
  display: none;
}
#sidemenu ul ul li {
  padding: 3px 0;
}
#sidemenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#sidemenu ul ul a:hover {
  color: #79980d;
}




















































/* -------------------------------Item-Effect---------------------------------- */
.item{
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.item .item-content{
	padding: 20px;
	color: #787878;
	font-size: 14px;
	
}
.item .item-info h3{font-size: 16px;}
.item .item-container {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.item .item-container img {
	display: block;
	width: 100%;
	height: auto;
}
.item .item-container .item-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	background: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.item .item-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.item .item-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.item-container .item-caption span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: none;
	font-style: italic;
	font-size: 12px;
}
.item-container .item-caption span i.fa{
	width: 45px;
	height: 45px;
	background: #fff;
	margin-right: 10px;
	border-radius: 50%;
	color: #333;
	font-size: 23px;
	padding-top: 12px;
	text-shadow: none;
}
.item .item-container:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.item:hover .item-container:before {
	 -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.item:hover .item-container .item-caption span{
	display: block;
}
.item .item-date-box{background: #f8f8f8;border: 1px dashed #ccc;border-bottom: none;text-align: center;display: block;width: 100%;height: 190px;}
.item .item-date-box h3{font-size: 70px;color: #2b2b2b;line-height: 1.3;}
.item .item-date-box span{color: #888;font-size: 25px;}

















/* Nav
------------------------ */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color:#fff;
  box-sizing: border-box;

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #356768;
  background: -moz-linear-gradient(top, #356768 0%, #356768 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa12d), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #356768 0%, #356768 100%);
  background: -o-linear-gradient(top, #356768 0%, #356768 100%);
  background: -ms-linear-gradient(top, #356768 0%, #356768 100%);
  background: linear-gradient(to bottom, #356768 0%, #356768 100%);
  color:#fff;
}
#cssmenu > ul {
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 17px 20px 21px 20px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
     background: -moz-linear-gradient(top, #bfd3b8 0%, #bfd3b8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa12d), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #bfd3b8 0%, #bfd3b8 100%);
  background: -o-linear-gradient(top, #bfd3b8 0%, #bfd3b8 100%);
  background: -ms-linear-gradient(top, #bfd3b8 0%, #bfd3b8 100%);
  background: linear-gradient(to bottom, #bfd3b8 0%, #bfd3b8 100%); 
}




#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffa12d;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #39b1cc;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}






/*rsidemenu*/

#rside,
#rside ul,
#rside ul li,
#rside ul li a {
  margin:0px;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rside {
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#rside ul ul {
  display: none;
}
.align-right {
  float: right;
}
#rside > ul > li > a {
  padding: 15px 10px;

  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  line-height:1.3em;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #32547a;
  background: -webkit-linear-gradient(#32547a, #32547a);
  background: -moz-linear-gradient(#32547a, #32547a);
  background: -o-linear-gradient(#32547a, #32547a);
  background: -ms-linear-gradient(#32547a, #32547a);
  background: linear-gradient(#32547a, #32547a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#rside > ul > li > a:hover,
#rside > ul > li.active > a,
#rside > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}
#rside > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
#rside > ul > li:last-child > a,
#rside > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#rside > ul > li > a:hover > span::after,
#rside > ul > li.active > a > span::after,
#rside > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#rside ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#rside ul ul li:hover > a,
#rside ul ul li.open > a,
#rside ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#rside ul ul li:first-child > a {
  box-shadow: none;
}
#rside ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#rside ul ul ul li a {
  padding-left: 30px;
}
#rside > ul > li > ul > li:last-child > a,
#rside > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#rside > ul > li > ul > li.open:last-child > a,
#rside > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#rside > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#rside ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#rside ul ul li.active > a::after,
#rside ul ul li.open > a::after,
#rside ul ul li > a:hover::after {
  border-color: #ffffff;
}




/*jmenu*/


/*Journal Menu*/
#jmenu,
#jmenu ul,
#jmenu ul li,
#jmenu ul li a,
#jmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jmenu:after,
#jmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#jmenu #menu-button {
  display: none;
}
#jmenu {
  font-family: Montserrat, sans-serif;
  background: #4e7990;
}
#jmenu > ul > li {
  float: left;
}
#jmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#jmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#jmenu.align-center ul ul {
  text-align: left;
}
#jmenu.align-right > ul > li {
  float: right;
}
#jmenu > ul > li > a {
  padding: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#jmenu > ul > li:hover > a {
  color: #ffffff;
}
#jmenu > ul > li.has-sub > a {
  padding-right: 20px;
}
#jmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#jmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#jmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#jmenu ul ul {
  position: absolute;
  left: -9999px;
}
#jmenu.align-right ul ul {
  text-align: right;
}
#jmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#jmenu li:hover > ul {
  left: auto;
}
#jmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#jmenu li:hover > ul > li {
  height: 35px;
}
#jmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#jmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#jmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#jmenu ul ul li:last-child > a,
#jmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#jmenu ul ul li:hover > a,
#jmenu ul ul li a:hover {
  color: #ffffff;
}
#jmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#jmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#jmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#jmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#jmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #jmenu {
    width: 100%;
  }
  #jmenu ul {
    width: 100%;
    display: none;
  }
  #jmenu.align-center > ul {
    text-align: left;
  }
  #jmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #jmenu ul ul li,
  #jmenu li:hover > ul > li {
    height: auto;
  }
  #jmenu ul li a,
  #jmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #jmenu > ul > li {
    float: none;
  }
  #jmenu ul ul li a {
    padding-left: 25px;
  }
  #jmenu ul ul ul li a {
    padding-left: 35px;
  }
  #jmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #jmenu ul ul li:hover > a,
  #jmenu ul ul li.active > a {
    color: #ffffff;
  }
  #jmenu ul ul,
  #jmenu ul ul ul,
  #jmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #jmenu > ul > li.has-sub > a:after,
  #jmenu > ul > li.has-sub > a:before,
  #jmenu ul ul > li.has-sub > a:after,
  #jmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #jmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #jmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #jmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #jmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #jmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #jmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #jmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #jmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #jmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #jmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #jmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #jmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #jmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #jmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



/*Footer Menu*/


#demo-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
	
#demo-nav li {
  border: solid #fff;
  border-width: 0 0 1px 0;
}
	
#demo-nav li.current a {color: #000;}
#demo-nav li.current a:hover {color: #111;}

#demo-nav a {
  color:#fff;
  padding: 0.50em 3%;
  text-decoration: none;
  display: block;
}
	
#demo-nav a:hover {

  color: #111;
}

/*Backtop*/
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}














/*Mainmenu*/

.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.89);
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}

.navbar-inverse .navbar-brand img {
	width: 171px;
}
.navbar-inverse .navbar-nav > li.c1 a{
color: #F55;
}
.navbar-inverse .navbar-nav > li.c2 a{
color: #973CB6;
}
.navbar-inverse .navbar-nav > li.c3 a{
color: #5EC64D;
}
.navbar-inverse .navbar-nav > li.c4 a{
color: #29AAE2;
}
.navbar-inverse .navbar-nav > li.c5 a{
color: #FFC225;
}
.navbar-inverse .navbar-nav > li.c6 a{
color: #ED47C5;
}
.navbar-inverse .navbar-nav > li.c7 a{
color: #BD69FF;
}
.navbar-inverse .navbar-nav > li.c1 a:hover, .navbar-inverse .navbar-nav > li.c1.active a{
color:#fff;
background: #F55;
}
.navbar-inverse .navbar-nav > li.c2 a:hover, .navbar-inverse .navbar-nav > li.c2.active a{
color: #fff;
background:#973CB6;
}
.navbar-inverse .navbar-nav > li.c3 a:hover, .navbar-inverse .navbar-nav > li.c3.active a{
color: #fff;
background:#5EC64D;
}
.navbar-inverse .navbar-nav > li.c4 a:hover, .navbar-inverse .navbar-nav > li.c4.active a{
color: #fff;
background: #29AAE2;
}
.navbar-inverse .navbar-nav > li.c5 a:hover, .navbar-inverse .navbar-nav > li.c5.active a{
color: #fff;
background:#FFC225;
}
.navbar-inverse .navbar-nav > li.c6 a:hover, .navbar-inverse .navbar-nav > li.c6.active a{
color: #fff;
background:#ED47C5;
}
.navbar-inverse .navbar-nav > li.c7 a:hover, .navbar-inverse .navbar-nav > li.c7.active a{
color: #fff;
background:#BD69FF;
}



.navbar-inverse {
	background: #fff;  
margin: 0 auto; 
}

.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a { 
	font-size: 16px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a{
	background: #3d84e6; 
    border-radius: 0px;
} 
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	text-align: left;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
color: #fff !important;
    border-radius: 0px;
    background: #3d84e6;
}
















#sidee-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
	
#sidee-nav li {
  border: solid #333;
  border-width: 0 0 1px 0;
}
	
#sidee-nav li.current a {color: #333;}
#sidee-nav li.current a:hover {color: #111;}

#sidee-nav a {
  color:#333;
  padding: 0.50em 3%;
  text-decoration: none;
  display: block;
}
	
#sidee-nav a:hover {

  color:#069;
}








































#rit-nave {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	width:100%;
}

#rit-nave ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#rit-nave li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	
#rit-nave li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #rit-nave li a {
	width: auto;
}

#rit-nave li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}


.searchTerm {
  float: left;
  width: 150px;
  border: 3px solid #00B4CC;
  padding: 5px;
  height: 37px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
	right:-50px;
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}





