.home-heading {
    margin-top:-35px;
    color: #ffffff;
    background-image: url('/assets/img/homepage-banner.jpg');
    background-size: cover;
    min-height: 400px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: #34495e;
    color: white;
    cursor: pointer;
}

.nav {
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  line-height: 1.2;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 7px solid #1abc9c;
  border-right: 0px solid #34495e;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}


.label-primary {
    background-color: #1abc9c;
    
}

.bottomaligned {position:absolute; bottom:0;  left: 0;}
.bottomright {position:absolute; bottom:0;  margin-bottom:7px; margin:7px; right: 0;}
.bottomleft {position:absolute; bottom:0;  margin-bottom:7px; left: 100px;}
.fixedheight { height: 200px;  width: 243px;  position:relative; border:1px solid;}

.teal {
    color: #1abc9c;
    border-bottom: 1px solid #ccc;
}

.btn-250 {
    width: 250px;
    margin: 5px;
} 

.btn-350 {
    width: 350px;
    margin: 5px;
}


/** FOOTER **/



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#ffffff; font-family: 'Open Sans', sans-serif; margin-top:100px; }
.footerleft { margin-top:20px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#1abc9c;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .copyright p { font-size: 14px;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"  "; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 
 .blogShort{ border-bottom:1px solid #ddd;}
 
 .btn-blog {
    color: #ffffff;
    background-color: #37d980;
    border-color: #37d980;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#34ca78;
    border-color: #34ca78;
}

/* FAQ Box */

.faq{
    background-size: cover;
}

.faq-box{
    margin: 20px 0px;
}

.faq-box .faq-header{
    position:relative;  
    height: 100px;
    background-color: #34495e;
    margin-bottom: 4px;
    color: #fff;
    border-left: 3px solid #1abc9c;
}

.faq-box .faq-header .heading{
    margin-left: 50px; 
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.faq-box .faq-header:before{
    content: "Q";
    font-family: 'Volkhov', serif;
    position: absolute;
    font-weight: 600;
    left: 10px;
    top:-10px;
    font-size: 35px;
    color: #1abc9c;
}

.faq-box .faq-body{
    position: relative;
    background-color: #fff;
    padding: 15px 20px 15px 50px;
    border-left: 3px solid #d5d5d5;
}

.faq-box .faq-body p{
    margin: 0px;
}

.faq-box .faq-body:before{
    content: "A";
    font-family: 'Volkhov', serif;
    position: absolute;
    font-weight: 600;
    left: 10px;
    top:8px;
    font-size: 38px;
    color: #d5d5d5;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    left: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

#dabar{
    background: rgb(252, 70, 30);
    color: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
    padding-left: 30px;
    text-align: left;
    z-index: 3000;
}

#dabar a{ 
        color: #fff; 
        text-decoration:underline; 
        font-weight: normal; 
}

.navbar {
    border-radius: 0px;
}


#map-canvas {
    width:100%;
    height:600px;
}

@media (min-width: 768px)
bootstrap.min.css:5
.navbar {
    border-radius: 0px;
}

#map-container { position: relative; }

#google-map {
    width: 100%;
    height: 600px;
} 

.btn-250 {
    width: 250px;
} 

.btn-350 {
    width: 350px;
}

.white-back {
    background-color: #fff;
}

.lightblue-back {
    background-color: #00a2e2;
}

.light {
    background-color: #adceee;
}
  
#coords {
    padding: 10px;
    position: absolute;
    border: 1px solid #000;
    background-color: #fff;
    top: 10px; right: 10px;
    width: 350px; height: 150px;
    z-index: 10; /* make sure message is on top of the map */ 
}


div#spinner
{
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    background: transparent;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:0px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .select2-search input[type=text][disabled], .select2-search input[type=text][readonly], fieldset[disabled] .select2-search input[type=text] {
    color: #3e3e3e;
}

.alertify-logs {
    top: 10px;
    right: 10px;
}

.search-cta-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    border: 0px solid #1abc9c;
    background-color: #fff;
    color: #eeeeee;
    width: 175px;
    height: 60px;
    line-height: 48px;
    left: 30px;
    top: 10px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.search-cta-wrapper:hover {
    border: 0px solid #34495e;     
}
.search-cta-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 0.9;
}
.search-cta-wrapper i.fa {
    line-height: inherit;
}

.fa-arrow-circle-up {
    background-color: transparent;
}

.logo {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto; /* Centers the logo horizontally */
}


