/* ********************************* BEGIN Custom Div Structure ********************************* */
/* ************ BEGIN SITE WIDE ************ */
#team #teaminfo{
background: #e1ecf9 !important;
}
#slideshow{
text-align: center;
position: relative;
z-index: 999;
margin: -40px 0 -110px 0;
	min-height:250px;
}
#index #slideshow{
margin: -50px 0px 10px 0px;
}
#services #slideshow, #contact #slideshow, #videos #slideshow, #facility #slideshow{
position: relative;
z-index: 999;
margin-top: -120px;
margin-bottom: -120px;
}
#facility #slideshow{
margin-bottom: -80px;
}
#services #slideshow{
margin-bottom: -100px;
}
.arrows{
position: absolute;
width: 100%;
top: 20%;
}
.arrows > div{
position: absolute;
top: 0px;
opacity: 0.7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.arrows > div:hover{
opacity: 0.9;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#previousarrow{
background: url(../images/prev.png) left -10px center no-repeat;
left: 0px;
}
#nextarrow{
background: url(../images/next.png) right -10px center no-repeat;
right: 0px;
}
#previousarrow:hover{
background: url(../images/prev.png) left -20px center no-repeat;
}
#nextarrow:hover{
background: url(../images/next.png) right -20px center no-repeat;
}
.arrows a{
display: block;
width: 160px;
height: 125px;
}
.bezha{
}
.slickblock{
}
.slickblock img{
width: 90%;
max-width: 880px;
margin:0 auto;
}
.slickblock p{
}
#index .slickblock p{
margin:0;
display: none;
}
.slickblock .title{
}
.slickblock .text{
}
/* ************ END SITE WIDE ************ */
/* ************ BEGIN TEAM ************ */
#team #swipe{
background: url(../images/swipe-team.png) center top no-repeat;
padding: 90px 90px 50px 90px;
}
#team .bezha{

}
#team .slickblock{
padding: 0 40px;
}
#team .slickblock #one{

}
#team .slickblock img{
max-width: 414px;
height: 414px !important;
float: right;
}
#team .slickblock img:after{
display: block;
content:" ";
}
#team .slidecontent *{
border: 0px dotted #222;
}
#team .slidecontent{
display: block;
float: left;
width: 51.2%;
}
#team h1#employeename{
background: url(../images/button-wide.png) left center no-repeat;
width: 522px;
height: 85px;
position: relative;
margin: 4px 0px 0px 0px;
box-sizing: border-box;
padding: 24px 0px 0px 48px;
font-size: 27px;
font-weight: 400;
text-align: left;
color: #f3f3f3;
text-shadow: -2px 4px 2px #000;
}
#team h1#employeename:hover{
background: url(../images/button-wide.png) right center no-repeat;
width: 522px;
height: 85px;
text-align: left;
color: #fff;
}
#team #teaminfo{
height: 304px !important;
background: #e1ecf9;
margin: -90px 0px 0px 0px;
padding: 90px 20px 20px 20px;
color: #000;
text-align: left;
overflow: auto;
}
#team .section{

}
#team .section#one{

}
#team .section#two{

}
#team .section#three{

}
#team .section#four{

}
#team .section#five{

}
#team .header, #team .answers{
display: block;
line-height: 135%;
font-size: 15px;
}
#team .section#one .header, #team .section#one .answers{
display: inline;
}
#team .header{
margin: 10px 0px 0px 0px;
font-weight: bold;
}
#team .answers{
font-weight: 300;
}
#team .answers#jobtitle{
padding-right: 10px;
font-weight:600;
color: #000;
font-size: 18px;
}
/* ************ END TEAM ************ */
/* ********************************* END Custom Div Structure ********************************* */

/* Slider */
.slick-slider
{
    position: relative;
width: 100%; /* CHANGE AS NEEDED ...or set to auto(?) */
height: auto; /* CHANGE AS NEEDED ...or set to auto(?) */
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
/*background: url(../images/.png) center center no-repeat;*/
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
