/*  Globals  */

body {
  font-family: "Segoe UI", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
  color: #121212;
  font-size: 13px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Segoe UI", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333;
}

p {
   line-height: 150%;
}

.site-title {
   padding: 8px 0px;
}

.site-title h3 {
   font-size: 1.35em;
   font-weight: bold;
   color: white !important;
   margin-bottom: 0px !important;
}

.span-title {
   font-size: 2.0em;
   color: white !important;
   font-family: "Segoe UI", Helvetica, sans-serif;
}

/*  Override Bootstrap's default container.  */

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

/*  Masthead for nav  */

.blog-masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50000;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 18px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: underline;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.blog-nav .active:after {
  font-weight: normal;
  text-decoration: none;
}

/* overrided navbar just for this blog site */
.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    border: transparent;
}

.navbar-toggle {
   position: relative;
    float: right;
    padding: 3px 10px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 6px;
    background-color: transparent;
    background-image: none;
    border-radius: 5px;
    border: 2px solid white !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
}

.blog-nav-iconbar {
   background-color: white;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    background-color: #74b6ef;
    color: white;
}

/* End of overrided navbar just for this blog site. */ 


/*  Blog name and description  */

.blog-header {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}

.blog-description {
  font-size: 20px;
  color: #999;
}

.section-header {
   border-radius: 6px;
   background-color: #eee;
   padding: 20px 15px;
}

.projinfo-section-header {
   border-radius: 8px;
   background-color: #eee;
   padding: 8px 8px;
   margin-bottom: 18px;
}

/*  Main column and sidebar layout  */

.blog-main {
  line-height: 1.3;
}

div.blog-main h1 {
   font-weight: bold;
   font-size: 28px;
}

div.blog-main h2 {
   font-weight: bold;
   font-size: 25px;
}

div.blog-main h3 {
   font-weight: bold;
   font-size: 22px;
}

div.blog-main h4 {
   font-weight: bold;
   font-size: 19px;
}

div.blog-main h5 {
   font-weight: bold;
   font-size: 17px;
}

.content-box {
   width: 100%;
   float: left;
   color: #34495e;
   border: 1px solid #d4d4d4;
   border-radius: 2px;
   padding: 20px 15px;
   position: relative;
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
   margin-bottom: 30px;
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}

.sidebar-module .badge-title {
  margin-top: 10px;
}

.sidebar-module .badge-container {
  margin: 20px 0px;
}

.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.row-margin1 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.fixed {
	resize: none;
}

.sidebar-hr {
   margin: 3px 0px;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}

.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/*  Blog posts  */

.blog-post {
  margin-bottom: 20px;
}

.blog-post-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 45px !important;
  font-weight: bold;
  font-family: "Segoe UI", Arial;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.post-p {
   font-size: 14px;
   font-family: "Segoe UI", Arial;
}

/* Post List Items */
.postitem-desc-div {
   margin-top: 15px;
   margin-bottom: 15px;
}

.postitem-desc-div2 {
   margin-top: 6px;
   margin-bottom: 6px;
}


.postitem-desc {
   font-size: 12px;
}

.postitem-footer {
   font-size: 13px;
}

.postlist-title {
   color: black;
}
/*  Footer  */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.gallery-col {
   padding-left: 3px !important;
   padding-right: 3px !important;
}

.postslist {
  padding: 15px 25px;
}

.postitem-bottom {
   color: gray;
   margin-top: 5px;
   margin-bottom: 5px;
} 

.searchform {
   margin: 8px 5px;
}

.small-alert {
   padding: 5px 5px;
}

.blog-well-sm {
   padding: 5px 3px;
   border-radius: 0px;   
}

.picture-side {
   margin: 0px 8px;
}

.bloc-row {
   margin: 0px 1px 12px 1px;
}

.bloc-post-col {
   background-color: darkgreen;
   padding: 8px 0px;
}

.statusbox {
    min-height: 20px;
    padding: 6px;
    margin: 8px 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.progress-summary-p {
   margin-bottom: 20px;
}

.progress-status-span {
   font-size: 1.3em;
}

.progress-btm-margin {
   margin-bottom: 8px;
}

.update-block {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0.5em;
    padding: 0.75em;
    background-color: white;
    box-shadow: 0 0 1em rgba(136,136,136,0.5);
    border-radius: 0.25em;
}

.hr-lowspc {
   margin: 8px 0px;
}

.input-invalid {
   border-color: red;
}

.warning-bar {
	padding: 5px 15px;
}

.preview-padding {
   padding-top: 25px;
   padding-bottom: 65px; 
}

.cookie-policy {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   text-align: center;
}

.cookie-policy .small-policy-box{
   padding: 5px 25px;
   margin-bottom: 0px !important;
}

.subscription-section {
	margin-bottom: 48px;
}

.update-block h1, .update-block h2,
.update-block h3, .update-block h4
.update-block h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination-section {
	margin-top: 24px;
}

.pic {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
   border-radius: 0.25rem;
   background-color: #fff;
   padding: 4px 4px;
}

.pic:hover {
   box-shadow: rgba(250, 64, 255, 0.65) 0px 1px 2px 0px, rgba(250, 64, 255, 0.35) 0px 1px 3px 1px;
   border-radius: 0.25rem;
   background-color: #fff;
   padding: 4px 4px;
}

.contact-desc {
   margin-bottom: 60px;
}