* {
	margin:0px;
	padding:0px;
}
h2 {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:400;
	text-align:center;
	line-height:24px;
	color:#003459;
	padding:20px 0px;
	margin:0px 0px 15px 0px;
}
h2:before {
	position:absolute;
	width:50px;
	height:2px;
	content:'';
	background:#007ea7;
	bottom:0%;
	left:42.5%;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
}
.search-wrapper {
	background:rgba(0,52,89,1);
}
.search-wrapper,.recent-words,.recent-media, .recent-news, .related-media {
	width:100%;
	height:auto;
	float:left;
	padding:70px 0px;
}
.search-wrapper .search-area {
	width:80%;
	height:auto;
	float:left;
	margin:0% 10%;
}
.search-wrapper .search-area input[type="text"] {
	width:80%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:52px;
	padding:0px 20px;
	border:none;
}
.search-wrapper .search-area button {
	width:20%;
	height:auto;
	float:left;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	background:#0093dd;
	border:none;
	line-height:52px;
}
.browse-words {
	float:left;
	text-align:center;
	margin:20px 0px 0px 0px;
}
.browse-words a {
	position:relative;
	display:inline-block;
	width:64px;
	height:64px;
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	font-weight:400;
	text-align:center;
	line-height:60px;
	color:#ffffff;
	border:solid 2px rgba(255,255,255,0.2);
	border-radius:50%;
	padding:0px 18px;
	margin:3px 1px;
	overflow:hidden;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.browse-words a span {
	position:relative;
	z-index:2;
}
.browse-words a:before {
	position:absolute;
	width:0px;
	height:0px;
	content:'';
	background:#ffffff;
	left:50%;
	top:50%;
	z-index:1;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.browse-words a:hover {
	color:#003459;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.browse-words a:hover:before {
	width:64px;
	height:64px;
	left:0px;
	top:0px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.browse-words a:hover {
	text-decoration:none;
}
.browse-words a.active {
	color:#003459;
	background:#ffffff;
	text-decoration:none;
	outline:none;
}
.recent-words .box-cont {
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	border:solid 2px #ebebeb;
	border-radius:10px;
	padding:15px;
    margin: 0px 0px 20px 0px;
}
.recent-words .box-cont:last-child {
    margin: 0px 0px 0px 0px;
}
.recent-words .box-cont ul {
	display:block;
	width:100%;
	height:auto;
	float:left;
	list-style:none inside;
}
.recent-words .box-cont ul li {
	display:block;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border-bottom:solid 1px #ebebeb;
}
.recent-words .box-cont ul li:hover {
	border-bottom:solid 1px #d9d9d9;
}
.recent-words .box-cont ul li a {
	width:100%;
	height:auto;
	float:left;
	font-size:15px;
	font-weight:400;
	line-height:34px;
	color:#5d5d5d;
	text-decoration:none;
}
.recent-words .box-cont ul li a:hover {
	color:#0073ac;
}
.recent-words .box-cont ul li:last-child {
	border-bottom:none;
}
.recent-media {
	background:#f5f5f5;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:90%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	background:#ffffff;
	border:none;
	outline:none;
	margin:0% 5%;
}
.recent-media .article-thumb img, .recent-news .news-thumb img {
	width:100%;
	min-height:120px;
	height:auto;
	float:left;
    background: #f5f5f5;
	margin:0px 0px 15px 0px;
}
.recent-media .article-thumb h3, .recent-news .news-thumb h3 {
	width:100%;
	min-height:48px;
	height:auto;
	float:left;
	font-size:16px;
	font-weight:700;
	text-align:center;
	line-height:22px;
	color:#303030;
	margin:0px 0px 15px 0px;
	padding:0px 25px;
}
.word-listing {
	width:100%;
	height:auto;
	float:left;
}
.word-listing .header {
	width:100%;
	height:auto;
	float:left;
	padding:15px;
	border-bottom:solid 1px #d9d9d9;
}
.word-listing .header h2 {
	text-align:left;
	margin:0px !important;
}
.word-listing .header h2:before {
	content:none;
}
.word-listing .listing, .word-listing .meaning {
	width:100%;
	height:auto;
	float:left;
	padding:25px 15px;
}
.word-listing .listing a {
	width:50%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:400;
	text-align:left;
	line-height:32px;
	color:#5d5d5d;
}
.word-listing .listing a:hover {
	color:#0093dd;
}
.pagination {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
.word-listing .pagination span {
	position:absolute;
	width:auto;
	height:auto;
	font-size:14px;
	top:8px;
	right:0px;
}
.pagination .nav {
	float:left;
	text-align:left;
}
.pagination a {
	display:inline-block;
	width:36px;
	height:auto;
	font-size:16px;
	line-height:36px;
	text-align:center;
	color:#5d5d5d !important;
}
.pagination strong {
	display:inline-block;
	width:36px;
	height:auto;
	font-size:16px;
	font-weight:400;
	line-height:36px;
	text-align:center;
	color:#0073ac;
}
.word-listing .meaning h3 {
	font-size:18px;
	font-weight:400;
	text-align:left;
	line-height:22px;
	color:#003459;
}
.word-listing .meaning p {
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:400;
	text-align:left;
	line-height:24px;
	color:#5d5d5d;
	margin:0px 0px 40px 0px;
}
.article-list {
	width:90%;
	height:auto;
	float:left;
	margin:0% 5%;
	padding:10px 0px;
}
.article-list h3 {
	text-align:center;
	color:#003459;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:solid 1px #d9d9d9;
}
.article-list ul {
	display:block;
	width:100%;
	height:auto;
	float:left;
	list-style:none inside;
}
.article-list ul li {
	width:100%;
	height:auto;
	float:left;
	border-bottom:solid 1px #f5f5f5;
}
.article-list ul li a {
    position: relative;
	width:100%;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:400;
	text-align:left;
	line-height:20px;
	color:#0073ac;
    cursor:pointer;
	padding: 10px 0px 10px 30px;
}
.article-list ul li a > i.fa {
    position: absolute;
    top: 15px;
    left: 0px;
}
.dicbrdcrum
{
    margin-left:114px;
    margin-bottom:15px;
    font-weight:700!important;
    font-size:10px!important;
    color:#008dc2!important;
    font-family:Arial,Helvetica,sans-serif
}
.searchfr
{
    width:auto;
    height:auto;
    margin-left:15px;
    padding:10px;
    border:1px solid gray;
}
.meaning p
{
    margin-left:15px!important;
    margin-bottom:5px!important
}
.mssg
{
    font-size: 16px;
    line-height: 40px;
}
.recent-media h2:before, .recent-news h2:before {
	display:none;
}
.recent-media h2, .recent-news h2 {
	background:url(../images/blue_ul.jpg) no-repeat 50% bottom;
}
.x_m-p {
	margin:0px;
	padding:0px;
}
@media (min-width:320px) and (max-width:479px) {
h2 {
	font-size:22px;
}
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:40px 0px;
}
.search-wrapper .search-area {
	width:92%;
	margin:0% 4%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:16px;
	line-height:40px;
	padding:0px 10px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:15px;
	line-height:40px;
}
.browse-words a {
	width:38px;
	height:38px;
	font-size:15px;
	line-height:34px;
	padding:0px;
}
.recent-words .box-cont {
	margin:0px 0px 15px 0px;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:100%;
	margin:0px 0px 15px 0px;
}
.word-listing .header h2 {
	text-align:center;
}
.word-listing .pagination span {
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	line-height:20px;
	margin:0px 0px 15px 0px;
}
.pagination .nav {
	width:100%;
	text-align:center;
}
.pagination:last-child {
	margin:0px 0px 15px 0px;
}
.word-listing .listing a {
	width:100%;
}
}
@media (min-width:480px) and (max-width:611px) {
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:40px 0px;
}
.search-wrapper .search-area {
	width:92%;
	margin:0% 4%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:16px;
	line-height:48px;
	padding:0px 10px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:15px;
	line-height:48px;
}
.browse-words a {
	width:38px;
	height:38px;
	font-size:15px;
	line-height:34px;
	padding:0px;
}
.recent-words .box-cont {
	margin:0px 0px 15px 0px;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:90%;
	margin:0% 5% 5% 5%;
}
.word-listing .header h2 {
	text-align:center;
}
.word-listing .pagination span {
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	line-height:20px;
	margin:0px 0px 15px 0px;
}
.pagination .nav {
	width:100%;
	text-align:center;
}
.pagination:last-child {
	margin:0px 0px 15px 0px;
}
.word-listing .listing a {
	width:100%;
}
}
@media (min-width:612px) and (max-width:767px) {
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:40px 0px;
}
.search-wrapper .search-area {
	width:92%;
	margin:0% 4%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:16px;
	line-height:48px;
	padding:0px 10px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:15px;
	line-height:48px;
}
.browse-words a {
	width:45px;
	height:45px;
	font-size:16px;
	line-height:40px;
	padding:0px;
}
.recent-words .box-cont {
	width:90%;
	margin:0% 5% 5% 5%;
}
.recent-words .box-cont ul li a {
	font-size:16px;
	line-height:40px;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:90%;
	margin:0% 5% 5% 5%;
}
.recent-media .article-thumb h3, .recent-news .news-thumb h3 {
	font-size:18px;
	line-height:26px;
}
.word-listing .header h2 {
	text-align:center;
}
.word-listing .pagination span {
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	line-height:20px;
	margin:0px 0px 15px 0px;
}
.pagination .nav {
	width:100%;
	text-align:center;
}
.pagination:last-child {
	margin:0px 0px 15px 0px;
}
.word-listing .listing a {
	width:50%;
	line-height:20px;
	padding:15px 0px;
}
}
@media (min-width:768px) and (max-width:959px) {
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:40px 0px;
}
.search-wrapper .search-area {
	width:92%;
	margin:0% 4%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:18px;
	line-height:48px;
	padding:0px 15px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:16px;
	line-height:48px;
}
.browse-words a {
	width:45px;
	height:45px;
	font-size:16px;
	line-height:40px;
	padding:0px;
}
.recent-words .box-cont {
	width:90%;
	margin:0% 5% 7% 5%;
}
.recent-words .box-cont ul li a {
	font-size:16px;
	line-height:40px;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:90%;
	margin:0% 5% 5% 5%;
}
.recent-media .article-thumb img, .recent-news .news-thumb img {
	width:30%;
	margin:0px;
}
.recent-media .article-thumb h3, .recent-news .news-thumb h3 {
	width:70%;
	font-size:18px;
	text-align:left;
	line-height:26px;
	padding:15px 20px;
}
.pagination:last-child {
	margin:0px 0px 25px 0px;
}
}
@media (min-width:960px) and (max-width:1199px) {
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:40px 0px;
}
.search-wrapper .search-area {
	width:92%;
	margin:0% 4%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:18px;
	line-height:48px;
	padding:0px 15px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:16px;
	line-height:48px;
}
.browse-words a {
	width:48px;
	height:48px;
	font-size:18px;
	line-height:44px;
	padding:0px;
}
.recent-words .box-cont {
	width:90%;
	margin:0% 5% 7% 5%;
}
.recent-words .box-cont ul li a {
	font-size:16px;
	line-height:40px;
}
.recent-media .article-thumb, .recent-news .news-thumb {
	width:90%;
	margin:0% 5% 5% 5%;
}
.recent-media .article-thumb img, .recent-news .news-thumb img {
	width:30%;
	margin:0px;
}
.recent-media .article-thumb h3, .recent-news .news-thumb h3 {
	width:70%;
	font-size:18px;
	text-align:left;
	line-height:26px;
	padding:15px 20px;
}
.pagination:last-child {
	margin:0px 0px 25px 0px;
}
}
@media (min-width:1200px) and (max-width:1359px) {
.search-wrapper, .recent-words, .recent-media, .recent-news, .related-media {
	padding:50px 0px;
}
.search-wrapper .search-area {
	width:80%;
	margin:0% 10%;
}
.search-wrapper .search-area input[type="text"] {
	width:76%;
	font-size:18px;
	line-height:48px;
	padding:0px 15px;
}
.search-wrapper .search-area button {
	width:24%;
	font-size:16px;
	line-height:48px;
}
.browse-words a {
	width:64px;
	height:64px;
	font-size:20px;
	line-height:60px;
	padding:0px;
}
.recent-words .box-cont {
	width:90%;
	margin:0% 5% 7% 5%;
}
}
@media (min-width:1400px) {
.nor_nav_area a {
    width: 15%;
    font-size: 16px;
    line-height: 48px;

}
}
.paginText
{
    margin-right: 40px;
}