html {
  font-size: 100%;
}

/* Font  */
@font-face {
    font-family: 'olchiki';
    src: url('../fonts/ol_chiki_fonts/Ol_Chiki_Regular.eot');
    src: url('../fonts/ol_chiki_fonts/Ol_Chiki_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ol_chiki_fonts/Ol_Chiki_Regular.woff') format('woff'), url('../fonts/ol_chiki_fonts/Ol_Chiki_Regular.ttf') format('truetype'), url('../fonts/ol_chiki_fonts/Ol_Chiki_Regular.svg') format('svg');
}

body{
	font-family: 'Sansita', sans-serif;
	    letter-spacing: 1px;
    word-spacing: 2px;
}

a,a:hover,a:focus,a:visited{
	text-decoration : none;
}

.santali-calender,.santali-font{
	 font-family: 'olchiki';
}

.modal-content{border-radius : 0}

.loading{
    text-align: center;
}

.title{
	color : #a84d5c;
	padding-bottom : 10px;
	border-bottom : 1px solid #ccc;
}

.separator{
	margin: 25px 0;
    border: 1px dotted #ccc;
	clear : both;
}

.main-wrapper{
	min-height: 600px;
	padding-bottom : 20px;
	margin-top : 120px;
}

/* Vanilla replacement for the original Owl Carousel home slider. */
.slider{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider .owl-carousel{
	display: block;
	width: 100%;
}

.slider .item{
	width: 100%;
	animation: sliderFadeIn 0.8s ease;
}

.slider .item img{
	display: block;
	width: 100%;
	height: auto;
}

@keyframes sliderFadeIn{
	from { opacity: 0; }
	to { opacity: 1; }
}

.slider .owl-dots{
	bottom: 10px;
	z-index: 2;
}

.slider .owl-dot span{
	background-color: rgba(255,255,255,0.7);
	border-color: #fff;
}

.slider .owl-dot.active span{
	background-color: #a84d5c;
}

.menu {
	position : fixed;
	width : 100%;
	top : 0;
	z-index : 11;
}

.menu .logo,.menu .logo a{
	background-color : #a84d5c;
	color : #fff;
	text-align : center;
	font-size : 40px;
	padding-top : 10px;
	padding-bottom : 10px;	
	text-shadow: 1px 3px 4px rgba(255, 255, 255, 0.35);	
}

.menu .logo a:hover,.menu .logo a:visited,a:focus{
	text-decoration : none;
}

.menu .logo-sub{
    position: absolute;
    top: 57px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'olchiki';
    
}
.menu ul{
	list-style : none;
	background-color : rgba(0,0,0,0.8);
	height : 42px;
	margin : 0;
	padding : 0;
	-webkit-box-shadow: -1px 3px 4px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 3px 4px -2px rgba(0,0,0,0.75);
	box-shadow: -1px 3px 4px -2px rgba(0,0,0,0.75);
	z-index : 11;
}

.menu ul li{
	
}

.menu ul li a{
	width : 16%;
	float : left;
	display : block;
	color : #fff;
	text-align : center;
	text-transform : uppercase;
	font-size : 0.65rem;
	padding-top : 10px;
	cursor : pointer;
}

.menu ul li a:hover{
	text-decoration : none;
	color : #a84d5c;
}

.info {
	margin-bottom : 20px;
	cursor : pointer;
	overflow : hidden;
}
.info .title{
	background-color: rgba(0,0,0,0.9);
    padding: 10px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    margin-bottom: 30px;
}

.info:hover .overlay{
	display : block;
}

.info:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay{
	display : none;
	background: url(../images/overlay.png);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
	position: absolute;
    top: 0;
    bottom: 20px;
    width: 91%;
    right: 0;
    left: 15px;
    padding: 20px;
    color: #fff;
}


footer{
	background-color : #a84d5c;
	color : #fff;
	text-transform : uppercase;
}

footer ul{
	margin : 0;
	list-style : none;
	padding: 10px 0;
}

footer ul li a{
	color : #fff;
	text-transform: capitalize;
	padding: 5px 0;
}
footer ul li a:hover{
	color : #000;
}

.contact-link{
	text-transform : lowercase;
}
.contact-link a {color : #fff;}
.contact-link h4{
	text-transform : uppercase;
}

.contact-link .social-icons a {
        cursor: pointer;
    font-size: 1.3rem;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
        margin-top: 10px;
    margin-bottom: 10px;
}

.copywrite{
	padding : 10px;
	text-align : right;
}


/* dictionary */
.dictionary  {
	padding-top : 20px;
}

.dictionary .meaning-list {
	min-height : 300px;	
}

.dictionary .meaning-list .word{
	font-weight : bold;
}
.lang-list{
	text-align : right;
}
.lang-list span{
	cursor :pointer;
	font-size : 12px;
	color : #a84d5c;
	text-decoration : underline;
}

.meaning-list .row .list{
	border-bottom : 1px solid #ccc;
	margin-bottom : 10px;
}

.searchbox{
	width : 100%;
	padding : 10px;
}
.owl-dots {
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.owl-dot{
	display: inline-block;
	border: none;
	background-color: transparent;
}

.owl-dot span{
	border: 1px solid #ccc;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 2px;
}

.owl-dot.active span{
	background-color : #a84d5c;
}
.news{
	margin-bottom : 20px;
}
.news .heading{
	font-size : 16px;
}
.news .date{
	font-size : 10px;
	color : #888484;
}
.news  .short-desc{
	font-size : 12px;
}

.gallery .img-section{
	margin-bottom : 20px;
	cursor : pointer;
}

.galleryModal .modal-body{
	padding : 0;
	background-color: rgba(0,0,0,0.8);
}

.galleryModal .modal-body > img{
	margin: auto;
}
.galleryModal .prev-next-arrow{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    padding: 20px 0;
    height: 65px;
    z-index : 1051;
    color: #fff;

}

.galleryModal .prev-next-arrow span{
	cursor : pointer;
	font-size: 25px;
    	font-weight: 100;
}
.galleryModal .prev-next-arrow .leftnav{
	margin-left : 10px;
	text-shadow: -2px 0px 1px rgba(12, 12, 12, 1);
}
.galleryModal .prev-next-arrow .rightnav{
	margin-right : 10px;
	float : right;
	text-shadow: 2px 1px 1px rgba(12, 12, 12, 1);
}


.news-section{
    margin-top: 50px;
    margin-bottom: 40px;
    border: 1px dashed #ccc;
    padding: 0px 20px;
    background-color: #dff0d8;
}


/* Breakpoints */

@media (min-width: 768px){
	.menu ul li a{
		font-size : 0.9rem;
	}
}