div.heading-title {
  margin-bottom: 10px;
}
body.boxed #wrapper {
  /*
  max-width:1000px;
  margin-top:50px;
  margin-bottom:50px;
  */
}
.container {
  /*
  max-width:1000px;
  */
}
.full-width {
  width: 100%;
}
h1 {
  margin: 0 0 5px 0 !important;
}
h2 {
  margin: 0 0 5px 0 !important;
}
h3 {
  margin: 0 0 5px 0 !important;
}
p {
  margin-bottom: 10px;
}
#quick-call-to-action-buttons {
  display: none;
}
@media (max-width: 720px) {
  #quick-call-to-action-buttons {
    display: block;
    margin: 15px;
  }
}
#footer address {
  background: none;
}
.emo {}
.emo.selected img {border: 1px solid #aaa;}
#topBar ul li a, 
#mainMenu ul li a, 
#topMain ul li a {
  text-transform: none;
}
.cell-1 {white-space: nowrap;}
.cell-2 {width: 100%;}
section {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.page-header .breadcrumb {
  font-size: 14px;
  margin: 0;
}
section.page-header .breadcrumb a {
  padding: 10px;
}

table a {
  color: #0000ff;
}
#topBar {
  border-bottom: 0 !important;
}
.thumbnail {
  border: 0;
  text-align: center;
}
/*
section.page-header .breadcrumb {
  position: relative;
}  
*/
section.page-header .breadcrumb {
  color: #000;
}
section.page-header .breadcrumb a {
  color: #000;
}
section.page-header .breadcrumb a:visited {
  color: #000;
}
section.page-header.parallax .breadcrumb li.active, 
section.page-header.parallax .breadcrumb a {
  color: #000;
}
section.dark.page-header .breadcrumb {
  color: #fff;
}
section.dark.page-header .breadcrumb a {
  color: #fff;
}
section.dark.page-header .breadcrumb a:visited {
  color: #fff;
}
section.dark.page-header.parallax .breadcrumb li.active, 
section.dark.page-header.parallax .breadcrumb a {
  color: #fff;
}

section.dark div.heading-title h1, 
section.dark div.heading-title h2, 
section.dark div.heading-title h3, 
section.dark div.heading-title h4, 
section.dark div.heading-title h5, 
section.dark div.heading-title h6 {
  background-color: none;
}
section div.heading-title h1, 
section div.heading-title h2, 
section div.heading-title h3, 
section div.heading-title h4, 
section div.heading-title h5, 
section div.heading-title h6 {
  background-color: none;
}
section.dark {
  border-bottom: 0;
}
section {
  border-bottom: 0;
}
.page-header-xs {
  padding: 15px 0 !important;
}
.heading-title h1 {
  font-size : 30px;
}
.img-responsive {
  width: 100%;
} 

/* Form */
.form-control {
  border: #aaa 1px solid;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input.form-control, select.form-control, textarea.form-control {
  border-color: #e0e0e0;
}
select.form-control:not([size]):not([multiple]) {
  color: #111111;
}

/* Content Builder 4 Support*/
.center {text-align:center}
.right {text-align:right}
.left {text-align:left}
/**********************************
    Buttons Styles
***********************************/

.is-btn, 
a.is-btn {
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin: 3px 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
    text-decoration:none;
    color: #000;
}
.is-btn:hover,.is-btn:visited,.is-btn:focus,
a.is-btn:hover,a.is-btn:visited,a.is-btn:focus {color:initial;text-decoration:initial;opacity:initial;} /* prevent overide */

/* ghost1 default */
.is-btn-ghost1, 
a.is-btn-ghost1 { color: #000; border: 2px solid #111; }

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1,
.is-light-text a.is-btn-ghost1,
.is-dark-text .is-light-text a.is-btn-ghost1  { color: #fff; border: 2px solid #fff;}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1,
.is-dark-text a.is-btn-ghost1,
.is-light-text .is-dark-text a.is-btn-ghost1 { color: #000; border: 2px solid #111; }

/* ghost2 default */
.is-btn-ghost2,
a.is-btn-ghost2 { color: #000; border: 2px solid #dcdcdc; background-color: #dcdcdc;}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2,
.is-light-text a.is-btn-ghost2,
.is-dark-text .is-light-text a.is-btn-ghost2  { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2,
.is-dark-text a.is-btn-ghost2,
.is-light-text .is-dark-text a.is-btn-ghost2  { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }

.is-btn.is-btn-small, .is-btn-small { padding: 5px 25px; font-size: 0.85em; }
.is-btn.is-upper, .is-upper { text-transform:uppercase; }
.is-btn.is-rounded-30, .is-rounded-30 { border-radius: 30px; }

/* backward compatible */

.full-width {
  width: 100%;
}
.spacer {
  height: 20px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1170px;
}

.parallax.dark h1,
.parallax.dark h2,
.parallax.dark h3,
.parallax.dark h4,
.parallax.dark h5,
.parallax.dark h6,
.parallax.dark p,
.parallax.dark .btn,
.parallax.dark img,
.parallax.dark div,
.parallax.dark {
	color:#fff;
}

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax .btn,
.parallax img,
.parallax div,
.parallax {
	color:#000;
}

