@charset "utf-8";

.slideBoxes{
	width:950px;
}
		
.slideBoxes a {
    display: block;
    width: 248px;
    margin: 0 0 20px 0;
    background: rgba(215, 215, 215, 0.5);
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 35px;
    text-decoration: none
    }

.slideBoxes .img1 {
    color: #333;
    text-align: center;
    height: 250px;
    font:  18px myriad, "Myriad Pro", Helvetica, Arial, sans-serif;
    /* Vertically center text by making line height equal to height */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 18;
    position: relative
    }

.slideBoxes a:hover .img2 {
    margin-top: -250px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8
    }

.slideHeader {
    width: 248px;
    height: 50px;
    background-color: #181C27;
    margin-top: -50px;
    text-align: center;
    line-height: 50px;
    position: relative
    }

.slideHeader p {
    color: #ffe913;
    }

.slideBoxes .img2 {
    position: relative;
    color: white;
    font: 18px myriad, "Myriad Pro", Helvetica, Arial, sans-serif;
    height: 250px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 20;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
    }

.popUpText {
    width: 208px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #181c27
    }

.slideBoxes a:nth-child(1) .img1 { background-image: url(Images/slideImg1.jpg); }
.slideBoxes a:nth-child(2) .img1 { background-image: url(Images/slideImg2.jpg); }
.slideBoxes a:nth-child(3) .img1 { background-image: url(Images/slideImg3.jpg); }

.slideBoxes a:nth-child(1) .img2 { background: #ffe913; }
.slideBoxes a:nth-child(2) .img2 { background: #ffe913; }
.slideBoxes a:nth-child(3) .img2 { background: #ffe913; }

