.title-brand {

 background: rgb(30,29,129); /* Old browsers */
 background: -moz-linear-gradient(left, rgba(30,29,129,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,29,129,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left, rgba(30,29,129,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left, rgba(30,29,129,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, rgba(30,29,129,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
 background: linear-gradient(to right, rgba(30,29,129,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1d81', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

 color: #ffffff;

 padding-top: 26px;
 padding-bottom: 22px;
}

.title-brand h1 {
	color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-font-smoothing: antialiased;
}

.title-brand h3 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-font-smoothing: antialiased;
}


.content {
   background-color: #ffffff;
   padding: 10px;
   border-top: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   border-radius: 5px;
 }

 
 body {
   background-color: #f1f1f1;
 }

 html {
  height: 100%;
}

footer {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
  border-color: #e7e7e7;
  border-width: 4px 1px 0px 1px;
  border-top: 1px solid #e5e5e5;
}

.masthead .logo1 {
	background-color:rgb(30,29,129);
  margin-left: 14px;
  padding-top: 5px;
}

.masthead .fplogo1 {
  background-color:rgb(30,29,129);
  padding-top: 5px;
}

.masthead.frontpage img{
  max-height: 150px;
    margin-left: auto;
  margin-right: auto;
}
.masthead.frontpage {
 /*height:25%;*/
}

.masthead .logo2 {
	background-color:#ffffff;
  margin-right: 14px;
  padding-top: 10px;
}

.masthead .fplogo2 {
  background-color:#ffffff;
  padding-top: 10px;
}

.masthead .col-xs-2 {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;

}

@media (max-width: 1020px) { 
  .masthead h1 {
    font-size: 30px;
  }

  .masthead h3 {
    font-size: 15px;
  }
}


@media (max-width: 768px) { 
  .masthead h1 {
    font-size: 25px;
  }

  .masthead h3 {
    font-size: 12px;
  }
  .title-brand {
    padding-top: 25px;
  }
}


@media (max-width: 490px) { 
  .masthead h1 {
    font-size: 15px;
  }

  .masthead h3 {
    font-size: 8px;
  }

  .title-brand {
    padding-top: 17px;
  }
}



.navbar {
  font-weight: 400;

  border-color: #E2E2E2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
}


.header {
  padding-right: 0px;
  padding-left: 0px;
}

.header .navbar {
  padding-top: 7px;
  padding-bottom: 7px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


#sidebar.affix {
   position: relative;
       
  }
@media (min-width: 768px) { 
 #sidebar.affix {
    position: fixed;
    top: 5px;
    width: auto;
   
    
  }
  .affix-bottom {
    position: absolute;
     top: auto; 
  }

}

#nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1;
}

#nav > .navbar-inner {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

@media (min-width: 768px) {
 dd {
  margin-left: 25px;
}

.dl-horizontal dd {
  margin-left: 245px;
}

.dl-horizontal dt {
  float: left;
  width: 220px; 
  clear: left;
  text-align: right;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}

}

.panel-title {
  font-size: 28px;
}

.thumbnail {
  padding:20px;
}

/*meta slider */
.slides h2{
  color:#ffffff;
}
.metaslider .caption-wrap {
  opacity:1;
}

.entry-content {
  padding-top: 20px;
}

.center-cropped {
  width: 100%;  
  min-height: 170px; 
  background-position: center center;
  background-repeat: no-repeat;
  }​


/* add multilevel menu to bootstrap and roots theme */
dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


