/* Portfolio Landing Page 
====================================================== */

#menlo1:hover {
	background-image:url(../images/mp1/gallery_MP1_2.jpg);
}


/*  Portfolio
====================================================== */

body.portfolio {
	background-color:#99a09c;
}

#portfolio-content {
	padding:0 0 0 3%;
}

#portfolio-numbers, portfolio-numbers-label {
	display:none;
}

#portfolio-links {
	width:145px;
	float:left;
	margin-bottom:1%;
}

#portfolio-links ul {
	list-style-type: none;
}

#portfolio-links a { 
	display:block; /*inline; */
	padding:0% 3% 5% 0%; 
}

#portfolio-links a:hover { 
}

#portfolio-links a.active { 
	color:#fff 
}

.portfolio-text {
    background-color: rgba(0,0,0,0.8);    
	padding:20px;

}

.houzz-badge-left {
	margin-top:28px;
	margin-bottom:0px;
}

.houzz-icon {
	margin-top:10px;
}

#portfolio-numbers ul li.houzz-badge-small {
	display:none;
}


/* GALLERIA ===================================*/

.wrap {
	max-width:1140px;
	position:relative;
	padding-bottom: 40%;
	margin:130px auto 0 auto;
}

#galleria {
/*demo settings
	height:420px;    /* defines a static gallery height */
	/* height:600px !important;  /* This overrides the JS that generates a 0 height error. Breaks the responsive design but couldn't get the error to stop appearing. 
	"Could not extract a stage height from the CSS. Traced height: 0px..."
	 */
	max-width:1140px;  /* defines a responsive width - was 820 */
	position: absolute;
	top: 0;
	left: 53px; /*original: 0. 140 px keeps image on screen on 1440 screens */
	width: 100%;
	height:100%; 
}

#galleria-loader{height:1px!important}

.galleria-container {  /* The default height on loading is different than the height after you manually click */
	position: relative;
    overflow: hidden;
	height:inherit !important; 
    font: 11px/1.4 'Noto Sans',sans-serif;
    color: #fff;
}

/*this was on the website example but not the demo file*/
.galleria-images { 
	width:100%;
	height:100%;
}
/*end*/    

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
/*this was on the website example but not the demo file */
	width:864px;
	height:432px;
/*end*/    
}
.galleria-stage {
    overflow: hidden;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	height: inherit; 
	width:inherit;
    bottom: 0px; /*was 30px */
}
.galleria-container.fullscreen .galleria-stage { 
	bottom: 0; 
	}
.galleria-bar {
    height: 57px; /*was 57px */
    width: 100%;
    position: absolute;
    bottom: -51px; /*was 0 */
    left: 0;
    background: url(../galleria/themes/twelve/bar.png) repeat-x;
    z-index: 3;
}

.galleria-s1,
.galleria-s2 {
	display:none;
}

.galleria-s3,
.galleria-s4 {
    background: url(../galleria/themes/twelve/separator.png);
    height: 29px;
    width: 2px;
    position: absolute;
    left: 28px;
    bottom: 1px;
}
.galleria-s2 { left: 58px }
.galleria-s3 {
    right: 29px;
    left: auto;
}
.galleria-s4 {
    right: 58px;
    left: auto;
}
.galleria-progress {
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #aaa;
    opacity: .5;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.galleria-thumblink, .galleria-play {
	display:none;
}


.galleria-fullscreen,
.galleria-popout {
    width: 29px;
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../galleria/themes/twelve/thumbs.png) no-repeat 50% 50%;
    cursor: pointer;
}
.galleria-fullscreen,
.galleria-popout {
    left: auto;
    right: 0;
    background-image: url(../galleria/themes/twelve/fullscreen.png);
    background-position: 8px 7px;
}
.galleria-popout {
    background-image: url(../galleria/themes/twelve/popout.png);
    right: 30px;
    background-position: 50% 50%;
}
.galleria-play {
    left: 30px;
    background-image: url(../galleria/themes/twelve/playpause.png);
    background-position: 10px 9px;
}
.galleria-play.playing { background-position: 10px -91px }
.galleria-fullscreen.open { background-position: 8px -93px }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active { background-color: #000 }
.galleria-thumbnails-container {
    display:none;/*hiding thumbnails */
	position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: url(../galleria/themes/twelve/bg.png);
    z-index: 2;
}
.galleria-thumbnails-list {
    position: absolute!important;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 41px;
    overflow: auto!important;
}
.galleria-thumbnails .galleria-image {
    width: 80px;
    height: 45px;
    float: left;
    margin: 0 7px 7px 0;
    border: 3px solid #fff;
    cursor: pointer;
}
.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
    opacity: .9;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.galleria-info {
    position: absolute;
    overflow: hidden;
    height: 29px;
    line-height: 29px;
    left: 10px; /* Sets position of contents in bottom bar */
    right: 70px;
    bottom: 1px;
    color: #bbb;
}
.galleria-info > *,
.galleria-info-text > * { display: inline }
.galleria-info-title {
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}
.galleria-info-text { padding-left: 10px }
.galleria-counter {
    background: url(../galleria/themes/twelve/separator.png) no-repeat 100% 0;
    display: inline-block;
    *display: inline;
    padding-right: 10px;
    _height: 29px;
    zoom: 1;
}
.galleria-loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 2;
    display: none;
    background: #000 url(../galleria/themes/twelve/loader.gif) no-repeat 50% 50%;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    height: 36px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 20px;
    z-index: 2;
    background: url(../galleria/themes/twelve/nav.png);
}
.galleria-image-nav-right {
    left: auto;
    right: 20px;
    background-position: -36px 0;
    z-index: 2;
}
.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.touch .galleria-image-nav-left:active { background-position: 0 -36px }
.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-right:active { background-position: -36px -36px }
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover,
.galleria-thumbnails-container .disabled:active {
    opacity: .2;
    cursor: default;
}
.galleria-container.notouch .galleria-thumb-nav-left:hover,
.galleria-container.touch .galleria-thumb-nav-left:active,
.galleria-container.notouch .galleria-thumb-nav-right:hover,
.galleria-container.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    background-color: #111;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right { display: block }
.galleria-lightbox-content { background: url(../galleria/themes/twelve/loader_pos.gif) no-repeat 50% 50% }


/*  END GALLERIA ================= */


/*  Desktop / Large Layout: >1440px wide  --------------------*/

@media only screen 
and (min-width: 1440px) {

}

/*  Desktops / Small : 1024-1440 px wide  --------------------*/

@media only screen 
and (min-width: 1024px)
and (max-width: 1440px) {


.wrap {
	margin:auto;
	}


#portfolio-links {
	display:none;
}

#portfolio-numbers {
	display:block;
	width:100%;
	margin-top:91px;
	height:1px;
}

#portfolio-numbers a:active { 
	color:#fff 
}

#portfolio-numbers ul {
	list-style-type: none;
}

#portfolio-numbers ul li {
	display:inline;
	float:left;
	margin-right:15px;
	height:20px;
	margin-top:-10px; 

}

#portfolio-numbers ul li.houzz-badge {
	float:right;
	padding-right:3%;
}

#portfolio-numbers a { 
	display:block; 
	font-size:20px;

}


#portfolio-numbers a.active { 
	color:#fff 
}		

#portfolio-numbers ul li.houzz-badge {
	display:none;
}
#portfolio-numbers ul li.houzz-badge-small {
	display:block;
}


}


/*  Mobile / Large Layout: 628-1024 wide --------------------*/
@media only screen
and (min-width : 628px)
and (max-width: 1024px)

{


.wrap {
	margin:130px 0 0 154px;
	}

#portfolio-links {
	display:none;
}

#portfolio-numbers {
	display:block;
	width:100%;
	margin-top:50px;
	height:1px;
}

#portfolio-numbers a:active { 
	color:#fff 
}

#portfolio-numbers ul {
	list-style-type: none;
}

#portfolio-numbers ul li {
	display:inline;
	float:left;
	margin-right:15px;
	height:20px;
	margin-top:-10px; 

}

#portfolio-numbers ul li.houzz-badge {
	float:right;
	padding-right:3%;
}

#portfolio-numbers a { 
	display:block; 
	font-size:20px;

}


#portfolio-numbers a.active { 
	color:#fff 
}		

#portfolio-numbers ul li.houzz-badge {
	display:none;
}
#portfolio-numbers ul li.houzz-badge-small {
	display:block;
}


#galleria {  /*Adjusts the size of the images */
	width:900px;
}

/* START Styling to make captions fit  */

.wrap {
	padding-bottom: 0;
	margin-left: -54px;
	margin-top:-65px; 
}

#gallery { 
	width:900px; 
	height:600px; /*  gallery, galleria-stage and galleria-image have fixed heights */

}

#galleria {  /*Adjusts the size of the images */
	width:100%;
	height:520px;    /* defines a static gallery height */
	top:55px; /*moves gallery down */ 
}

.galleria-stage { /* Must set height for both galleria-stage and galleria-image to prevent cropping */
	top:0px;
	height:600px;
	width:93%;

}

.galleria-image {
	 height:600px; 
}

.galleria-bar {
	bottom:-62px; /*Adjust this depengin on galleriat-stage and galleria-image height */
	height:97px;
	background-size:132%;
	}


/* START original popout and fullscreen */

.galleria-fullscreen,
.galleria-popout {
    width: 29px;
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 36px;
    background: url(../galleria/themes/twelve/thumbs.png) no-repeat 50% 50%;
    cursor: pointer;
}
.galleria-fullscreen,
.galleria-popout {
    left: auto;
    right: 0;
    background-image: url(../galleria/themes/twelve/fullscreen.png);
    background-position: 8px 7px;
}
.galleria-popout {
    background-image: url(../galleria/themes/twelve/popout.png);
    right: 30px;
    background-position: 50% 50%;
}

/*  END original popout and fullscreen */

.galleria-info {
    position: absolute;
    overflow: auto;
    height:66px;
    line-height: 12px;
    left: 10px; /* Sets position of contents in bottom bar */
    right: 56px; /* Need to move left to allow space for popup and full screen icons */
    bottom: -7px;
    color: #bbb;
}
.galleria-info > *,
.galleria-info-text > * { 
	margin-bottom:2px;
	}
.galleria-info-title {
    color: #fff;
    font-weight: bold;
    padding: 0 3px 0 0;
	margin-left:-10px;
}

/* END styling to make captions fit */



}


/*  Mobile - Medium Layout: <628 --------------------*/

@media only screen
and (min-width : 480px)
and (max-width : 628px)
{


.wrap {
	margin-top:0px;
	top:-70px;
}

#portfolio-links {
	display:none;
}

#portfolio-numbers {
	display:block;
	width:100%;
	margin-top:36px;
	height:1px;
}

#portfolio-numbers a:active { 
	color:#fff 
}

#portfolio-numbers ul {
	list-style-type: none;
}

#portfolio-numbers ul li {
	display:inline;
	float:left;
	margin-right:15px;
	height:20px;
	margin-top:-10px; 

}

#portfolio-numbers ul li.houzz-badge {
	float:right;
	padding-right:3%;
}

#portfolio-numbers a { 
	display:block; 
	font-size:20px;

}


#portfolio-numbers a.active { 
	color:#fff 
}		

#portfolio-numbers ul li.houzz-badge {
	display:none;
}
#portfolio-numbers ul li.houzz-badge-small {
	display:block;
}

#galleria {  /*Adjusts the size of the images */
	width:100%;
	height:600px;    /* defines a static gallery height */
	top:10px;
	left:0px;
	position:relative;
	margin:0 auto;
}

.galleria-stage {
	top:35px;
	width:100%;
}


.galleria-container img {
/*	height:640px; */

}

.galleria-fullscreen {
	display:none;
}

}



/* Mobile - Small <480px wide  --------------------*/

@media only screen
and (max-width: 480px)

{	
	#portfolio-links {
	display:none;
}

.portfolio-text {
	padding:16px 7px;
}

#portfolio-numbers {
	display:block;
	width:100%;
	margin-top:61px;
	height:1px;
}

#portfolio-numbers a:active { 
	color:#fff 
}

#portfolio-numbers ul {
	list-style-type: none;
}

#portfolio-numbers ul li {
	display:inline;
	float:left;
	margin-right:10px;
	height:20px;
	margin-top:-10px; 
	font-size:12px;
}

#portfolio-numbers ul li.houzz-badge {
	display:none;
}

#portfolio-numbers a { 
	display:block; /*inline; */
	font-size:12px;

}


#portfolio-links a:hover { 
}

#portfolio-numbers a.active { 
	color:#fff 
}		

#slideshow {
	margin-top:20px;
	width:100%;
}

.wrap {
	padding-bottom: 0;
}

#gallery { 
width:320px; 
height:200px; /*Largest size is 780 x 500 */
}

#galleria {  /*Adjusts the size of the images */
	width:480px; /* 320px */
	height:200px;    /* defines a static gallery height */
	top:-130px;
	left:0px;
}

.galleria-stage { /* Must set height for both galleria-stage and galleria-image to prevent cropping */
	top:0px;
	height:200px;
}

.galleria-image {
	 height:200px; 
}

.galleria-bar {
	bottom:-53px;
}

.galleria-fullscreen {
	display:none;
}

.galleria-popout {
	display:none;
}


}

