/* The Nivo Slider styles */
.devSlider {
	position:relative;
    width:100%;
    height:400px;
    margin-bottom:80px;
	overflow:hidden;

}
.devSlider img {
	position:absolute;
	top:0px;
        width:100% !important;
            height:400px !important;

	left:0px;
	border:none !important;
}
/* If an image is wrapped in a link */
.devSlider a.dev-imageLink {
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.dev-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.dev-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.dev-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.dev-caption p {
	padding:5px;
	margin:0;
}
.dev-caption a {
	display:inline !important;
}
.dev-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.dev-directionNav a {
	position: absolute;
    bottom: 205px;
    z-index: 10;
    cursor: pointer;
    background: url(../Images/Arrows2.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 38px;

    cursor: pointer;
    display: block;
     padding: 0 0 6px 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     width: 58px;
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: -webkit-body;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    filter: Alpha(Opacity=50);
    /*opacity: 0.5;*/
}
a.dev-prevNav {
	background-position: 0 0;
	left:0px;
}
a.dev-nextNav {
	background-position: 0 -38px;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.dev-controlNav
{
	position:absolute;
	bottom:0px;
	left:0px;
	font-family:Arial;
	font-size:18px;
	font-weight:100;
	height:53px;
	white-space:nowrap;
}
.dev-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	padding-top:15px;
	float:left;
	color:#fff667;
}
.dev-controlNav a:hover
{
	color: #A4B3CA;
}
.dev-controlNav a span {
	padding:8px 18px;
	display:block;
	text-shadow: -1px 0px 0px #131c3f;
}
.dev-controlNav a.active {
	background:url(../Images/Btn.png) no-repeat 50% top;
}
.dev-controlNav a.active span {
	color:#1c1e21;
	background-color:#ffc287;
	text-shadow: 0px 0px 0px #131c3f;
}
@media only screen and (max-width: 850px) {
.devSlider {
	position:relative;
    width: 100% !important;
        height:140px !important;
    margin-bottom:80px;
	overflow:hidden;

}
.devSlider img {
	position:absolute;
	top:0px;
        width:100% !important;
            height:auto !important;

	left:0px;
	border:none !important;
}
.dev-directionNav a {
	position: absolute;
    bottom: 66px;
    z-index: 10;
    cursor: pointer;
     text-indent: -9999px;
    display: block;
    width: 60px;
    height: 38px;

    cursor: pointer;
    display: block;
     padding: 0 0 6px 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     width: 58px;
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: -webkit-body;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
} 
}