/*!
 * Bootstrap v3.0.1 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-success {
  background-repeat: repeat-x;
  border-color: #3e8f3e;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-repeat: repeat-x;
  border-color: #e38d13;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-repeat: repeat-x;
  border-color: #b92c28;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-repeat: repeat-x;
  border-color: #28a4c9;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
}

.navbar-default {
  background-repeat: repeat-x;
  border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
}

.navbar-default .navbar-nav > .active > a {
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
}

.navbar-inverse .navbar-nav > .active > a {
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-repeat: repeat-x;
    border-color: #b2dba1;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
}

.alert-info {
  background-repeat: repeat-x;
    border-color: #9acfea;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
}

.alert-warning {
  background-repeat: repeat-x;
    border-color: #f5e79e;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
}

.alert-danger {
  background-repeat: repeat-x;
    border-color: #dca7a7;
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
}

.progress {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
}

.progress-bar {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
}

.progress-bar-success {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
}

.progress-bar-info {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
}

.progress-bar-warning {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
}

.progress-bar-danger {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
    background-repeat: repeat-x;
    border-color: #3278b3;
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}

.panel-primary > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
}

.panel-success > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
}

.panel-info > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
}

.panel-warning > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
}

.panel-danger > .panel-heading {
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
}

.well {
  background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
}

/*Bootolio*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      background-color:#313234;
}

body {
  margin: 0;
  font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #000;
}
a .btn .btn-default, .navbar a
{
    text-decoration:none;
}
a:hover {
  color: #823A3B;
  text-decoration: underline;
}

.span2 .span2
{
    margin-left:0px;
    width: 159px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #823A3B;
  background-color: #823A3B;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #823A3B, #823A3B);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #823A3B;
  background-color: #823A3B;
    outline: 0;
    background-image: -o-linear-gradient(top, #823A3B, #823A3B);
}

.btn .btn-default {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 14px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
    color: whitesmoke;
    text-align: center;
    
    vertical-align: middle;
    cursor: pointer;
  background-color: #9B9CA0;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);*
}

.btn .btn-default-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #823A3B;
  *background-color: #823A3B;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #a24849, #823A3B);
    border-left-color: #9b9ca0;
    border-right-color: #9b9ca0;
    border-top-color: #9b9ca0;
    border-bottom-color: #9b9ca0;
}

.btn .btn-default-primary:hover,
.btn .btn-default-primary:active,
.btn .btn-default-primary.active,
.btn .btn-default-primary.disabled,
.btn .btn-default-primary[disabled] {
  color: #ffffff;
  background-color: #6f3132;
  *background-color: #6f3132;
}

.btn .btn-default-primary:active,
.btn .btn-default-primary.active {
  background-color: #823A3B;
}

.btn .btn-default-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

.btn .btn-default-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

.btn .btn-default-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

.btn .btn-default-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

.btn .btn-default-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    border-left-color: #222222;
    border-right-color: #222222;
    border-top-color: #222222;
    border-bottom-color: #000000;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #823A3B;
}

.navbar-inner {
  padding: 20px;
    min-height: 55px;
    background-color: #313234;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*
}

.navbar .navbar-brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: white!important;
margin:15px;
margin-bottom:0px;
font-weight:200;
font-size:2.6em;
}
.BrandEmphasis
{
color:#823A3B;
text-shadow:none;
}
.navbar-brand-tag
{
text-align: left;
padding-left: 38px;
height: 15px;
clear:left;
float: left;
font-size: 0.9em;
color: #606367;
}
.navbar-default .navbar-nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #ffffff;
  text-decoration: none;

}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #1f60ac;
  text-decoration: none;
  background-color: transparent;
  text-shadow:none;
}
.nav .navbar-nav > .active > a,
.nav .navbar-nav > .active > a:hover,
.nav .navbar-nav > .active > a:focus {
color: white;
background-color: #823A3B;

}
.nav a {
	font-size:1.3em;
	line-height:1.4em;
}

.navbar .btn .btn-default-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
}


.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a  {
  color: #ffffff;
  background-color: #1f60ac !important;
  background-image:none;
}

.nav .navbar-nav li.dropdown.open > .dropdown-toggle .caret,
.nav .navbar-nav li.dropdown.active > .dropdown-toggle .caret,
.nav .navbar-nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-inner {
  background-color: #313234;
    background-repeat: repeat-x;
    border-color: #252525;
    background-image: linear-gradient(to bottom, #222222, #111111);
}

.navbar-inverse .btn .btn-default-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    border-left-color: #040404;
    border-right-color: #040404;
    border-top-color: #040404;
    border-bottom-color: #000000;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}

.jumbotron {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.carousel .jumbotron {
	padding: 70px;
	margin-bottom:0px;
}

header 
{
      background-color: #313234;
      -moz-box-shadow: 0px 3px 0px #aaaaaa!important;
-webkit-box-shadow: 0px 3px 0px #AAA!important;
margin-bottom:15px;
}
.footer 
{
    background-color:#313234;
}
footer {
	color:#6d84e3;
	text-align:right;
	;
}
.footer hr 
{
    border-top: 1px solid #9B9CA0;
border-bottom: 1px solid #9B9CA0;
	color:#9B9CA0;
}
.footerCell {
    color:#9b9ca0;
}
.footerCell h2 
{
    font-size:15px;
    text-decoration: underline;
}
.footerCell ul
{
    list-style:none;
    margin:0px;
}
.footerCell li
{
    margin-bottom: 5px;
}
.footerCell a {
	  color:#9b9ca0;
	  text-decoration: underline;
}
.tweet 
{
    font-style:italic;
    margin:0px;
}
.tweetDate 
{
    	  color:#595959;

margin-left:15px;
}
.blogPostHighlight {
	height:60px;
}

.blogPostHighlightImage {
	height:60px;
	width:40px;
}
.blogPostHighlight p {
	float:left;
	margin-left:15px;
}
.bootolio-sidenav {

margin:0px!important;
padding-right:0px;
}
.bootolio-sidenav  a
{
    margin-right:0px!important;
}
.bootolio-sidebar {
	
	padding-bottom: 100px;
	margin-top:18px;
}
.bootolio-sidebar-inner {
	background-color: white;
-webkit-border-radius: 6px;
border: 1px solid #E5E5E5;
padding: 5px;
}
.bootolio-sidebar-inner h1
{
    margin-bottom:4px;
}
.page-header.first
{
    margin-top:0px;
   
}
.portfolio {
	padding-bottom:100px;
}
#sendthistome 
{
      margin: 20px 0 20px;
}
.total-sidebar {
	
	margin-top:0px;
}

.total-sidebar .page-header
{
    margin-top:0px;
    margin-left:0px;
}
.totalTerms 
{
    font-size:0.8em;
    line-height:1.5em;
}


.bootolio-sidenav   {
 
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bootolio-sidenav  > li > a {
  display: block;

  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bootolio-sidenav   > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bootolio-sidenav   > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bootolio-sidenav   > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
.selectedTopicDiv{
padding-bottom:15px;
}
html {
	overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
#PortFolioMainPage .btn .btn-default
{
margin-left:15px;
}
.media-object {
	padding-right:15px;
}
.jumbotron img {
	float: left;
padding-right: 60px;
}

.carousel-inner .jumbotron img {
	float: left;
padding-right: 50px;
padding-left:10px;
}

.carousel-inner .jumbotron .btn .btn-default {
	float: left;
	margin-left: 188px;
}

.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #823A3B;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #a24849, #823A3B);
border-left-color: #9b9ca0;
border-right-color: #9b9ca0;
border-top-color: #9b9ca0;
border-bottom-color: #9b9ca0;
}
.carousel .jumbotron h1 {
    margin-top:0px!important;
}
.carousel .jumbotron p {
    font-size:0.9em;
}
.carousel-control.left {
background-image:none;
}
.carousel-control.left:hover, .carousel-control.left:focus {
    background-repeat: repeat-x;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
background-image:none;
}

.carousel-control.right:hover, .carousel-control.right:focus {
background-repeat: repeat-x;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}

.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-repeat: repeat-x;
background-image: none;
border-left-color: #222222;
border-right-color: #222222;
border-top-color: #222222;
border-bottom-color: #000000;
}
.navbar-default {
    background:transparent;
    border:none;
}
.brand-tag {
text-align: left;
padding-left: 8px;
height: 25px;
clear: left;
float: left;
font-size: 0.9em;
color: #606367;
}
.navbar-default {
margin-bottom:15px;
}

.footer ul {
padding:0px;
}
.footer h2{
line-height: 40px;
font-weight:bold;
}
.footer .media {
    margin:0px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}
.form-horizontal {
margin-left:15px;
}
.btn-inverse .caret {
border-top-color:#ffffff;
}
.btn-inverse:hover  .caret{
border-top-color:#000000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color:#ffffff;
}
.nav > li.disabled.nav-header > a {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.disabled-silent a,  input.disabled-silent{
cursor:default!important;
}
.view-more-button {
margin-left:15px;
}
.full-width {
    width:100%
}
#sendthistome form {
margin:0px;
}
.quote-page .form-horizontal{
margin:0px;
}
.navbar-default {
    background-color: #313234;
border-color: #313234;
}
.drop-down-option {
cursor:pointer;
}

.dropdown-menu li > span:hover, .dropdown-menu li > span:focus, .dropdown-submenu:hover > span {
color: #ffffff;
text-decoration: none;
background-color: #823A3B;
background-color: #823A3B;
background-repeat: repeat-x;
background-image: linear-gradient(to bottom, #823A3B, #823A3B);
}
.dropdown-menu > li > span {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}