@charset "utf-8";
/* CSS Document */

/*
 * Globals
 */

body {
  font-family: 'Lato', sans-serif; "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding:0 !important;
}

.row {padding:10px;}

p {
  font-family: 'Lato', sans-serif; "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
line-height:110%;}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Lato', sans-serif; "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {font-weight:800;}

h2,  h4,  h6 {
	color:#0037BC;
	font-weight:600;
}

h3 {color:#000;}

h4 {color:#0037BC;
text-transform:uppercase;
}

h5 {color:#0037BC;
font-weight:900;}

.navbar {border-radius:0;}
.navbar-default .navbar-nav > li > a {color:#fff;}

/*
 * Override Bootstrap's default container.
 */

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


/*
 * Masthead for nav
 */

.blog-masthead {
  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: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.navbar-default{background-color:#428bca;
border-color:#428bca!important;}

.navbar-toggle{background-color:#8fb2d1;
border:none;}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #b4def5; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #b4def5 0%, #0038bd 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4def5), color-stop(100%,#0038bd)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #b4def5 0%,#0038bd 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #b4def5 0%,#0038bd 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #b4def5 0%,#0038bd 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #b4def5 0%,#0038bd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4def5', endColorstr='#0038bd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

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

.container {padding:0;}

.wide{width:100% !important;}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
  padding-top:25px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #EBF7FC;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* 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: 60px;
}

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


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  border-top:#0037BC solid 1px;

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

.logo {position:absolute;
top:0px;}

.blog-title {  font-weight: normal;
  line-height:110%;
  color:#fff;}
  
  .caption {
	  margin:10px auto;
	  font-size:12px;}
  
  


@media(max-width:767px){
	h1 {font-size:25px;}
	.blog-post-title   {margin-bottom: 5px;}
	}
	.blog-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight:800;}
  .logo {width:75%;height:auto;}
h3 {font-size:20px;}
h4 {font-size:16px;}
h5 {font-size:22px;}
p {font-size:12px;}
.navbar-toggle {margin-right:20px;}
}
@media(min-width:768px){
	
	.blog-post-title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight:800;
}
.blog-title{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:800;
}
h3 {font-size:20px;}
}
h5 {font-size:22px;}

p {font-size:18px;}
@media(min-width:992px){
	
	.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:800;
}
p {font-size:18px;}
h5 {font-size:22px;}

}
@media(min-width:1200px){
	.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-title {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight:800;
}
p {font-size:18px;}
h3 {font-size:24px;}
h4 {font-size:18px;}
h5 {font-size:22px;}
	}


