
       
        body {
           
        }
        .gallery_content:hover .overlay.right {
            top: 0;
        }

        #gallery_layout {
            width: 100%;
            margin: 0;
        }

        #gallery_layout:after {
            content: "";
            display: block;
            clear: both;
        }

        .gallery_content {
            position: relative;
            float: left;
            width: 33.3333333%;
            overflow: hidden;
        }

        .gallery_content img {
            width: 100%;
            height: 100%px;
            display: block;
            margin: 0 auto;
            transition: all 1s ease-in-out;
        }




        .content {
			width: 80%;
            z-index: 1;
            display: none;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .content h1 {
            font-size: 1.5em;
          
            text-align: center;
			color:white;
        }
        .content p {
            padding: 2px 0;
            font-size: 1.2em;
            text-align: center;
			color: #fdba30;
			font-family: 'Noto Sans';
			font-weight: 600;
        }        
        .gallery_content:hover .content {
            display: block;
            transition: all 1s ease-in-out;
        }

        .gallery_content:hover img {
            transform: scale(1.2);
            transition: all 1s ease-in-out;
        }

        .overlay {
            display: none;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
        }

        /* overlay color */
        .overlay.darkBlue {
            background-color:rgba(31, 50, 99, 0.6);
        }
        .overlay.gold {
            background-color:rgba(216, 177, 126, 0.5);
        }  
        .overlay.pink {
            background-color:rgba(255, 113, 181, 0.7);
        }  
        .overlay.black {
            background-color: rgba(0, 0, 0, 0.7);
        }  
        .overlay.yellow {
            background-color: rgba(103, 58, 183, 0.5);
        }
        .overlay.red {
            background-color: rgba(244, 67, 54, 0.5);
        }      

        .gallery_content:hover .overlay {
            display: block;
            transition: all 0.5s ease-in-out;
        }
        
        @media all and (min-width: 960px) {
            #gallery_layout {
               
            }  
        }

        @media all and (max-width: 959px) {
        #gallery_layout {
            width: 100%;
        }
        .gallery_content {
            width: 50%;
        }

        }
        @media all and (max-width: 499px) {
        #gallery_layout {
            width: 100%;
        }
        .gallery_content {
            width: 50%;
        }
			
			
		 .content h1 {
            font-size: 1em;
            text-transform: uppercase;
            text-align: center;
			color:white;
			 margin: -0.4rem 0;
        }
        .content p {
           
            font-size: 0.7em;
            text-align: center;
			color: #fdba30;
			font-family: 'Noto Sans';
			font-weight: 600;
			
        }     
		
			
		
.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3rem 0.3rem;
  font-size: 0.5rem;
  line-height: 0.8;
  border-radius: 0.3rem;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }
	
			
			

			

        }





.btn-foh {
  color: #fff;
  background-color: #fdba30;
  border-color: #fdba30;}
  
  .btn-foh:hover {
    color: #fff;
    background-color: #fdba30;
    border-color: #fdba30; }
  .btn-foh:focus, .btn-foh.focus {
    -webkit-box-shadow: #fdba30;
    box-shadow: #fdba30;}
  .btn-foh.disabled, .btn-foh:disabled {
    background-color: #fdba30;
    border-color: #fdba30; }
  .btn-foh:active, .btn-foh.active,
  .show > .btn-foh.dropdown-toggle {
    background-color: #fdba30;
    background-image: none;
    border-color: #fdba30; }







.btn-system {
  color: #fff;
  background-color: #6600ff;
  border-color: #6600ff;
  text-align:justify;
 

}
  
  .btn-system:hover {
    color: #fff;
    background-color: #6600ff;
    border-color: #6600ff; }
  .btn-system:focus, .btn-system.focus {
    -webkit-box-shadow: #6600ff;
    box-shadow: #6600ff;}
  .btn-system.disabled, .btn-system:disabled {
    background-color: #6600ff;
    border-color: #6600ff; }
  .btn-system:active, .btn-system.active,
  .show > .btn-system.dropdown-toggle {
    background-color: #6600ff;
    background-image: none;
    border-color: #6600ff; }





.btn-moniter {
  color: #fff;
  background-color: #003567;
  border-color: #003567;}
  
  .btn-moniter:hover {
    color: #fff;
    background-color: #003567;
    border-color: #003567; }
  .btn-moniter:focus, .btn-moniter.focus {
    -webkit-box-shadow: #003567;
    box-shadow: #003567;}
  .btn-moniter.disabled, .btn-moniter:disabled {
    background-color: #003567;
    border-color: #003567; }
  .btn-moniter:active, .btn-moniter.active,
  .show > .btn-moniter.dropdown-toggle {
    background-color: #003567;
    background-image: none;
    border-color: #003567; }




.btn-stage {
  color: #fff;
  background-color: #e4007f;
  border-color: #e4007f;}
  
  .btn-stage:hover {
    color: #fff;
    background-color: #e4007f;
    border-color: #e4007f; }
  .btn-stage:focus, .btn-stage.focus {
    -webkit-box-shadow: #e4007f;
    box-shadow: #e4007f;}
  .btn-stage.disabled, .btn-stage:disabled {
    background-color: #e4007f;
    border-color: #e4007f; }
  .btn-stage:active, .btn-stage.active,
  .show > .btn-stage.dropdown-toggle {
    background-color: #e4007f;
    background-image: none;
    border-color: #e4007f; }

.btn-studio {
  color: #fff;
  background-color: #03f0e8;
  border-color: #03f0e8;}
  
  .btn-studio:hover {
    color: #fff;
    background-color: #03f0e8;
    border-color: #03f0e8; }
  .btn-studio:focus, .btn-studio.focus {
    -webkit-box-shadow: #03f0e8;
    box-shadow: #03f0e8;}
  .btn-studio.disabled, .btnbtn-studio-stage:disabled {
    background-color: #03f0e8;
    border-color: #03f0e8; }
  .btn-studio:active, .btn-studio.active,
  .show > .btn-studio.dropdown-toggle {
    background-color: #03f0e8;
    background-image: none;
    border-color: #03f0e8; }

.content  .s_p {
            padding: 2px 0;
      
            text-align: center;
			color:#d7d3d3;
			font-family: 'Noto Sans';
			font-weight: 100;
        }    