@charset "utf-8";
/* CSS Document */

#sidebarRight-content { 
	background-color: #fff;
	padding: 0;
	border: none;
	box-shadow: none;
}

#wrap .row .rowTop {
  background-color: #0a5e7e;
  background-image: -moz-linear-gradient(top, #0a5e7e, #084a64);
  background-image: -ms-linear-gradient(top, #0a5e7e, #084a64);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a5e7e), to(#084a64));
  background-image: -webkit-linear-gradient(top, #0a5e7e, #084a64);
  background-image: -o-linear-gradient(top, #0a5e7e, #084a64);
  background-image: linear-gradient(top, #0a5e7e, #084a64);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5e7e', endColorstr='#084a64', GradientType=0);
}

.rowTopLogo{margin-bottom: 1px;/*background:#fefefe;*/ min-height:119px; border-bottom:solid 0px #084a64;
  background-color: #e2e5ea;
  background: url("/images/site/row_logo_bg.jpg") repeat-x scroll 0 0 transparent;
}

#logo { margin-top: 22px; margin-left: 0px; width: 400px; /*position: absolute; left: 0; top: 39px;*/ float:left; }

footer.gradient {
    background: url("/images/site/footer_bg.png") repeat-x scroll 0 0 transparent;
    height: 100px;
    width: 100%;
	padding:20px 0px 20px 0px;
}




.jumbotron {

border:1px solid #DDDDDD;
background:#f6f6f6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(249,249,249,1)),color-stop(100%,rgba(240,240,240,1)));
	background:-webkit-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-moz-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-o-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-ms-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;

	padding: 10px;
}

.jumbotron:hover {

/*background:#e6e6e6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(240,240,240,1)),color-stop(100%,rgba(225,225,225,1)));
	background:-webkit-linear-gradient(top,rgba(240,240,240,1) 50%,rgba(225,225,225,1) 100%);
	background:-moz-linear-gradient(top,rgba(240,240,240,1) 50%,rgba(225,225,225,1) 100%);
	background:-o-linear-gradient(top,rgba(240,240,240,1) 50%,rgba(225,225,225,1) 100%);
	background:-ms-linear-gradient(top,rgba(240,240,240,1) 50%,rgba(225,225,225,1) 100%);
	background:linear-gradient(top,rgba(240,240,240,1) 50%,rgba(225,225,225,1) 100%);

	cursor: pointer;*/
}

.jumbotron > .row-fluid {
	min-height: 110px;
}


ul.account-options li   { float:left; }


li.plisting div.thumbnail div.caption h2, li.plisting div.thumbnail div.caption h2 a {
	font-size:13px;
	line-height:18px;
	color:#0a5e7e;
	margin-bottom:5px;
}

li.plisting div.thumbnail div.caption p {
	margin-bottom:2px;
}

ul.thumbnails li.plisting div.thumbnail div.caption p { font-size:11px; }

        .crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
        transition: all .5s ease-out;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
  content: "\e113";
}