/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Dec-2014, 09:18:36
    Author     : mthorne
*/


.photos .cover {
    cursor: pointer;
    /*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, .5)));*/
}

#photos-info {
    position:		relative;
    text-align:		center;
    z-index:		1000;
    text-shadow:	0 0 8px white;
}

#photos-name {
    font-size: 200%;
    font-weight: bold;
}

.clearfix {
    clear: both;
}
/* my css ----------------------------*/
.coverflowOverflow{
    overflow: hidden;
}
.Coverflowcontainer{
    width:100%;
    max-width:1000px;
    margin: 0 auto;
    position: relative;
    /*max-height: 370px;*/
}
.photos{
    min-height: 300px;
}
.cover{
    
max-width: 566px;
width: 566px;
height: 318px;
min-width: 320px;
display: block;}
.cover img{
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
display: block;
}

.Coverflowshade{
    background: url(/bundles/utilitywarehouseresidential/images/general/coverflowshade.png) no-repeat;
    background-size:100% 100%;
    height: 80px;
    left: -40%;
    opacity: 0.4;
    position: relative;
    margin-bottom: -80px;
    top: -47px;
    width: 180%;
}
.membersfadercontainer{display: none;}
.ui-slider-horizontal .ui-slider-handle{
 margin-left: -23px;   
}
@media only screen and  (max-width: 600px) {
    .Coverflowcontainer{display: none;}
    .membersfadercontainer{display: block;}
    .membersImg img{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 2;
    }
    .Coverflowshade{
        top: -70px;
        display: none;
        opacity: 0.4;
    }
    .membersSlides > li{
        list-style: none;
    }
.membersSlides > .dots{
        text-align: center;
        margin: 15px 0px;
        padding: 0px;
    }
.membersSlides > .dots li {
list-style: none;
border: 1px solid #dfbadb;
display: inline-block;
width: 15px;
height: 15px;
line-height: 40px;
text-indent: -99999px;
border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
margin: 0px 3px;
transition: 0.15s ease-in-out;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
cursor: pointer;
opacity: 0.7;
}
.membersSlides > .dots li:hover {background-color: #dfbadb;}
.membersSlides > .dots li.active {
	background-color: #fed100;
	border: 1px solid #fed100 !important;
	opacity: 1 !important;
}

    
}

