body {
  color: #5b5b5b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #f9f9f9;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.form-control {
  border-radius: 0;
}
p {
  padding: 5px 0;
  margin: 0;
  line-height: 22px;
}
a {
  color: #404041;
}
a:hover {
  color: #404041;
}
blockquote {
  border: none;
}
nav {
  background-color: #fff !important;
  height: 110px;
  margin: 0 !important;
  border: none !important;
}
nav + .container-fluid {
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
}
nav .brand {
  margin-top: 20px;
}
nav p {
  background-image: url(../images/icons/tel.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 30px;
  padding: 15px 0 10px 50px !important;
  display: inline-block;
  font-family: "MuseoSansRounded-300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
  color: #bed81f;
}
nav p a {
  color: #bed81f;
}
.nav-container {
  width: 100%;
  padding: 0;
}
.nav-container .nav {
  width: 100%;
}
.navbar-nav {
  padding: 0 !important;
}
.navbar-nav li {
  display: inline-block;
  float: none !important;
  font-family: "MuseoSansRounded-300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 19px;
}
.navbar-nav li a {
  color: #5b5b5b;
}
.navbar-nav li:last-child a {
  padding: 5px 0 5px 15px !important;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
}
.dropdown-menu {
  border: none !important;
  background: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li {
  display: block !important;
}
.dropdown-menu li a {
  padding: 10px 15px !important;
  border-bottom: 1px solid #ccc;
}
.dropdown-menu li:last-child a {
  padding: 10px !important;
  border-bottom: none !important;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 150px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal-content {
  position: static !important;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
  padding: 10px;
}
.modal-content li {
  font-family: "MuseoSansRounded-300", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 19px;
  padding: 5px;
}
.modal-content li a {
  color: #4ebee9;
}
footer {
  float: left;
  width: 100%;
  background-color: #f0f0f0 !important;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 13px;
  margin-top: 30px;
}
footer .col-sm-12 {
  padding: 0;
}
footer .col-sm-12 small {
  font-size: 13px;
}
footer .col-sm-12 ul {
  padding: 0 0 20px;
}
footer .col-sm-12 ul li {
  display: inline-block;
  float: none;
  font-size: 13px;
  padding: 0 5px;
}
footer .col-sm-12 ul > li + li:before {
  padding: 0 10px 0 0;
  color: #ddd;
  content: "|";
}
footer .col-sm-12 ul li a {
  text-decoration: underline;
}
footer .col-sm-12 p {
  padding: 10px 0;
}
footer .col-sm-3 {
  padding: 30px 0 0;
}
footer address {
  line-height: 24px;
  margin: 0;
  padding: 10px 0 0;
}
footer address a, footer .col-sm-12 p a {
  color: #4ebee9;
  text-decoration: underline;
}
.rrssb-buttons {
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 95%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
.rrssb-buttons li {
  box-sizing: border-box;
  float: left;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  font-size: 11px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
  color: #fff !important;
}
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}
.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}
.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}
.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
.rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
  fill: #fff;
}
.row {
  float: left;
  width: 100%;
  margin: 0;
}
.container-fluid {
  float: left;
  padding: 0;
  width: 100%;
}
.blog {
  padding: 0;
}
.blog .img, .recent-posts .img {
  border-radius: 15px;
}
.blog .col-sm-8 {
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #e9e9e9;
  margin: 15px 0;
}
.blog .copy {
  padding: 10px;
}
.blog .featured-post {
  padding: 10px 0;
}
.blog .featured-post .col-xs-6 {
  padding: 0 10px;
}
.blog .featured-post .copy {
  padding: 15px;
}
.featured-post h2, .recent-posts h3 {
  font-size: 28px;
}
.recent-posts {
  padding: 0;
}
.recent-posts .col-xs-6 {
  padding: 10px;
}
.recent-posts .img {
  margin-bottom: 10px;
}
.blog small, .blog small a {
  color: #bed81f;
}
/* All Posts */
.blog .all-posts {
  padding: 20px 0;
}
.blog .all-posts .col-xs-6 {
  margin: 5px;
  padding: 10px;
  width: 48.5%;
  border-top: 1px solid #eee;
}
.blog .all-posts h4 {
  color: #bed81f;
  font: bold 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.blog .all-posts p {
  padding: 5px 40px 5px 0;
}
.blog .all-posts .col-xs-12 {
  padding: 20px 0 0;
  margin: 0 5px;
  width: 98%;
  border-top: 1px solid #eee;
}
.blog .share, .blog .view-all {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.view-all-post {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0 20px;
}
.blog .col-sm-4 {
  width: 30.3%;
  margin: 0 0 0 3%;
  padding: 15px;
  background-color: #bed81f;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.blog .col-sm-4 h5 {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
/* Search News */
.widget_search {
  padding: 10px 0 30px;
}
.widget_search fieldset {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #79b725;
}
.widget_search .form-group {
  width: 75%;
}
.widget_search .form-control {
  width: 100%;
  border: none;
  box-shadow: none;
}
.widget_search form button {
  height: 33px;
  width: 32px;
  margin: 0;
  padding: 15px 0 !important;
  background: url(../images/icons/search.png) no-repeat center;
}
.widget_search form button:hover {
  background-color: #fff;
}
.widget_categories, .widget_archive, .twitter-feed {
  padding: 0 0 20px;
}
.widget_categories ul, .widget_archive ul {
  padding: 10px 0 10px 10px;
  line-height: 24px;
}
.widget_categories li, .widget_archive li {
  padding: 5px 0;
  list-style-type: none;
}
.widget_categories li a, .widget_archive li a {
  color: #82ab1a;
}
/* Post */
.copy img {
  border-radius: 15px;
  margin-bottom: 10px;
}
.copy p a {
  text-decoration: underline;
  color: #5b5b5b;
}
.copy p a:hover {
  text-decoration: none;
  color: #5b5b5b;
}
.size-full {
  width: 100%;
  margin: 10px 0;
}
@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url(../fonts/MuseoSansRounded-300.eot);
  src: url(../fonts/MuseoSansRounded-300.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansRounded-300.woff) format("woff"), url(../fonts/MuseoSansRounded-300.ttf) format("truetype"), url(../fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'MuseoSansRounded-900';
  src: url(../fonts/MuseoSansRounded-900.eot);
  src: url(../fonts/MuseoSansRounded-900.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSansRounded-900.woff) format("woff"), url(../fonts/MuseoSansRounded-900.ttf) format("truetype"), url(../fonts/Museo-700.svg#MuseoSansRounded-900) format("svg");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSansRounded-900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 10px 0;
  margin: 0;
  color: #5b5b5b;
  font-weight: 400;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p, ul {
  padding: 5px 0;
  margin: 0;
  line-height: 22px;
}
blockquote {
  margin: 0;
}
/* Default button style */
button, .btn-default, .btn {
  text-transform: uppercase;
  font-family: "MuseoSansRounded-900", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 30px;
  margin: 10px 0 0;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: none;
}
.btn-primary {
  background-color: #bed81f;
  color: #fff;
}
.btn-primary:hover {
  background-color: #5b5b5b;
  color: #fff;
}
.btn-secondary {
  background-color: #5b5b5b;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #bed81f;
  color: #fff;
}
.view-all-post .btn {
  white-space: normal;
}
/* 420px - Mobile  ----------- */
@media only screen and (max-width: 420px) {
  /* Blog */
  /* Sidebar */
  /* Footer */
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  html, body {
    width: 100%;
    margin: 0;
    overflow-x: none;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  .container-fluid {
    float: left;
    width: 100%;
    padding: 0;
  }
  .center-block {
    margin: 0 !important;
    padding: 0 3% !important;
    float: left !important;
    width: 100% !important;
  }
  .row, .col-sm-12, .col-sm-9, .col-sm-8, .col-sm-4, .col-sm-3, .col-xs-12, .col-xs-6 {
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  button, .btn-default, .btn {
    font-size: 15px;
    line-height: 15px;
  }
  .top {
    background-color: #fff;
  }
  nav .center-block {
    padding: 0 !important;
  }
  nav p {
    background-image: none;
    padding: 10px 0 !important;
    background-color: #2191c0;
    text-align: center;
    width: 100%;
    color: #fff;
  }
  nav p a {
    color: #fff;
  }
  nav .col-sm-4 {
    width: 70%;
    float: left;
    padding: 0 0 15px 15px;
  }
  nav .col-sm-8 {
    width: 30%;
    float: left;
  }
  nav .brand img {
    width: 100%;
  }
  h1 {
    font-size: 34px;
  }
  .blog .copy {
    padding: 10px;
  }
  .blog .featured-post {
    padding: 10px 0;
  }
  .blog .featured-post .col-xs-6 {
    padding: 0;
  }
  .blog .featured-post .copy {
    padding: 10px 0 0;
  }
  .featured-post h2, .recent-posts h3 {
    font-size: 22px;
  }
  .recent-posts .col-xs-6 {
    padding: 10px 0;
  }
  .blog .col-sm-4 {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .blog .col-sm-4 h5 {
    font-size: 34px;
  }
  .widget_search .form-group {
    float: left;
    width: 75%;
    margin: 0;
  }
  footer .col-sm-12 ul {
    padding: 10px 0;
  }
  footer .col-sm-3 {
    padding: 0;
  }
  footer .pull-right {
    float: left !important;
  }
  .rrssb-buttons {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    margin-top: 20px;
    max-width: 100% !important;
  }
  .rrssb-buttons li {
    width: 50% !important;
    margin-bottom: 5px;
  }
}
/* 380px - Screen Size */
@media only screen and (min-width: 380px) {
  /* Blog */
  /* Sidebar */
  /* Footer */
  .center-block {
    margin: 0 !important;
    padding: 0 3% !important;
    float: left !important;
    width: 100% !important;
  }
  .row, .col-sm-12, .col-sm-9, .col-sm-8, .col-sm-4, .col-sm-3, .col-xs-12, .col-xs-6 {
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  button, .btn-default, .btn {
    font-size: 15px;
    line-height: 15px;
  }
  .top {
    background-color: #fff;
  }
  nav .center-block {
    padding: 0 !important;
  }
  nav p {
    background-image: none;
    padding: 10px 0 !important;
    background-color: #2191c0;
    text-align: center;
    width: 100%;
    color: #fff;
  }
  nav p a {
    color: #fff;
  }
  nav .col-sm-4 {
    width: 70%;
    float: left;
    padding: 0 0 15px 15px;
  }
  nav .col-sm-8 {
    width: 30%;
    float: left;
  }
  nav .brand img {
    width: 100%;
  }
  h1 {
    font-size: 34px;
  }
  .blog .copy {
    padding: 10px;
  }
  .blog .featured-post {
    padding: 10px 0;
  }
  .blog .featured-post .col-xs-6 {
    padding: 0;
  }
  .blog .featured-post .copy {
    padding: 10px 0 0;
  }
  .featured-post h2, .recent-posts h3 {
    font-size: 22px;
  }
  .recent-posts .col-xs-6 {
    padding: 10px 0;
  }
  .blog .col-sm-4 {
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .blog .col-sm-4 h5 {
    font-size: 34px;
  }
  .widget_search .form-group {
    float: left;
    width: 75%;
    margin: 0;
  }
  footer .col-sm-12 ul {
    padding: 10px 0;
  }
  footer .col-sm-3 {
    padding: 0;
  }
  footer .pull-right {
    float: left !important;
  }
  .rrssb-buttons {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    margin-top: 20px;
    max-width: 100% !important;
  }
  .rrssb-buttons li {
    width: 50% !important;
    margin-bottom: 5px;
  }
}
/* 520px - Screen Size  - Iphone 5 & 6 landscape*/
@media only screen and (min-width: 520px) {
  .center-block {
    /* background-color: brown; */
  }
  nav .brand img {
    width: auto;
  }
  .blog .col-sm-8 {
    width: 60%;
  }
  .blog .col-sm-4 {
    width: 37%;
    margin: 0 0 0 3% !important;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
  }
  .rrssb-buttons li {
    width: 25% !important;
    margin-bottom: 0;
  }
}
/* 600px - Screen Size 

	DEVICES:
	Acer Iconia Tab A101
	Archos 70b (it2)
	Arnova 10b G3
	BlackBerry PlayBook
	Kindle 3
	Kobo eReader Touch
	Samsung Galaxy Tab 2 7.0
	Samsung Galaxy Tab 7 
*/
@media only screen and (min-width: 600px) {
  .center-block {
    /*background-color: green;*/
  }
}
/* 768px - Screen Size  */
@media only screen and (min-width: 750px) {
  /* Blog */
  /* Sidebar */
  /* Footer */
  .container-fluid {
    float: left;
    width: 100%;
  }
  .center-block {
    /*background-color: purple; */
  }
  .col-md-1, .col-sm-1, .col-xs-1 {
    float: left;
    width: 8.33px !important;
  }
  .col-md-2, .col-sm-2, .col-xs-2 {
    float: left;
    width: 16.66% !important;
  }
  .col-md-3, .col-sm-3, .col-xs-3 {
    float: left;
    width: 25% !important;
  }
  .col-md-4, .col-sm-4, .col-xs-4 {
    float: left;
    width: 33.3% !important;
  }
  .col-md-5, .col-sm-5, .col-xs-5 {
    float: left;
    width: 41.6% !important;
  }
  .col-md-6, .col-sm-6, .col-xs-6 {
    float: left;
    width: 50% !important;
  }
  .col-md-7, .col-sm-7, .col-xs-7 {
    float: left;
    width: 58.3% !important;
  }
  .col-md-8, .col-sm-8, .col-xs-8 {
    float: left;
    width: 66.6% !important;
  }
  .col-md-9, .col-sm-9, .col-xs-9 {
    float: left;
    width: 75% !important;
  }
  .col-md-10, .col-sm-10, .col-xs-10 {
    float: left;
    width: 83.3% !important;
  }
  .col-md-11, .col-sm-11, .col-xs-11 {
    float: left;
    width: 91.6% !important;
  }
  .col-md-12, .col-sm-12, .col-xs-12 {
    float: left;
    width: 100% !important;
  }
  button, .btn-default, .btn {
    font-size: 16px;
    line-height: 16px;
  }
  nav .center-block {
    padding: 0 3% !important;
  }
  nav p {
    background-image: url(../images/icons/tel.png);
    padding: 15px 0 10px 50px !important;
    background-color: #fff;
    text-align: right;
    width: auto;
    color: #bed81f;
  }
  nav p a {
    color: #bed81f;
  }
  nav .brand img {
    width: 100%;
  }
  .navbar-nav li {
    font-size: 17px;
  }
  .navbar-nav li:last-child a {
    padding: 5px 0 5px 8px !important;
  }
  .nav > li > a {
    padding: 5px 8px;
  }
  nav .col-sm-4 {
    width: 40% !important;
    padding: 0;
  }
  nav .col-sm-8 {
    width: 60% !important;
  }
  .blog .featured-post .col-xs-6 {
    padding: 0 10px;
  }
  .blog .featured-post .copy {
    padding: 15px;
  }
  .recent-posts .col-xs-6 {
    padding: 10px;
  }
  .blog .col-sm-8 {
    width: 66.6% !important;
  }
  .blog .col-sm-4 {
    width: 30.3% !important;
  }
  footer .col-sm-12 ul {
    padding: 0 0 20px;
  }
  footer .col-sm-3 {
    padding: 30px 0 0;
  }
  footer .pull-right {
    float: right !important;
  }
  .rrssb-buttons {
    width: 95%;
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: 500px !important;
  }
  .rrssb-buttons li {
    width: 25% !important;
    margin-bottom: 0;
  }
}
/* 767px - Boostrap Breakpoint - Toggle Menu ----------- */
@media only screen and (max-width: 767px) {
  /* Nav bar
        -------------------------------------------------------- */
  .center-block {
    width: 100% !important;
  }
  .navbar-toggle {
    float: right;
    margin: 20px 15px 0 0 !important;
    height: 40px;
    padding: 10px 7px !important;
    width: 40px;
    background-color: #fff !important;
    display: inline-block;
    border: 1px solid #acacac !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    float: none;
    color: #fff;
  }
  .navbar-toggle:hover {
    background-color: #bed81f !important;
    border: 1px solid #bed81f !important;
  }
  .icon-bar {
    background-color: #606060 !important;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
  }
  .close-btn {
    position: absolute;
    left: -45px;
    top: 75px;
    height: 40px;
    width: 40px !important;
    padding: 0 !important;
    border: 1px solid #acacac !important;
    border-radius: 7px;
    background: #ebeaf2 url(../images/icons/close.jpg) center no-repeat !important;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.13);
    font-weight: 500;
    z-index: 8000 !important;
  }
}
/* 800px - Small Desktop - 175% Zoom */
@media only screen and (min-width: 800px) {
  .center-block {
    /* background-color: #a52a2a;*/
  }
}
/*  1000px - Medium Desktop - 150% Zoom */
@media only screen and (min-width: 1000px) {
  .center-block {
    /*background-color: teal;*/
  }
  nav .col-sm-4 {
    width: 33.3% !important;
  }
  nav .col-sm-8 {
    width: 66.6% !important;
  }
  .navbar-nav li {
    font-size: 19px;
  }
  .navbar-nav li:last-child a {
    padding: 5px 0 5px 15px !important;
  }
  .nav > li > a {
    padding: 5px 15px;
  }
  .featured-post h2, .recent-posts h3 {
    font-size: 28px;
  }
}
/*  1024px - Desktop Screen Size */
@media only screen and (min-width: 1024px) {
  .center-block {
    /*background-color: red;*/
  }
}
/*  1140px - Zoom Breakpoint - 125% Zoom */
@media only screen and (min-width: 1140px) {
  .center-block {
    /*background-color: #ffc0cb;*/
  }
}
/*  1280px - Large Desktop - 110% Zoom */
@media only screen and (min-width: 1280px) {
  .center-block {
    /*background-color: olive;*/
    width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }
  nav .center-block {
    padding: 0 !important;
  }
  nav .brand img {
    width: auto;
  }
}
/* 1366px - Extra Large Desktop - 100% Zoom */
