/*
  Theme Name: HeartMath Institute
  Theme URI: http://heartmath.org
  Author: HeartMath Institute
  Author URI: http://heartmath.org
  Description: A custom WordPress theme built for HeartMath Institute website.
  Version: 2.1
  License: Copyright (c) 2015 HeartMath Institute. All Rights Reserved.
  License URI: http://heartmath.org/copyrights-and-trademarks/
*/
                                                                      
/* CSS DIRECTORY
   01. GLOBAL
   02. USER (HMI/GCI)
   03. HEADER
   04. FOOTER
   05. CONTENT
   06. COMPONENTS
   07. FORMS
   08. VENDORS
   09. EFFECTS
   10. PRELOADERS
   11. HELPERS
   12. RESETS
   13. @MEDIA QUERIES
*/



/* GLOBAL
================================= */

* {
  font-family: "Roboto", Arial, sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #4e5665;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
}

a {
  color: #1875b1;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;

  /* Break long URLs */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

a:hover, a:focus {
  color: #1875b1;
  outline: none;
}

.font-family-default * {font-family: "Roboto", Arial, sans-serif !important;}
.font-family-condensed * {font-family: "Roboto Condensed", Arial, sans-serif !important;}

h1 a:hover, h1 a:focus, 
h2 a:hover, h2 a:focus, 
h3 a:hover, h3 a:focus, 
h4 a:hover, h4 a:focus, 
h5 a:hover, h5 a:focus, 
h6 a:hover, h6 a:focus {
  color: #2c3e50;
}

h1, .h1 {
  font-size: 40px;
  line-height: 46px;
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

h1.h1-lg, .h1-lg {
  font-size: 50px;
  line-height: 54px;
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

#hm-parent h1, #hm-parent .h1 {
  font-size: 48px;
  line-height: 52px; 
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

/* Global - Headings */
h1.hm-section:not([class*="pad-reset"]):not([class*="mar-reset"]) {
  margin: 18px 0 30px 0;
}

h2, .h2 {
  font-size: 30px;
  line-height: 34px; 
  font-weight: 300;
  margin: 24px 0 12px;
  color: #1b82c4;
}

h3, .h3 {
  font-size: 26px;
  line-height: 30px; 
  font-weight: 300;
  margin: 20px 0 8px;
}

img + h3 {
  margin-top: 2px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 26px; 
  font-weight: 500;
  margin: 20px 0 6px;
}

h5, .h5 {
  font-size: 20px;
  line-height: 22px; 
  font-weight: 700;
  margin: 20px 0 6px;
}

h6, .h6 {
  font-size: 18px;
  line-height: 20px; 
  font-weight: 700;
  margin: 20px 0 6px;
}

.h1-default {margin-top: 0;}
.h2-default {margin-top: 24px;}
.h3-default {margin-top: 20px;}
.h4-default {margin-top: 16px;}
.h-primary {margin-top: 0;}
.h-list {text-transform: uppercase;}

h1 + h2, h2 + h3, h3 + h4,
h1 + h3, h1 + h4, 
h2 + h4 {
  margin-top: 0;
}

.h1-primary, 
.h2-primary, 
.h3-primary {
  font-weight: 400;
}

iframe {
  border: none;
}

p {
  margin: 0 0 15px;
}

p, ul {
  line-height: 26px;
  font-weight: normal;
}

sup {
  font-size:60%;
}

.br    {margin-bottom: 0; padding-bottom: 12px;}
.br-xs {margin-bottom: 0; padding-bottom: 3px;}
.br-sm {margin-bottom: 0; padding-bottom: 6px;}
.br-md {margin-bottom: 0; padding-bottom: 16px;}
.br-lg {margin-bottom: 0; padding-bottom: 20px;}
.br-xl {margin-bottom: 0; padding-bottom: 30px;}


/* Global - HR */
hr {border-color: #e3ebed;}
.hr-xs {margin: 10px 0;}
.hr-sm {margin: 20px 0;}
.hr-md {margin: 30px 0;}
.hr-lg {margin: 40px 0;}
.hr-xl {margin: 50px 0;}
.hr-clr-lt {border-color: #fff;}
.hr-clr-md {border-color: #ccc;}
.hr-clr-dk {border-color: #333;}


/* Global - Images */
img.img-default {
  width: auto;
  height: auto;
}

.img-auto,
.full-width img {
  width: 100%;
  height: auto;
}

img.alignnone {
  display: block;
  position: relative;
  margin: 10px 0;
}

img.alignright {
  float: right;
  margin: 6px 0 0 20px;
  display: inline;
}

img.alignleft {
  float: left;
  margin: 6px 20px 0 0;
  display: inline;
}

img.aligncenter {
  display: block;
  text-align: center;
  margin: 10px auto 10px auto;
}


/* Global - Layout Boxed */
.boxed-container {
  background: #F1F6F7;
  padding: 0;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
           box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.boxed-container {
    margin: 20px auto;
}

.breadcrumb {
  background: none;
  padding: 0 inherit;
  margin: 0;
  border-radius: 0; 
}

.breadcrumb > li {
  text-shadow: none;
  font-size: 12px;
}

.breadcrumb > li a{
  color: #859db6;
}

.breadcrumb > .active {
  color: #D0D3D7;
}

.nav-pills > li > a {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.nav-pills > li + li {
    margin-left: 5px;
}

#content-wrapper {
  padding: 40px 0 20px 0;
}

.widget h2 img {
  display: inline;
}

.btn {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.navbar .btn {
  font-size: 15px;
  font-weight: 400;
}

.entry-content .btn {
  font-size: 20px;
  font-weight: 400;
}

.btn-default {
  color: #ffffff;
  background-color: #f8a545;
  border-color: #f8a545;
}

.btn-primary {
  color: #ffffff;
  background-color: #e67b00;
  border-color: #e67b00;
}

.btn-secondary {
  color: #ffffff;
  background-color: #2aa8e2;
  border-color: #2aa8e2;
}

/* Global - Buttons (Glyphicons) */
.btn.btn-icon:before {
  position: relative;
  font-family: 'Glyphicons Halflings';
  font-size: 17px;
  line-height: normal;
  content: "\e080"; /* numerical unicode for chevron-right; */
  vertical-align: middle;
  padding-right: 3px;
  top: -2px;
}

.btn.btn-icon-chevron-left:before {content: "\e079";}
.btn.btn-icon-chevron-right:before {content: "\e079";}
.btn.btn-icon-chevron-up:before {content: "\e113";}
.btn.btn-icon-chevron-down:before {content: "\e114";}

.more-link {
  display: inline-block;
  margin-top: 10px;
}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover, .btn-default.focus, .btn-default.active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.open > .dropdown-toggle.btn-default,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #ffffff;
  background: #ff8800;
  border-color: #ff8800;
  text-decoration: none;
}


/* Global - Custom Dropdown Menu (select-styled) */
.dropdown-select-standard {
  position: relative;
}

.dropdown-select-standard button {
  width: 100%; 
  background: #fff; 
  border: none;
}

.dropdown-select-standard .btn-default, 
.dropdown-select-standard .btn-default:hover, 
.dropdown-select-standard .btn-default:focus, 
.dropdown-select-standard .btn-default:active,
.dropdown-select-standard.open .dropdown-toggle.btn-default, 
.dropdown-select-standard.open .dropdown-toggle.btn-default:hover, 
.dropdown-select-standard.open .dropdown-toggle.btn-default:focus, 
.dropdown-select-standard.open .dropdown-toggle.btn-default:active {
  outline: none;
  color: #4e5665;
  background: #fff;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
          transition: none;
}

.dropdown-select-standard ul.dropdown-menu {
  background: #fff;
}

.dropdown-select-standard ul.dropdown-menu li:hover, 
.dropdown-select-standard ul.dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown-select-standard ul.dropdown-menu li a {
  text-decoration: none;
}

.dropdown-select-standard button span.caret {
  position: absolute; 
  top: 50%; 
  right: 20px;
}

.dropdown-select-standard ul.dropdown-menu {
  width: 100%;
}


/* Global - Pagination */
.pagination {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: 0;
}
 
.pagination > li > a, 
.pagination > li > span {
  display: block;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 0 12px;
  text-decoration: none;
  width: auto;
  color: #34495e;
  background: #ecf0f1;
  min-width: 25px;
  min-height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
}

.single .pagination > li > a, 
.single .pagination > li > span {
  margin: 4px 0px 4px 0;
  color: #fff;
  background: #34495e;

}
.pagination span.page-of {
  float: right;
}
 
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
  background: #1875b1;
}

.pagination .current,
.pagination span.page-of {
  background: #1875b1;
  color: #fff;
}


/* Global - Default Label */
.label-default {
  font-weight: 500;
}


/* Global - Standard Label */
.label-default.label-standard-sm {
  font-size: 11px;
  line-height: normal;
  padding: 2px 6px 1px;
  cursor: default;
}


/* Global - User Labels */
.hm-user-content {
  margin-top: 30px;
}

a.label-user {
  text-decoration: none;
  padding: 0 3px 0;
}

a.label-user:hover, 
a.label-user:focus {
  text-decoration: none;
  margin: 0;
}

.label-user {
  line-height: normal;
  cursor: default;
  display: inline-block;
}

.label-user-sm {
  font-weight: 500;
  margin-right:3px;
}

.label-user-md {
  font-size: 15px;
  font-weight: 400;
  padding:6px;
  margin-right:6px;
}

a.label-user, 
a span.label-user {
  cursor: pointer;
}

.label-user-all {background: #8bb760;}
.label-user-gci {background: #2daf67;}
.label-user-member {background: #4dadd3;}
.label-user-registered {background: #5178ca;}
.label-user-subscriber {background: #d56281;}


/* Global - User Labels/Downloads */
div.user-label-standard {
  margin: 6px 0;
}

div.user-label-standard span.glyphicon {
  font-size: 12px;
  margin-left: 3px;
}

div.user-label-standard a span.glyphicon-lock {
  color: #e34141;
}

div.user-label-standard a span.glyphicon-ok {
  color: #42a634;
}

div.user-label-standard span.label.label-user {
  font-weight: 400;
  margin-right: 3px;
}

div.user-label p {
  line-height: normal;
}

div.user-label a.user-label, 
div.user-label a.user-label:hover,
div.user-label a.user-label:focus {
  text-decoration:none;
}


/* Global - user-label-standard */
div.user-label-standard.user-member span.label-user-member,
div.user-label-standard.user-registered span.label-user-registered, 
div.user-label-standard.user-subscriber span.label-user-subscriber, 
div.user-label-standard.user-all span.label-user-all {
  background: #fff;
  font-weight: 600;
}

.label-user.inactive {
  background: #ccc;
}

div.user-label-standard.user-member span.label-user-member {
  color:#4dadd3;
  border: 1px solid #4dadd3;
}

div.user-label-standard.user-registered span.label-user-registered {
  color:#5178ca;
  border: 1px solid #5178ca;
}

div.user-label-standard.user-subscriber span.label-user-subscriber {
  color:#d56281;
  border: 1px solid #d56281;
}

div.user-label-standard.user-all span.label-user-all {
  color:#8bb760;
  border: 1px solid #8bb760;
}


/* Global - hm-download-link (User-Protected Content) */
.hm-download-link p.link-info, 
.hm-download-link p.link-inst {
  line-height: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.hm-download-link p.link-info {
  padding-bottom: 3px;
}

.hm-download-link p.link-inst {
  font-size: 13px;
}

.hm-download-link p.link-download-glyph {
  padding-left: 28px;
}

/* Global - Anchors/Hyperlinks */
a.scrollup {
  bottom: 20px;
  height: 42px;
  position: fixed;
  right: 20px;
  width: 42px;
  background: #f8a545;
  line-height: 47px;
  text-align: center;
  z-index: 2147483647;
}

a.scrollup:hover,
a.scrollup:focus {
  background: #ff8800;
  text-decoration: none;
}

a.scrollup i {
  color: #fff;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a {
  text-decoration: underline;
}

a.hm-modal {
  padding-right: 18px;
  background: transparent url(/assets/uploads/2015/08/ico-modal-02.png) no-repeat top right; 
}


/* Global - Download Links */
.link-download {
  font-size: 22px;
  font-weight: 400;
}

p.link-download {
  margin-bottom: 16px;
}

p.link-download.label-none {
  margin-bottom: 8px;
}

p.link-msg {
  padding-bottom: 12px;
}

.link-download-info {
  font-size: 18px;
  font-weight: 400;
}

.link-download .glyphicon {
  top: 3px;
}

.link-download a {
  text-decoration: none; 
  color: #1b82c5; 
  border-bottom: 2px solid #c0e0f1;
  padding: 0;
}

.link-style-inherit, 
.link-style-inherit:hover, 
.link-style-inherit:focus, 
.link-style-inherit:visited {
  color: inherit;
}



/* Global - Custom Links */
a.hm-title, 
a.link-style-c {
  text-decoration: none; 
  color: #1b82c5; 
  border-bottom: 2px solid #c0e0f1;
}

/* == END / GLOBAL =================================== */



/* USER
================================= */
body.hm-hmi1 .hm-auth-pre-hmi1, /* HMI Subscriber */
body.hm-hmi2 .hm-auth-pre-hmi2, /* HMI Registered/Member */
body.hm-gci1 .hm-auth-pre-gci1  /* GCI Ambassador */
{
  display: none !important;
}

/* == END / USER =================================== */



/* HEADER
================================= */

.navbar-primary {
  border-radius: 0;
  background-color: #1b82c5;
  border: none;
  margin: 0;
}
.navbar-secondary {
  border-top: 1px solid #fff;
}

.navbar-logo {
  padding-top: 10px;
  font-size: 24px;
  color: #fff;
}

.navbar-logo:hover {
  color: #f8a545;
  text-decoration: none;
}

.navbar-logo sup {
  top: -10px;
  font-size: x-small;
}

.navbar-logo-div {
  position: relative;
  padding-right: 75px;
}

.navbar-logo-badge {
  top: -15px;
  position: absolute;
  left: 21px;
  line-height: 1.5;
}

#navbar-logo-blog {
  position: absolute; 
  left: 255px; 
  top: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 13px;
  background: #61d25c;
}

#navbar-logo-blog:hover {
  background: #ff8800;
}

.navbar-right-btns {
  margin-right: -10px !important;
}

#navbar-logo-tagline {
  font-size: 14px;
  letter-spacing: 0.0825em;
  color: #fff;
  margin: -8px 0 0 3px;
}

.navbar-primary .navbar-nav {
  font-weight: 500;
}

.navbar-primary .navbar-nav > li > a, 
.navbar-primary .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open 
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-primary .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #f8a545;
}

.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary ul.navbar-nav > li.active a {
  color: #f8a545;
  text-decoration: none;
  background-color: inherit;
}

.navbar-primary ul.navbar-nav > li.active a:hover, 
.navbar-primary ul.navbar-nav > li.active a:focus, 
.navbar-primary ul.navbar-nav > li.active a:active {
  color: #f8a545;
  text-decoration: none;
  background-color: inherit;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-weight: 500;
  color: #fff;
  background-color: #2aa8e2;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #2aa8e2;
}

.dropdown-menu {
  background-color: #2aa8e2;
}


/* Header - Header Section */
header.site-header .bottom-header {
  background: #fff;
  padding-top: 35px;
}

header.site-header.stacked,
header.site-header.centered-mode {
  padding-top: 0px;
}

header.centered-mode .top-wrapper {
  background: #1875b1;
  margin-bottom: 20px;
}


/* Header - Top Part */
header.centered-mode .top-header {
  margin-top: 0px;
  padding: 15px 0;
}

header.stacked .top-header {
  margin: 0px;
  padding: 15px 0 0 0;
}

header .top-header p{
  margin: 0;
  font-size: 12px;
  color: #a3afbc;
  padding: 10px 0; 
}

header.centered-mode .top-header p,
header.stacked .top-header p {
  padding: 0;
  line-height: 30px;
  margin-left: 15px;
}

header .top-header .right-placeholder {
  text-align: right;
}
header .top-header .left-placeholder {
  text-align: left;
}


/* Header - Social Icons */
.social-icons-widget ul {
  margin: -3px 20px 0 0;
}

.social-icons-widget ul li {
  padding: 0;
}

.social-icons-widget ul li a {
  background: #71b2e0;
  float: left;
  height: 25px;
  width: 25px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.social-icons-widget ul li a img {
  vertical-align: baseline;
}

.social-icons-widget ul li a:hover {
  text-decoration: none;
}

.social-icons-widget ul li a.social-facebook:hover {
  background: #3b5998;
}

.social-icons-widget ul li a.social-twitter:hover {
  background: #00acee;
}

.social-icons-widget ul li a.social-pinterest:hover {
  background: #e33a0c;
}

.social-icons-widget ul li a.social-youtube:hover {
  background: #c4302b;
}

/* == END / HEADER =================================== */



/* FOOTER
================================= */
.footer {
 background: #1875b1;
  color: #fff;
  padding-bottom: 100px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #f8a545;
  text-decoration: none;
}

.footer a.active {
  color: #f8a545;
}

.footer-nav {
  padding: 30px;
}

.footer-nav p {
  margin: 0;
}

.footer-title {
  font-weight: bold;
  color: #e1c476;
  font-size: 18px;
}

.footer ul:before {
  padding-top: 30px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  padding-bottom: 10px;
}

.footer-well {
  color: #666;
  background-color: #cee3fe;
  border: none;
}

.footer-newsletter-btn {
  background-color: #ff8800;
  float: left;
  margin-right: 10px;
  height: 45px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  font-size: 40px;
  border: 1px solid #85acdc;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.footer-newsletter-link {
  color: #666 !important;
  text-decoration: underline;
}
.footer-newsletter-link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.footer-social-icons ul {
  margin: 0;
}

.footer-social-icons ul li {
  padding: 0 5px;
}

.footer-social-icons ul li a {
  float: left;
  height: 40px;
  width: 40px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.footer-social-icons ul li a img {
  vertical-align: baseline;
}

.footer-social-icons ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social-icons ul li a.social-facebook {
  background: #3b5998;
}
.footer-social-icons ul li a.social-facebook:hover {
  background: #5178ca;
}

.footer-social-icons ul li a.social-twitter {
  background: #00acee;
}
.footer-social-icons ul li a.social-twitter:hover {
  background: #02b9ff;
}

.footer-social-icons ul li a.social-pinterest {
  background: #e33a0c;
}
.footer-social-icons ul li a.social-pinterest:hover {
  background: #ff410e;
}

.footer-social-icons ul li a.social-youtube {
  background: #c4302b;
}
.footer-social-icons ul li a.social-youtube:hover {
  background: #f23e38;
}

/* == END / FOOTER =================================== */



/* CONTENT
================================= */
section#content {
  padding: 30px 0;
}

.note {
  font-style: italic;
  text-decoration: underline;
}

p.endnote {
  padding-left: 12px;
}

p.endnote:before {
  position: absolute;
  content: "*";
  margin-left: -12px;
}

section#content.page-fullscreen {padding: 0 !important;}
section#content.page-no-sidebar {padding-top: 0 !important;}

.wpb-is-off section#content.page-fullscreen, 
.wpb-is-off section#content.page-fullscreen .container {
  padding: 0;
}


/* Content - Sub-Header */
section#subheader {
  background-color:#fff !important;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

section#subheader.has_header_image {
  padding: 100px 0;
}

section#subheader.has_header_image .breadcrumb > li a,
section#subheader.has_header_image .breadcrumb > li {
  color: #fff;
}

section#subheader ul.breadcrumb {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
  top: -10px;
  position: relative;
}

section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

.page-header-standard {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section#subheader .page-header-image {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

section#subheader .page-header-image img {
  border-radius: 0;
}

.single section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

section#subheader  ul.breadcrumb * {
  color:#79848F;
}


/* Content - Posts */
article.post {
  margin-bottom: 50px;
}

article .entry-title {
  font-size: 24px;
}

article .post-image {
  margin-bottom: 20px;
}

#single-header {
  position: relative;
}

#single-header hr {
  margin-bottom: 0;
}

.article-header-body {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

.single .article-header-body .navigation {
  position: absolute;
  right: 0;
  top: 0;
}

.single .article-header-body .navigation ul.pagination{
  margin: 16px 0;
}

.article-header-body .entry-title {
  margin-top: 0;
  line-height: normal;
  color: #34495E;
}

#single-header .article-header-body .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
}

article footer ul.post-tags {
  padding-left: 0;
  margin-top: 30px;
}

article footer ul.post-tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  height: auto;
}

article footer ul.post-tags li a{
  color: #fff;
  font-size: 12px;
  font-weight: normal; 
}


/* Content - Blog Post Specific Items */
p.meta {
  font-size: 14px;
  color: #bcc2c9;
}
p.meta a {
  color: #bcc2c9;
}

p.meta span i{
  margin-right: 5px;
}
p.meta span {
  margin-right: 15px;
}
p.meta span span {
  margin-right: 0px;
}

.gg-love-this span {
  margin-right: 0px !important;
  color: #F99F9F;
}

.item-loved span {
  color: #FF0000;
}


/* Content - Blog Post Formats */
.post-format {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #34495e;
  font-size: 28px;
}

.post-format i {
  line-height: 60px;
}


/* Content - Blog Post Formats - Status */
aside .widget .post-format.status {
  background: #E67E22;
}


/* Content - Blog Post Formats - Quote */
aside .widget .post-format.quote {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Chat */
article.format-chat .post-format.chat,
aside .widget .post-format.chat {
  background: #9b59b6;
}

article.format-chat .entry-content p:nth-of-type(even) {
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

article.format-chat .entry-content p:nth-of-type(odd) {
  padding: 0 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


/* Content - Blog Post Formats - Quote */
article.format-quote .entry-content {
  background: #34495e;
}


/* Content - Blog Post Formats - Link */
article.format-link .entry-title {
  margin-top: 10px;
  color: #fff;
} 

aside .widget .post-format.link {
  background: #1875b1;
}

article.format-link .entry-content {
  background: #1875b1;
  border-left: 80px solid #1875b1;
  padding: 20px 20px 10px 20px;
  position: relative;
  color: #fff;
}

article.format-link .entry-content a {
  color: #fff;
}

article.format-link .post-link-icn-holder {
  color: #FFFFFF;
  font-size: 28px;
  left: -52px;
  line-height: 70px;
  position: absolute;
  top: 20px;
}


/* Content - Blog Post Formats - Image */
article.format-image .post-format.image,
aside .widget .post-format.image {
  background: #e74c3c;
}


/* Content - Blog Post Formats - Video */
article.format-video .post-format.video,
aside .widget .post-format.video {
  background: #ea4c89;
}


/* Content - Blog Post Formats - Audio */
article.format-audio .post-format.audio,
aside .widget .post-format.audio {
  background: #3498db;
}


/* Content - Blog Post Formats - Gallery */
article.format-gallery .post-format.gallery,
aside .widget .post-format.gallery {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Status */
article.format-status .entry-content p {
  background: #fff;
  padding: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
article.format-status .post-format.status img {
  vertical-align: inherit;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


/* Content - Blog Post Formats - Aside */
article.format-aside .entry-content {
  background: #ecf0f1;
  padding: 20px 20px 10px;
}


/* Content - Parent/Fluid Layout - Wrappers */
.entry-content .hm-tier .row.wrapper {
  width: 100%;
  padding: 40px 0;
}

.entry-content .hm-tier.sec-01:not(.hm-tier-default) .row.wrapper {
  padding-top: 0; /* Remove padding from top .hm-tier */
}

.hm-tier .row.wrapper.pad-reset {padding: 0 !important;}
.hm-tier .row.wrapper.pad-reset-btm {padding-bottom: 0 !important;}
.hm-tier .row.wrapper.pad-reset-top {padding-top: 0 !important;}


/* Content - Wrapper Colors (default, light, dark) */
.row.style-a, .bg-style-a       {background-color: #ffffff;} /* white */ 
.row.style-b, .bg-style-b       {background-color: #d8f3d6;} /* green */
.row.style-b-lt, .bg-style-b-lt {background-color: #ebf9ea;} /* green */
.row.style-c, .bg-style-c       {background-color: #bbd7ed;} /* blue */
.row.style-c-lt, .bg-style-c-lt {background-color: #ddebf6;} /* blue */
.row.style-d, .bg-style-d       {background-color: #eef2fe;} /* blue 02 */
.row.style-d-lt, .bg-style-d-lt {background-color: #f6f8fe;} /* blue 02 */
.row.style-e, .bg-style-e       {background-color: #f8f3d6;} /* yellow */
.row.style-e-lt, .bg-style-e-lt {background-color: #fbf9ea;} /* yellow */
.row.style-f, .bg-style-f       {background-color: #f4f4f4;} /* grey */
.row.style-f-lt, .bg-style-f-lt {background-color: #fcfcfc;} /* grey */


/* Content - Parent/Fluid Layout - Menu Nav (left-column) */
.hm-nav-section [class*="hm-nav-"], 
.hm-nav-section .hm-bulletin-column {
  margin: 0 auto 16px;
}

.hm-nav-section > ul.nav * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0; 
  margin: 0;
}

.hm-nav-section > ul.nav > li { 
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #fff;
  padding: 6px 10px;
  color: #fff;
}

.hm-nav-section > ul.nav > li a {
  background: none;
  color: #fff;
}

.hm-nav-section > ul.hm-nav-current > li {
  background: #959346;
}

.hm-nav-section > ul.hm-nav-current > li:hover {
  background: #878545;
}

.hm-nav-section > ul.hm-nav-related {
  margin-bottom: 0;
}

.hm-nav-section > ul.hm-nav-related > li {
  background: #b87f9f;
}

.hm-nav-section > ul.hm-nav-related > li:hover {
  background: #af7596;
}

.hm-nav-section > ul.hm-nav-current > li:hover, 
.hm-nav-section > ul.hm-nav-related > li:hover {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}

.hm-nav-section > ul.nav > li.nav-header {
  background: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  color: #b1005d;
  padding: 0;
}

.hm-nav-section > ul.nav > li.nav-header:after {
  content: ":";
}

.hm-nav-section img.hm-nav-img {
  margin-bottom: 12px;
}

.hm-nav-section .hm-nav {
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #d46ea0; 
  border-radius: 60%/15px;
  width: 248px;
  height: auto; 
  margin: 0 auto 12px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}


/* Content - Typography */
.font-weight-default {font-weight: 300;}
.font-weight-thin {font-weight: 100;}
.font-weight-lt {font-weight: 400;}
.font-weight-md {font-weight: 500;}
.font-weight-bold {font-weight: 700;}
b, strong {font-weight: 700;}

.font-size-default {font-size: 17px; line-height: normal;}
.font-size-xsmall {font-size: 12px; line-height: 16px !important;}
.font-size-small {font-size: 13px; line-height: 18px !important;}
.font-size-xs {font-size: 80%; line-height: normal;}
.font-size-sm {font-size: 90%; line-height: normal;}
.font-size-md {font-size: 125%; line-height: normal;}
.font-size-lg {font-size: 150%; line-height: normal;}
.font-size-xl {font-size: 175%; line-height: normal;}
.font-size-xxl {font-size: 200%; line-height: normal;}


/* Content - Lists */
ul.ul-reset, ol.ol-reset {padding: 0; margin: 0;}
ul.ul-reset-top, ol.ol-reset-top {padding-top: 0; margin-top: 0;}
ul.ul-reset-btm, ol.ol-reset-btm {padding-bottom: 0; margin-bottom: 0;}

.ul-nested > li > ul, 
.ol-nested > li > ol {
  padding-top: 6px;
}

ul.ul-reset-indent, 
.ul-nested.ul-reset-indent > li > ul, 
.ul-nested.ol-reset-indent > li > ol {
  padding-left: 20px;
}

ol.ol-reset-indent, 
.ol-nested.ol-reset-indent > li > ol, 
.ol-nested.ul-reset-indent > li > ul {
  padding-left: 25px;
}


.li-xs > li {margin-bottom: 3px;}
.li-sm > li {margin-bottom: 6px;}
.li-md > li {margin-bottom: 10px;}
.li-lg > li {margin-bottom: 16px;}
.li-xl > li {margin-bottom: 20px;}

.li-reset-p > li p {margin-bottom: 0;}
.li-xs-p > li p    {margin-bottom: 3px;}
.li-sm-p > li p    {margin-bottom: 6px;}
.li-md-p > li p    {margin-bottom: 10px;}
.li-lg-p > li p    {margin-bottom: 16px;}
.li-xl-p > li p    {margin-bottom: 20px;}

li:last-child {
  margin-bottom: 0;
}

.li-style-a {
  list-style: none;
  padding: 0;
  margin: 0;
}

.li-style-a li { 
  padding-left: 25px; 
  text-indent: -10px;
}

.li-style-a li:before {
  position: relative;
  content: "\2022"; /* numerical unicode for &bull; */
  font-size: 32px;
  color: #b2005b;
  padding-right: 6px;
  top: 6px;
}

#content ol.hm-toc,
#content ul.hm-toc {
  margin: 0;
  padding: 0 25px;
  font-size: 15px;
  line-height: 18px;
}

#content .hm-toc li {
  padding-bottom: 6px;
}

#content .hm-toc li.active {
  font-weight: bold;
}


/* Content - Icons */
.ico-asterisk-02 {
  position: relative; 
  display: inline-block; 
  background: url(/assets/uploads/2014/09/sprite-icons-symbol.png) no-repeat -67px -18px; 
  width: 16px; 
  height: 16px;
}


/* Content - Metadata/Content Info */
#content .hm-metadata {
  position: relative;
  display: block;
  clear: both; 
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e3ebed;
}

#content .hm-metadata .md-head {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 6px;
}

#content .hm-metadata p:not(.md-inherit) {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 3px;
}

#content .hm-metadata.hm-metadata-extended p:not(.md-inherit) {
  margin: 0 0 6px;
}

#content .hm-metadata.hm-metadata-extended p.meta-file {
  margin-top: 12px;
}

#content .hm-metadata .md-author {
  font-weight: 500;
}

#content .hm-metadata .md-label {
  opacity: 0.7;
  margin-bottom: 3px;
}

#content .hm-metadata .md-date {
  font-size: 13px;
  opacity: 0.7;
  margin: 3px 0;
}

#content .hm-metadata .md-file {
  padding-top: 3px;
}

/* == END / CONTENT =================================== */



/* COMPONENTS
================================= */

/* Components - Sidebar */
aside {
  display: inline-block;
  width: 100%;
}

div.widget {
  margin-bottom: 50px;
  color: #A1A8AF;
}

div.widget a {
  color: #79848f; /* the same color as the menu */
}

h4.widget-title {
  color: #34495E;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.widget.widget_text {
  margin-bottom: 20px;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul.children,
.widget ul.sub-menu {
  margin-left: 20px;
}

.widget ul li {
  border-bottom: none;
  list-style: none;
  margin-top: 12px;
  padding-left: 0;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li .post-date {
  display: block;
  font-style: italic;
  margin-top: 3px;
  font-size: 14px;
}
.widget ul li .post-date:before {
  content: '\7d';
  font-family: 'ElegantIcons';
  font-style: normal;
  margin-right: 5px;
}


/* Components - Widget - Tags */
.widget ul.wp-tag-cloud li:before {
  content: none;
  margin-right: 0; 
}

.widget ul.wp-tag-cloud li {
  display: inline-block;
  background: #ECF0F1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #6B6B6B;
  text-align: center;
  text-shadow: none;
  padding: 0 4px;
  margin-right: 1px;
}

.widget ul.wp-tag-cloud li:first-child {
  margin-top: 12px;
}

footer .widget ul.wp-tag-cloud li {
  background: #1875b1;
}


/* Components - Widget - Working Hours */
.working_hours ul li {
  width: 100%;
}

.working_hours ul li:before {
  font-family: 'ElegantIcons';
  content: '\7d';
  margin-right: 20px; 
}

.working_hours ul li.other-details:before {
  content: '';
  margin-right: 0;
}


/* Components - Widget - Recent Comments */
.widget ul#recentcomments li:before {
  content: "\76";
  font-family: 'ElegantIcons';
  margin-right: 10px;
}
.widget ul#recentcomments li a {
  display: block;
}


/* Components - Widget - Tabbed Posts */
.widget.tabbed-widget {
  float: left;
  width: 100%;
}

.widget.tabbed-widget ul.nav-tabs {
  background: #f9f9f9;
  margin-bottom: 20px;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

footer .widget.tabbed-widget ul.nav-tabs {
  background: #1875b1;
}

.widget.tabbed-widget ul.nav-tabs li {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget.tabbed-widget ul.nav-tabs li a{
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0); 
  padding: 10px 0;
  text-align: center;
}

.widget.tabbed-widget .nav-tabs > li.active > a, 
.widget.tabbed-widget .nav-tabs > li.active > a:hover, 
.widget.tabbed-widget .nav-tabs > li.active > a:focus {
  border: 0;
  background: #1875b1;
  color: #fff;
}
footer .widget.tabbed-widget .nav-tabs > li.active > a, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:focus,
footer .widget.tabbed-widget .nav-tabs > li > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li > a:focus {
  background: #34495E;
  color: #fff;
}
.widget.tabbed-widget .nav-tabs > li:first-child > a, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:focus {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.widget.tabbed-widget .nav-tabs > li:last-child > a, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:focus {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.widget.tabbed-widget .nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  font-size: 14px;
}

.widget.tabbed-widget ul > li:before {
  content: none;
}
.widget.tabbed-widget ul > li {
  float: left;
}
.widget.tabbed-widget .tab-content ul > li {
  width: 100%;
  margin-bottom: 8px;
}

.widget.tabbed-widget .tab-content ul#recentcomments > li,
.widget.tabbed-widget .tab-content ul.wp-tag-cloud > li {
  margin-bottom: 0px;
}
.widget.tabbed-widget ul > li > a {
  display: block;
}

.widget.tabbed-widget ul > li span.post-format {
  display: inline;
  float: left;
}

.widget.tabbed-widget ul > li img {
  margin: 0 20px 0 0;
}

.widget.tabbed-widget ul.wp-tag-cloud > li {
  width: auto;
}

.widget.tabbed-widget .post-comments,
.widget.tabbed-widget .post-date {
  color: #BCC2C9;
  margin-top: 3px;
  display: block;
  font-size: 14px;
  font-style: italic;
}
footer .widget.tabbed-widget .post-comments,
footer .widget.tabbed-widget .post-date {
  color: #B4F6D0;
}

.widget.tabbed-widget .post-comments i,
.widget.tabbed-widget .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Newsletter */
.newsletter h4.widget-title {
  background: url(images/newsletter-icn.png) left top no-repeat;
  min-height: 40px;
  padding-left: 60px;
  background-size: 40px 40px;
}
.newsletter-box form {
  margin-top: 20px;
}

.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3,
.newsletter-box h4,
.newsletter-box h5,
.newsletter-box h6 {
  color: #fff;
}

.newsletter-box input[type="text"],
.newsletter-box input[type="email"],
.newsletter-box input[type="url"] {
  background: #ecf0f1;
  width: 100%;
}

.newsletter-box input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.newsletter-box input[type="submit"] {
  margin-top: 20px;
}

.newsletter-box {
  position: relative;
  background: #33495f;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 15px;
  color: #fff;        
}
.newsletter-box form {
  margin-bottom: 0;
}


/* Components - Widget - Recent Posts w/ Thumb */
.widget.recent_post_thumbnails ul > li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.widget.recent_post_thumbnails ul > li > a {
  display: block;
}

.widget.recent_post_thumbnails ul > li img {
  margin: 0 20px 0 0;
}

.widget.recent_post_thumbnails .post-date {
  color: #BCC2C9;
}
footer .widget.recent_post_thumbnails .post-date {
  color: inherit;
}

.widget.recent_post_thumbnails .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Contact Us */
.widget.contact address {
  padding-left: 20px;
}

.widget.contact ul li:before {
  margin-right: 20px;
  font-family: "ElegantIcons";        
}

.widget.contact ul li.contact-widget-address:before {
  content: "\e01d";
}
.widget.contact ul li.contact-widget-phone:before {
  content: "\e090";
}
.widget.contact ul li.contact-widget-fax:before {
  content: "\e103";
}
.widget.contact ul li.contact-widget-email:before {
  content: "\e010";
}


/* Components - Post */
.entry-meta {
  clear: both;
  display: block;
}
footer.entry-meta {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer.entry-meta .edit-link{
  float: right;
}
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

.wp-audio-shortcode {
  margin-top: 70px;
  margin-bottom: 15px;
  height: auto !important;
  float: left;
}


/* Components - Contact Form */
#contactForm.form-finished {
  display: none;
}

#contactForm .form-inline {
  margin-bottom: 30px;
}

#contactForm #recaptcha_widget_div {
  width: 50%;
  margin-bottom: 15px;
}

#contactForm .recaptchatable {
  border: 1px solid #ecf0f1 !important;
}

#contactForm #recaptcha_response_field.form-control {
  border: 1px solid #ecf0f1 !important;
  padding: 6px 12px !important;
}

#contactForm .recaptchatable #recaptcha_image {
  border: 0 !important;
}

#contactForm .recaptcha_only_if_privacy {
    font-size: 11px;
}


/* Components - Caption Styling */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}


/* Components - Sticky Post Styles */
.sticky {
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ecf0f1;
  border: 1px solid #dde2e3;
}


/* Components - Media Elements */
.hentry .mejs-container .mejs-controls {
  background: #34495E;
  padding-top: 15px;
  height: 60px;
  width: 100%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; 
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;

}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #1875b1;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ecf0f1;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #1875b1;
}


/* Components - Gallery */
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item img {
  border: 3px solid #fff !important;
}


/* Components - Modal */
body.modal-open {
  margin: 0 auto !important;
  padding-right: 0 !important;
  bottom: 0;
}

.modal-backdrop {
  bottom: 0;
}

.modal .modal-content {
  border: none;
}

.modal .modal-body {
  padding: 10px 30px 30px;
  font-size: 15px;
}

.modal .modal-header {
  min-height: 30px;
  border: none;
  padding: 6px 12px; 
}

.modal .modal-header h4 {
  line-height: 26px;
  padding: 6px 30px 0 6px;
}

.modal .modal-body p {
  margin-bottom: 15px;
  line-height: 22px;
}

.modal .modal-footer {
  padding: 12px 30px;
}

.modal .modal-header .close {
  font-size: 30px;
  font-weight: 400;
  opacity: 0.3;
}


/* Components - Carousel Base Class */
.carousel {
  margin-bottom: 20px;
}

.single-portfolio_cpt .carousel {
  margin-bottom: 30px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  width: 40px;
  margin-top: 0;
  font-size: 18px;
  text-shadow: none;
  background: #34495e !important;
  border: 0;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  top: 45%;
  left: 0;
  text-align: center;
  padding-top: 26px;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}

.carousel-control.left {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.carousel-control.right {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}

.post-social ul li a {
  color: #fff;
  text-decoration: none;
}

.post-social ul li {
  padding-left: 0;
  padding-right: 0;
}

.post-social ul li a.social-twitter {
  background: #00acee;
}
.post-social ul li a.social-facebook {
  background: #3B5998;
}
.post-social ul li a.social-google {
  background: #DB4A39;
}
.post-social ul li a.social-pinterest {
  background: #1875b1;
}
.post-social ul li a.social-linkedin {
  background: #95A5A6;
}


/* Components - Services w/ Image */
.featured-image-box {
  text-align: center;
  margin-bottom: 30px;
}

.featured-image-box figure {
  margin-bottom: 30px;
}

/* Components - Services w/ Icon */
.featured-icon-box {
  margin-bottom: 30px;
}

.featured-icon-box h4,
.featured-image-box h4 {
  font-weight: bold;
  margin: 0 0 5px;
}

.featured-icon-box i {
  line-height: normal;
  color: #34495E;
  font-size: 40px;
}

.featured-icon-box .media > i.pull-center {
  margin-bottom: 20px;
}

.featured-icon-box .media > i.pull-left {
  margin-right: 20px;
}
.featured-icon-box .media > i.pull-right {
  margin-left: 20px;
}

.featured-icon-box i.icon-box {
  color: #fff;
  background: #34495E;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


/* Components - Badge (HMI Anniv) */
div.hm-badge-hmi-anniv {
  position:absolute; 
  display:block; 
  width:151px; 
  height:118px; 
  text-align:center; 
  background:url(/assets/uploads/2014/10/badge-celebrate.png) no-repeat top center;
  z-index:2;
}

div.hm-badge-hmi-anniv p {
  font-size:26px; 
  line-height:115px; 
  width:auto;
}


/* Components - Header - Login/Register */
header.site-header .top-login-register {
  position: relative;
  min-width: 37px;
  float: right;
  overflow: hidden;
  margin-right: 3px;
  -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
          transition: width 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #e74c3c;
  color: #FFFFFF;
  line-height: 37px;
  padding: 0 15px;
  font-size: 12px;          
}

header.site-header.stacked .social-icons-widget ul li a,
header.site-header.stacked .cart-contents,
header.site-header.stacked .top-login-register,
header.site-header.stacked .header-icon-search, 
header.site-header.stacked .header-search-submit,
header.site-header.stacked .header-search {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: normal;
}

header.site-header.stacked .social-icons-widget ul li a {
  font-size: 14px;
}

header.site-header.stacked .header-search .form-control.header-search-input {
  height: 30px;
  line-height: 30px;
}

header.site-header.stacked .header-icon-search {
  width: 30px;
}

header.site-header .top-login-register span {
  margin-left: 8px;
  float: right;
}

header.site-header .top-login-register:hover {
  text-decoration: none;
}


/* Components - VC - Row */
.boxed-container .row,
.page-fullscreen .row {
    margin: 0;
}

.row.vc_row-fluid {
  margin-bottom: 30px;
}
.section.in_container_section .container,
.section.fullwidth_section .clearfix {
  z-index: 1;
  position: relative;
}

.section.in_container_section,
.section.fullwidth_section {
  position: relative;
}

.section.fullwidth_section .col-md-12 {
  padding: 0;
}

.video-background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.video-background video {
    min-height: 100%;
    min-width: 100%;
}

#main-controls {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

#main-controls ul.ui-video-background-controls {
  margin: 0;
  padding: 2px 8px 4px 8px;
  list-style: none;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

#main-controls ul.ui-video-background-controls li {
  display: inline-block;
  margin: 0 5px;
}

#main-controls ul.ui-video-background-controls li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

#main-controls ul.ui-video-background-controls li a:hover {
  text-decoration: none;
}

#main-controls ul.ui-video-background-controls li a:before {
  margin-right: 5px;
}

a.ui-icon.ui-icon-play:before {
  content: '\e04e';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-pause:before {
  content: '\e08f';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-off:before {
  content: '\e069';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-on:before {
  content: '\e067';
  font-family: 'ElegantIcons';
}

.parallax-section {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 1px 0;
}

.single-post .post-social  {
  padding: 23px 0 18px 0;
  border-bottom: 1px solid #e3ebed;
  border-top: 1px solid #e3ebed;
  margin-top: 30px;
}

.panel .panel-heading {
  font-weight: bold;
}

.portfolio-single-fullwidth-content {
  border-top: 1px solid #e3ebed;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 30px;
}

ul.contact-form.mini {
  margin: 0;
  padding: 0;
  list-style: none;
}

table > thead > tr > th,
.table > thead > tr > th {
  background: #1875b1;
  color: #fff;
  border-bottom: 0;
}

header.entry-header {
  margin-bottom: 50px;
}

.post header.entry-header {
  margin-bottom: 0px;
}

#post-format-gallery-owl {
  margin-bottom: 30px;
}

#post-format-gallery-owl .post-image {
  text-align: center;
}

.panel {
  border: none !important;
}

.lists-module i {
  margin-right: 8px;
}


/* Components - Search Results */
.search header.entry-header {
  margin-bottom: 0;
}

#hm-search-results .post-image {
  display: none;
}


/* Components - Carousel (HMI Standard) */
.carousel-standard {
  margin: 0 auto;
}

.carousel-standard .well-standard {
  position: relative;
  margin-bottom: 0;
}

.carousel-standard.carousel-type-default, 
.carousel-standard.content-01 {width: auto; max-width: 600px;}
.carousel-standard.content-02 {width: auto; max-width: 100%;}
.carousel-standard.content-03 {width: auto; max-width: 700px;}
.carousel-standard.carousel-type-inc,
.carousel-standard.carousel-type-img,
.carousel-standard.carousel-size-auto {width: auto; max-width: auto}

.carousel-standard .carousel-indicators {
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 0;
}

.carousel-standard .carousel-indicators ol {
  margin-bottom: 0;
}

.carousel-standard .carousel-indicators li,
.carousel-standard .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.carousel-standard .carousel-indicators li {
  background-color: #1b82c5;
  border: 1px solid #fff;
  border-radius: 16px;
}

.carousel-standard .carousel-indicators li.active {
  background-color: #c61e58;
}

.carousel-standard .carousel-control {
  top: 0;
  width: 30px;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  background: none !important;
}

.carousel-standard .carousel-control:hover, 
.carousel-standard .carousel-control:focus {
  background-color: #fff;
}

.carousel-standard .carousel-control:hover {
  opacity: 1;
}

.carousel-standard .carousel-control.left, 
.carousel-standard .carousel-control.right {
  border-radius: 0;
}

.carousel-standard .glyphicon {
  color: #ccc;
}

.carousel-standard .btn > .glyphicon {
  color: #fff;
}


/* Components - Carousel (HMI Standard / content-02) */
.carousel-standard.content-02  {
  width: auto !important; 
  max-width: 100% !important;
}

.carousel-standard.content-02 .carousel-indicators li,
.carousel-standard.content-02 .carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin: 0 22px;
}

.carousel-standard.content-02 .carousel-indicators li {
  background-color: #bbb;
  border: 1px solid #fff;
  border-radius: 14px;
}

.carousel-standard.content-02 .carousel-indicators li.active {
  background-color: #1b82c5;
}

.carousel-standard.content-02 .well-standard {
  border-radius: 0; 
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  border: none; 
}

.carousel-standard.content-02 .well-standard:after {
  content: ""; 
  background: #ccc; 
  position: absolute; 
  bottom: -1px; 
  left: 0; 
  right: 0;
  height: 1px; 
  width: 88%;
  margin: 0 auto;
}


/* Components - Well/Bulletin (HMI Standard) */
.well-standard {
  padding: 0;
  background: #fff;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.4);
  border: 0 solid #ccc; 
}

.well-plain {
  padding: 20px;
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px; 
  border: none; 
  margin: 30px auto;
}

.well-plain.nostyle {
  -webkit-border-radius: 0; 
     -moz-border-radius: 0; 
          border-radius: 0; 
}


/* Components - Bulletin (Content) */
.hm-bulletin {position: relative; width:100%; text-align: center}
.hm-bulletin .hm-bulletin-full {display: table; padding: 0; width: 100%; height: 100%;}
.hm-bulletin .hm-bulletin-standard {padding: 30px;}

.hm-bulletin .hm-bulletin-bg {
  display:table-cell;
  width: 100%; 
  height: 100%;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
}

/* Components - Bulletin (Column) */
.hm-bulletin-column {
  position: relative;
  display: block;
  clear: both;
  overflow-x: hidden;
}

.hm-bulletin-clmn {
  position: relative; 
  padding: 10px;
}

.hm-bulletin-clmn h2, 
.hm-bulletin-clmn p.h2 {
  font-size: 20px;
  line-height: 24px; 
  margin-bottom: 6px; 
  font-weight: 500;
}

.hm-bulletin-clmn h3, 
.hm-bulletin-clmn p.h3 {
  font-size: 17px;
  line-height: 22px; 
  margin-bottom: 6px;
  font-weight: 500;
}

.hm-bulletin-clmn h4, 
.hm-bulletin-clmn p.h4 {
  font-size: 16px;
  line-height: 20px; 
  margin-bottom: 3px;
  font-weight: 500;
}

.hm-bulletin-clmn h3.font-size-sm, 
.hm-bulletin-clmn p.h3.font-size-sm {
  font-size: 120px;
  line-height: 24px; 
}


.carousel-gutter, 
.carousel-gutter-standard {
  padding: 30px; 
}

.hm-bulletin .hm-bulletin-gutter {padding: 30px;}
.hm-bulletin .hm-bulletin-gutter-xs {padding: 10px;}
.hm-bulletin .hm-bulletin-gutter-sm {padding: 20px;}
.hm-bulletin .hm-bulletin-gutter-md {padding: 40px;}
.hm-bulletin .hm-bulletin-gutter-lg {padding: 60px;}

.hm-bulletin h2, .hm-bulletin p.h2 {
  font-size: 30px;
  line-height: 34px; 
  font-weight: 300;
  margin: 0 0 8px;
  color: #1b82c4;
}

.hm-bulletin h3, .hm-bulletin p.h3 {
  font-size: 28px;
  line-height: 32px; 
  font-weight: 300;
  margin: 0 0 12px;
  color: #e67b00;
}

.hm-bulletin h3.font-size-sm, .hm-bulletin p.h3.font-size-sm {
  font-size: 22px;
  line-height: 26px; 
}

.hm-bulletin p {
  line-height: 20px; 
}

/* == END / COMPONENTS =================================== */



/* FORMS
================================= */

#content .hm-form select {
  text-indent:3%;
}

#content .hm-form label {
  line-height:normal;
}


/* Forms - Subscriber (Blog) */
#hm-form-auth-hmi1-blog > .row > div {
  max-width: 1450px; 
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog > .row {
  background: #6bd952;
  padding: 20px 0; 
}

#hm-form-auth-hmi1-blog h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #fff; 
  text-align: center;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-success h2 {
  font-size: 50px;
  line-height: 50px;
}

#hm-form-auth-hmi1-blog p {
  font-size: 22px;
  line-height: 30px;
  color: #fff; 
  text-align: left;
  padding: 0;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-content p {
  max-width: 600px;
}

#hm-form-auth-hmi1-blog .hm-form-content form  {
  margin: 20px auto;
  max-width: 630px;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 6px;
  vertical-align: top;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group input {
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  color: #1b82c5 !important;
  font-weight: 300;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.hm-button .hm-info {
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #333;
  margin: 12px auto 0;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group label {
  display: none;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.has-error input {
  padding-right: 40px;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.has-error i.error {
  position: absolute;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: normal;
  vertical-align: middle;
  top: 12px;
  right: 10px;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.has-error input {
  border: 2px solid #f9cd24;
}

#hm-form-auth-hmi1-blog .hm-form-content form button {
  background: #f9cd24;
  border: 0;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); 
     -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3); 
          box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

#hm-form-auth-hmi1-blog .hm-form-success span.free {
  position: absolute;
  top: 60px;
  right: -18px;
  font-size: 60px;
  font-weight: bold;
}

#hm-form-auth-hmi1-blog .hm-form-success p {
  max-width: 700px;
  margin: 30px auto;
}

#hm-form-auth-hmi1-blog .hm-info p {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #333;
  text-align: center;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-success .hm-col-left {
  width: 450px;
}

/* == END / FORMS =================================== */



/* VENDORS
================================= */

/* Vendor - Disqus */
#content #disqus_thread {
  width: 90%;
  margin: 30px auto;
}

img.hm-stats {
  display: none;
}

/* == END / VENDORS =================================== */



/* EFFECTS
================================= */

/* Effects - Rounded */
.rounded-xs {border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.rounded-sm {border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.rounded-md {border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
.rounded-lg {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.rounded-xl {border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px;}
.rounded-default {border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}


/* Effects - Shadow */
.shadow-xs {-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5); box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);}
.shadow-sm {-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5); box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.shadow-md {-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5); box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);}
.shadow-lg {-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5); box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);}
.shadow-xl {-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);}
.shadow-default {-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);}

.shadow-float {
  width: 90%;
  height: 10px;
  background: #999;
  border-radius: 100%;
  margin: 0 auto;
}

.shadow-blur-default, 
.shadow-blur-xs {
  -webkit-filter: blur(1px);
     -moz-filter: blur(1px);
      -ms-filter: blur(1px);
       -o-filter: blur(1px);
          filter: blur(1px);
}

.shadow-blur-sm {
  -webkit-filter: blur(2px);
     -moz-filter: blur(2px);
      -ms-filter: blur(2px);
       -o-filter: blur(2px);
          filter: blur(2px);
}

.shadow-blur-md {
  -webkit-filter: blur(3px);
     -moz-filter: blur(3px);
      -ms-filter: blur(3px);
       -o-filter: blur(3px);
          filter: blur(3px);
}

.shadow-opacity-default {opacity: 0.2;}
.shadow-opacity-lt {opacity: 0.1;}
.shadow-opacity-md {opacity: 0.5;}
.shadow-opacity-dk {opacity: 1.0;}


/* Effects - Text-Shadow */
.text-shadow-xs, 
.text-shadow-default {text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);}
.text-shadow-sm {text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);}
.text-shadow-md {text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);}
.text-shadow-lg {text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);}
.text-shadow-xl {text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);}

/* == END / EFFECTS =================================== */



/* PRELOADERS
================================= */

.hm-preloader, 
.hm-preloader.hm-preloader-standard {
  font-size: 50px;
  color: #aeaeae;
}

.hm-preloader,
.hm-preloader.hm-preloader-standard {
  display: inline-block;
  -moz-animation: preloader-heart 2s infinite linear;
  -o-animation: preloader-heart 2s infinite linear;
  -webkit-animation: preloader-heart 2s infinite linear;
  animation: preloader-heart 2s infinite linear;
}

.hm-preloader-info {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #aeaeae;
  padding: 0;
  margin: 0;
}


/* Preloaders - Animation */
@-webkit-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* == END / PRELOADERS =================================== */



/* HELPERS
================================= */

/* Helpers - Line-height */
.line-height-auto {line-height: 100%}
.line-height-sm {line-height: 100%;}
.line-height-md {line-height: 120%;}
.line-height-lg {line-height: 150%;}
.line-height-xl {line-height: 200%;}


/* Helpers - Alignment */
.pull-center {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.spacer-top {
  margin-top: 30px;
}
.spacer-bottom {
  margin-bottom: 30px;
}

.page_heading_left,
.vc_align_left {
  text-align: left;
}

.page_heading_center,
.vc_align_center {
  text-align: center;
}

.page_heading_right,
.vc_align_right {
  text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }


/* Helpers - Colors */
.clr-default {color: #333;}
.clr-black {color: #000;}
.clr-blue {color: #1b82c5;}
.clr-blue-lt {color: #dbe3ec;}
.clr-blue-md {color: #86a3bf;}
.clr-blue-dk {color: #1c50a7;}
.clr-green {color: #3c9707;}
.clr-grey {color: #ccc;}
.clr-grey-md {color: #7f7f7f;}
.clr-grey-dk {color: #333;}
.clr-maroon {color: #b1005d;}
.clr-maroon-lt {color: #b29e9e;}
.clr-orange {color: #fd8600;}
.clr-orange-md {color: #e7800a;}
.clr-pink {color: #ee1897;}
.clr-purple {color: #5c79e3;}
.clr-red {color: #e34141;}
.clr-red-md {color: #c03927;}
.clr-white {color: #fff;}
.clr-yellow {color: #ffd742;}
.clr-yellow-lt {color: #fff652;}
.clr-yellow-md {color: #e9ac34;}
.clr-yellow-dk {color: #d38127;}


/* Helpers - Background Colors */
.bg-clr-blue {background-color: #bbd7ed;}
.bg-clr-blue-lt {background-color: #dbe3ec;}
.bg-clr-blue-md {background-color: #86a3bf;}
.bg-clr-blue-dk {background-color: #1c50a7;}
.bg-clr-green {background-color: #3c9707;}
.bg-clr-grey-lt {background-color: #f1f1f1;}
.bg-clr-maroon {background-color: #b1005d;}
.bg-clr-maroon-lt {background-color: #b29e9e;}
.bg-clr-orange {background-color: #fd8600;}
.bg-clr-white {background-color: #fff;}


/* Helpers - Border Sizes */
.border-size-xs {border: 1px solid #ccc;}
.border-size-sm {border: 3px solid #ccc;}
.border-size-md {border: 5px solid #ccc;}
.border-size-lg {border: 10px solid #ccc;}
.border-size-xl {border: 20px solid #ccc;}


/* Helpers - Border Colors */
.border-clr-blue {border-color: #bbd7ed;}
.border-clr-blue-lt {border-color: #dbe3ec;}
.border-clr-blue-md {border-color: #86a3bf;}
.border-clr-grey {border-color: #ccc;}
.border-clr-maroon {border-color: #b1005d;}
.border-clr-maroon-lt {border-color: #b29e9e;}
.border-clr-red {border-color: #e34141;}
.border-clr-red-md {border-color: #c03927;}
.border-clr-white {border-color: #fff;}


/* Helpers - Padding (Reset) */
.pad-reset {padding: 0 !important;}
.pad-reset-btm {padding-bottom: 0 !important;}
.pad-reset-top {padding-top: 0 !important;}
.pad-reset-left {padding-left: 0 !important;}
.pad-reset-right {padding-right: 0 !important;}
.pad-reset-horz {padding-left: 0 !important; padding-right: 0 !important;}
.pad-reset-vert {padding-top: 0 !important; padding-bottom: 0 !important;}


/* Helpers - Gutters */
.gutter-xs {padding: 20px;}
.gutter-sm {padding: 30px;}
.gutter-md {padding: 40px;}
.gutter-lg {padding: 50px;}
.gutter-xl {padding: 60px;}
.gutter-horz {padding-top: 0; padding-bottom: 0;}
.gutter-vert {padding-left: 0; padding-right: 0;}


/* Helpers - Padding (All) */
.pad-all-xs {padding: 3px;}
.pad-all-sm {padding: 6px;}
.pad-all-md {padding: 16px;}
.pad-all-lg {padding: 20px;}
.pad-all-xl {padding: 30px;}


/* Helpers - Padding (Top) */
.pad-top-xs {padding-top: 3px;}
.pad-top-sm {padding-top: 6px;}
.pad-top-md {padding-top: 16px;}
.pad-top-lg {padding-top: 20px;}
.pad-top-xl {padding-top: 30px;}


/* Helpers - Padding (Bottom) */
.pad-btm-xs {padding-bottom: 3px;}
.pad-btm-sm {padding-bottom: 6px;}
.pad-btm-md {padding-bottom: 16px;}
.pad-btm-lg {padding-bottom: 20px;}
.pad-btm-xl {padding-bottom: 30px;}


/* Helpers - Padding (Left) */
.pad-left-xs {padding-left: 3px;}
.pad-left-sm {padding-left: 6px;}
.pad-left-md {padding-left: 16px;}
.pad-left-lg {padding-left: 20px;}
.pad-left-xl {padding-left: 30px;}


/* Helpers - Padding (Right) */
.pad-right-xs {padding-right: 3px;}
.pad-right-sm {padding-right: 6px;}
.pad-right-md {padding-right: 16px;}
.pad-right-lg {padding-right: 20px;}
.pad-right-xl {padding-right: 30px;}


/* Helpers - Margin (Hardcoded/Fixed Values) */
.margin-bottom-null {margin-bottom: 0 !important;}
.margin-right-5 {margin-right: 5px !important;}
.margin-right-10 {margin-right: 10px !important;}
.margin-right-15 {margin-right: 15px !important;}


/* Helpers - Margin (Reset) */
.mar-reset {margin: 0 !important;}
.mar-reset-top {margin-top: 0 !important;}
.mar-reset-btm {margin-bottom: 0 !important;}
.mar-reset-left {margin-left: 0 !important;}
.mar-reset-right {margin-right: 0 !important;}


/* Helpers - Margin (All) */
.mar-all-xs {margin: 3px;}
.mar-all-sm {margin: 6px;}
.mar-all-md {margin: 16px;}
.mar-all-lg {margin: 20px;}
.mar-all-xl {margin: 30px;}


/* Helpers - Margin (Top) */
.mar-top-xs {margin-top: 3px;}
.mar-top-sm {margin-top: 6px;}
.mar-top-md {margin-top: 16px;}
.mar-top-lg {margin-top: 20px;}
.mar-top-xl {margin-top: 30px;}


/* Helpers - Margin (Left) */
.mar-left-xs {margin-left: 3px;}
.mar-left-sm {margin-left: 6px;}
.mar-left-md {margin-left: 16px;}
.mar-left-lg {margin-left: 20px;}
.mar-left-xl {margin-left: 30px;}


/* Helpers - Margin (Right) */
.mar-right-xs {margin-right: 3px;}
.mar-right-sm {margin-right: 6px;}
.mar-right-md {margin-right: 16px;}
.mar-right-lg {margin-right: 20px;}
.mar-right-xl {margin-right: 30px;}


/* Helpers - Margin (Bottom) */
.mar-btm-xs {margin-bottom: 3px;}
.mar-btm-sm {margin-bottom: 6px;}
.mar-btm-md {margin-bottom: 16px;}
.mar-btm-lg {margin-bottom: 20px;}
.mar-btm-xl {margin-bottom: 30px;}


/* Helpers - Positioning/Display */
.pos-relative {position: relative;}
.pos-absolute {position: absolute}
.pos-left {left: 0;}
.pos-right {right: 0;}
.pos-top {top: 0;}
.pos-btm {bottom: 0;}
.align-center-block {display: block; margin: 0 auto; clear: both}
.align-horz-center {display: inline-block; float: none;}
.align-vert-top {display:table-cell; vertical-align: top;}
.align-vert-middle {display:table-cell; vertical-align: middle;}
.align-vert-middle-outer {display:table; height:100%; width: 100%;}
.align-vert-middle-inner {display:table-cell; vertical-align:middle;}
.align-vert-bottom {display:table-cell; vertical-align: bottom;}
.dis-block {display: block;}
.dis-block-inline {display: inline-block;}
.overflow-auto {overflow: auto;}
.overflow-hidden {overflow: hidden;}
.table-align-vert-middle td, .table-align-vert-middle th {vertical-align: middle !important}
.width-auto {width: auto;}


/* Helpers - Text Wrap */
.wrap-none {white-space: nowrap;}
.wrap-normal {white-space: normal;}

/* == END / HELPERS =================================== */



/* RESETS
================================= */

/* Reset - RWD hidden/visible (inline) */
.rwd-visible-xs-inline, 
.rwd-visible-sm-inline, 
.rwd-visible-md-inline, 
.rwd-visible-lg-inline, 
.rwd-visible-xl-inline {
  display: none !important;
}


/* Reset - Heading top-margin if first-child of element */
h1:first-child, .h1:first-child, 
h2:first-child, .h2:first-child, 
h3:first-child, .h3:first-child, 
h4:first-child, .h4:first-child, 
h5:first-child, .h5:first-child, 
h6:first-child, .h6:first-child {
  margin-top: 0;
}


/* Reset - Carousel margins (ad elements) */
.hm-bulletin .mar-reset-btm {margin-bottom: 0;}
.hm-bulletin .mar-reset-top {margin-top: 0;}


/* Reset - Paragraph bottom-margin if last-child of element */
* > p:last-child {
  margin-bottom: 0
}


/* Reset - Paragraph, Heading top-margins if previous sibling is UL */
ul + p, 
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 20px;
}


/* Reset - Glyphicon vertical alignment */
span.glyphicon {
  top: 2px;
}


/* Reset - Link decorations */
.entry-content .breadcrumb a,
.entry-content .btn,
.entry-content .label-hm, 
.entry-content .list-group a, 
.entry-content .nav a,
.entry-content .nav-list a,
.entry-content .pager a,
.entry-content .user-label-standard a {
  text-decoration: none;
}


/* Reset - Map, Area */
map area {
  outline: none;
}


/* Reset - Bootstrap extended */
.btn.btn-reset {
  outline: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: none;
          transition: none;
}

.text-underline {
  text-decoration: underline;
}

.lead-md {
  font-size: 18px;
  font-weight: 300;
}

.lead.lead-lg {
  font-size: 22px;
  line-height: 26px;
}

blockquote.blockquote-style-lt {
  border-left: 5px solid #fff;
}

blockquote.blockquote-style-md {
  border-left: 5px solid #ccc;
}

blockquote.blockquote-style-dk {
  border-left: 5px solid #444;
}

blockquote.blockquote-style-inline {
  display: inline-block;
}

blockquote.nostyle {
  border: none;
}

.table-text-center, 
.table-text-center tr td, 
.table-text-center tr th {
  text-align: center;
}


/* Reset - Figure */
figure figcaption {
  display: block; 
  width: 90%; 
  margin: 12px auto 0;
  font-size: 14px;
}

figure.figure-styled figcaption {
  display: block; 
  width: 75%; 
  padding: 16px;
  background: #f3f3f3;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

figure figcaption p {
  line-height: 20px;
  margin-bottom: 0;
}

figure figcaption .figure {
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}

figure figcaption .author {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 0 0;
}

figure figcaption .author:before {
  content: "\2013 ";
}

figure.figure-center, 
figure.figure-center figcaption .author {
  text-align: center;
}

/* == END / RESETS =================================== */



/* @MEDIA QUERIES
================================= */

/* @Media - Large Desktops, Laptops */
@media only screen and (min-width : 1200px) {

  h1.hm-section {
    margin-top: 18px;
  }

  .hm-bulletin-column {
    width: 100%;
  }

  .hm-nav-section ul.nav, 
  .hm-nav-section .hm-bulletin-column {
    width: 86%;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }


  /* Content - Parent/Fluid Layout - Menu Nav (left-column) */
  .hm-nav-section .hm-nav {
    min-height: 146px;
  }

}


/* @Media - (lg) Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {  

  section#subheader.has_header_image {
    padding: 80px 0;
  }

  .contact-map #map {
    height: 350px !important;
  }

  h1.hm-section:not([class*="pad-reset"]):not([class*="mar-reset"]) {
    margin: 8px 0 20px 0;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }

}


/* @Media - AddThis Footer/Flyout Transition */
@media only screen and (max-width : 1109px) {

  a.scrollup {
   bottom: 60px;
  }

}


/* @Media - iPads (Landscape) */
@media (min-width : 1000px) {

  body.smarty-agent-ipad .nav.is-hidden {
    display: block;
  }

}


/* @Media - (md) Landscape Phone, Portrait Tablet */
@media only screen and (max-width : 992px) {

  .footer-line {
    text-align: center;
  }
  
  footer.site-footer .footer-menu {
    float: none !important;
    margin-top: 20px;
  }
  
  section#subheader.has_header_image {
    padding: 40px 0;
  }
  
  section#subheader {
    padding: 20px 0;
  }
  
  header .top-header {
    margin-bottom: 0;
  }

  header.default .social-icons-widget {
    float: none !important;
  }

  header .social-icons-widget ul {
    float: none;
  }

  header.site-header.default .cart-contents,
  header.site-header.default .top-login-register,
  header.site-header.default .header-icon-search, 
  header.site-header.default .header-search-submit,
  header.site-header.default .header-search {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }

  .hm-bulletin-column, 
  .hm-bulletin-clmn {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    clear :both;
  }

  .hm-bulletin-clmn {
    background: #cdd6db !important;
    padding: 20px; 
  }

  .form-control.header-search-input {
    height: 30px;
    line-height: 30px;
  }

  .contact-map #map {
    height: 250px !important;
  }

  h1.hm-section {
    margin-top: 0;
  }

  figure.figure-styled figcaption {
    width: 90%; 
  }

}


/* @Media - (lg-xl) */
@media only screen and (min-width : 992px) {

  /* Components - Carousel (HMI Standard / .content-02) */
  .carousel-standard.content-02 .carousel-control {
    width: 120px;
    filter: alpha(opacity=0);
    opacity: 0.5;
  }

}


/* @Media - (md-xl) */
@media only screen and (min-width : 768px) {

  /* Components - Carousel (HMI Standard / .content-01 / .user-01) */
  .carousel-standard.carousel-type-default .hm-bulletin-full, .carousel-standard.carousel-type-default .hm-bulletin-standard,
  .carousel-standard.content-01 .hm-bulletin-full, .carousel-standard.content-01 .hm-bulletin-standard,
  .carousel-standard.user-01 .hm-bulletin-full, .carousel-standard.user-01 .hm-bulletin-standard {
    min-height: 350px !important;
    height: 350px !important;
  }


  /* Components - Carousel (HMI Standard / .content-02) */
  .carousel-standard.content-02 {
    padding-bottom: 50px;
  }
  
  .carousel-standard.content-02 .hm-bulletin .col-standard {
    position: relative;
    width: 100%; 
    max-width: 767px; 
    margin: 0 auto;
  }

  .carousel-standard.content-02 .carousel-indicators {
    top: -40px;
    padding: 0;
  }

  .carousel-standard.content-02 .carousel-control span {
    font-size: 50px;
  }

  .carousel-standard.content-02 .align-vert-middle-spacer {
    position: relative;
    display: block;
    clear: both;
    padding-bottom: 40px;
  }

  .carousel-standard.content-02, 
  .carousel-standard.content-02.carousel-type-default .hm-bulletin-full, 
  .carousel-standard.content-02.carousel-type-default .hm-bulletin-standard {
    min-height: 496px !important;
    height: 496px !important;
  }
  
  .carousel-standard.content-02 .hm-bulletin h2, 
  .carousel-standard.content-02 .hm-bulletin p.h2 {
    font-size: 48px;
    line-height: 48px; 
    font-weight: 300;
    margin: 0 0 20px;
    color: #f28609;
  }
  
  .carousel-standard.content-02 .hm-bulletin h3, 
  .carousel-standard.content-02 .hm-bulletin p.h3 {
    font-size: 28px;
    line-height: 32px; 
    font-weight: 300;
    margin: 0 0 12px;
    color: #e67b00;
  }
  
  .carousel-standard.content-02 .hm-bulletin h3.font-size-sm, 
  .carousel-standard.content-02 .hm-bulletin p.h3.font-size-sm {
    font-size: 22px;
    line-height: 26px; 
  }
  
  .carousel-standard.content-02 .hm-bulletin p {
    line-height: 20px; 
  }
  
  .carousel-standard.content-02 .hm-bulletin .font-size-lg {
    font-size: 24px; 
    line-height: 30px; 
    font-weight: 300;
  }

}


/* @Media - (sm) Small Devices, Tablets */
@media only screen and (max-width : 767px) {

  body {
    padding-top: 0 !important;
  }

  .lead {
    font-size: 110%;
  }

  header.stacked .navbar-fixed-top {
    position: relative !important;
    top: 0 !important;
  }

  header.stacked .logo-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  header.centered-mode.site-header .social-icons-widget, 
  header.default.site-header .social-icons-widget {
    text-align: center;
  }
  
  section#subheader.has_header_image {
    padding: 20px 0;
  }


  /* @Media - Bulletin (Content) */
  .hm-bulletin h2, 
  .hm-bulletin p.h2 {
    font-size: 26px;
    line-height: 30px; 
  }

  .hm-bulletin h3, 
  .hm-bulletin p.h3 {
    font-size: 22px;
    line-height: 26px; 
  }

  .hm-bulletin h3.font-size-sm, 
  .hm-bulletin p.h3.font-size-sm {
    font-size: 20px;
    line-height: 24px; 
  }

  .contact-map #map {
    height: 200px !important;
  }

  .modal .modal-content {
    border-radius: 0;
  }


  /* Components - Carousel (HMI Standard / content-02) */
  .carousel-standard.content-02 .hm-bulletin h2, 
  .carousel-standard.content-02 .hm-bulletin p.h2 {
    font-size: 30px;
    line-height: 34px; 
    margin-bottom: 16px;
    color: #f28609;
  }
  
  .carousel-standard.content-02 .hm-bulletin h3, 
  .carousel-standard.content-02 .hm-bulletin p.h3 {
    font-size: 22px;
    line-height: 26px; 
    color: #1b82c4;
  }
  
  .carousel-standard.content-02 .hm-bulletin h3.font-size-sm, 
  .carousel-standard.content-02 .hm-bulletin p.h3.font-size-sm {
    font-size: 18px;
    line-height: 22px; 
  }

  .carousel-standard.content-02 .carousel-indicators li,
  .carousel-standard.content-02 .carousel-indicators li.active {
    margin: 0 8px;
  }

}


/* @Media - (xs) Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  .navbar-logo {
    font-size: 21px;
  }

  #navbar-logo-blog {
    position: relative; 
    display: inline-block; 
    clear: both;
    left: 0; 
    top: 0;
    margin-top: 6px;
  }

  #navbar-logo-tagline {
    font-size: 12px;
  }

  section#subheader.has_header_image {
    padding: 10px 0;
  }

  .carousel.carousel-responsive {
    max-width: 90%;
  }
  
  .contact-map #map {
    height: 150px !important;
  }

  h1.hm-section {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }


  /* @Media - Bulletin (HMI Standard) */
  .hm-bulletin h2, .hm-bulletin p.h2 {
    font-size: 24px;
    line-height: 28px; 
  }

  .hm-bulletin h3, .hm-bulletin p.h3 {
    font-size: 20px;
    line-height: 24px; 
  }

  .hm-bulletin h3.font-size-sm, .hm-bulletin p.h3.font-size-sm {
    font-size: 18px;
    line-height: 22px; 
  }


  /* @Media - Modal */
  .modal-dialog {
    width: 94%;    
  }

  .modal .modal-header {
    min-height: 45px;
  }

  .modal .modal-header h4 {
    padding-right: 40px;
  }
  
  .modal .modal-header .close {
    font-size: 45px;
  }

  .modal.modal-default .modal-body {
    padding-top: 15px;
  }

}

/* == END / @MEDIA QUERIES =================================== */



/* @MEDIA QUERIES (BOOTSTRAP EXTENDED) 
================================= */

/* @Media - x-Large (*-xl) */
@media only screen and (min-width :1200px) {

  .rwd-center-block-xl {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-xl {display: table; margin: 0 auto;}
  .rwd-img-responsive-xl {display: block; height: auto; max-width: 100%;}
  .rwd-mar-reset-xl {margin: 0 !important;}
  .rwd-mar-reset-horz-xl {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-xl {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-pad-reset-xl {padding: 0 !important;}
  .rwd-pad-reset-horz-xl {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-xl {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pull-left-xl {float: left;}
  .rwd-pull-right-xl {float: right;}
  .rwd-pull-reset-xl {float: none !important;}
  .rwd-bg-img-none-xl {background-image: none !important;}
  .rwd-line-br-xl {display: block !important;}
  .rwd-text-center-xl {text-align: center;}
  .rwd-text-left-xl {text-align: left;}
  .rwd-text-right-xl {text-align: right;}
  .rwd-visible-xl-inline {display: inline-block !important;}
  .rwd-width-auto-xl {width: auto !important;}
  .rwd-width-fluid-xl {width: 100% !important;}
  .rwd-wrap-all-xl {word-break: normal;}
  .rwd-wrap-none-xl {white-space: nowrap;}

}


/* @Media - Large (*-lg) */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

  .rwd-center-block-lg {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-lg {display: table; margin: 0 auto;}
  .rwd-img-responsive-lg {display: block; height: auto; max-width: 100%;}
  .rwd-mar-reset-lg {margin: 0 !important;}
  .rwd-mar-reset-horz-lg {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-lg {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-pad-reset-lg {padding: 0 !important;}
  .rwd-pad-reset-horz-lg {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-lg {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pull-left-lg {float: left;}
  .rwd-pull-right-lg {float: right;}
  .rwd-pull-reset-lg {float: none !important;}
  .rwd-bg-img-none-lg {background-image: none !important;}
  .rwd-line-br-lg {display: block !important;}
  .rwd-text-center-lg {text-align: center;}
  .rwd-text-left-lg {text-align: left;}
  .rwd-text-right-lg {text-align: right;}
  .rwd-visible-lg-inline {display: inline-block !important;}
  .rwd-width-auto-lg {width: auto !important;}
  .rwd-width-fluid-lg {width: 100% !important;}
  .rwd-wrap-all-lg {word-break: normal;}
  .rwd-wrap-none-lg {white-space: nowrap;}

}


/* @Media - Small-Medium (*-md) */
@media only screen and (max-width : 991px) {

  /* Components - Carousel (HMI Standard / .content-02) */
  .carousel-standard.content-02 .carousel-control {
    width: 90px;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .carousel-standard.content-02 .carousel-control span {
    font-size: 40px !important;
  }
  
  .carousel-standard.content-02 .carousel-control:hover,
  .carousel-standard.content-02 .carousel-control:focus {
    opacity: 1;
  }

}


/* @Media - Medium (*-md) */
@media only screen and (min-width : 769px) and (max-width : 991px) {
  .rwd-center-block-md {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-md {display: table; margin: 0 auto;}
  .rwd-img-responsive-md {display: block; height: auto; max-width: 100%;}
  .rwd-mar-reset-md {margin: 0 !important;}
  .rwd-mar-reset-horz-md {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-md {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-pad-reset-md {padding: 0 !important;}
  .rwd-pad-reset-horz-md {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-md {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pull-left-md {float: left;}
  .rwd-pull-right-md {float: right;}
  .rwd-pull-reset-md {float: none !important;}
  .rwd-bg-img-none-md {background-image: none !important;}
  .rwd-line-br-md {display: block !important;}
  .rwd-text-center-md {text-align: center;}
  .rwd-text-left-md {text-align: left;}
  .rwd-text-right-md {text-align: right;}
  .rwd-visible-md-inline {display: inline-block !important;}
  .rwd-width-auto-md {width: auto !important;}
  .rwd-width-fluid-md {width: 100% !important;}
  .rwd-wrap-all-md {word-break: normal;}
  .rwd-wrap-none-md {white-space: nowrap;}
}


/* @Media - Small (*-sm) */
@media only screen and (min-width : 481px) and (max-width : 767px) {

  .rwd-center-block-sm {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-sm {display: table; margin: 0 auto;}
  .rwd-img-responsive-sm {display: block; height: auto; max-width: 100%;}
  .rwd-mar-reset-sm {margin: 0 !important;}
  .rwd-mar-reset-horz-sm {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-sm {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-pad-reset-sm {padding: 0 !important;}
  .rwd-pad-reset-horz-sm {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-sm {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pull-left-sm {float: left;}
  .rwd-pull-right-sm {float: right;}
  .rwd-pull-reset-sm {float: none !important;}
  .rwd-bg-img-none-sm {background-image: none !important;}
  .rwd-line-br-sm {display: block !important;}
  .rwd-text-center-sm {text-align: center;}
  .rwd-text-left-sm {text-align: left;}
  .rwd-text-right-sm {text-align: right;}
  .rwd-visible-sm-inline {display: inline-block !important;}
  .rwd-width-auto-sm {width: auto !important;}
  .rwd-width-fluid-sm {width: 100% !important;}
  .rwd-wrap-all-sm {word-break: normal;}
  .rwd-wrap-none-sm {white-space: nowrap;}

  #navbar-logo-blog {
    top: 20px;
  }

}


/* @Media - x-Small (*-xs) */
@media only screen and (max-width : 480px) {

  /* Forms - Subscriber (Blog) */
  #hm-form-auth-hmi1-blog .hm-form-content h2, 
  #hm-form-auth-hmi1-blog .hm-form-success h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #hm-form-auth-hmi1-blog p {
    font-size: 18px;
    line-height: 24px;
  }

  .rwd-center-block-xs {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-xs {display: table; margin: 0 auto;}
  .rwd-img-responsive-xs {display: block; height: auto; max-width: 100%;}
  .rwd-mar-reset-xs {margin: 0 !important;}
  .rwd-mar-reset-horz-xs {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-xs {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-pad-reset-xs {padding: 0 !important;}
  .rwd-pad-reset-horz-xs {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-xs {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pull-left-xs {float: left;}
  .rwd-pull-right-xs {float: right;}
  .rwd-pull-reset-xs {float: none !important;}
  .rwd-bg-img-none-xs {background-image: none !important;}
  .rwd-line-br-xs {display: block !important;}
  .rwd-text-center-xs {text-align: center;}
  .rwd-text-left-xs {text-align: left;}
  .rwd-text-right-xs {text-align: right;}
  .rwd-visible-xs-inline {display: inline-block !important;}
  .rwd-width-fluid-xs {width: 100% !important;}
  .rwd-width-auto-xs {width: auto !important;}
  .rwd-wrap-all-xs {word-break: normal;}
  .rwd-wrap-none-xs {white-space: nowrap;}

}




/* == BEGIN / HMI Welcome Bar == */

/* HMI Welcome Bar (Subscriber) */
.hm-welcome-bar {
  position: fixed; 
  bottom: -6px;
  z-index: 2147483647; /* max z-index */
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #2aa8e2;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.hm-welcome-bar > .hm-wrapper {
  position: relative; 
  display: inline-block;
}

.hm-welcome-bar .hm-signup .hm-container,
.hm-welcome-bar .hm-share .hm-container, 
.hm-welcome-bar .hm-follow .hm-container {
  padding: 0 30px;
}

.hm-welcome-bar .hm-signup a.btn {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  color: #2295d3;
  border: 0;
  padding: 4px 16px;
  margin: 0 0 0 12px;
}

.hm-welcome-bar .hm-signup a.btn:hover {
  background: #fff;
}

.hm-welcome-bar .hm-signup, 
.hm-welcome-bar .hm-share, 
.hm-welcome-bar .hm-follow {
  vertical-align: middle;
  padding: 14px;
		white-space: nowrap;
}

.hm-welcome-bar .hm-share.addthis_toolbox, 
.hm-welcome-bar .hm-follow.addthis_toolbox {
  padding: 0;
  margin: 0 auto;
}

.hm-welcome-bar .hm-signup p, 
.hm-welcome-bar .hm-share p, 
.hm-welcome-bar .hm-follow p {
  margin: 0 !important;
}

.hm-welcome-bar .hm-share p, 
.hm-welcome-bar .hm-follow p {
  font-size: 16px;
  font-weight: normal;
}

.hm-welcome-bar .hm-share .hm-container {
  border-left: 1px solid #69c2eb; 
}

.hm-welcome-bar .hm-share.addthis_toolbox a, 
.hm-welcome-bar .hm-follow.addthis_toolbox a, 
.hm-welcome-bar .hm-follow i.fa {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  background: none;
  float: none;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 32px;
  cursor: pointer;
}

.hm-welcome-bar .hm-follow i.fa {
  background: #1875b1;
}

.hm-welcome-bar .hm-share.addthis_toolbox a.addthis_button_twitter span.at-icon-wrapper {
  background: #1c84bf !important;
}

.hm-welcome-bar .hm-follow.addthis_toolbox a span.at-icon-wrapper {
  background: #1b82c5 !important;
}

.hm-welcome-bar .hm-share.addthis_toolbox a > span.at-icon-wrapper, 
.hm-welcome-bar .hm-follow.addthis_toolbox a > span.at-icon-wrapper {
  font-size: 0 !important;
  left: -10px !important;
  padding: 0 !important;
  margin: 0 !important;
}

a.scrollup {
  bottom: 80px;
  background: #f8a545;
  color: #fff;
}


/* HMI Welcome Bar (Subscriber) - Modal */
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow {
  position:fixed; 
  display: none;
  height: 100%;         /* standard */
  height: calc(100% - 56px);         /* standard */
  height: -webkit-calc(100% - 56px); /* webkit */
  height: -moz-calc(100% - 56px);    /* firefox */
  height: -o-calc(100% - 56px);      /* opera */
  top: 0; 
  left:0; 
  bottom: 0; 
  right: 0; 
  z-index: 16777270;
  padding: 30px;
  background: rgba(0,0,0,.9);
  text-align: center; 
  color: #fff;
  overflow: auto;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow h2, 
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow h2 span {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 62px;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul, 
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li {
  margin: 16px;
  font-size: 16px;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a, 
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a span.at-icon-wrapper, 
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a span.at-icon-wrapper svg {
  display: inline-block;
  margin: 0 auto;
  width: 85px !important;
  height: 85px !important;
  border-radius: 50%;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow p.info {
  position: relative;
  width: 80%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 0;
  margin: 0 auto 40px;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow p.info:last-of-type {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow button.hm-welcome-modal-close {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  padding: 0;
  margin: 0;
  z-index: 16777274;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-family: Arial, sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  transition: all .4s ease;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow button.hm-welcome-modal-close:hover {
  background: #656565;
  color: #fff;
}


/* Effects - Scrollbar */
.hm-welcome-bar-modal.hm-welcome-bar-modal-follow::-webkit-scrollbar {
  width: 8px;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow::-webkit-scrollbar-track {
  background-color: #000;
  border-left: none;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow::-webkit-scrollbar-thumb {
  background-color: #888;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-follow::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

/* HMI Welcome Bar */
@media only screen and (max-width : 1109px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar.hm-bar-share, 
  .hm-welcome-bar.hm-bar-follow {
    display: block;
  }

}

/* HMI Welcome Bar */
@media only screen and (min-width : 1110px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar.hm-welcome-bar-social, 
  .hm-welcome-bar .hm-share, 
  .hm-welcome-bar .hm-follow {
    display: none;
  }

  body.hm-hmi0 .hm-welcome-bar-modal.hm-welcome-bar-modal-follow,
  body.hm-hmi1 .hm-welcome-bar-modal.hm-welcome-bar-modal-follow, 
  body.hm-hmi2 .hm-welcome-bar-modal.hm-welcome-bar-modal-follow, 
  body.hm-hmi3 .hm-welcome-bar-modal.hm-welcome-bar-modal-follow {
    height: 100%;
  }

}

@media only screen and (max-width : 767px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li {
    margin: 6px;
  }

  .hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a, 
  .hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a span.at-icon-wrapper, 
  .hm-welcome-bar-modal.hm-welcome-bar-modal-follow ul li a span.at-icon-wrapper svg {
    width: 64px !important;
    height: 64px !important;
  }

}

@media only screen and (max-width : 480px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar .hm-signup .hm-container,
  .hm-welcome-bar .hm-share .hm-container, 
  .hm-welcome-bar .hm-follow .hm-container {
    padding: 0 20px;
  }

}
/* == END / HMI Welcome Bar == */


/* == END / @MEDIA QUERIES (BOOTSTRAP EXTENDED) =================================== */