@media screen and (max-width:1300px) {
.nivoSlider img {
	min-height: 0px;
}
.nivo-main-image {
	height: auto !important;
}
.cap {
	height: 500px;
}
}
 @media screen and (max-width:1199px) {
.nivo-caption h1 {
	font-size: 35px;
}
.nivo-caption p {
	font-size: 15px;
	margin-top: 15px;
}

.cap {
	width: 940px;
	height: 420px;
}
.cap-inner {
	left: 0;
}

}
@media screen and (max-width:1024px) {
.nivo-caption a {
	padding: 8px 25px;
	font-size: 18px;
}
.nivo-caption h1 {
	font-size: 25px;
	line-height: 30px;
}
.nivo-caption p {
	font-size: 13px;
	line-height: 20px;
}
.cap {
	height: 410px;
}
}
@media screen and (max-width:991px) {

.cap {
    width: 718px;
}
.cap {
    height: 300px;
}
}
@media screen and (max-width:768px) {
.cap {
    height: 270px;
}

}
@media screen and (max-width:740px) {
.cap {
    height: 230px;
}
.cap-inner {
    left: 15px;
}

}


@media screen and (max-width:568px) {
.cap {
    height: 175px;
}
.nivo-caption h1 {
    font-size: 20px;
    line-height: 23px;
}
.nivo-caption p {
    font-size: 12px;
    line-height: 17px;
	margin-top:10px;
}
.nivo-caption a {
    padding: 8px 25px;
    font-size: 14px;
	margin-top:10px;
}

}
@media screen and (max-width:480px) {
.nivo-caption h1 {
    font-size: 16px;
    line-height: 20px;
}
.nivo-caption p {
    display: none;
}
.cap {
    height: 120px;
}
.nivo-caption a {
    padding: 5px 20px;
    font-size: 13px;
}

}
@media screen and (max-width:360px) {
	
}




