@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../css/material-icons.css);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
h3.text-primary a:hover {
  color: #333333;
}
.mg-add {
  margin-top: 8px;
}
* + .row {
  margin-top: 35px;
}
.row + .row {
  margin-top: 30px;
}
* + .btn {
  margin-top: 42px;
}
* + p {
  margin-top: 38px;
}
h2 + .thumbnail {
  margin-top: 62px;
}
h2 + .block-icon__skin {
  margin-top: 58px;
}
h2 + p {
  margin-top: 52px;
}
.thumbnail + h3,
a.thumb + h3 {
  margin-top: 40px;
}
* + .offs {
  margin-top: 68px;
}
h2 + .blockquote__mod {
  margin-top: 50px;
}
h2 + .index-list {
  margin-top: 58px;
}
h2 + h3 {
  margin-top: 60px;
}
h2 + article {
  margin-top: 58px;
}
.container + article {
  margin-top: 39px;
}
* + .offs2 {
  margin-top: 15px;
}
* + .offs3 {
  margin-top: 70px;
}
.map + .offs {
  margin-top: 95px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================        HR     ======================*/
hr {
  border: none;
  height: 1px;
  background: #dfdfdf;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 17px;
}
/*==================  Marked List  ======================*/
.marked-list li h4 {
  position: relative;
  padding-left: 42px;
}
.marked-list li h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #FFA500;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 44px;
}
/*==================  Marked List2  ======================*/
* + .marked-list-skin {
  margin-top: 34px;
}
.marked-list-skin li {
  position: relative;
  padding-left: 18px;
}
.marked-list-skin li:before {
  content: '\e315';
  position: absolute;
  left: -4px;
  top: -6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  font-family: 'Material Icons';
  color: #FFA500;
}
.marked-list-skin li + li {
  margin-top: 10px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 69px;
}
.index-list li:before {
  position: absolute;
  left: 8px;
  top: -26px;
  content: counter(li, decimal);
  counter-increment: li;
  font-size: 44px; /*font size of list number, top padding adjusted by NMHLC in index.html*/
  color: #FFA500;
  font-family: 'Montserrat', sans-serif;
}
.index-list li * + p {
  margin-top: 39px;
}
.index-list li + li {
  margin-top: 54px;
}
/*==================      Table    ======================*/
table {
  background: #fff;
  width: 100%;
}
table th {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
table tr td:first-child {
  color: #14810a; /* Table list in index.html */
  max-width: 23.84615384615385%;
}
table tr td:last-child {
  max-width: 76.15384615384615%;
}
table tr td,
table tr th {
  padding: 14px 30px 14px 32px;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 767px) {
  table tr td,
  table tr th {
    padding: 14px 10px;
  }
}
table tr td a:hover,
table tr th a:hover {
  color: #333333;
}
table tr td + td,
table tr th + th {
  border-left: 1px solid #ededed;
}
table tr:last-child td {
  border-bottom: none;
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  font-size: 14px; /* seems like the social icons change size if i change this NMHLC */
  color: #dbdbdb;
}
.inline-list li + li {
  margin-left: 15px;
}
.inline-list a:hover {
  color: #FFA500;
}
/*==================   Copyright     ====================*/
.copyright {
  margin-top: 10px;
  margin-bottom: 40px;
}
.copyright a.text-primary:hover {
  color: #333333;
}
/*==================       Icon     ====================*/
.material-icons-domain,
.material-icons-face,
.material-icons-wb_sunny,
.material-icons-school,
.material-icons-vpn_key,
.material-icons-work {
  display: inline-block;
  color: #ffffff;
  font-size: 84px;
}
.material-icons-school,
.material-icons-vpn_key,
.material-icons-work {
  line-height: 50px;
}
.material-icons-email,
.material-icons-location_on {
  position: absolute;
  width: 51px;
  height: 51px;
  line-height: 53px;
  font-size: 34px; /* THE WIDTH AND HEIGHT HERE ARE CHANGING THE SIZE OF THE BOX AROUND THE ICONS NMHLC*/
  color: #ffffff;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  background: #E87244;
  border-radius: 20%; /* 50% MAKES IT A CIRCLE, CHANGED BY NMHLC */
}

.material-icons-school,
.material-icons-vpn_key,
.material-icons-work,
.material-icons-trending_down,
.material-icons-trending_flat,
.material-icons-trending_up {
  width: 51px;
  height: 51px;
  line-height: 53px;
  font-size: 34px; /* THE WIDTH AND HEIGHT HERE ARE CHANGING THE SIZE OF THE BOX AROUND THE ICONS NMHLC*/
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  color:#14810a;
  background: #F0DFAA;
  border-radius: 20%; /* 50% MAKES IT A CIRCLE, CHANGED BY NMHLC */
}


/*==================      Gallery-wr     ===================*/
.gallery-wr {
  max-width: 100%;
}
@media (max-width: 550px) {
  .gallery-wr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr .thumb:first-child,
.gallery-wr .thumb:nth-child(2),
.gallery-wr .thumb:nth-child(5) {
  max-width: 37.70351328191945%;
}
.gallery-wr .thumb:nth-child(3) {
  max-width: 24.67866323907455%;
}
.gallery-wr .thumb:nth-child(4),
.gallery-wr .thumb:last-child {
  max-width: 18.85175664095973%;
}
.gallery-wr .thumb:nth-child(6) {
  max-width: 24.5929734361611%;
}
.gallery-wr .thumb:nth-child(4) {
  clear: both;
}
.gallery-wr .thumb + .thumb {
  border-left: 1px solid #f8f8f8;
  margin-left: -1px;
}
.gallery-wr .thumb + .thumb:nth-child(n+4) {
  border-top: 1px solid #f8f8f8;
  margin-top: -1px;
}
@media (max-width: 550px) {
  .gallery-wr .thumb {
    float: none;
  }
  .gallery-wr .thumb:nth-child(n) {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-wr .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr__mod .thumb:first-child {
  max-width: 24.67866323907455%;
}
.gallery-wr__mod .thumb:nth-child(2),
.gallery-wr__mod .thumb:nth-child(3),
.gallery-wr__mod .thumb:nth-child(6) {
  max-width: 37.70351328191945%;
}
.gallery-wr__mod .thumb:nth-child(5) {
  max-width: 24.5929734361611%;
}
@media (max-width: 550px) {
  .gallery-wr__mod .thumb {
    float: none;
  }
  .gallery-wr__mod .thumb:nth-child(n) {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-wr__mod .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr__mod .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.gallery-wr__mod2 .thumb:nth-child(-n+3) {
  max-width: 34%;
}
.gallery-wr__mod2 .thumb:nth-child(4),
.gallery-wr__mod2 .thumb:last-child {
  max-width: 26.64952870608398%;
}
.gallery-wr__mod2 .thumb:nth-child(5) {
  max-width: 23.39331619537275%;
}
.gallery-wr__mod2 .thumb:nth-child(6) {
  max-width: 22.53641816623822%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-wr__mod2 .thumb:nth-child(-n+3) {
    display: block;
    max-width: 33%;
    max-height: 237px;
  }
}
@media (max-width: 991px) {
  .gallery-wr__mod2 .thumb:nth-child(2) {
    max-width: 31.8%;
  }
}
@media (max-width: 550px) {
  .gallery-wr__mod2 .thumb {
    text-align: center;
  }
  .gallery-wr__mod2 .thumb:nth-child(n) {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
  }
  .gallery-wr__mod2 .thumb + .thumb {
    border-left: none;
    margin-left: 0;
  }
  .gallery-wr__mod2 .thumb + .thumb:nth-child(n+4) {
    border-top: none;
    margin-top: 0;
  }
}
/*==================      Contact     ===================*/
.contact {
  position: relative;
  padding-left: 115px;
  text-align: left;
  display: inline-block;
}
.contact address {
  line-height: 31px;
}
.contact span {
  position: absolute;
  left: 0;
  top: 0px;
}
.contact a[href^="callto:"] {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #FFA500;
}
.contact a[href^="callto:"]:hover {
  color: #333333;
}
.contact a[href^="callto:"] + p {
  margin-top: 0;
}
/*==================   Article_header     ===============*/
.article_header h3 {
  display: inline-block;
  color: #FFA500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article_header time {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.article_header time:before {
  content: '\e192';
  color: #FFA500;
  font-size: 24px;
  left: 0;
  top: 0;
  line-height: 24px;
  position: absolute;
  font-family: 'Material Icons';
}
.article_header time + h3 {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .article_header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article_header time + h3 {
    margin-left: 0;
  }
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
}
.block-icon .block_caption {
  margin-top: 4px;
}
.block-icon__skin {
  position: relative;
  padding-left: 100px;
}
.block-icon__skin .icon {
  position: absolute;
  font: 400 84px 'Material Icons';
  display: inline-block;
  width: 70px;
  line-height: 84px;
  text-align: center;
  background: transparent;
  left: 0;
  top: 0;
  color: #FFA500;
}
.block-icon__skin * + p {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .block-icon__skin {
    margin-top: 30px;
  }
}
.block-icon__skin + .block-icon__skin {
  margin-top: 53px;
}
.block-icon__mod .block_caption {
  margin-top: 28px;
}
/*==================   Contact-info   ====================*/
* + .contact-info {
  margin-top: 56px;
}
.contact-info dl {
  margin-top: 30px;
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 20px;
}
.contact-info address {
  line-height: 31px;
}
.contact-info dt + dd {
  margin-top: 3px;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 3px;
}
.contact-info a[href^="mailto:"] {
  color: #FFA500;
}
.contact-info a[href^="mailto:"]:hover {
  color: #333333;
}
@media (max-width: 991px) {
  .contact-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.term-list dd {
  margin-left: 0;
  color: #333333;
}
.term-list * + dt {
  margin-top: 57px;
}
.term-list dt + * {
  margin-top: 40px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 45px;
  color: #FFA500;
}
.term-list a[href^="mailto:"]:hover {
  color: #333333;
}
* + .term-list {
  margin-top: 57px;
}
.term-list + * {
  margin-top: 40px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .inline-list {
  float: right;
  margin-top: 5px;
  margin-left: 52px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #f8f8f8;
}
/*==================    404    =========================*/
.page404 {
  padding-top: 110px;
  padding-bottom: 80px;
}
.page404 h2 {
  font-size: 200px;
  line-height: 105px;
}
.page404 h2 span {
  font-size: 72px;
  line-height: 50px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .page404 h2 {
    font-size: 72px;
    line-height: 80px;
  }
  .page404 h2 span {
    font-size: 50px;
    line-height: 60px;
    display: block;
  }
}
.page404 * + p {
  margin-top: 50px;
}
.page404 .material-icons-lock_outline {
  color: #FFA500;
  font-size: 400px;
  line-height: 172px;
  position: relative;
  top: 80px;
  left: -10px;
}
@media (max-width: 767px) {
  .page404 .material-icons-lock_outline {
    left: auto;
    font-size: 200px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #ffffff;
}
footer .contact:last-child {
  margin-right: 160px;
}
@media (max-width: 1199px) {
  footer .contact:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .pull-right,
  footer .pull-left {
    float: none;
    margin-top: 40px;
  }
}
.navbar-brand:before {
    display: none;
    color: #FFA500;
}
@media (min-width:1000px) {
.navbar-brand img {
margin-top: -10px;
}
}

.toTop {
background: #E87244 !important;
}

.camera_next:hover::before, .camera_prev:hover::before {
color: red !important;
background: black !important;
}

 .camera_next::before, .camera_prev::before {
color: black !important;
background: #F0DFAA !important;
}

.rd-mailform .form-group {
    margin-top: 20px !important;
}

/* CAROUSEL BEGIN */


.multi-item-carousel {
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}


/* CAROUSEL END */



/*MEBERSHIP FORM BEGIN*/

.membership-form .form-group {
    margin-bottom: 20px;
}

.membership-form .form-control {
    border: 0 !important;
    box-shadow: none !important;
    padding: 15px 15px 15px 32px;
}

.membership-form input.form-control {
    height: 55px;
}

.membership-form textarea.form-control {
    resize: none;
}

.membership-form .btn-primary.disabled {
    background-color: #999999;
    border-color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.membership-form .help-block.with-errors {
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 12px;
}

.membership-form .has-error .help-block {
    color: #F44336;
}


/*MEBERSHIP FORM END*/
