.ip_header img {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
	max-width: none !important;
	width: 80%;
	margin-left: 10%; 
	margin-right: 10%;
}

.ip_header {
	display: block;
}
.slider {
	position: relative;
	margin-top:0;
    z-index:1;
    top: 0;
}
.ip-caption {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.ip-caption .title1 {
    font-family:'Fanwood Text';
    font-size:50px;
    line-height:50px;
    top:0;
    color:#333333;
    margin-bottom: 16px;
}
.ip-caption .title2 {
    font-family:'Georgia';
    font-size:18px;
    line-height:24px;
    font-style:italic;
    top:0;
    color:#828181;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px){
.ip-caption .title1 {
    font-size: 50px;
    line-height: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px){
.camera_pag {
    bottom: 27px;
}
.ip-caption {
     font-size: 44px; 
}
}
@media (max-width: 480px) {
    .ip-caption .title1 {
        font-size: 30px;
        line-height: 30px;
    }
    .ip-caption .title2 {
        font-size: 16px;
        line-height: 21px;
    }
}