/*  
    Recommeded CSS
    ==============
*/

.panel {
    position: fixed;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

/*  
    Demo Specific Styles
    ====================
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #101820;
    line-height: 1.5;
}

.wrap {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.panel {
    background: #acb781;
}

.panel a {
    color: #fff;
}

/*--------------  Smart Photo ----------------------------- */
.imag_det{
    margin: 0 auto;
	
}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;

}
.masonry .brick {
  margin-bottom: 30px;
  overflow: hidden;

}
.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}
.masonry .brick:hover img {
  opacity: .75;
}
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 30px 0;
}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .imag_det {
    width: 80%;
    padding: 2em;
  }

  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .imag_det {
    width: 85%;
    padding: 1.5em;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.menuitem {
  padding: 8px;
  margin-top: 10px;
  border-bottom: 1px solid #888;
  background-color:rgba(109, 207, 246, 0.9);
}
	.menuitem a {
		text-decoration: none;
		color: #444444;
		font:  14px arial ;
		font-weight: 600;
    }
	.menuitem a:hover {	
		color: #eee;
		background-color: #012356;
    }
	
.generer {
  padding: 2px;
  height: 15px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  border-radius: 15px 15px 15px 15px;
  border-bottom: 1px solid #888;
  background-color:rgba(109, 207, 246, 0.9);
}
	.generer a {
		text-decoration: none;
		color: #222;
		font:  14px arial ;
		font-weight: 600;
    }
	.generer a:hover {	
		color: #eee;
		font:  15px arial ;
		font-weight: 600;
	/*--- 	background-color: #012356; --*/
    }

div.text_td {
	height: 25px;
	background-color:rgba(255, 255, 255, 0.5);
    text-align: center;
	padding-top: 5px;
    color: #000;
    font-size: 10pt;
    margin-top: 20px;
    font-weight: 600;
}