@charset "utf-8";
/* CSS Document */
.top-banner {
	height:550px;
}
.banner-text1 {
	font-family:"Open sans";	
	color: #fff;
    float: right;
    margin-right: 10%;
    padding-top: 14%;
    text-align: center;
    width: 400px;	
	}
	
.category-listing {
	font-family:"Open sans";		
	padding:60px 0px;
	}

.access-box {
	background:#ebebeb;
	margin:0 auto;
	text-align:center;
	padding:50px;
	margin:0 0 30px auto;
	}
.access-box h1 {
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
	}
.access-box img {
	display:block;
	margin:0 auto;
	width:300px;
	height:auto;
	}
.btn-cat {	
	border:1px solid #0066cc;
	border-radius:25px;
	padding:10px 20px;
	color:#333;
	font-size:16px;
	margin-top:30px;
	display:inline-block;	
	text-transform:capitalize;
	transition:background 1s;
	-webkit-transition:background 1s;
	-moz-transition:background 1s;
	-o-transition:background 1s;
	}
	
.btn-cat:hover, .btn-cat:active, .btn-cat:focus {
	background:#0066cc;
	color:#fff;
	}
.cat-head {
	color: #333;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
    padding-top: 150px;
    text-align: center;
}
.cat-text {
	font-size:16px;
	text-align:center;
	}
.middle-text {
	float:right;
	}	

@media screen and (max-width:991px) {
	.top-banner {
	height:300px;
	}	
	.access-box img {
	width: 210px;	
	}
	.access-box h1 {
    font-size: 24px;
	}
	.btn-cat {
	font-size: 14px;	
	}
	.cat-head {
	font-size:36px;
	line-height: 40px;
	}
	.cat-text {
    font-size: 14px;
	}
	}

@media screen and (max-width:767px) {
	body {font-size:1.5em;}
	.category-listing {padding:30px 0px;}	
	.middle-text {
	float:none;
	text-align:center;
	}
	.banner-text1 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 14%;
	float:none;
	width: 100%;
	}	
	.banner-text1 h2 {
    	font-size: 24px;
	}
	.banner-text1 h3 {
    	font-size: 16px;
	}
	.cat-head {
		padding-top:0px;
		margin-top:0px;
		margin-bottom: 10px;
		}
	.cat-text {
		padding-bottom:30px;
		}	
}	
@media screen and (max-width:480px) {
	.top-banner {
		height: 230px;
	}
	.btn-cat {
    	font-size: 12px;
	}
	.cat-head {font-size: 30px;}
	.access-box {padding:30px;}
	.access-box h1 {
    	font-size: 20px;
	}
	.access-box img {
    	width: 120px;
	}
	.banner-text1 {padding-top: 28%;}
	.es .banner-text1 {
    padding-top: 20%;
}
}
@media screen and (max-width:320px) {
	.top-banner {
		height: 160px;
	}
	.access-box img {
    	width: 100px;
	}
	.access-box h1 {
    	font-size: 18px;
	}
	.cat-head { font-size: 20px; line-height: 24px !important;}
	.cat-head {
	  	font-size: 20px;
	  	line-height: 0;
	}
	.cat-text {
    	font-size: 13px;
	}
}