/* fonts */
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* main */
.wrapper{
}
.header-block{
	margin-left:0px;
	margin-right:0px;
	background:#ffffff;
}
.header-block a{
	display:block;
}
.no-side-pad{
	padding-left:0px;
	padding-right:0px;
}
.heighter{
	height:50px;
	background:#03C;
}
.logo-container{
	width:auto;
	float:left;
	padding-top:20px;
	padding-bottom:23px;
}
.keralafind-link{
	width:auto;
	padding-top:23px;
	float:right;
}
.main-menu-block{
	background:#da0f0f;
	margin-left:0px;
	margin-right:0px;
}
.main-menu-block ul{
	margin:0px !important;
	display: block !important;
    list-style-type: disc !important;
	margin-before: 0px !important;
    margin-after: 0px !important;
    margin-start: 0px !important;
    margin-end: 0px !important;
    padding-start: 0px !important;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	-ms-margin-before: 0px !important;
    -ms-margin-after: 0px !important;
    -ms-margin-start: 0px !important;
    -ms-margin-end: 0px !important;
    -ms-padding-start: 0px !important;
	-moz-margin-before: 0px !important;
    -moz-margin-after: 0px !important;
    -moz-margin-start: 0px !important;
    -moz-margin-end: 0px !important;
    -moz-padding-start: 0px !important;
	-o-margin-before: 0px !important;
    -o-margin-after: 0px !important;
    -o-margin-start: 0px !important;
    -o-margin-end: 0px !important;
    -o-padding-start: 0px !important;
	
}
.main-menu-block ul li{
	width:14.28%;
	list-style:none;
	float:left;
	border-right:1px solid #b80808;
}
.main-menu-block ul li:last-child{
	border-right:0px;
}
.main-menu-block ul li a{
	text-align:center;
	width:100%;
	min-height:78px;
	padding:23px 15px;
	font-family: 'robotoregular';
	font-size:15px;
	color:#ffffff;
	line-height:16px;
	float:left;
	text-decoration:none;
	
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.main-menu-block ul li a:hover{
	background:#b80808;
	text-decoration:none;
}
.baner-block{
	margin-left:0px;
	margin-right:0px;
	background:#282829;
	position:relative;
}
.baner{
	top:0px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
.baner-overlay{
	position:absolute;
	top:0px;
	z-index:999;
}

.search-holder{
	margin-top:120px;
	margin-bottom:40px;
}
.search-holder h1{
	font-family: 'robotoblack';
	font-size:30px;
	color:#ffffff;
	padding-bottom:25px;
	margin:0px;
	text-align:center;
}
.search-box{
	width:650px;
	padding-left:10px;
	padding-right:10px;
	height:60px;
	background:#ffffff;
	margin:0px auto;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}
.search-box .form-control{
	height:60px;
	font-family: 'robotoregular';
	font-size:15px;
	border:none !important;
	background:transparent !important;
	margin-left:20px;
	padding-left:0px;
}
.search-box .form-control:focus{
	border:none !important;
	-webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.search-box .btn{
	border:none !important;
	font-size:26px;
	padding-right:12px;
	color:#999;
}
.search-box .btn:hover, .search-box .btn:focus{
	background:none;
	color:#403D3D;
}
.search-box .btn:focus{
	background:none;
	outline:none;
}
.baner-link-container{
	padding-left:0px;
	padding-right:0px;
}
.baner-link{
	padding-left:5px;
	padding-right:5px;
}
.baner-link a{
	text-decoration:none;
}
.baner-link a:hover, .baner-link a:focus{
	text-decoration:none;
}
.baner-link .icon-box{
	text-align:center;
	position:relative;
}
.baner-link .img-full-width{
	width:100%;
	height:auto;
	opacity:0.25;
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.baner-link:hover .img-full-width{
	opacity:1;
	width:100%;
}
.baner-link .icon{
	width:100%;
	position:absolute;
	top:0px;
	text-align:center;
	padding-top:18%;
}
.baner-link .icon img{
	width:31.8%;
	height:auto;
	webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
	 -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
    transition-property: transform;
}
.baner-link:hover .icon img{
	-webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
}


.baner-link .text{
	text-align:center;
	font-size:16px;
	font-weight:normal !important;
	font-family: 'robotoblack';
	color:#ffffff;
	padding-bottom:25px;
	text-transform:uppercase;
	background:rgba(255,255,255,0.25);
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.baner-link:hover .text{
	background:#ffffff;
	color:#000000;
}
.first-block{
	margin-left:0px;
	margin-right:0px;
	background:#ffffff;
	display:inline-flex;
	vertical-align:top;
}
.first-block .left{
	background:#FFF;
	padding:40px 50px;
}
.left-links-container{
	padding-left:0px;
	padding-right:0px;
}
.left-link{
	padding:15px 10px;
}
.left-link a{
	display:block;
	width:100%;
	float:left;
}


/* Push */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.left-link a .icon{
	float:left;
	padding-right:15px;
	
	-webkit-filter:  grayscale(0);
	-moz-filter:  grayscale(0);
	-ms-filter:  grayscale(0);
	-o-filter:  grayscale(0);
	filter:  grayscale(0);
}
.left-link a:hover .icon{
	-webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  
  -webkit-filter:  grayscale(1);
	-moz-filter:  grayscale(1);
	-ms-filter:  grayscale(1);
	-o-filter:  grayscale(1);
	filter:  grayscale(1);
}
.left-link a .text{
	float:left;
	font-size:15px;
	text-decoration:none !important;
	color:#191719;
	font-family: 'robotoregular';
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.left-link a:hover .text{
	color:#da0f0f;
	text-decoration:none !important;
}
.right-border-grey{
	border-right:1px solid #d5d2d2;
}
.bottom-border-grey{
	border-bottom:1px solid #d5d2d2;
}
.two-column-ad{
	padding-left:0px;
	padding-right:0px;
	margin-top:35px;
}
.two-column-ad > div{
	padding-bottom:10px;
}
.two-column-ad a{
	display:block;
	text-decoration:none !important;
}
.two-column-ad a:hover, .two-column-ad a:focus{
	text-decoration:none !important;
}
.two-column-ad img{
	width:100%;
	height:auto;
	border:1px solid #aca3a3;
}
.pad-side-least{
	padding-left:5px;
	padding-right:5px;
}
.first-block .right{
	background:#da0f0f;
	padding:40px 20px;
}

.right-links-container{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:30px;
}
.shadow-seperate{
	background:url(../img/shadow-seperate.png) no-repeat center left;
}
.pad-side-more{
	padding-left:35px;
	padding-right:35px;
}
.right-link{
	padding:15px 15px;
	border-bottom:2px dotted #EC6B6B;
}
.right-link a{
	display:block;
	width:100%;
	float:left;
	text-decoration:none;
}
.right-link a:hover, .right-link a:focus{
	text-decoration:none;
}
.right-link a .number{
	float:left;
	padding-right:10px;
	font-family: 'robotothin';
	font-size:40px;
	color:#ffffff;
	text-align:left;
	line-height:48px;
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.right-link a:hover .number{
	font-family: 'robotoblack';
}

.right-link a .text{
	font-size:16px;
	color:#ffffff;
	font-family: 'robotoregular';
	text-align:left;
	line-height:19px;
	padding-top:5px;
	padding-bottom:5px;
	
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.right-link a:hover .text{
	-webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.no-bottom-border{
	border-bottom:none;
}
.site-references{
	padding-left:25px;
	padding-right:25px;
}
.site-references h2{
	font-size:18px;
	color:#ffffff;
	font-family: 'robotoregular';
	margin:0px;
	padding-bottom:15px;
	text-align:left;
	font-weight:normal !important;
}
.sites{
	padding:5px;
}
.sites a{
	width:100%;
	text-align:center;
	padding:12px;
	color:#ffffff;
	background:#e52222;
	display:block;
	text-decoration:none;
	font-family: 'robotoregular';
	font-size:15px;
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.sites a:hover, .sites a:focus{
	text-decoration:none;
	background:#F96767;
	color:#ffffff;
}
.ad-block{
	margin-left:0px;
	margin-right:0px;
	padding-top:20px;
	padding-bottom:15px;
	background:#dbdada;
	padding-left:50px;
	padding-right:50px;
}
.ad-block ul{
	display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	margin:0px;
}
.ad-block ul li{
	list-style:none;
	float:left;
}
.ad-block ul li a{
	text-decoration:none;
	display:block;
	float:left;
	width:100%;
}
.ad-block ul li img{
	width:100%;
	height:auto;
	border:1px solid #91908e;
}
.ad-col-1{
	width:18.5%;
	padding-right:10px;
}
.ad-col-2{
	width:12%;
	padding-right:10px;
}
.ad-col-3{
	width:11.3%;
	padding-right:10px;
}
.ad-col-4{
	width:58%;
}
.ad-col-5{
	width:31%;
	padding-top:10px;
	padding-right:10px;
}
.ad-col-6{
	width:30%;
	padding-top:10px;
}
.ad-col-7{
	width:20%;
}
.footer-block{
	margin-left:0px;
	margin-right:0px;
	background:#dbdada;
	text-align:center;
	font-family: 'robotolight';
	font-size:15px;
	color:#010101;
	padding-bottom:40px;
	padding-top:10px;
}
.footer-block a{
	color:#010101;
	text-decoration:none;
	-moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s ;
}
.footer-block a:hover, .footer-block a:focus{
	color:#da0f0f;
	text-decoration:none;
}
.special-cur{
    color: #010101 !important;
    cursor: text;
}
.link-baner{
	padding-bottom:10px;
}
.link-baner ul li{
	width:33.333%;
}



@media (max-width: 1340px) {
	.left-link a .icon{
		float:none;
		width:100%;
		text-align:center;
	}
	.left-link a .text{
		float:none;
		width:100%;
		text-align:center;
	}
	.right-link a .number{
		float:none;
		width:100%;
		text-align:center;
	}
	.right-link a .text{
		float:none;
		width:100%;
		text-align:center;
	}
	.search-holder{
		margin-top:80px;
	}
}

@media (max-width: 1200px) {
	.main-menu-block ul li a{
		min-height:94px;
	}
	.left-link{
		padding: 8px 25px;
	}
	.left-link a .icon{
		padding-right:0px;
	}
	.baner-overlay{
		width:100%;
	}
	
	.baner-link .text{
		font-size:13px;
	}
	.right-links-container{
		float:left;
		width:100%;
	}
	.right-link{
		padding:10px 15px;
	}
	.shadow-seperate{
		background:none !important;
	}
	.site-references{
		float:left;
	}
	.two-column-ad{
		float:left;
	}
	.right-border-grey{
		border-right:none;
	}
	.bottom-border-special{
		border-bottom:1px solid #d5d2d2;
	}
	.no-bottom-border{
		border-bottom: 2px dotted #EC6B6B;
	}
	
}

@media (max-width: 1100px) {
	.search-holder{
		margin-top:50px;
	}
}
@media (max-width: 1003px){
	.static-width-1{
		width:940px !important;
	}
	.block-static{
		width:100%;
		min-width:1002px;
	}
	.baner-overlay{
		width:100% !important;
	}
	
	.first-block .col-md-12{
		width:100% !important;
		float:left;
	}
	.first-block .col-md-6{
		width:50% !important;
		float:left;
	}
	.first-block .col-md-3{
		width:25% !important;
		float:left;
	}
	.baner-link-container .col-md-3{
		width:25% !important;
		float:left;
	}
	
}


@media (max-width: 992px) {
	
}
@media (max-width: 800px) {
	
	  
}
@media (max-width: 768px) {
	
 
}

@media (max-width: 563px) {
	
}
@media (max-width: 500px) {
	
	
}
@media (max-width: 350px) {
	
	
}
}
@media (max-width: 300px) {
	

}


/*@media (max-width: 1340px){
	.static-width-1{
		width:1170px !important;
	}
	.block-static{
		width:100%;
		min-width:1340px;
	}
	.baner-overlay{
		width:100% !important;
	}
	.baner-link{
		width:25% !important;
		float:left !important;
	}
	.first-block .col-lg-12{
		width:100% !important;
		float:left;
	}
	.first-block .col-lg-6{
		width:50% !important;
		float:left;
	}
	.first-block .col-lg-3{
		width:25% !important;
		float:left;
	}
	
}*/
