div.gallery_03 {clear:both; padding: 30px 0 60px 0; background-color:#ebe3dc;}
div.gallery_03 .container { min-height:650px;  width: 100%; display:block; overflow:hidden;  max-width: 1100px;  margin: 0px auto;   position: relative;   text-align: center;}
#gallery, #projects {overflow:hidden;}
div.gallery_03 h1 {display:none;  margin-bottom: 20px;  text-transform: uppercase; color: #F39CC3;}
div.gallery_03 nav {   display: block;   width: 100%; }
div.gallery_03 ul {   list-style: none;    margin-bottom: 20px; padding:10px 0;}
div.gallery_03 nav > ul > li {   display: inline-block;}
div.gallery_03 nav > ul > li > a {  font-size:14px;  text-transform: uppercase;   padding: 4px 12px 5px 12px;  margin-right: 2px;  margin-left: 2px;
    text-decoration: none;  color: #7d6452;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;
    border-radius: 25px;  border: 1px solid #7d6452; line-height:30px;
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;}
div.gallery_03 .hidden {   display: none;}
div.gallery_03 nav > ul > li > a:hover,div.gallery_03 .current a {  color: #fff !important; background-color: #7d6452;}
div.gallery_03 #projects > ul > li {  display: inline-block; float: left; margin:0.5% 0.5%; width: 24%; height: auto;
    cursor: pointer; border-radius: 5px; box-sizing: border-box; position: relative; opacity: 0.7;
	-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
div.gallery_03 #projects > ul > li:hover { opacity: 1;}
div.gallery_03 img { max-width: 100%; border-radius: 5px; vertical-align:top;}
div.gallery_03 .gallery {  position: fixed;  top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8);
    display: none; box-sizing: border-box; z-index:999; }
    div.gallery_03 .gallery div.table1{display:table; height:100%; width:100%;}
    div.gallery_03 .gallery div.table2{display:table-cell; vertical-align:middle;}
div.gallery_03 .gallery > img { max-height: 100%; width: auto;}
.close i { position: fixed; top: 10px; right: 10px; height: 30px; width: 30px;}
div.gallery_03 .bar { display: block; position: absolute; top: 13px; float: left; width: 30px; border-bottom: 4px solid #fff; transform: rotate(45deg);}
div.gallery_03 .bar:first-child { transform: rotate(-45deg);}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
}
@media (max-width: 768px) {
div.gallery_03 {margin:0 1%;}
div.gallery_03 #projects > ul > li { width: 33.333333%; padding:1% 1%; margin:0 ;  text-align:center;  }
}
@media (max-width: 640px) {
div.gallery_03 #projects > ul > li { width: 50%;   }	
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
