body {
    font-size: 16px;
}

.navbar-brand {
  font-family: Cinzel, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    margin-bottom: 20px;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    line-height: 1.3;
}

p {
    margin: 0 0 16.5px;
}
.navbar {
    margin-bottom: 0;
    font-size: 16px;
	background-image:url("/img/mpa-wave.jpg");
	
	
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{background-color:#00467f;}

.navbar-inverse .dropdown-menu {
  background-color: #0094b2;
}

.navbar .dropdown-menu>li>a.hover {
  background-color: #00467f;
}


.nav-bg {
    background: #008da8;
    border-style: solid;
    border-width: 10px 0 0;
    border-image:url("/img/dashed-rule.jpg") 10 repeat;
    margin-bottom: 0;
}

.navbar-toggle {
    margin-top: 11px;
}

.navbar-brand {
    float:none;
    font-size: 16px;
    height: auto;
    padding: 8px 10px;
}
    .navbar-brand a {
        color: #fff;
    }
    .navbar-brand a:hover {
        color: #fff;
        text-decoration: none;
    }

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
}
.logo-nav {
    float: left;
    width: 44px;
}

#search {
        padding: 15px 10px;
    }

footer {
    font-size: 13px;
    margin: 0 auto;
    background: #333;
    color: #f8f8f8;
    padding-top: 20px;
    word-wrap:break-word;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer .row {
      border-bottom: 5px solid #292929;
    margin-bottom: 20px;
}


.footnote, .table {
    font-size:13px; }



.light-blue-bg {
    background: #e5f3f6;
    border-top: 1px solid #c2e3ea;
    border-bottom: 1px solid #c2e3ea;
}

.light-grey-bg {
        background: #f6f6f7;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }


.white-bg {
    background: #fff;
}

    .light-bg .lead, .white-bg .lead {
        color: #222;
        }

.mainpage section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainpage section h2, .mainpage section h3 {
    margin-top: 0;
    text-transform: uppercase;
}

blockquote {
    border-left: 2px solid #569fd3;
}

a, a.list-group-item { color: #26bcd7; word-wrap: break-word; }

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #ddd;
}

figure {
    margin: 20px 0;
}

figcaption {
    border-left: #26bcd7 2px solid;
    color: #3b3b3b;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 5px 0 10px;
}

/* Image box highlight */
.picture-highlight {
    background: #fefefe;
    box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.picture-highlight a {
}

.picture-highlight div {
    overflow: hidden;
}

.picture-highlight h3, .picture-highlight p {
    padding: 10px 15px 0;
    margin:0 auto;
}
.picture-highlight img {
    width:100%;
    transition: all .5s ease-in-out;
}

.picture-highlight img:hover {
    transform:scale(1.1);
}

.masonry-box .picture-highlight img:hover {
    transform:none;
}
.mainpage section.masonry-box {

    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 4px 15px;
    text-align: left;
}
    .masthead .breadcrumb>.active {
        color: #fafafa;
    }

.lead {
    color: #1a1a1a;
    font-weight: 400;
}


hr.soften {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
  border: 0;
}
 
 footer {
    font-size: 13px;
    margin: 0 auto;
    background: #333;
    color: #f8f8f8;
    padding-top: 20px;
    word-wrap:break-word;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}
	footer li {
	  position: relative;
	  display: inline-block;
	  text-align: center;
	  background: none;
	  border-bottom: none;
	  padding: 0 15px 0 0;
	}

footer .row {
      border-bottom: 5px solid #292929;
    margin-bottom: 20px;
}

/**** LIST STYLES****/

.zebralist {}
.zebralist ul {list-style-type:none; margin:0; padding:0;}
.zebralist ul li {font-size:.9em; margin:10px 0; border: #eee .4em solid; padding:10px;}
.zebralist ul li:nth-child(2n+1) {background-color: #e1eefa;}
.zebralist ul li strong {color:#333;}

/* Sidebar Page Navigation */
    .affix-top,.affix{
        position: static;
        display:inherit;
    }

      #sidebar.affix-top {
        position: static;
          margin-top:30px;
          /*width:180px;*/
      }

      #sidebar.nav .nav {
        font-size: 13px;
        margin: 0 0 0 10px;
    }

  #sidebar li.active a {
      border:0 #569fd3 solid;
      border-left-width:4px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
          background-color: #569fd3;
          color: #fff;
    }


.masthead {
    background-color: rgba(18,68,96,0.7)!important;
    color: #fafafa;
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    min-height: 200px;
    text-align: center;
}

    .masthead h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 300;
        opacity: .3;
        text-transform: uppercase;
    }


#multimedia .masthead {
    background: #000 !important;
}

.more-info {

}
    .more-info h3, .more-info h4{
        border-bottom: #569fd3 1px solid;
        padding-bottom: 6px;
        margin: 0 0 10px;
    }

    .more-info .list-group {
        font-size: 14px;
    }

    .more-info .list-group-item {
        margin-bottom: 0;
        border: none;
    }

    .more-info section {
        margin-bottom: 30px;
    }

    .more-info .btn-sm {
        padding: 8px 14px;
    }

    .more-info .list-group a {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
    }

    .more-info a:focus, .more-info a:hover {
        background-color: #ddd;
        text-decoration: none;
    }

.margin-top20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pull-right-margin {
    float: right!important;
}

.box-item {
        margin: 30px 0;
    }

        .box-item .glyphicon {
            color:#008DA8;
            font-size:5em;
        }

.page-nav {
    margin: 10px 0 20px;
}

    .page-nav .btn {
        margin-top: 5px;
    }


.page-nav .nav { font-size: 19px; }

    .page-nav li { border-right: 2px solid #e0e0e0; }

    .page-nav li:last-child { border-right: none; }

        .page-nav .nav>li>a { margin: 0 7px 0 5px; padding: 5px 10px; }

.panel ul {
    padding-left: 20px;
}

.panel li {
    margin-bottom: 5px;
}

.tooltip {
    font-size: 13px;
}

.tooltip-inner {
  max-width: 270px;
  padding: 3px 8px;

}

.btn-sm, .btn-xs {
    font-size: 13px;
}

/*Panel */

.panel-cr {
  color: #0e7da6;
  background-color: #ebfafa;
  padding: 3px 8px;
  font-size:14px;
  border: solid #ccc;
border-width: 1px 1px;
}

.panel-faq {
  border-color: #2ebdbd;
}
.panel-faq > .panel-heading {
  color: #000000;
  background-color: #c4f1f1;
   border-color: #2ebdbd;
}
.panel-faq > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000000;
   background-color: #ebfafa;
    border-color: #2ebdbd;
}
.panel-faq > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3c9a5f;
  border-color: #2ebdbd;
}
	
/* Equal Height Rows */

.row.equalheights {
    overflow: hidden;
}
.row.equalheights > [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* Masonry */

.img-box {
    margin: 15px 0;
}

.img-box figcaption {
    background: #fff;
    padding: 5px 10px;
    display: block;
    border-left: none;
    margin-top: 0;
    font-size: 15px;
}

.active-nav {
    background-color: #569fd3;
    color: #fff;
}

#map-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#map-menu li a.hover {
	color: red;
	font-weight: bold;
}

/*Video Setting */
.video-js {
  width: 100%;
}

@media screen and (min-width: 481px) {

    .navbar-brand {
        float:left;
        font-size: 26px;
    }

    .logo-nav {
        float: none;
    }
}

@media screen and (max-width: 568px) {


h1 {
    font-size: 24px;
}


}


@media screen and (min-width: 768px) {

figure {
    margin: 20px 0;
    display: table;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
}

figure.pull-right-margin {
    margin: 0 -15% 0 20px;
}


figure.pull-right {
    margin-left: 20px;
}

    .logo-nav {
        width: 64px;
    }

    #sidebar.affix-top {
        position: static;
          margin-top:30px;
          /*width:180px;*/
      }

      #sidebar.affix {
        position: fixed;
        top:70px;
        /*width:180px;*/
      }

    #search { margin-right: -40px; }

.masthead h1 {
    font-size: 72px;
}

}

/* 3 Column Layout */

.section-nav {
    background: rgb(245, 246, 247);
    border-right: 1px solid #DFDFE2;
}

.section-nav h4 {
    color: #00467F;
    text-transform: uppercase;
}
.section-nav ul.nav ul {
    list-style: none;
    padding-left: 1em;
}

.gray-bg {
    background:#F5F6F7;
}

.gray-border-bottom {
    border-bottom:1px solid #DFDFE2;
}


@media screen and (min-width: 992px) {
    figure img { display: block; }

    #sidebar.affix-top {
          /*width:200px;*/
      }

      #sidebar.affix {
       /* width:200px;*/
      }

}

@media  screen and (min-width: 1200px) {
/* Back To Top */
.top {
    position:fixed;
    bottom:0.5em; right: 0.5em;
    text-decoration: none;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding:0.1em 0.3em 0.1em;
    display:none;
    border-radius:3px; z-index:500;
}
.top:hover { background-color:rgba(0, 0, 0, 0.6);}

}

@media  screen and (min-width: 1600px) {

}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
