/*  General code   */


html,
body {
    height: 675px;
    width:100%;
    color: black;
    background:rgb(34, 29, 29);
    font-family: "Gill Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
    
}
    
body {
    overflow-x:hidden
}
    
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Gill Sans',sans-serif;
    font-weight: 200;
}   
    
h1 {
    font-size:36px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom: 15px;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  color: #666666;
  text-decoration: none;
}
.container {
    overflow-x: scroll; /* For horiz. scroll, otherwise overflow-y: scroll; */

    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}


.container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


#map {
  float: left;
  width: 100%;
  height:500px;
  position: relative;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#submap {
  position: relative;
  width: 100%;
  height:1px;
}

.watermark-hidden {
  display: none;
}


.sidebar {
    font-family: 'Arial', serif;
    text-align: justify;
    }
.sidebar-button {
    font-family: 'Arial', serif;
    text-align: left;
    font-size: 14pt;
      }
      
  .int-text {
    font-family: 'Arial', serif;
    text-align: left;
    font-size: 10pt;
    }   
              
   
.notroundedImage{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
      }
  
.button1 {
    background-color: #D3D3D3;
    border: none;
    color: black;
    width: 100%;
    padding: 10px;
    padding-top: 28px;
    text-decoration: none;
    display: inline-block;
      }
.button1:hover {
    background-color: black;
    border: none;
    color: silver;
    width: 100%;
    padding: 10px;
    padding-top: 28px;
    text-decoration: none;
    display: inline-block;
      }


.popup-title{
  color: #000000;
  font-family: 'Gill Sans',sans-serif;
  font-size:16px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom: 5px;
  font-weight: 300;
  text-align: center;
}

.popup-phone{
  color: #000000;
  font-family: 'Gill Sans',sans-serif;
  font-size:12px;
  margin-bottom: 5px;
  font-weight: 300;
  text-align: left;
}


.wrap {
  height: 100%;
  width: 100%;
}


.divider {
  padding: 0 0 100px;
}

.divider-xs {
  padding: 50px 0;
}

.light, .light h2, .light h3 {
  color:#fff!important;
}


.center-div
{
   margin: 0 auto;
   max-width: 900px;
}



ul.why {
  
  list-style:none;
  padding:0;
  margin:0;
}

ul.why li {
  margin: 15px 0;
}

ul.why li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: relative;
  color: #fff;
  background: #777777;
  border-radius: 100%;
  margin: 0 7px 0 0;
  padding: 3px;
}

.fa-map-marker:hover {
  color: #2EAEF0;
  cursor: pointer; 
}


/*  Form code */


input.form-control, textarea.form-control { 
  border: solid 1px #CCC;
  background: #fff !important;
  box-shadow: none !important;
}

.form-control {
  height: 44px;
}


input:hover, textarea:hover,
input:focus, textarea:focus { 
  border-color: #C9C9C9; 
}

.labels-locatories {
   color: black;
   background-color: white;
   font-family: "Lucida Grande", "Arial", sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 160px;     
   border: 1px solid black;
   white-space: nowrap;
 }


   
.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}


.puCss{
	text-align:center;
  }
.puCssj{
  text-align:justify;
  }  
    
  

section {
  margin: 0 auto;
  position: relative;
}

section.page-title {
  padding: 70px 0 30px;
}

section.blog-small .container, section.blog .container {
  padding-top: 30px;
  padding-bottom: 120px;
}

section .container, footer .container {
  padding-top: 0px;
  padding-bottom: 5px;
}

section.portfolio {
  padding: 20px 0 0;
}

.overview{
      
      color: #566473;
      background-color: #ffffff;
      font-family: "Open Sans",Helvetica,Arial,sans-serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
}

.locatory{
      
      color: #566473;
      background-color: #ffffff;
      font-family: "Open Sans",Helvetica,Arial,sans-serif;
      font-size: 12px;
      line-height: 12px;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 7px; }
.voffset3 { margin-top: 10px; }
.voffset4 { margin-top: 15px; }

.scrollup {
  width: 40px;
  height: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: none;
  text-align: center;
  color: #fafafa;
  font-size: 28px;
  background: #999999;
  z-index: 9999;
  outline: none;
}

.scrollup i {
  line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
  text-decoration: none;
  color: #fafafa;
  outline: none;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  }

  .header{
    color: silver;
    background-color:  black;
    height: 50px;
}

.middlemap{
    background-color:  black;
    height: 500px;
    
  }
.adcol{
    background-color:  black;
    height: 600px;
}

.adland{
    background-color:  black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer{
   
    color: black;
    background-color: silver;
    height: 30px !important;
    padding-top: 3px;
    padding-bottom: 1px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

     
.leaflet-verticalcenter {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 50%; /* possible because the placeholder's parent is the map */
    transform: translateY(-50%); /* using the CSS3 Transform technique */
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}

.watermark-hidden {
  display: none;
}
 
.dropdown .dropbtn {
    font-size: 13px;  
    border: none;
    outline: none;
    color: silver;
    padding: 5px 5px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

 
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  
  .dropdown-content a {
    float: none;
    font-size: 18px; 
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    
  }

  .dropdown-content a:link {
    text-decoration: none;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .fa-caret-down:hover {
    color: yellow;
}   

.dividerdd{
	
    height: 1;
    background-color: orange;
    padding: 0;
}

.dropdown-menu-social{min-width:2.8rem; padding:2px;}
.social-facebook { background-color: #3b5898; color: #fff; }
.social-facebook:hover { background-color: #385186; color: #fff;  }
.social-mail { background-color: #cccccc; color: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
.social-mail:hover { background-color: #838586; color: #fff; }
.social-whatsapp { background-color: #26c277; color: #fff; }
.social-whatsapp:hover { background-color: #117545; color: #fff; }
.social-twitter { background-color: #1ea2f2; color: #fff; }
.social-twitter:hover { background-color: #1780c2; color: #fff; }
.social-google { background-color: #f4422c; color: #fff; }
.social-google:hover { background-color: #750402; color: #fff; }
.social-linkedin { background-color: #0179bd; color: #fff; }
.social-linkedin:hover { background-color: #045686; color: #fff; }
.social-instagram { background-color: #7a2276; color: #fff; }
.social-instagram:hover { background-color: #581a55; color: #fff; }
.social-rss { background-color: #ee802f; color: #fff; }
.social-pinterest { background-color: #c8232c; color: #fff; }
.social-pinterest:hover { background-color: #85161b; color: #fff; }
.social-youtube { background-color: #d30000; color: #fff; }
.social-youtube:hover { background-color: #8d0606; }
.social-snapchat-ghost { background-color: #fffc00; color: #fff; }
.social-snapchat-ghost:hover { background-color: #fffc00; color: #fff; }
.social-skype { background-color: #01baff; color: #fff; }
.social-skype:hover { background-color: #06aeed; color: #fff; }
.social-dribbble { background-color: #ff4f93; color: #fff; }
.social-dribbble:hover { background-color: #ef4788; color: #fff; }
.social-vimeo { background-color: #4bbdff; color: #fff; }
.social-vimeo:hover { background-color: #40aceb; color: #fff; }
.social-tumblr { background-color: #2c4862; color: #fff; }
.social-tumblr:hover { background-color: #2c4862; color: #fff; }
.social-vine { background-color: #00b489; color: #fff; }
.social-vine:hover { background-color: #049774; color: #fff; }
.social-foursquare { background-color: #3060df; color: #fff; }
.social-foursquare:hover { background-color: #2e5ad1; color: #fff; }
.social-stumbleupon { background-color: #eb4923; color: #fff; }
.social-stumbleupon:hover { background-color: #d7421f; color: #fff; }
.social-flickr { background-color: #f40083; color: #fff; }
.social-flickr:hover { background-color: #df077b; color: #fff; }
.social-rss { background-color: #ff6702; color: #fff; }
.social-rss:hover { background-color: #ff6702; color: #fff; }

#panel, #flip {
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

#panel {
  padding: 50px;
  display: none;
}
   

 
  #panel2, #flip2 {
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #ffffff;
  }
  
  #panel2 {
    padding: 50px;
    display: none;
  }
  
  @media (min-width: 360px)
  {
      #collapseData
      {
          display: block;
      }
  }

  @media (min-width: 360px)
  {
      #collapseData
      {
          display: block;
      }
  }
