/* -------------------------------- 

Google Map Styles

-------------------------------- */

#map {
  display: block;
  width: 100%;
  min-height: 400px;
  height: 100%;
  text-align: center;
  border: 1px solid black;


}

.gm-style .gm-style-iw {
  margin-top: 10px;
  overflow: hidden;
}


/* -------------------------------- 

General Styles

-------------------------------- */

.row {
  margin: auto;
  margin-right: 0px;
  margin-left: 0px;
}

/*@font-face{font-family:'Calluna';
 src:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/callunasansregular-webfont.woff') format('woff');
}*/

body {
  overflow-x: hidden;
  background-color: #000;
  font-family: Verdana, Arial, sans-serif;
}

hr {
  margin-top: 10px;
  margin-bottom: 0px;
}

.bg {
  background-color: #ffffff;
  background-image: url(http://www.transparenttextures.com/patterns/batthern.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.table {
    background-color: #FFF !important;
}

.search-table > table {
    border: 1px solid black;
    height: 100%;
}

.search-table {
  display: block;
  width: 100%;
  /*height: 400px;*/
  text-align: center;
  background-color: white;
  border:1px solid black;
}

@media (max-width: 992px) {
  .search-table {
    height: 100%;
  }
}

.panel-body {
  margin: 0px;
  padding: 0px;
}


@media (max-width: 992px) {
  #logo {
    position: absolute;
    display: inline-block;
    margin: 10px;
  }
}

.push-right {
  text-align: right;
}


.btn-pad {
  margin-top: 20px;
}

.search-container {
  display: block;
  border: 20px;
  border-radius: 25px;
  max-width: 100%;
  background-color: #dfdfdf;
  margin-top: 20px;
}

.center-btn {
  text-align: center;
  margin-bottom: 20px;
}


/* -------------------------------- 

Reponsive Search Table

-------------------------------- */

dl, dd, dt{
    margin:0;
    padding: 3px;
    
}

dt {
  margin-top: 5px;
}
dl {
  background-color: #FFF; 
}

.stripe {
  background-color: #EBEBEB !important; 
}


.table_specification{
    display: table;
    width:100%;
    /*border-spacing:5px 5px;*/
}
.table_specification dl{    
      display:table-row;  
}
.table_specification dt, .table_specification dd{
    display: table-cell;
    width:auto;
    vertical-align: middle;
    /*border:1px solid black;*/
    /*border-bottom: 1px solid black;*/
}
@media only screen and (max-width:480px){
   .table_specification dd, .table_specification dt{
    display: block;
    width:100%;
    /*border:1px solid black;*/
    /*border-bottom: 1px solid black;*/
  } 
}



/* -------------------------------- 

Modal(pop-up) Styles
 
-------------------------------- */


.modal {
    position: fixed;
    top: 3%;
    right: 3%;
    left: 3%;
    width: auto;
    margin: 0;
}
.modal-body {
    height: 100%;
}
.modal-body {
    /*max-height: 550px;*/
    margin: 15px;
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
    padding: 0px;
 }

.modal-body > table > tbody > tr > td {
  width: auto;
}

.modal-body > img {
  max-width: 200px;
}

.edit-modal {
  width: 900px;
}

.modal-body > .glyphicon-forward {
  float: right;
  color: blue;
  font-size: 25px;
}

.form-group > .alert {
  font-size: 11px;
  padding: 0px;
  margin-bottom: 0px;
}

 
small {
  float: right;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1000px !important;
  }
}

@media screen and (min-width: 968px) {
    .modal-lg {
        width: 70%; /* either % (e.g. 60%) or px (400px) */
    }
}

.values {
  padding-left: 10px;
}



/* -------------------------------- 

Bootstrap Adjustments

-------------------------------- */

.container {
  padding-left: 0px;
  padding-right: 0px;
}


.navbar {
  margin-bottom: 0px !important;
}

}

.img-pad {
  margin-right: 20px;
  padding: 20px;
}


.thumbnail {
/*  min-height: 430px;
  min-width: 430px;*/
  width: 320px;
  max-width: auto;
  display: block;
  margin-left: 1px;
  margin-right: 1px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 1);
  
}

.thumbnail img {
  /*display: block;*/
  max-height: 250px;
}




/* -------------------------------- 

Google maps

-------------------------------- */



.map-container {
  border: 1px;
  margin: 20px;
  min-height: 100%;
  min-width: 100%;
}






/* -------------------------------- 

Miscelaneous

-------------------------------- */



.bloc { display:inline-block; vertical-align:top; overflow:hidden; border:solid black 1px; }
.bloc select { padding:10px; margin:-5px -20px -5px -5px; }

/* -------------------------------- 

Footer

-------------------------------- */

.footer-basic-centered{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font: normal 18px sans-serif;

  padding: 45px;
  margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
  color:  #8d9093;
  font-size: 24px;
  margin: 0;
}

.footer-basic-centered .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  margin: 0;
}

.footer-basic-centered .footer-links{
  list-style: none;
  font-weight: bold;
  color:  #ffffff;
  padding: 35px 0 23px;
  margin: 0;
}

.footer-basic-centered .footer-links a{
  display:inline-block;
  text-decoration: none;
  color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

  .footer-basic-centered{
    padding: 35px;
  }

  .footer-basic-centered .footer-company-motto{
    font-size: 18px;
  }

  .footer-basic-centered .footer-company-name{
    font-size: 12px;
  }

  .footer-basic-centered .footer-links{
    font-size: 14px;
    padding: 25px 0 20px;
  }

  .footer-basic-centered .footer-links a{
    line-height: 1.8;
  }
}

/*test*/

body {
  background: url(http://subtlepatterns.com/patterns/scribble_light.png) ;
}

.grid-wrapper {
  width: 90%;
  max-width: 1100px;
  min-width: 800px;
  margin: 50px auto;
}

.grid {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 3;
  column-gap: 15px;
  column-fill: auto;
}

.pin {
  display: inline-block;
  background: #FEFEFE;
  border: 2px solid #FAFAFA;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 0 2px 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  padding: 15px;
  padding-bottom: 5px;
  background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
  opacity: 1;
  
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.pin img {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.pin p {
  font: 12px/18px Arial, sans-serif;
  color: #333;
  margin: 0;
}

@media (min-width: 992px) {
  .grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1450px) {
  .grid {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

#columns:hover .pin:not(:hover) {
  opacity: 0.4;
}

/*masonry*/

.m-item {
  float: left;
  width: 280px;
  height: auto;
  border: 1px solid;
  margin: 0 auto;
}

.m-grid {
  margin-left: auto;
  margin-right: auto;
  
}

@media only screen and (max-width:480px){
   .m-grid{
    margin-left: 0;
    margin-right: 0;
  } 
}

/* about page */

.about {
  padding: 50px;
  margin-top: 100px;
  background-color: white;
  font-family: 'Arvo', serif;
  font-size: 18px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 1);

}