/**********************************
***                             ***
***       BASE CSS              ***
***                             ***
**********************************/
/**
 * see *.less for some documentation
 * some helpers located on libs.less
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/************************************************************************** 
 *
 * Set general styling for layout - for components styling see components.css
 * 
 * 1. Base rules
 * 2. Col XL
 * 3. Header
 * 4. Header Navbar
 * 5. Main
 * 6. Section
 * 7. Widget
 * 8. Footer 
 * 9. Responsive
 *
 * */
/**************************************************************************
 * 1. Base Rules
 */
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
js img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
/**************************************************************************
 * 2. Col XL
 */
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sm-pull-right,
.md-pull-right,
.lg-pull-right,
.xl-pull-right {
  float: none;
}
.colheight-sm-1,
.colheight-sm-2,
.colheight-sm-3 {
  height: 155px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
[class*="col-"].col-no-padding,
[class^="*col-"].col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/**************************************************************************
 * 3. Header
 */
.header-navbar {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: 50px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  min-height: inherit;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-family: 'Open Sans', sans-serif;
}
.header-navbar .header-navbar-inner {
  position: relative;
  padding: 0px;
  height: 44px;
}
.header-navbar .header-navbar-inner:after {
  bottom: -10px;
  right: -10px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav.navbar-nav {
  display: none;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav-icons .search-toggled-out-icon {
  display: none;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav-icons .search-toggled-in-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header-navbar .header-navbar-inner.search-toggled-in .search-wrapper {
  display: block;
}
.header-navbar .search-wrapper {
  position: relative;
  overflow: hidden;
  display: none;
  height: 44px;
  line-height: 22px;
}
.header-navbar .search-wrapper .search-wrapper-inner {
  margin: 0 54px 0 10px;
  position: relative;
}
.header-navbar .search-wrapper .search-wrapper-inner form {
  padding: 0px;
  margin: 0px;
}
.header-navbar .search-wrapper .search-wrapper-inner input[type="text"] {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 11px 0px 0px 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.header-navbar .search-wrapper .search-wrapper-inner input[type="text"]:focus {
  outline: none;
}
.header-navbar .search-wrapper .search-wrapper-inner button {
  position: absolute;
  z-index: 2;
  right: -54px;
  top: 0px;
}
.header-navbar .btn-icon {
  padding: 0px;
  margin: 0px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  border: none;
  background-color: transparent;
}
.header-navbar .navbar-brand {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  width: 244px;
  height: 44px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-right: 1px solid transparent;
}
.header-navbar .navbar-brand a {
  position: relative;
  top: -30px;
  left: -15px;
  display: block;
  width: 244px;
  height: 56px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.header-navbar .navbar-brand a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  top: 56px;
  left: 0px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #333333;
}
.header-navbar .navbar-brand a img {
  vertical-align: top;
  position: relative;
  height: auto;
}
body.scrolled .header-navbar {
  position: fixed;
  margin-top: 0px;
}
body.scrolled .header-navbar  .navbar-brand {
  width: 192px;
}
body.scrolled .header-navbar  .navbar-brand a {
  top: 0px;
  left: -5px;
  width: 192px;
  height: 44px;
  padding-right: 0px;
}
body.scrolled .header-navbar  .navbar-brand a:after {
  top: 44px;
  border-bottom-width: 0px;
}
body.scrolled .header-navbar  .nav-pages {
  display: none !important;
}
.header-navbar .nav-pages {
  position: absolute;
  right: 0px;
  top: -30px;
  line-height: 30px;
}
.header-navbar .nav-pages  > li {
  float: left;
  font-size: 12px;
}
.header-navbar .nav-pages  > li  > a {
  font-family: 'Open Sans', sans-serif;
  padding: 0px 6px;
}
.header-navbar .nav-pages  > li  > a,
.header-navbar .nav-pages  > li.active > a {
  background-color: transparent;
}
.header-navbar .nav-icons {
  position: relative;
  height: 44px;
  width: 44px;
  float: right;
  margin-right: -10px;
}
.header-navbar .nav-icons  > li {
  width: 44px;
  height: 44px;
}
.header-navbar .nav-icons  > li  > a {
  padding: 0px;
  line-height: 44px;
  width: 44px;
  text-align: center;
}
.header-navbar .nav-icons .search-toggled-out-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header-navbar .nav-icons .search-toggled-in-icon {
  display: none;
}
/**************************************************************************
 * 4. Header Navbar
 */
.nav.navbar-nav {
  height: 44px;
  line-height: 44px;
  float: none;
  display: block;
  width: auto;
  font-size: 13px;
  margin-top: 1em;
}
.nav.navbar-nav  > li {
  height: 44px;
  line-height: 44px;
}
.nav.navbar-nav  > li.nav-all {
  border-left: transparent 1px solid;
}
.nav.navbar-nav  > li.nav-all .text {
  display: none;
  font-size: 12px;
}
.nav.navbar-nav  > li.nav-all  > a {
  padding: 0px 15px;
  line-height: 44px;
  height: 44px;
}
.nav.navbar-nav  > li  > a {
  padding: 0px 10px;
  line-height: 35px;
  height: 35px;
  text-transform: uppercase;
}
.nav.navbar-nav  > li  > a:hover {
  background-color: transparent;
}
.nav.navbar-nav li .subnav-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0px 0px;
  line-height: 18px;
  border-top: 4px solid transparent;
  font-family: 'Open Sans', sans-serif;
}
.nav.navbar-nav li .subnav-wrapper .subnav-wrapper {
  position: absolute;
  left: 100%;
  top: -4px;
}
.nav.navbar-nav li.full-subnav-wrapper {
  position: static;
}
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper {
  left: 0px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper .subnav,
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper .subnav-entries {
  min-width: inherit;
  width: 100%;
}
.nav.navbar-nav li ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.nav.navbar-nav li ul li a {
  display: block;
}
.nav.navbar-nav li ul li a:hover {
  text-decoration: none;
}
.nav.navbar-nav li.toggled-in  > .subnav-wrapper,
.no-touch .nav.navbar-nav li:hover  > .subnav-wrapper {
  display: block;
}
.nav.navbar-nav li .subnav {
  min-width: 150px;
}
.nav.navbar-nav li .subnav li {
  position: relative;
}
.nav.navbar-nav li .subnav li a {
  padding: 10px 10px;
}
.nav.navbar-nav li .subnav-entries {
  width: 230px;
}
.nav.navbar-nav li .subnav-entries li {
  font-size: 12px;
  padding: 0px;
}
.nav.navbar-nav li .subnav-entries li a {
  display: block;
  padding: 8px 10px;
}
.nav.navbar-nav li .subnav-full {
  margin-bottom: 20px;
}
.nav.navbar-nav li .subnav-full a {
  padding: 8px 8px;
  margin-left: -8px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-tabs {
  padding-top: 20px;
  height: 100%;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-tabs a {
  padding: 8px 10px 4px 15px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels {
  padding-top: 20px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels .subnav-tabbed-panel {
  display: none;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels .subnav-tabbed-panel.active {
  display: block;
}
.subnav-header {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
/**************************************************************************
 * 5. Main
 */
#main {
  padding-top: 3em;
  position: relative;
}
.page-header {
  border: none;
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.page-header .page-meta.pull-right {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}
.page-header[class*="col-"] .page-title,
.page-header[class^="col-"] .page-title {
  margin-top: 0px;
  position: relative;
  left: -15px;
}
.page-title,
.page-title.full-page-title {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 5px;
  font-weight: 300;
  overflow: hidden;
}
/**************************************************************************
 * 6. Section
 */
.section {
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}
.section:before,
.section:after {
  display: table;
  line-height: 0;
  content: "";
}
.section:after {
  clear: both;
}
/*.section .section-title {
  top: 0px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
}*/
.section.section-no-margin-bottom {
  margin-bottom: 0px;
}
.container > .section:not(.row),
.container > .section.not-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.container > .section.carousel {
  padding-left: 0px;
  padding-right: 0px;
}
/**************************************************************************
 * 7. Widget
 */
.widget {
  margin-bottom: 20px;
  position: relative;
}
.bottombar .widget {
  padding-top: 0px;
}
.widget .widget-title.ribbon {
  font-size: 14px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: .7px !important;
}
.widget .widget-title:not(.ribbon) {
  margin-bottom: 15px;
}
.bottombar .widget .widget-title {
  font-size: 18px;
  line-height: 38px;
}
.widget .more-wrapper {
  margin-bottom: 0px;
}
.widget  > ul:not(.entries) {
  padding: 20px 0 0 0;
  list-style-type: none;
  margin: 0px;
}
.widget  > ul:not(.entries) li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.js .collapsible-widgets .widget  > * {
  display: none;
}
.js .collapsible-widgets .widget  > .widget-title {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}
.js .collapsible-widgets .widget  > .widget-title:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.js .collapsible-widgets .widget.active  > * {
  display: block;
}
.js .collapsible-widgets .widget.active  > .widget-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**************************************************************************
 * 8. Footer
 */
.footer-area {
  padding-top: 25px;
  font-size: 13px;
}
.footer-area a:hover {
  text-decoration: none;
}
.footer-area .widget .widget-title {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.footer-area .footer-top {
  margin-bottom: 20px;
}
.footer-area .footer-bottom {
  border-top: 1px solid transparent;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.footer-area .footer-bottom p {
  margin-bottom: 10px;
}
/**************************************************************************
 * 9. Responsive
 */
@media (min-width: 768px) {
  .sm-pull-right {
    float: right;
  }
  .page-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page-title,
  .page-title.full-page-title {
    font-size: 41px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .header-navbar,
  body.scrolled .header-navbar {
    position: absolute;
  }
  .header-navbar {
    margin-top: 0px;
  }
  .header-navbar .navbar-brand {
    width: 192px;
  }
  .header-navbar .navbar-brand a {
    top: 0px;
    left: -5px;
    width: 192px;
    height: 44px;
  }
  .header-navbar .navbar-brand a:after {
    top: 44px;
    bordsuber-bottom-width: 10px;
    border-right-width: 10px;
    display: none;
  }
  .header-navbar .nav.navbar-nav {
    margin: 0px;
  }
  .header-navbar .nav.navbar-nav  > li {
    display: none;
  }
  .header-navbar .nav.navbar-nav  > li:first-child {
    display: block;
  }
  .header-navbar .header-navbar-inner:after {
    display: none;
  }
  #main {
    padding-top: 44px;
  }
}
@media (min-width: 769px) {
  .nav.navbar-nav > li {
    display: none;
  }
  .nav.navbar-nav > li:nth-child(1),
  .nav.navbar-nav > li:nth-child(2),
  .nav.navbar-nav > li:nth-child(3) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child,
  .lt-ie9 .nav.nav.navbar-nav > li:first-child + li,
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li {
    display: block;
  }
}
@media (max-width: 790px) {
  .header-navbar .nav-icons,
  .header-navbar .nav.navbar-nav > li.nav-all {
    margin-right: 0px;
  }
  .header-navbar:after {
    display: none;
  }
}
@media (min-width: 899px) {
  .nav.navbar-nav > li:nth-child(4) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-header[class*="col-"] .page-title,
  .page-header[class^="col-"] .page-title {
    left: auto;
  }
}
@media (min-width: 992px) {
  .colheight-sm-1 {
    height: 175px;
  }
  .colheight-sm-2 {
    height: 350px;
  }
  .colheight-sm-3 {
    height: 525px;
  }
  .colheight-md-1 {
    height: 175px;
  }
  .colheight-md-2 {
    height: 350px;
  }

/*CHANGES THE FONT SIZE OF THE LOWER NEWS ARTICLES BIGGER FOR TABLET*/
  .col-md-6.colheight-md-2 .entry-title a{
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .colheight-md-3 {
    height: 525px;
  }
  .md-pull-right {
    float: right;
  }
  .nav.navbar-nav > li.nav-all .text {
    display: block;
  }
  .nav.navbar-nav > li.nav-all .toggle {
    display: none;
  }
  .nav.navbar-nav > li:nth-child(5) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li {
    display: block;
  }
  .page-header {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1150px) {
  .nav.navbar-nav > li:nth-child(6) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .colheight-sm-1,
  .colheight-md-1 {
    height: 200px;
  }
  .colheight-sm-2,
  .colheight-md-2 {
    height: 400px;
  }
  .colheight-sm-3,
  .colheight-md-3 {
    height: 600px;
  }
  .colheight-lg-1 {
    height: 200px;
  }
  .colheight-lg-2 {
    height: 400px;
  }
  .colheight-lg-3 {
    height: 600px;
  }
  .lg-pull-right {
    float: right;
  }
  .content .md-pull-right .entry-thumbnail {
    margin-left: -16px;
  }
  .page-title {
    font-size: 46px;
    line-height: 53px;
    padding-bottom: 10px;
  }
  .page-title.full-page-title {
    font-size: 50px;
    line-height: 57px;
  }
  .colheight-lg-1.col-md-6.colheight-md-2 .entry-title a{
    font-size: 18px !important;
    line-height: 23px !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: inherit;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1540px) {
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333333333332%;
  }
  .col-xl-2 {
    width: 16.666666666666664%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333333333%;
  }
  .col-xl-5 {
    width: 41.66666666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333333333336%;
  }
  .col-xl-8 {
    width: 66.66666666666666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333333334%;
  }
  .col-xl-11 {
    width: 91.66666666666666%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333333333332%;
  }
  .col-xl-push-2 {
    left: 16.666666666666664%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333333333%;
  }
  .col-xl-push-5 {
    left: 41.66666666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333333333336%;
  }
  .col-xl-push-8 {
    left: 66.66666666666666%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333333334%;
  }
  .col-xl-push-11 {
    left: 91.66666666666666%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xl-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xl-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xl-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .colheight-sm-1,
  .colheight-md-1,
  .colheight-lg-1 {
    height: 220px;
  }
  .colheight-sm-2,
  .colheight-md-2,
  .colheight-lg-2 {
    height: 440px;
  }
  .colheight-sm-3,
  .colheight-md-3,
  .colheight-lg-3 {
    height: 660px;
  }
  .colheight-xl-1 {
    height: 220px;
  }
  .colheight-xl-2 {
    height: 440px;
  }
  .colheight-xl-3 {
    height: 660px;
  }
  .xl-pull-right {
    float: right;
  }
}
@media (min-width: 1250px) {
  .nav.navbar-nav > li:nth-child(7) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li {
    display: block;
  }
}
@media (min-width: 1490px) {
  .nav.navbar-nav > li:nth-child(8) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li {
    display: block;
  }
}
@media (min-width: 1610px) {
  .nav.navbar-nav > li:nth-child(9) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li + li {
    display: block;
  }
}
@media (min-width: 1730px) {
  .nav.navbar-nav > li:nth-child(10) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li + li + li {
    display: block;
  }
}

/**********************************
***                             ***
***    COMPONENTS CSS           ***
***                             ***
**********************************/

/**
 * see *.less for some documentation
 * some helpers located on libs.less
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/**************************************************************************
 *
 * 1. Base Components
 * 
 * 2. Entry Styles
 *    2.1. Single Entry
 *    2.2. Style Grid
 *    2.3. Style Hero
 *    2.4. Style Large
 *    2.5. Style Media
 *    2.6. Style Media list
 *    2.7. Style Review
 *    2.8. Style Review Score
 *    2.9. Style Review List
 *    2.10. Style Thumbnail
 *    2.11. Style Thumbnail Text
 *    2.12. Style Recent List
 *    2.13. Style Score Widget
 *    
 * 3. Comments Area
 * 4. Gallery
 * 5. Lists
 * 6. BreadCrumb
 * 7. Pagination
 * 8. Sidenav
 * 9. Carousel
 * 10. Widget calendar
 * 11. Collapsible panel
 * 12. Tabs
 * 13. Ad/Banner
 * 14. Prettyphoto
 * 15. Responsive
 */
/**************************************************************************
 * 1. Base 
 */
.entries {
  *zoom: 1;
  display: table-cell;
}
.entries:before,
.entries:after {
  display: table;
  line-height: 0;
  content: "";
}
.entries:after {
  clear: both;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-header .small {
  font-size: 11px;
  text-transform: uppercase;
}
.entry-header .small:first-child {
  margin-bottom: 2px;
}
.entry-header .entry-meta.pull-right {
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-header-overlay {
  position: relative;
  margin-bottom: 10px;
}
.entry-header-overlay .entry-header {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: -15px;
  right: -15px;
  margin-bottom: 0px;
  padding: 8px 15px 5px;
}
.entry-title {
  font-weight: 400;
  margin: 0px 0px 20px;
}
.entry-header .entry-title {
  margin-bottom: 0px;
}
.entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.entry-header .entry-meta {
  margin-bottom: 0px;
}
.entry-header .entry-meta:first-child {
  margin-bottom: 5px;
}
.entry-thumbnail {
  overflow: hidden;
  position: relative;
}
.entry-thumbnail img {
  min-width: 100%;
  width: auto;
  height: 100%;
}
.more-link {
  display: block;
  margin-top: 16px;
  white-space: nowrap;
}
.more-link i {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 3px;
}
.more-wrapper {
  padding-top: 15px;
  margin-bottom: 20px;
}
.more-wrapper .btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
[data-rel^="prettyPhoto"] .overlay {
  bottom: 20px;
}
.overlay .icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.indented {
  margin-left: 0px;
}
blockquote {
  padding: 0px;
  position: relative;
  font-weight: normal;
  border: none;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
blockquote p {
  font-family: 'Open Serif', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
blockquote small {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
blockquote.pulled-left {
  float: left;
  width: 250px;
  margin-left: 30px;
  margin-right: 35px;
  text-align: right;
}
.thumbnail {
  margin-bottom: 20px;
}
.image {
  position: relative;
}
.image img {
  height: auto;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.form-horizontal label.control-label {
  text-align: left;
  font-weight: normal;
}
.table {
  margin-bottom: 20px;
}
.icon-2x {
  position: relative;
  top: 3px;
  margin-right: 7px;
}
ul.entries {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.comments-count-balloon {
  position: relative;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 28px;
  min-width: 61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.page-header .comments-count-balloon {
  font-size: 25px;
  line-height: 35px;
}
.comments-count-balloon:after {
  bottom: -6px;
  right: 5px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
}
.comments-count-balloon em,
.page-header .comments-count-balloon em {
  position: relative;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0px;
}
.lead {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Open Serif', sans-serif;
}
.ribbon {
  position: relative;
  margin: 0 -15px 0 -20px;
  z-index: 20;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
}
.ribbon-recent {
  margin: 0;
}

.ribbon  > span,
.ribbon  > a,
.ribbon  > .ribbon-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.4px;


}
.ribbon.ribbon-pulled  > span,
.ribbon.ribbon-pulled  > a,
.ribbon.ribbon-pulled  > .ribbon-inner {
  width: auto;
  float: left;
}

/*Small ribbon CSS*/
.ribbon.ribbon-small {
  font-size: 12px;
  line-height: 30px;
  height: 30px;

  /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);*/


}
.content .md-pull-right .ribbon {
  z-index: 22;
}
.content .sidebar .ribbon {
  z-index: 24;
}
.ribbon .pull-right,
.ribbon .pull-left {
  font-size: 11px;
  font-weight: bold;
}
/*.ribbon:after {
  top: 100%;
  left: 0px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333;
}*/
.progress {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.progress-bar {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  line-height: 20px;
}
.progress-bar span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 5px;
}
/**************************************************************************
 * 2. Entry Style
 */
/**************************************************************************
 *    2.1. Style Single Entry
 */
.style-single {
  position: relative;
  margin-bottom: 30px;
}
.style-single .entry-thumbnail {
  margin-left: -15px;
  margin-bottom: 20px;
}
.style-single .entry-thumbnail img {
  margin-bottom: 0px;
}
.style-single .entry-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 5px;
}
.style-single .entry-meta {
  font-size: 14px;
  margin-bottom: 20px;
}
.style-single p,
.style-single blockquote,
.style-single .image,
.style-single ul,
.style-single ol,
.style-single .entries,
.style-single img {
  margin-bottom: 20px;
}
.style-single  > .entry-content {
  margin-bottom: 30px;
}
.style-single h1,
.style-single h2,
.style-single h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
}
.style-single h1:first-child,
.style-single h2:first-child,
.style-single h3:first-child {
  margin-top: 5px;
}
.widget-author {
  font-size: 13px;
  line-height: 23px;
  overflow: initial;
  position: relative;
}
.widget-author .entry-author-avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.widget-author .entry-author-avatar img {
  width: 100%;
  height: auto;
}
.image.image-full,
.style-single .flushed-left {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.image.image-full img,
.style-single .flushed-left img {
  width: 100%;
}
.style-single .flushed-left {
  padding: 20px 15px 0px 15px;
  margin-bottom: 25px;
}
/**************************************************************************
 *    2.2. Style Grid
 */
.style-grid {
  position: relative;
  z-index: 1;
}
.style-grid .entry-header {
  clear: both;
  position: relative;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-top: 15px;
}
.style-grid .ribbon {
  top: 10px;
  margin-bottom: 5px;
}
.style-grid .entry-thumbnail {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -15px;
  right: -15px;
  height: 100%;
}
.style-grid .entry-thumbnail img {
  width: 120%;
  max-width: 120%;
  margin-left: -10%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.style-grid:hover .entry-thumbnail img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.style-grid .entry-meta {
  margin-bottom: 0px;
}
.style-grid .entry-title {
  font-size: 18px;
  line-height: 23px;
}
.row > .style-grid .entry-thumbnail {
  width: 100%;
  left: 0px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/**************************************************************************
 *    2.3. Style Hero
 */
.style-hero .entry-title {
  margin-bottom: 8px;
}
.style-hero .entry-title a {
  display: block;
}
.style-hero .entry-title a:hover {
  text-decoration: none;
}
.style-hero.hero-nav {
  height: 145px;
}
.style-hero.hero-nav .entry-title {
  font-size: 20px;
  line-height: 25px;
}
.style-hero.hero-nav a:hover {
  text-decoration: none;
}
/**************************************************************************
 *    2.4. Style Large
 */
.style-large {
  margin-bottom: 30px;
}
.style-large .entry-thumbnail {
  margin-left: -15px;
  margin-right: -15px;
}
.style-large .entry-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.style-large .entry-title {
  font-size: 26px;
  line-height: 34px;
}
.style-large .entry-thumbnail {
  height: 320px;
}
/**************************************************************************
 *    2.5. Style Media
 */
.style-media {
  position: relative;
  overflow: inherit;
  margin-bottom: 30px;
  *zoom: 1;
}
.style-media:before,
.style-media:after {
  display: table;
  line-height: 0;
  content: "";
}
.style-media:after {
  clear: both;
}
.style-media:first-child {
  margin-top: 0px;
}
.style-media .media-object {
  width: 200px;
  height: 140px;
  position: relative;
}
.style-media .entry-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.style-media .entry-header {
  margin-bottom: 10px;
}
.style-media  > .pull-left {
  margin-right: 20px;
}
.style-media .media-body {
  padding-right: 10px;
  font-size: 13px;
  line-height: 20px;
}
/**************************************************************************
 *    2.6. Style Media List
 */
.style-media-list {
  margin-top: 15px;
}
.style-media-list:first-child {
  margin-top: 15px;
}
.style-media-list .media-object {
  width: 80px;
  height: 80px;
}
.style-media-list .entry-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.style-media-list .entry-meta {
  margin-bottom: 0px;
  line-height: 18px;
}
/**************************************************************************
 *    2.7. Style Review
 */
.style-review.style-grid {
  height: 145px;
}
.style-review.style-grid .entry-header {
  width: 100%;
  padding-top: 70px;
}
.style-review.style-grid .entry-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style-review.style-grid .small {
  line-height: 16px;
  font-style: italic;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-transform: none;
  font-size: 13px;
}
.style-review.style-grid .style-review-score {
  left: 0px;
}
/**************************************************************************
 *    2.8. Style Review Score
 */
.style-review-score {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 0px;
  width: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
/**************************************************************************
 *    2.9. Style Review List
 */
.style-review-list .entry-title {
  font-size: 15px;
  margin-bottom: 4px;
}
.style-review-list .small {
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 3px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.style-review-list .style-review-score {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
  padding: 0px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
/**************************************************************************
 *    2.10. Style Thumbnail
 */
.style-thumbnail {
  position: relative;
}
.style-thumbnail .entry-thumbnail {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.navbar-nav .style-thumbnail .entry-thumbnail {
  height: 125px;
}
.style-thumbnail .entry-title {
  font-size: 14px;
  line-height: 20px;
}
/**************************************************************************
 *    2.11. Style Thumbnail Text
 */
.style-thumbnail-text {
  overflow: hidden;
  padding: 0px 15px;
}
.style-thumbnail-text .entry-meta {
  padding-top: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 12px;
}
.style-thumbnail-text .entry-title {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  font-weight: normal;
}
/**************************************************************************
 *    2.12. Style Recent List
 */
.style-recent-list {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  padding-top: 10px;
  *zoom: 1;
  border-top: 1px dashed #ccc;
}
.style-recent-list:before,
.style-recent-list:after {
  display: table;
  line-height: 0;
  content: "";
}
.style-recent-list:after {
  clear: both;
}
.style-recent-list:first-child {
  border-top: none;
  padding-top: 5px;
}
.style-recent-list .comments-count-balloon {
  margin-top: -3px;
  float: right;
  margin-left: 15px;
  font-size: 13px;
  line-height: 23px;
  padding: 2px 6px;
  min-width: inherit;
  margin-bottom: 0px;
}
/**************************************************************************
 *    2.13. Style Score Widget
 */
.style-score-widget {
  position: relative;
  margin-bottom: 15px;
}
.style-score-widget .score-label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style-score-widget .progress {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-bottom: 0px;
}
.style-score-widget:hover .progress {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entries .style-score-widget:first-child {
  margin-top: 15px;
}
.style-score-widget .score-value {
  float: right;
  margin-left: 20px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/**************************************************************************
 * 3. Comments Area
 */
.comments-area .comments-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.comments-area  > .comment-list {
  padding-top: 25px;
}
.comments-area .media {
  overflow: initial;
  margin-top: 0px;
}
.comments-area .comment {
  position: relative;
  margin-left: 37px;
  border-left: 1px dashed #ccc;
}
.comments-area .comment:last-child,
.comments-area .comment.last {
  border-left: none;
}
.comments-area .comment .media-list {
  margin-left: 47px;
}
.comments-area .comment .media-body {
  padding-bottom: 20px;
}
.comments-area .comment .comment {
  padding-top: 0px;
}
.comments-area .media-object {
  margin-left: -37px;
}
.comments-area .author-vcard {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 27px;
}
.comments-area .author-vcard .comment-meta {
  font-size: 12px;
  font-family: 'Open sans', sans-serif;
  font-style: italic;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.comments-area .comment-reply-title {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
}
.comments-area .comments-respond .form-inline .form-group {
  margin-bottom: 20px;
}
.comments-area .comments-respond input,
.comments-area .comments-respond textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
/**************************************************************************
 * 4. Gallery
 */
.gallery .gallery-title {
  margin: 0px 0px 20px;
  padding: 0px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.gallery .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery .thumbnail img {
  margin-bottom: 0px;
}
/**************************************************************************
 * 5. Lists
 */
ul.coverageList {
  margin: 20px auto;
  padding: 10px;
  line-height: 30px;
  max-width: 320px;
}
.tagcloud a,
.post-tags a {
  font-size: 12px !important;
  margin-right: 3px;
  margin-bottom: 3px;
  line-height: 15px;
  text-decoration: none;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagcloud a:before,
.post-tags a:before {
  content: '#';
}
.tagcloud {
  padding-top: 15px;
}
.links {
  position: relative;
}
.links li {
  margin-bottom: 6px;
}
.links.links-2-cols {
  *zoom: 1;
}
.links.links-2-cols:before,
.links.links-2-cols:after {
  display: table;
  line-height: 0;
  content: "";
}
.links.links-2-cols:after {
  clear: both;
}
.links.links-2-cols li {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.links.links-2-cols li:nth-child(2n),
.lt-ie9 .links.links-2-cols li:first-child + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  margin-right: 0px;
}
/**************************************************************************
 * 6. Breadcrumb
 */
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  top: 0px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 300;
}
/**************************************************************************
 * 7. Pagination
 */
.pagination  > li {
  font-size: 18px;
  line-height: 38px;
}
.pagination  > li  > a,
.pagination  > li  > span {
  padding: 0px 12px;
  border: none;
  background-color: transparent;
}
.pagination  > li:first-child  > a,
.pagination  > li:last-child  > a,
.pagination  > li:first-child  > span,
.pagination  > li:last-child  > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
/**************************************************************************
 * 8. Sidenav
 */
.sidenav {
  margin-bottom: 30px;
}
.sidenav .nav  > li  > a {
  padding: 4px 10px;
  font-size: 13px;
}
/**************************************************************************
 * 9. Carousel
 */
.row .widget.carousel,
.row .section.carousel {
  margin-right: -15px;
  margin-left: -15px;
}
.widget.carousel  > .ribbon,
.section.carousel  > .ribbon {
  z-index: 0;
  margin-left: -5px;
  margin-right: 0px;
}
.widget.carousel .carousel-inner,
.section.carousel .carousel-inner {
  margin-top: -38px;
  position: relative;
  z-index: 1;
}
.widget.carousel .carousel-inner .item,
.section.carousel .carousel-inner .item {
  /*padding-top: 38px;*/
  padding-left: 0px;
  padding-right: 15px;
}
.widget.carousel .carousel-inner .section-title,
.section.carousel .carousel-inner .section-title,
.widget.carousel .carousel-inner .widget-title,
.section.carousel .carousel-inner .widget-title {
  position: absolute;
  z-index: 40;
  left: 15px;
  right: 0px;
}
.widget.carousel .carousel-inner .section-title  > a,
.section.carousel .carousel-inner .section-title  > a,
.widget.carousel .carousel-inner .widget-title  > a,
.section.carousel .carousel-inner .widget-title  > a,
.widget.carousel .carousel-inner .section-title  > span,
.section.carousel .carousel-inner .section-title  > span,
.widget.carousel .carousel-inner .widget-title  > span,
.section.carousel .carousel-inner .widget-title  > span,
.widget.carousel .carousel-inner .section-title  > .ribbon-inner,
.section.carousel .carousel-inner .section-title  > .ribbon-inner,
.widget.carousel .carousel-inner .widget-title  > .ribbon-inner,
.section.carousel .carousel-inner .widget-title  > .ribbon-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.carousel .carousel-control,
.section.carousel .carousel-control {
  z-index: 50;
  line-height: 38px;
  height: 38px;
  width: 38px;
  background-image: none;
  background-color: transparent;
  flter: none;
}
.widget.carousel .carousel-control.left,
.section.carousel .carousel-control.left {
  left: auto;
  right: 38px;
}
/**************************************************************************
 * 10. Widget calendar
 */
.widget_calendar  > div {
  position: relative;
}
.widget_calendar table {
  margin-top: 15px;
  width: 100%;
}
.widget_calendar table caption {
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_calendar table th {
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}
.widget_calendar table td {
  text-align: center;
  padding: 0 8px;
  line-height: 30px;
  font-size: 12px;
  border-top: 1px solid #eee;
}
.widget_calendar table tfoot td {
  text-align: right;
}
.widget_calendar table tfoot td:first-child {
  text-align: left;
}
.widget_calendar table #today {
  background-color: #eee;
}
/**************************************************************************
 * 11. Collapsible panel
 */
.panel-group {
  margin-bottom: 20px;
}
.panel,
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel  > .panel-heading {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.panel  > .panel-heading .panel-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.panel  > .panel-heading .panel-title a {
  padding: 0px 10px;
  line-height: 38px;
  display: block;
}
.panel  > .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.panel .panel-body {
  padding: 10px 10px;
}
.panel-default,
.panel-primary,
.panel-success,
.panel-info,
.panel-warning,
.panel-danger {
  border: none;
}
/**************************************************************************
 * 12. Tabs
 */
.nav-tabs  > li  > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  margin-left: 4px;
  margin-right: 0px;
  padding: 8px 15px;
}
.nav-tabs  > li.active  > a,
.nav-tabs  > li.active  > a:hover,
.nav-tabs  > li.active  > a:focus {
  border-top-width: 1px;
  border: none;
}
/**************************************************************************
 * 13. Ad/Banner
 */
.ad-wrapper {
  padding-top: 20px;
  *zoom: 1;
}
.ad-wrapper .add-inner {
  overflow: hidden;
  max-width: 100%;
}
.container .ad-wrapper.section {
  padding-left: 0px;
  padding-right: 0px;
}
.ad-wrapper:before,
.ad-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.ad-wrapper:after {
  clear: both;
}
.ad {
  margin: 0 auto 20px;
}
.ad.ad-728x90 {
  width: 728px;
  height: 90px;
}
.ad.ad-200x125 {
  width: 200px;
  height: 125px;
}
.ad.ad-410x125 {
  width: 410px;
  height: 125px;
}
.ad.ad-336x280 {
  width: 336px;
  height: 280px;
}
.ad.ad-300x250 {
  width: 300px;
  height: 250px;
}
/**************************************************************************
 * 14. PrettyPhoto
 */
.pp_pic_holder .pp_content_container .pp_left {
  padding-left: 5px;
}
.pp_pic_holder .pp_content_container .pp_right {
  padding-right: 5px;
}
.pp_pic_holder .pp_content_container .pp_details {
  margin-top: 7px;
}
.pp_pic_holder .pp_content_container .pp_details .pp_description {
  text-align: center;
  font-size: 12px;
  margin: 0px;
}
.pp_pic_holder .pp_content .pp_close,
.pp_pic_holder .pp_content .pp_expand {
  display: block;
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-image: none;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  z-index: 20001;
  position: absolute;
  text-indent: 0px;
  top: -14px;
}
.pp_pic_holder .pp_content .pp_close:hover,
.pp_pic_holder .pp_content .pp_expand:hover {
  background-image: none;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.pp_pic_holder .pp_content .pp_close {
  font-size: 15px;
  right: -10px;
}
.pp_pic_holder .pp_content .pp_expand {
  right: 16px;
}
.pp_pic_holder .pp_content .pp_topHoverContainer {
  display: none;
  position: absolute;
  z-index: 20000;
  right: 0px;
  top: 0px;
}
.pp_pic_holder .pp_content:hover .pp_topHoverContainer {
  display: block;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous {
  background-image: none;
  background-color: transparent;
  text-indent: 0px;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next span,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous span {
  position: absolute;
  display: none;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next:hover span,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous:hover span {
  display: block;
  background-image: none;
  text-decoration: none;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next:hover span:hover,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous:hover span:hover {
  background-color: #fff;
  color: #000;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next span {
  right: -14px;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous span {
  left: -14px;
}
.pp_top,
.pp_bottom,
.pp_top .pp_left,
.pp_bottom .pp_left,
.pp_top .pp_middle,
.pp_bottom .pp_middle,
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 5px;
}
a.pp_expand,
a.pp_contract {
  top: 5px;
  right: 10px;
}
/**************************************************************************
 *                RESPONSIVE
 *************************************************************************/
@media (max-width: 520px) {
  .style-grid .entry-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .style-thumbnail-text {
    padding: 15px 20px;
    height: auto;
  }
  blockquote.pulled-left {
    float: none;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .comments-area .comment .media-list {
    margin-left: 17px;
  }
  .style-hero.hero-nav {
    height: 50px;
  }
  .style-hero.hero-nav .entry-title {
    display: none;
  }
  .style-hero.hero-nav:nth-child(2),
  .lt-ie9 .style-hero.hero-nav:first-child + li {
    text-align: right;
  }
  .ad.ad-728x90 {
    display: none;
  }
}
@media (min-width: 769px) {
  .image.image-full,
  .style-single .entry-content .flushed-left {
    margin-left: -190px;
  }
  .widget-author .avatar {
    position: absolute;
    left: -110px;
  }
  .comments-area  > .comment-list {
    margin-left: -87px;
  }
  .indented {
    margin-left: 175px;
  }
  blockquote.pulled-left {
    margin-left: -145px;
  }
}
@media (max-width: 991px) {
  .style-large .entry-thumbnail {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .hero-sm-larger .entry-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 7px;
  }
  .hero-sm-largest .entry-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .hero-md-larger .entry-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 7px;
  }
  .hero-md-largest .entry-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .hero-sm-larger .entry-title,
  .hero-md-larger .entry-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero-sm-largest .entry-title,
  .hero-md-largest .entry-title {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 13px;
  }
  .hero-lg-larger .entry-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero-lg-largest .entry-title {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 13px;
  }
  .hero-lg-normal .entry-title {
    font-size: 18px;
    line-height: 23px;
  }
  .style-hero.hero-nav {
    height: 115px;
  }
  .style-media .media-object {
    width: 240px;
    height: 170px;
  }
  .style-media .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
  .style-thumbnail-text .entry-meta {
    margin-bottom: 10px;
  }
  .style-thumbnail-text .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .style-media .entry-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  .style-media .media-body {
    width: 100%;
  }
}
@media (min-width: 1540px) {
  .hero-xl-normal .entry-title {
    font-size: 18px;
    line-height: 23px;
  }
}



/**
 * see *.less for some documentation
 * some helpers located on libs.less
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/**************************************************************************
 *
 * 1. Base 
 * 2. Header
 * 3. Header Navbar
 *
 * 4. Components
 *    4.1. Base
 *    4.2. Entry Styles
 *    4.3. Comments Area
 *    4.4. Lists
 *    4.5. Breadcrumb
 *    4.6. Pagination
 *    4.7. Sidenav
 *    4.8. Carousel
 *    4.9. Collapsible Panel
 *    4.10. Tab
 *    4.11. Buttons
 *    4.12. Progress Bar
 *    4.13. Overlay
 *    4.14. Table
 *    4.15. AD/banner
 *    4.16. Widget calendar
 * 5. Footer
 * 6. Responsive
 */
body {
  /*background-color: #ebebeb;*/
  color: #444444;
}
a {
  color: #476481;
}
a:hover {
  color: #2c3e50;
}
.bg-page {
  background-color: #ebebeb;
}
.bg-base {
  background-color: #ffffff;
}
.bg-base  > .entries > .entry:not(.style-grid) .entry-title a {
  color: #2c3e50;
}
.bg-primary {
  /*background-color: #2c3e50;*/
}
.bg-focus {
  background-color: #161f29;
}
.bg-secodary {
  background-color: #dedede;
}
.bg-bar {
  background-color: #0d1318;
}
.section-no-margin-bottom,
.section.carousel {
 /* border-bottom: 4px solid #0d1318;*/
}
.form-control {
  background-color: #ebebeb;
  border-color: rgba(69, 69, 69, 0.3);
}
/**************************************************************************
 * 2. Header 
 */
.header-navbar .header-navbar-inner {
  background-color: #0d1318;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.header-navbar .header-navbar-inner:after {
  border-left-color: #111111;
}
.header-navbar .header-navbar-inner .btn-icon {
  color: #161f29;
  background-color: #34fff}
.header-navbar .header-navbar-inner .btn-icon:hover,
.header-navbar .header-navbar-inner .btn-icon:focus,
.header-navbar .header-navbar-inner .btn-icon.focus {
  color: #161f29;
  background-color: #f5d657;
}
.scrolled .header-navbar .navbar-brand {
  border-right-color: #11181f;
}
.header-navbar .navbar-brand a {
  background-color: #161f29;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.header-navbar .navbar-brand a:after {
  border-right-color: #11181f;
}
.scrolled .header-navbar .navbar-brand a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #0d1318;
}
.search-wrapper .search-wrapper-inner {
  border-bottom: 1px dotted #2c3e50;
}
.search-wrapper input[type="text"] {
  color: #d9d9d9;
}
/**************************************************************************
 * 3. Header Navbar
 */
.header-navbar {
  color: #d9d9d9;
}
.header-navbar .subnav-header {
  color: #d9d9d9;
}
.header-navbar a {
  color: #d9d9d9;
}
.header-navbar a:hover,
.header-navbar li.active > a,
.header-navbar li.active > a:hover {
  color: #34fff}
.header-navbar li a:hover,
.header-navbar li li.active > a,
.header-navbar li li.active > a:hover {
  color: #34A1D6;
  backgroffflor: #0d1318;
}
.header-navbar .nav-pages a {
  color: #9f9f9f;
}
.header-navbar .nav-pages a:hover {
  color: #2c3e50;
  background-color: transparent;
}
.nav.navbar-nav li .subnav-wrapper {
  border-top-color: #34A1D6;
  background-color: fff9;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.nav.navbar-nav  > li.nav-all {
  border-left-color: #161f29;
}
.nav.navbar-nav  > li.nav-all  > a {
  color: #34fff}
.navbar-nav li .subnav-wrapper.subnav-tabbed {
  background-color: #0d1318;
}
.header-navbar li .subnav-tabbed-tabs li.active > a {
  background-color: #161f29;
}
.subnav-tabbed-panels {
  background-color: #161f29;
}
.subnav-entries li {
  border-top: 1px dashed #0d1318;
}
.subnav-entries li:first-child {
  border-top: none;
}
/**************************************************************************
 * 4. Components
 */
/**************************************************************************
 *    4.1 Base
 */
.comments-count-balloon {
  color: #444444;
  background-color: #ffffff;
}
.comments-count-balloon:after {
  border-left-color: #ffffff;
}
.comments-count-balloon.bg-focus {
  background-color: #161f29;
  color: #d9d9d9;
}
.comments-count-balloon.bg-focus:after {
  border-left-color: #161f29;
}
.comments-count-balloon.bg-primary {
  background-color: #2c3e50;
  color: #cccccc;
}
.comments-count-balloon.bg-primary:after {
  border-left-color: #2c3e50;
}
.comments-count-balloon em {
  color: #444444;
}


.ribbon  > a,
.ribbon  > span,
.ribbon  > .ribbon-inner {
  /*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #34A1D6;
  color: #fff;
}
.ribbon a:hover {
  text-decoration: none;
}
.ribbon  > span,
.ribbon  > .ribbon-inner {
  color: #fff;
}
.ribbon  > span a,
.ribbon  > .ribbon-inner a {
  color: #cccccc;
}
.ribbon  > span a:hover,
.ribbon  > .ribbon-inner a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ribbon.ribbon-highlight  > a,
.ribbon.ribbon-highlight  > span,
.ribbon.ribbon-highlight  > .ribbon-inner {
  background-color: white;
  color: #34A1D6;
}
.ribbon.ribbon-highlight  > a:hover {
  background-color: white;
}
.ribbon.ribbon-highlight  > span,
.ribbon.ribbon-highlight  > .ribbon-inner {
  color: #161f29;
}
.ribbon.ribbon-highlight  > span a,
.ribbon.ribbon-highlight  > .ribbon-inner a {
  color: #161f29;
}

.ribbon.ribbon-small a:link, .ribbon.ribbon-small a:visited {
  background-color: #34A1D6;
  color: #fff;
}
.ribbon.ribbon-small a:hover, .ribbon.ribbon-small a:active {
  background-color: #2f90c4;
  color: #fff;  
}



.ribbon.ribbon-focus  > a,
.ribbon.ribbon-focus  > span,
.ribbon.ribbon-focus  > .ribbon-inner {
  background-color: #161f29;
  color: #d9d9d9;
}
.ribbon.ribbon-focus  > a:hover {
  background-color: #0d1318;
}
.ribbon.ribbon-focus  > span,
.ribbon.ribbon-focus  > .ribbon-inner {
  color: #d9d9d9;
}
.ribbon.ribbon-focus  > span a,
.ribbon.ribbon-focus  > .ribbon-inner a {
  color: #d9d9d9;
}
.ribbon:after {
  border-right-color: #111;
}

/*SECTION TITLE*/
.section-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  color: #34A1D6;
  padding: -15px;
  background-color: white;
  margin: 0px;
  
  top: 0px;
  line-height: 38px;
  font-weight: 300;
}

/*Creates white border for first section*/
.news-border{
  border: 8px solid #fff;
}



/**************************************************************************
 *    4.2 Entry Styles
 */
.style-score-widget .score:after {
  border-right-color: #1a242f;
}
.style-score-widget .score-bar {
  background-color: #dedede;
  border-bottom-color: #c4c4c4;
}
.style-score-widget .score-bar i {
  background-color: #c29d0b;
  border-bottom-color: #927608;
}
.style-review-score {
  background-color: #34A1D6;
  color: #fff;
}
.style-review-list .style-review-score {
  background-color: #34A1D6;
  color: #fff;
}
.style-single h1,
.style-single h2,
.style-single h3,
.style-single h4,
.style-single h5 {
  color: #2c3e50;
}
.style-single h1,
.style-single h2,
.style-single h3 {
  border-bottom-color: #d0d0d0;
}
.after-entry hr {
  border-top: 1px dashed #d0d0d0;
}
.page-header {
  border-bottom-color: #d0d0d0;
}
.page-header .page-title {
  color: #2c3e50;
}
.style-hero.hero-nav .small {
  color: #34fff}
.style-recent-list {
  border-top-color: #aabdd1;
}
.style-thumbnail-text {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.style-thumbnail-text:first-child {
  border-left: none;
}
.style-thumbnail-text a {
  display: block;
}
.style-grid {
  background-color: #2c3e50;
}
.style-grid .entry-header {
  color: #000;
  font-weight: 700;
}
.style-grid .entry-header .entry-meta a {
  color: #000;
}
.style-grid .entry-header .entry-title a {
  color: #000;
}
.style-grid .entry-header .entry-title a:hover {
  color: #000;
}
.style-grid .entry-header p.small:first-child {
  color: #34fff}
.style-grid .entry-header p.small:first-child a {
  color: #34fff}
/**************************************************************************
 *    4.3. Comments Area
 */
.comments-area {
  padding-top: 20px;
}
.comments-area  > .comment-list {
  border-top: 2px solid #d0d0d0;
}
.comments-area .comment {
  border-left-color: #d0d0d0;
}
/**************************************************************************
 *    4.4. Lists
 */
.coverageList {
  border: 5px solid #ffffff;
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #ffffff;
  /* RGBa with 0.6 opacity */

  background-color: rgba(255, 255, 255, 0.6);
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}
.tagcloud a,
.post-tags a {
  color: #cccccc;
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #2c3e50;
  /* RGBa with 0.6 opacity */

  background-color: rgba(43, 61, 79, 0.6);
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992b3d4f, endColorstr=#992b3d4f)";
}
.tagcloud a:hover,
.post-tags a:hover {
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #2c3e50;
  /* RGBa with 0.6 opacity */

  background-color: #2b3d4f;
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2b3d4f, endColorstr=#ff2b3d4f)";
}
/**************************************************************************
 *    4.5. Breadcrumb
 */
.breadcrumb  > li.active {
  color: inherit;
}
.breadcrumb  > li + li:before {
  color: inherit;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/**************************************************************************
 *    4.6. Pagination
 */
.pagination  > li  > span,
.pagination  > li  > a,
.pagination  > li  > span:hover {
  background-color: transparent;
  color: #476481;
}
.pagination  > li.active > span,
.pagination  > li.active > span:hover,
.pagination  > li a:hover {
  background-color: transparent;
  color: #34fff}
/**************************************************************************
 *    4.7. Sidenav
 */
.sidenav .nav {
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #ebebeb;
  /* RGBa with 0.6 opacity */

  background-color: rgba(235, 235, 235, 0.4);
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ebebeb, endColorstr=#66ebebeb)";
}
.sidenav .nav  > li {
  border-bottom: 1px solid #ffffff;
}
.sidenav .nav  > li  > a:hover,
.sidenav .nav  > li  > a:focus {
  background-color: #ebebeb;
}
/**************************************************************************
 *    4.8. Carousel
 */
.section.carousel .carousel-control,
.widget.carousel .carousel-control {
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #000000 transparent;
  /* RGBa with 0.6 opacity */

  background-color: rgba(0, 0, 0, 0.4);
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
/**************************************************************************
 *    4.9. Collapsible Panel
 */
.panel,
.panel-group .panel {
  background-color: transparent;
}
.panel-primary  > .panel-heading {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-primary  > .panel-heading .panel-title a {
  color: #d9d9d9;
  background-color: #161f29;
}
.panel-primary  > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d0d0d0;
}
/**************************************************************************
 *    4.10. Tab
 */
.nav-tabs {
  border-bottom-color: #1f2c39;
  background-color: #161f29;
  border-top: 4px solid #161f29;
}
.nav-tabs  > li  > a {
  color: #d9d9d9;
}
.nav-tabs  > li  > a:hover,
.nav-tabs  > li  > a:focus {
  border-bottom-color: transparent;
  background-color: #ffffff;
  color: #444444;
}
.nav-tabs  > li.active  > a,
.nav-tabs  > li.active  > a:hover,
.nav-tabs  > li.active  > a:focus {
  background-color: #ffffff;
  color: #444444;
}
/**************************************************************************
 *    4.11. Buttons
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-default {
  color: #444444;
  border-color: #444444;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  color: #ebebeb;
  background-color: #444444;
  border-color: #444444;
}
.btn-warning {
  color: #161f29;
  border-color: #e3b90d;
  background-color: #34fff}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
  color: #161f29;
  background-color: #dab10d;
  border-color: #e3b90d;
}
.btn-primary {
  border-color: #233140;
  background-color: #2c3e50;
  color: #cccccc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #cccccc;
  background-color: #233140;
  border-color: #1f2c39;
}
/**************************************************************************
 *    4.12.  Progress Bar
 */
.progress-bar {
  background-color: #34A1D6;
  color: #fff;
}
/**************************************************************************
 *    4.13. Overlay
 */
.overlay.overlay-primary {

  /*  BLUE FADE*/
/*  background-color: #34A1D6;
  opacity: .5;
  border: 2px solid #34A1D6;*/

  /*  WHITE FADE*/
  background-color: #fff;
  opacity: .8;
  border: 2px solid #34A1D6;

  /*-webkit-box-shadow: inset 2px 4px 10px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 2px 4px 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 4px 10px 5px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, rgba(43, 61, 79, 0.6) 0%, rgba(43, 61, 79, 0.8) 99%, rgba(43, 61, 79, 0.8) 100%);*/
  /* FF3.6+ */

  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43, 61, 79, 0.6)), color-stop(99%, rgba(43, 61, 79, 0.8)), color-stop(100%, rgba(43, 61, 79, 0.8)));*/
  /* Chrome,Safari4+ */

  /*background: -webkit-linear-gradient(top, rgba(43, 61, 79, 0.6) 0%, rgba(43, 61, 79, 0.8) 99%, rgba(43, 61, 79, 0.8) 100%);*/
  /* Chrome10+,Safari5.1+ */

  /*background: -o-linear-gradient(top, rgba(43, 61, 79, 0.6) 0%, rgba(43, 61, 79, 0.8) 99%, rgba(43, 61, 79, 0.8) 100%);*/
  /* Opera 11.10+ */

  /*background: -ms-linear-gradient(top, rgba(43, 61, 79, 0.6) 0%, rgba(43, 61, 79, 0.8) 99%, rgba(43, 61, 79, 0.8) 100%);*/
  /* IE10+ */

  /*background: linear-gradient(to bottom, rgba(43, 61, 79, 0.6) 0%, rgba(43, 61, 79, 0.8) 99%, rgba(43, 61, 79, 0.8) 100%);*/
  /* W3C */

  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99#2c3e50', endColorstr='#cc#2c3e50',GradientType=0 );*/
  /* IE6-9 */

}

/**************************************************************************
 *    4.14. Table
 */
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-bordered  > thead > tr > th,
.table-bordered  > tbody > tr > th,
.table-bordered  > tfoot > tr > th,
.table-bordered  > thead > tr > td,
.table-bordered  > tbody > tr > td,
.table-bordered  > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
.table-bordered  > thead > tr > th,
.table-bordered  > thead > tr > td {
  border-bottom-width: 2px;
}
.table-hover  > tbody  > tr:hover td,
.table-hover  > tbody  > tr:hover th {
  /* Fallback for web browsers that doesn't support RGBa */

  background-color: #ebebeb;
  /* RGBa with 0.6 opacity */

  background-color: rgba(235, 235, 235, 0.7);
  /* For IE 5.5 - 7 */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  /* For IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ebebeb, endColorstr=#b3ebebeb)";
}
/**************************************************************************
 *    4.15. Ad/ banner
 */
.ad-wrapper.widget {
  border-top: 2px solid #d0d0d0;
}
/**************************************************************************
 *    4.16. Widget calendar
 */
.widget_calendar table td {
  border-top: 1px solid #d0d0d0;
}
.widget_calendar table #today {
  background-color: #34A1D6;
  color: #fff;
}
/**************************************************************************
 *    Changes that Aiden and James made
 */
.colheight-lg-2 img { height: 100%; }
.colheight-md-2 { font-size: 30px; line-height: 36px; }

hr { margin-top: 0; margin-bottom: 12px; border-top: 2px solid #34A1D6; }

/*blue thumbnail image test*/
/*.style-grid .entry-thumbnail img {
   filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: url(resources.svg#desaturate); 
    filter: gray; 
    -webkit-filter: grayscale(1); 
}

.style-grid .entry-header .entry-title a {
  color: #fff;
}

.entry .overlay {
  background-color: #34A1D6;
  opacity: .5;
}*/

/**************************************************************************
 * 5. Footer
 */
.footer-area {
  color: #9f9f9f;
}
.footer-area a {
  color: #9f9f9f;
}
.footer-area a:hover {
  color: #2c3e50;
}
.footer-area .widget {
  margin-bottom: 20px;
}
.footer-area .widget .widget-title {
  color: #9f9f9f;
  border-color: rgba(158, 158, 158, 0.3);
}
.footer-area .footer-bottom {
  border-color: rgba(158, 158, 158, 0.3);
}
/**************************************************************************
 * 5. Responsive
 */
@media (max-width: 768px) {
  .header-navbar,
  body.scrolled .header-navbar {
    border-right-color: #11181f;
  }
  .header-navbar .navbar-brand a,
  body.scrolled .header-navbar .navbar-brand a {
    background-color: #0d1318;
  }
}
