#containerGallery  {
    color: #525252 !Important;
    font-size: 16px !Important;
}


#containerGallery {
    width: 90% !Important;
    margin: 0 auto;
}




#containerGallery {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 3%;
	margin-bottom: 3%;	  
}


#containerGallery .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
} 

/*EDITS TO BOTH FILTER DROPDOWN AND GRID/LIST BUTTONS*/
#containerGallery .filterTabs {
    display: flex;
    margin-bottom: 4% !important;
    width: 98%;
    justify-content: center;
    margin: 0 auto;
}


/*EDITS GRID/LIST BUTTONS*/
#containerGallery #iconContainer {
	width: 100%;
    display: flex;
    justify-content: flex-end;
}	

#containerGallery #gridButton {
	margin-right: 10%;
}	

#containerGallery .col-md-6{
  float: left;
}

#containerGallery .grid-row:after {
  content: "";
  display: table;
  clear: both;
}

#containerGallery .icon {
	font-size: 22px;
	border: none;
	background-color: transparent;
	outline: none;
	color: #686868;
	cursor: pointer;
  padding: 0 !important;
}

#containerGallery .icon:hover {
  color: #48c6ff !important;
  background-color: transparent !Important;
}

#containerGallery .icon.active {
  color: #48c6ff;
  background-color: transparent !Important;  
}


/*EDITS TO FILTER DROPDOWN*/
#containerGallery  .dropbtn {
	background-color: white !important;
	 color: #686868 !important;	
	 font-size: 20px;
	 border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
  padding: 0 !important;
}

#containerGallery .dropbtn:hover  {
	color: #48c6ff !Important;	
  background-color: transparent !important;
  
}

#containerGallery .dropbtn:after {
	content: "\f0d7";
	color: #48c6ff;
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: auto;
    top: auto;
    margin: 0 0 0 10px;
    font-size: 15px;
    line-height: 1;
    transition: all .1s linear 0s;
}

#containerGallery #myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#containerGallery #myInput:focus {
	outline: 3px solid #ddd;
}

#containerGallery .dropdown {
  position: relative;
  display: inline-block;
	width: 100%;
}

#containerGallery .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 385px;
  overflow: auto;
  border: none;
  padding: 15px 5px;
  z-index: 1;
}

#containerGallery .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#containerGallery .dropdown a:hover {
	background-color: #ddd;
}

#containerGallery .show {
	display: block;
}

#containerGallery .btn {
  font-family: "Proxima Nova",sans-serif;		
  border: none;
  outline: none;
  padding: 5px 15px 5px 15px;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
  display: block !important;
  box-shadow: none !important;
  text-align: left !important;
  font-size: 20px !important;
  font-weight: 450 !Important;
  margin: 3px 0; 
  color: #686868;
}

#containerGallery .btn:hover {
 color: #48c6ff !Important; 
}

#containerGallery .btn.active {
 color: #48c6ff !Important; 
}



/*EDITS TO GALLERY*/ 

#containerGallery .row {
  display: flex;
}  

#containerGallery #all-grid-items {
  display: flex;
  flex-direction: column;
}  

.filterDiv {
  position: relative;
}  

.portfolioTitle {
  position: absolute;
  top: 20px;
  left: 20px;
}  


#containerGallery #col-programmatic {
    width: 100% !important;
}

#programmaticSubtitle {
   margin-top: 1% !important;
   margin-bottom: 1% !important;
}
  

#containerGallery .social a, #containerGallery .social a:visited {
    display: initial !Important;
}

#containerGallery #small-box-1, #containerGallery #small-box-2 {
	height: 100% !important;
}	

#large-box-1, #large-box-2 {
	height: 100% !important;
}	
		
#containerGallery .grid-item {
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}	

#containerGallery .grid-item img {
    max-width: 100%;
    max-height: 100%;
	width: 100%;
	height: 100%;	
	vertical-align: top;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}	

#containerGallery .grid-item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#containerGallery .col-md-6 a:hover{
	text-decoration: none !important;
}	
	

#containerGallery .portfolioSubtitle {
	color: white;
	margin-bottom: 2%;	
	margin-top: 2%;
	font-size: 20px;
	padding: 0;
	line-height: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

#containerGallery .portfolioLabel {
	font-weight: bold;
	color: white;
  margin-left: 5px;
}

/*RESPONSIVE EDITS*/

/*on chrome this is actually 974px*/
@media only screen and (max-width: 991px) {

  #containerGallery .col-xs-1, #containerGallery .col-sm-1, #containerGallery .col-md-1, #containerGallery .col-lg-1, #containerGallery .col-xs-2, #containerGallery .col-sm-2, #containerGallery .col-md-2, #containerGallery .col-lg-2, #containerGallery .col-xs-3, #containerGallery .col-sm-3, #containerGallery .col-md-3, #containerGallery .col-lg-3, #containerGallery .col-xs-4, #containerGallery .col-sm-4, #containerGallery .col-md-4, #containerGallery .col-lg-4, #containerGallery .col-xs-5, #containerGallery .col-sm-5, #containerGallery .col-md-5, #containerGallery .col-lg-5, #containerGallery .col-xs-6, #containerGallery .col-sm-6, #containerGallery .col-md-6, #containerGallery .col-lg-6, #containerGallery .col-xs-7, #containerGallery .col-sm-7, #containerGallery .col-md-7, #containerGallery .col-lg-7, #containerGallery .col-xs-8, #containerGallery .col-sm-8, #containerGallery .col-md-8, #containerGallery .col-lg-8, #containerGallery .col-xs-9, #containerGallery .col-sm-9, #containerGallery .col-md-9, #containerGallery .col-lg-9, #containerGallery .col-xs-10, #containerGallery .col-sm-10, #containerGallery .col-md-10, #containerGallery .col-lg-10, #containerGallery .col-xs-11, #containerGallery .col-sm-11, #containerGallery .col-md-11, #containerGallery .col-lg-11, #containerGallery .col-xs-12, #containerGallery .col-sm-12, #containerGallery .col-md-12, #containerGallery .col-lg-12 {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }  
  
	#containerGallery {
		margin-top: 6%;
		margin-bottom: 6%;
    width: 100% !Important;    
	}	
  
  #containerGallery .portfolioSubtitle {
    font-size: 18px;
  } 
  
  #containerGallery .filterTabs {
    width: 100%;
  }  
  
  #containerGallery #all-grid-items {
    row-gap: 0 !important;
  } 
  
  #containerGallery #display-items, #containerGallery #website-items, #containerGallery #video-items {
    flex-direction: column !Important;
  } 

  #containerGallery #container2, #containerGallery #container3, #containerGallery #container10,
  #containerGallery #container32, #containerGallery #container12, #containerGallery #container13 {
    margin-top: 1.9em;
  }   

  #containerGallery #container3, #containerGallery #containerProgrammatic, #containerGallery #container7, #containerGallery #container10, #containerGallery #container-Email,
  #containerGallery #container32, #container7, #container8 {
    margin-bottom: 1.9em !important;
  }  
  
  #social-items, #social-items2 {
    flex-direction: column !Important;
  }

	#containerGallery .col-md-6 {
		width: 100% !important;
	}	

	#small-box-1, #small-box-2, #large-box-1, #large-box-2 {
		height: auto !important;
	}	
	#containerGallery .filterTabs {
		margin-bottom: 8%;
	}	
	#containerGallery .dropdown-content {
	    width: 100%;
		position: unset;
	}

	
	#containerGallery #iconContainer {
		display: none;
	}	
	
	#containerGallery .grid-row {
		display: flex;
		flex-direction: column;
	}	

}


/*BOOTSTRAP CODE*/
//
// Grid system
// --------------------------------------------------


// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.

#containerGallery {
  .container-fixed();

  @media (min-width: @screen-sm-min) {
    width: @container-sm;
  }
  @media (min-width: @screen-md-min) {
    width: @container-md;
  }
  @media (min-width: @screen-lg-min) {
    width: @container-lg;
  }
}


// Fluid container
//
// Utilizes the mixin meant for fixed width containers, but without any defined
// width for fluid, full width layouts.

#containerGallery .container-fluid {
  .container-fixed();
}


// Row
//
// Rows contain and clear the floats of your columns.

#containerGallery .row {
  .make-row();
}


// Columns
//
// Common styles for small and large grid columns

#containerGallery .make-grid-columns();


// Extra small grid
//
// Columns, offsets, pushes, and pulls for extra small devices like
// smartphones.

#containerGallery .make-grid(xs);


// Small grid
//
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.

@media (min-width: @screen-sm-min) {
  #containerGallery .make-grid(sm);
}


// Medium grid
//
// Columns, offsets, pushes, and pulls for the desktop device range.

@media (min-width: @screen-md-min) {
  #containerGallery .make-grid(md);
}


// Large grid
//
// Columns, offsets, pushes, and pulls for the large desktop device range.

@media (min-width: @screen-lg-min) {
  #containerGallery .make-grid(lg);
}

@media (min-width: 768px) {
  #containerGallery .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #containerGallery .container {
    width: 970px;  
  }
}
@media (min-width: 1200px) {
  #containerGallery .container {
    width: 1170px;
  }
}
#containerGallery .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#containerGallery .row {
  margin-right: -15px;
  margin-left: -15px;
}

#containerGallery .align-this {
  display: flex;
}  

/*SPACING INBEWEEN TILES*/
#containerGallery .col-xs-1, #containerGallery .col-sm-1, #containerGallery .col-md-1, #containerGallery .col-lg-1, #containerGallery .col-xs-2, #containerGallery .col-sm-2, #containerGallery .col-md-2, #containerGallery .col-lg-2, #containerGallery .col-xs-3, #containerGallery .col-sm-3, #containerGallery .col-md-3, #containerGallery .col-lg-3, #containerGallery .col-xs-4, #containerGallery .col-sm-4, #containerGallery .col-md-4, #containerGallery .col-lg-4, #containerGallery .col-xs-5, #containerGallery .col-sm-5, #containerGallery .col-md-5, #containerGallery .col-lg-5, #containerGallery .col-xs-6, #containerGallery .col-sm-6, #containerGallery .col-md-6, #containerGallery .col-lg-6, #containerGallery .col-xs-7, #containerGallery .col-sm-7, #containerGallery .col-md-7, #containerGallery .col-lg-7, #containerGallery .col-xs-8, #containerGallery .col-sm-8, #containerGallery .col-md-8, #containerGallery .col-lg-8, #containerGallery .col-xs-9, #containerGallery .col-sm-9, #containerGallery .col-md-9, #containerGallery .col-lg-9, #containerGallery .col-xs-10, #containerGallery .col-sm-10, #containerGallery .col-md-10, #containerGallery .col-lg-10, #containerGallery .col-xs-11, #containerGallery .col-sm-11, #containerGallery .col-md-11, #containerGallery .col-lg-11, #containerGallery .col-xs-12, #containerGallery .col-sm-12, #containerGallery .col-md-12, #containerGallery .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
#containerGallery .col-xs-1, #containerGallery .col-xs-2, #containerGallery .col-xs-3, #containerGallery .col-xs-4, #containerGallery .col-xs-5, #containerGallery .col-xs-6, #containerGallery .col-xs-7, #containerGallery .col-xs-8, #containerGallery .col-xs-9, #containerGallery .col-xs-10, #containerGallery .col-xs-11, #containerGallery .col-xs-12 {
  float: left;
}
#containerGallery .col-xs-12 {
  width: 100%;
}
#containerGallery .col-xs-11 {
  width: 91.66666667%;
}
#containerGallery .col-xs-10 {
  width: 83.33333333%;
}
#containerGallery .col-xs-9 {
  width: 75%;
}
#containerGallery .col-xs-8 {
  width: 66.66666667%;
}
#containerGallery .col-xs-7 {
  width: 58.33333333%;
}
#containerGallery .col-xs-6 {
  width: 50%;
}
#containerGallery .col-xs-5 {
  width: 41.66666667%;
}
#containerGallery .col-xs-4 {
  width: 33.33333333%;
}
#containerGallery .col-xs-3 {
  width: 25%;
}
#containerGallery .col-xs-2 {
  width: 16.66666667%;
}
#containerGallery .col-xs-1 {
  width: 8.33333333%;
}
#containerGallery .col-xs-pull-12 {
  right: 100%;
}
#containerGallery .col-xs-pull-11 {
  right: 91.66666667%;
}
#containerGallery .col-xs-pull-10 {
  right: 83.33333333%;
}
#containerGallery .col-xs-pull-9 {
  right: 75%;
}
#containerGallery .col-xs-pull-8 {
  right: 66.66666667%;
}
#containerGallery .col-xs-pull-7 {
  right: 58.33333333%;
}
#containerGallery .col-xs-pull-6 {
  right: 50%;
}
#containerGallery .col-xs-pull-5 {
  right: 41.66666667%;
}
#containerGallery .col-xs-pull-4 {
  right: 33.33333333%;
}
#containerGallery .col-xs-pull-3 {
  right: 25%;
}
#containerGallery .col-xs-pull-2 {
  right: 16.66666667%;
}
#containerGallery .col-xs-pull-1 {
  right: 8.33333333%;
}
#containerGallery .col-xs-pull-0 {
  right: auto;
}
#containerGallery .col-xs-push-12 {
  left: 100%;
}
#containerGallery .col-xs-push-11 {
  left: 91.66666667%;
}
#containerGallery .col-xs-push-10 {
  left: 83.33333333%;
}
#containerGallery .col-xs-push-9 {
  left: 75%;
}
#containerGallery .col-xs-push-8 {
  left: 66.66666667%;
}
#containerGallery .col-xs-push-7 {
  left: 58.33333333%;
}
#containerGallery .col-xs-push-6 {
  left: 50%;
}
#containerGallery .col-xs-push-5 {
  left: 41.66666667%;
}
#containerGallery .col-xs-push-4 {
  left: 33.33333333%;
}
#containerGallery .col-xs-push-3 {
  left: 25%;
}
#containerGallery .col-xs-push-2 {
  left: 16.66666667%;
}
#containerGallery .col-xs-push-1 {
  left: 8.33333333%;
}
#containerGallery .col-xs-push-0 {
  left: auto;
}
#containerGallery .col-xs-offset-12 {
  margin-left: 100%;
}
#containerGallery .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#containerGallery .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#containerGallery .col-xs-offset-9 {
  margin-left: 75%;
}
#containerGallery .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#containerGallery .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#containerGallery .col-xs-offset-6 {
  margin-left: 50%;
}
#containerGallery .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#containerGallery .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#containerGallery .col-xs-offset-3 {
  margin-left: 25%;
}
#containerGallery .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#containerGallery .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#containerGallery .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  #containerGallery .col-sm-1, #containerGallery .col-sm-2, #containerGallery .col-sm-3, #containerGallery .col-sm-4, #containerGallery .col-sm-5, #containerGallery .col-sm-6, #containerGallery .col-sm-7, #containerGallery .col-sm-8, #containerGallery .col-sm-9, #containerGallery .col-sm-10, #containerGallery .col-sm-11, #containerGallery .col-sm-12 {
    float: left;
  }
  #containerGallery .col-sm-12 {
    width: 100%;
  }
  #containerGallery .col-sm-11 {
    width: 91.66666667%;
  }
  #containerGallery .col-sm-10 {
    width: 83.33333333%;
  }
  #containerGallery .col-sm-9 {
    width: 75%;
  }
  #containerGallery .col-sm-8 {
    width: 66.66666667%;
  }
  #containerGallery .col-sm-7 {
    width: 58.33333333%;
  }
  #containerGallery .col-sm-6 {
    width: 50%;
  }
  #containerGallery .col-sm-5 {
    width: 41.66666667%;
  }
  #containerGallery .col-sm-4 {
    width: 33.33333333%;
  }
  #containerGallery .col-sm-3 {
    width: 25%;
  }
  #containerGallery .col-sm-2 {
    width: 16.66666667%;
  }
  #containerGallery .col-sm-1 {
    width: 8.33333333%;
  }
  #containerGallery .col-sm-pull-12 {
    right: 100%;
  }
  #containerGallery .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #containerGallery .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #containerGallery .col-sm-pull-9 {
    right: 75%;
  }
  #containerGallery .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #containerGallery .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #containerGallery .col-sm-pull-6 {
    right: 50%;
  }
  #containerGallery .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #containerGallery .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #containerGallery .col-sm-pull-3 {
    right: 25%;
  }
  #containerGallery .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #containerGallery .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #containerGallery .col-sm-pull-0 {
    right: auto;
  }
  #containerGallery .col-sm-push-12 {
    left: 100%;
  }
  #containerGallery .col-sm-push-11 {
    left: 91.66666667%;
  }
  #containerGallery .col-sm-push-10 {
    left: 83.33333333%;
  }
  #containerGallery .col-sm-push-9 {
    left: 75%;
  }
  #containerGallery .col-sm-push-8 {
    left: 66.66666667%;
  }
  #containerGallery .col-sm-push-7 {
    left: 58.33333333%;
  }
  #containerGallery .col-sm-push-6 {
    left: 50%;
  }
  #containerGallery .col-sm-push-5 {
    left: 41.66666667%;
  }
  #containerGallery .col-sm-push-4 {
    left: 33.33333333%;
  }
  #containerGallery .col-sm-push-3 {
    left: 25%;
  }
  #containerGallery .col-sm-push-2 {
    left: 16.66666667%;
  }
  #containerGallery .col-sm-push-1 {
    left: 8.33333333%;
  }
  #containerGallery .col-sm-push-0 {
    left: auto;
  }
  #containerGallery .col-sm-offset-12 {
    margin-left: 100%;
  }
  #containerGallery .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #containerGallery .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #containerGallery .col-sm-offset-9 {
    margin-left: 75%;
  }
  #containerGallery .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #containerGallery .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #containerGallery .col-sm-offset-6 {
    margin-left: 50%;
  }
  #containerGallery .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #containerGallery .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #containerGallery .col-sm-offset-3 {
    margin-left: 25%;
  }
  #containerGallery .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #containerGallery .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #containerGallery .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #containerGallery .col-md-1, #containerGallery .col-md-2, #containerGallery .col-md-3, #containerGallery .col-md-4, #containerGallery .col-md-5, #containerGallery .col-md-6, #containerGallery .col-md-7, #containerGallery .col-md-8, #containerGallery .col-md-9, #containerGallery .col-md-10, #containerGallery .col-md-11, #containerGallery .col-md-12 {
    float: left;
  }
  #containerGallery .col-md-12 {
    width: 100%;
  }
  #containerGallery .col-md-11 {
    width: 91.66666667%;
  }
  #containerGallery .col-md-10 {
    width: 83.33333333%;
  }
  #containerGallery .col-md-9 {
    width: 75%;
  }
  #containerGallery .col-md-8 {
    width: 66.66666667%;
  }
  #containerGallery .col-md-7 {
    width: 58.33333333%;
  }
  #containerGallery .col-md-6 {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #containerGallery .col-md-5 {
    width: 41.66666667%;
  }
  #containerGallery .col-md-4 {
    width: 33.33333333%;
  }
  #containerGallery .col-md-3 {
    width: 25%;
  }
  #containerGallery .col-md-2 {
    width: 16.66666667%;
  }
  #containerGallery .col-md-1 {
    width: 8.33333333%;
  }
  #containerGallery .col-md-pull-12 {
    right: 100%;
  }
  #containerGallery .col-md-pull-11 {
    right: 91.66666667%;
  }
  #containerGallery .col-md-pull-10 {
    right: 83.33333333%;
  }
  #containerGallery .col-md-pull-9 {
    right: 75%;
  }
  #containerGallery .col-md-pull-8 {
    right: 66.66666667%;
  }
  #containerGallery .col-md-pull-7 {
    right: 58.33333333%;
  }
  #containerGallery .col-md-pull-6 {
    right: 50%;
  }
  #containerGallery .col-md-pull-5 {
    right: 41.66666667%;
  }
  #containerGallery .col-md-pull-4 {
    right: 33.33333333%;
  }
  #containerGallery .col-md-pull-3 {
    right: 25%;
  }
  #containerGallery .col-md-pull-2 {
    right: 16.66666667%;
  }
  #containerGallery .col-md-pull-1 {
    right: 8.33333333%;
  }
  #containerGallery .col-md-pull-0 {
    right: auto;
  }
  #containerGallery .col-md-push-12 {
    left: 100%;
  }
  #containerGallery .col-md-push-11 {
    left: 91.66666667%;
  }
  #containerGallery .col-md-push-10 {
    left: 83.33333333%;
  }
  #containerGallery .col-md-push-9 {
    left: 75%;
  }
  #containerGallery .col-md-push-8 {
    left: 66.66666667%;
  }
  #containerGallery .col-md-push-7 {
    left: 58.33333333%;
  }
  #containerGallery .col-md-push-6 {
    left: 50%;
  }
  #containerGallery .col-md-push-5 {
    left: 41.66666667%;
  }
  #containerGallery .col-md-push-4 {
    left: 33.33333333%;
  }
  #containerGallery .col-md-push-3 {
    left: 25%;
  }
  #containerGallery .col-md-push-2 {
    left: 16.66666667%;
  }
  #containerGallery .col-md-push-1 {
    left: 8.33333333%;
  }
  #containerGallery .col-md-push-0 {
    left: auto;
  }
  #containerGallery .col-md-offset-12 {
    margin-left: 100%;
  }
  #containerGallery .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #containerGallery .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #containerGallery .col-md-offset-9 {
    margin-left: 75%;
  }
  #containerGallery .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #containerGallery .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #containerGallery .col-md-offset-6 {
    margin-left: 50%;
  }
  #containerGallery .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #containerGallery .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #containerGallery .col-md-offset-3 {
    margin-left: 25%;
  }
  #containerGallery .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #containerGallery .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #containerGallery .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #containerGallery .col-lg-1, #containerGallery .col-lg-2, #containerGallery .col-lg-3, #containerGallery .col-lg-4, #containerGallery .col-lg-5, #containerGallery .col-lg-6, #containerGallery .col-lg-7, ##containerGallery.col-lg-8, #containerGallery .col-lg-9, ##containerGallery .col-lg-10, ##containerGallery .col-lg-11, #containerGallery .col-lg-12 {
    float: left;
  }
  #containerGallery .col-lg-12 {
    width: 100%;
  }
  #containerGallery .col-lg-11 {
    width: 91.66666667%;
  }
  #containerGallery .col-lg-10 {
    width: 83.33333333%;
  }
  #containerGallery .col-lg-9 {
    width: 75%;
  }
  #containerGallery .col-lg-8 {
    width: 66.66666667%;
  }
  #containerGallery .col-lg-7 {
    width: 58.33333333%;
  }
  #containerGallery .col-lg-6 {
    width: 50%;
  }
  #containerGallery .col-lg-5 {
    width: 41.66666667%;
  }
  #containerGallery .col-lg-4 {
    width: 33.33333333%;
  }
  #containerGallery .col-lg-3 {
    width: 25%;
  }
  #containerGallery .col-lg-2 {
    width: 16.66666667%;
  }
  #containerGallery .col-lg-1 {
    width: 8.33333333%;
  }
  #containerGallery .col-lg-pull-12 {
    right: 100%;
  }
  #containerGallery .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #containerGallery .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #containerGallery .col-lg-pull-9 {
    right: 75%;
  }
  #containerGallery .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #containerGallery .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #containerGallery .col-lg-pull-6 {
    right: 50%;
  }
  #containerGallery .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #containerGallery .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #containerGallery .col-lg-pull-3 {
    right: 25%;
  }
  #containerGallery .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #containerGallery .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #containerGallery .col-lg-pull-0 {
    right: auto;
  }
  #containerGallery .col-lg-push-12 {
    left: 100%;
  }
  #containerGallery .col-lg-push-11 {
    left: 91.66666667%;
  }
  #containerGallery .col-lg-push-10 {
    left: 83.33333333%;
  }
  #containerGallery .col-lg-push-9 {
    left: 75%;
  }
  #containerGallery .col-lg-push-8 {
    left: 66.66666667%;
  }
  #containerGallery .col-lg-push-7 {
    left: 58.33333333%;
  }
  #containerGallery .col-lg-push-6 {
    left: 50%;
  }
  #containerGallery .col-lg-push-5 {
    left: 41.66666667%;
  }
  #containerGallery .col-lg-push-4 {
    left: 33.33333333%;
  }
  #containerGallery .col-lg-push-3 {
    left: 25%;
  }
  #containerGallery .col-lg-push-2 {
    left: 16.66666667%;
  }
  #containerGallery .col-lg-push-1 {
    left: 8.33333333%;
  }
  #containerGallery .col-lg-push-0 {
    left: auto;
  }
  #containerGallery .col-lg-offset-12 {
    margin-left: 100%;
  }
  #containerGallery .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #containerGallery .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #containerGallery .col-lg-offset-9 {
    margin-left: 75%;
  }
  #containerGallery .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #containerGallery .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #containerGallery .col-lg-offset-6 {
    margin-left: 50%;
  }
  #containerGallery .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #containerGallery .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #containerGallery .col-lg-offset-3 {
    margin-left: 25%;
  }
  #containerGallery .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #containerGallery .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #containerGallery .col-lg-offset-0 {
    margin-left: 0;
  }
}


#containerGallery .container .jumbotron,
##containerGallery .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
}
#containerGallery .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #containerGallery .container .jumbotron,
  #containerGallery .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}


/*# sourceMappingURL=bootstrap.css.map */
/*****************************************/