@charset "utf-8";
@media only screen
and (min-width : 1025px) 
{
	.mobilesearch
	{
		display:none;
		}
	/*Popup search starts Here */
	
.searchpopup {
	width: 80%;
	text-align: center;
	background-color: rgba(247,247,247,1.00);
	border-radius: 10px;
	border: 0.1em solid rgba(163,162,162,1.00);
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(98,98,98,1.00);
	box-shadow: 0px 0px 2px 0px rgba(98,98,98,1.00);
	margin-left: 10%;
	position: fixed;
	float: left;
	margin-top: 5%;
	height: 80%;
	display: none;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	overflow-x: auto;
}
.imgcross {
	position: absolute;
	float: right;
	right: 10px;
	top: 5px;
}
#popup_topic_title {
	box-sizing: border-box;
	border: 0px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 1.5em;
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-size: 25px auto;
	background-position: 8px 12px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	-o-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	outline-color: rgba(255,255,255,0.0);
	color: rgba(118,118,118,1.00);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 90%;
	min-height:50px;
}


#popup_topic_title:focus{
	width: 100%;
	outline-color: rgba(255,255,255,0.0);
	border-bottom-width: 5px;
	border-bottom-color: #232f3e;
	box-shadow:none;
}
.popup_search_box_title {
	padding-left:30px;
	font-size:3em;
	font-weight:bolder;
	color:rgba(77,77,77,1.00);
	font-family:'Lato','Lato','Times New Roman';
	font-weight:700; 
}

.popup_autoul
{
	display: none;
	width: 76%;
	float: left;
	max-height: 50%;
	overflow-y: auto;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background-color: white;
	list-style: none;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:4.8%;
}
.popup_autoul::-webkit-scrollbar {
    width: 8px;
	height:7px;
	margin:0;
	padding:0;
	
}

.popup_autoul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
border-radius: 10px;
	margin:0;
	padding:0;
}

.popup_autoul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(67,72,78,2.5); 
	margin:0;
	padding:0;
	}
#popup_autoli
{
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-align: left;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.popup_autoliimg {
	width: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


.popup_autolia {
	float: none;
	font-size: 1em;
	display: table-cell;
	height: 50px;
	clear: none;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#popup_autoli:hover  {
	background-color: rgba(200,200,200,1);
	font-weight: bold;
	color: #000000;
}
#popup_autoli:hover .autolia {
	color: rgba(0,0,0,1);
	width: auto;
}
	/*Popup search ends Here*/
	
	
	
	
	
	/*Search Bar text box Starts Here for min 1025px*/
	#search_div
{
	display:none;
	}
	
	#topic_title{
	margin-top:10px;
	box-sizing: border-box;
	border: 0px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 1.8em;
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-size: 30px auto;
	background-position: 8px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 50px;
	-webkit-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	-o-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	outline-color: rgba(255,255,255,0.0);
	color:rgba(107,107,107,1.00);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 60%;
	min-height:50px;
}


#topic_title:focus{
	width: 70%;
	outline-color: rgba(255,255,255,0.0);
	border-bottom-width: 5px;
	/*border-bottom-color: rgba(57,200,0,1);*/
	border-bottom-color: #232f3e;
	box-shadow:none;
}
.search_box_title {
	font-size: 3em;
	font-weight: bolder;
	/*color: rgba(255,255,255,1.00);*/
	font-family: 'Lato','Lato','Times New Roman';
	font-weight: 700;
}

.ui-autocomplete span.hl_results {
   /* background-color: #ffff66;*/
}

/* loading */
.ui-autocomplete-loading {
   /* background: white url('ui-anim_basic_16x16.gif') right center no-repeat;*/
}

/* scroll results */
.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 5px;
	
	background-color:#ffffff;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
	height:7px;
	margin:0;
	padding:0;
	
}

.ui-autocomplete::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
border-radius: 10px;
	margin:0;
	padding:0;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(67,72,78,2.5); 
	margin:0;
	padding:0;
	}
.ui-autocomplete li {
    font-size: 17px;
	cursor:pointer;	
	height: 48px;
	
}
.autoliimg {
	width: 45px;
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.autoli
{

	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 48px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.autolia {
	padding-left:10px;
	float: none;
	font-size: 1.2em;
	display: table-cell;
	line-height: 45px;
	height: 45px;
	clear: none;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 50%;
}
}

@media only screen and (min-width:768px) and (max-width:1025px){
	/*Search Bar text box Starts Here for min 1025px*/
	
	.mobilesearch
	{
		display:none;
		}
	#search_div
{
	display:none;
	}
	
	#topic_title{
	margin-top:10px;
	box-sizing: border-box;
	border: 0px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 1.2em;
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-size: 25px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 50px;
	-webkit-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	-o-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	outline-color: rgba(255,255,255,0.0);
	color:rgba(107,107,107,1.00);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 80%;
	min-height:40px;
}


#topic_title:focus{
	width: 85%;
	outline-color: rgba(255,255,255,0.0);
	border-bottom-width: 3px;
	border-bottom-color: #1d2733;/*#27b9ac;*/
	box-shadow:none;
}
.search_box_title {
	font-size: 2.5em;
	font-weight: bolder;
	color: rgba(255,255,255,1.00);
	font-family: 'Lato','Lato','Times New Roman';
	font-weight: 700;
}

/*Popup search starts Here */
	
.searchpopup {
	width: 96%;
	text-align: center;
	background-color: rgba(247,247,247,1.00);
	border-radius: 10px;
	border: 0.1em solid rgba(163,162,162,1.00);
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(98,98,98,1.00);
	box-shadow: 0px 0px 2px 0px rgba(98,98,98,1.00);
	margin-left: 2%;
	position: fixed;
	float: left;
	margin-top: 5%;
	height: 80%;
	display: none;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	overflow-x: auto;
}
.imgcross {
	position: absolute;
	float: right;
	right: 10px;
	top: 5px;
}
#popup_topic_title {
	
	box-sizing: border-box;
	border: 0px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 1.2em;
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-size: 25px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	margin-left: 5%;
	-o-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	outline-color: rgba(255,255,255,0.0);
	color: rgba(118,118,118,1.00);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 80%;
	min-height:40px;
}


#popup_topic_title:focus{
	width: 80%;
	outline-color: rgba(255,255,255,0.0);
	border-bottom-width: 5px;
	border-bottom-color: rgba(57,200,0,1);
	box-shadow:none;
}

/* highlight results */
.ui-autocomplete span.hl_results {
   /* background-color: #ffff66;*/
}

/* loading */
.ui-autocomplete-loading {
   /* background: white url('ui-anim_basic_16x16.gif') right center no-repeat;*/
}

/* scroll results */
.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 5px;
	
	background-color:#ffffff;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
	height:7px;
	margin:0;
	padding:0;
	
}

.ui-autocomplete::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
border-radius: 10px;
	margin:0;
	padding:0;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(67,72,78,2.5); 
	margin:0;
	padding:0;
	}
.ui-autocomplete li {
    font-size:1.05em;
	cursor:pointer;	
	height:42px;
}
.autoliimg {
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.autoli
{

	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.autolia {
	padding-left:10px;
	float: none;
	display: table-cell;
	line-height: 40px;
	height: 40px;
	clear: none;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 50%;
}
.popup_search_box_title {
	padding-left:30px;
	font-size:2em;
	font-weight:bolder;
	color:rgba(77,77,77,1.00);
	font-family:'Lato','Lato','Times New Roman';
	font-weight:700; 
	margin-bottom:20px;
}

	/*Popup search ends Here*/
	

	
}

@media only screen
and (max-width : 767px)
{
	.search_box_title {
	font-size: 1.5em;
	font-weight: bolder;
	color: rgba(255,255,255,1.00);
	font-family: 'Lato','Lato','Times New Roman';
	font-weight: 700;
}
		#topic_title{
	margin-top:10px;
	box-sizing: border-box;
	border: 2px solid #708090;
	font-size: 1.2em; /* I was here */
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-size: 25px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	-o-transition: width 0.4s ease-in-out 0s, border-bottom-width 0.3s ease-in-out 0s, border-bottom-color 0.3s ease-in-out 0s, outline-color 0.3s ease-in-out 0s;
	outline-color: rgba(255,255,255,0.0);
	color:rgba(107,107,107,1.00);
	border-radius: 7px 7px 7px 7px;
	width: 76%;
	min-height:40px;
	margin-bottom:10px;/* Space Under The Search Bar - Smaran*/
}


#topic_title:focus{
	width: 75%;
	outline-color: rgba(255,255,255,0.0);
	/*border-bottom-width: 5px;
	border-bottom-color: rgba(57,200,0,1);*/
	box-shadow:none;
}
.ui-autocomplete span.hl_results {
   /* background-color: #ffff66;*/
}

/* loading */
.ui-autocomplete-loading {
   /* background: white url('ui-anim_basic_16x16.gif') right center no-repeat;*/
}

/* scroll results */
.ui-autocomplete {
    max-height: 50%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    /*padding-right: 5px;*/
	background-color:#ffffff;
	max-width:95%;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 3px;
	height:7px;
	margin:0;
	padding:0;
	
}

.ui-autocomplete::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
border-radius: 10px;
	margin:0;
	padding:0;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 15px rgba(67,72,78,2.5); 
	margin:0;
	padding:0;
	}
.ui-autocomplete li {
    font-size: 1.1em;
	cursor:pointer;	
	
	
	
	
}
.autoliimg {
	display:none;
}
.autoli
{

	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	
	height: 55px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.autolia {
	padding-left:5px;
	float: none;
	display: table-cell;
	line-height: 25px;
	height: 25px;
	clear: none;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}


/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 50%;
}
#howworksli
{
	display:none;
}
#howworks
{
	display:none;
}
}
