/* Link Centre © 2012 - 2020 */
/* Developed by Link Centre */
/* Date of build: */ 
/* Validated on: */

/*google fonts import*/
*{box-sizing:border-box;}
@import url(//fonts.googleapis.com/css?family=Roboto|Raleway|Montez);
* {
	padding: 0;
	margin: 0;
}

html,
body {
	background: #1E5598 url(../images/blue-background.jpg) repeat-x;
	font: 14px Raleway, Arial, sans-serif;
        line-height: 1.6;
}

/* Headers */
h1 {
	padding: 0 0 10px;
	color: #00498f;
}

#cattitle {
	font: 1.4em Raleway, arial, sans-serif;
	margin-left:25px; 
}

h2 {
	padding: 0 0 10px;
	font-size: 17px;
	color: #00498f;
}

h3 {
	padding: 0 0 10px;
	font-size: 18px;
	color: #00498f;
}

h4 {
	padding: 0 0 10px;
	font-size: 18px;
	color: #00498f;
    font-weight: normal;
}

h5 {
	padding: 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
}

h6 { }

.pageno {
    list-style:none;    
}

.pageno li{
    float: left;
    width: 100px;
}


.pagenobot {
    list-style:none;    
}

.pagenobot li{
    float: left;
    width: 200px;
    padding-bottom: 25px;
}


.edit {
	width:99%;
 	border: 1px solid #cccccc; 
    padding: 5px;
	}
	
.but {

    padding: 5px;
	}

/* Paragraphs, lists and links */
p{
	color: #666;
	padding: 0 0 15px;
	text-align: justify;
}
ul,
ol {
	margin: 0;
	padding: 0;
 }

li { color: #666; }

a {
	color: #00498f;
	text-decoration: none;
}

a:hover {
	color: #c12321;
	text-decoration: underline;
}

a:visited { color: #c12321; }

/* Social Plugin */
#socialplugin {
	position:absolute;
	left: 0;
	top: 100px;
	width: 398px;
	height: 266px;
	z-index: 1;
	background: url(../images/socialplugin.png) no-repeat;	
}

#socialplugin form {
	padding: 20px 25px;
}
#socialplugin form fieldset {
	border: none;
}
#socialplugin form fieldset p {
	padding: 0;
}
#socialplugin form label {
	color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 9px;
    width: 100%
}
#socialplugin form select {
	border: none;
	background: none;
    padding: 5px 10px;
    width: 313px;
	margin: 0 0 14px;
}
#socialplugin form textarea {
	border: none;
	background: none;
	height: 72px;
    width: 311px;
}
#socialplugin form input#post {
	color: #666;
    line-height: 4px;
    margin: 18px 0 0;
    padding: 5px 0 6px;
    width: 62px;
	border: none;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 700;
	background: url(../images/post.jpg) no-repeat;
}
#socialplugin form input#post:hover {
	color: #00498f;
}


/* Generic Image Properties */
img,
a img,
a:hover { border: none; }

/* Generic Styling */
#nav {
	position: fixed;
	width: 100%;
	float: left;
	z-index: 3;
	background: url(../images/nav-bck.jpg) repeat-x;
}

#nav-inner {
	margin: 0 auto;
	overflow: hidden;
    max-width: 1260px;
}

#nav-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-inner ul ul { display: none; }

#nav-inner li { float: left; }

    #nav-inner a {
        color: #707070;
        float: left;
        text-decoration: none;
        padding: 10px;
        background: url(../images/nav-link-divide.jpg) right no-repeat;
        /*  font-size: 12px; */
    }

#nav-inner ul li:hover ul {
	top: 37px;
	margin: 0;
	position: absolute;

	width: 200px;
	padding: 0 0 15px;
}

#nav-inner ul li:hover ul li {
	background: #e0e0e0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #d1d0d0;
}

#nav-inner ul li:hover ul li.first { border-top: none; }

#nav-inner ul li:hover ul li a {
	width: 150px;
	display: block;
	background: none;
}

/* User Menu */				
    #nav-inner ul.user {
	float: right;
    top: 369px;
}

 
#nav-inner ul li.cpanel:hover ul {
	top: 37px;
	margin: 0 0 0 -132px;
	position: absolute;
	display: block;
	width: 200px;
}

#nav-inner ul.user li {
	color: #707070;
	float: left;
	display: block;
	text-decoration: none;
	padding: 11px 4px;
	background: none;
}

#nav-inner ul.user li.id {
	font-weight: 700;
	padding: 11px 10px;
	border: none;
	background: url(../images/nav-link-divide.jpg) right no-repeat;
}

#nav-inner ul.user li.cpanel {
	background: none;
	border: none;
	padding: 0;
    float:right;
}

#nav-inner ul.user li.cpanel a {
	background: none;
	border: none;
	padding:  10px;
}

#nav-inner ul.user li.cpanel a {
	background: none;
	border: none;
	padding: 0px 10px;
}

#nav-inner ul.user li.cpanel.myaccount a {
	background: none;
	border: none;
	padding: 10px 10px;
}


/* Generic Ruling */
#wrapper {
    max-width: 1260px;
	width: 90%;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

#search_banner {
	float: left;
	width: 960px;
	margin: 60px 0 15px;
        text-align: center; 
        height: 210px;
    
}

#search_banner ul.logo {
	display: block;
	float: left;	
}

#search_banner ul.logo li{
	list-style: none;
}
#search_banner ul li h1 {
	color: #666;
	font-size: 15px;
	font-weight: 100;	
}
#search_banner ul.logo li a img {
	border: none;
	float: left;
	padding: 5px 0;
}

#searchbox {
    /* float: right;*/
    height: 120px;

    margin: 15px auto !important;
    /* width: 530px !important;*/
}

/* Search Form */
#searchbox form {
	height: 51px;
	padding: 20px 22px 0;
}

#searchbox fieldset {
	border: none;
	float: left;
	width: 100%;
}

#searchbox form,
#searchbox form fieldset input,
#searchbox form fieldset textarea,
#searchbox form label {
	font-family: Raleway, arial, sans-serif;
	font-size: 18px;
	float: left;
}

#searchbox form p {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#searchbox form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

    #searchbox form fieldset p input,
    #searchbox form fieldset p textarea {
        display: block;
        padding: 4px;
        width: 485px;
        margin: 0;
        border: none;
        background: none;
    }

#searchbox form fieldset p label {
	display: block;
	color: #777;
	padding: 7px 8px;
	margin: 0;
}

#searchbox form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

#searchbox form fieldset p.large {
	float: left;
	margin: 0 21px 0 0;
	width: 289px;
}

#searchbox form fieldset p.large input {
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 5px 8px;
	width: 271px;
}

#searchbox form fieldset p.small {
	float: left;
	margin: 0 21px 0 0;
	width: 206px;
	height: 30px;
}

#searchbox form fieldset p.small input {
	float: left;
	height: 20px;
	overflow: hidden;
	padding: 5px 8px;
	width: 191px;
}

#searchbox form fieldset p.submit {
	float: left;
	height: 30px;
	overflow: hidden;
	width: 95px;
	padding: 1px 0 0;
}

#searchbox form fieldset p input.search {
	color: #666;
	float: left;
	height: 29px;
	width: 92px;
	display: block;
	cursor: pointer;
	background: url(../images/submit.jpg) no-repeat;
}

#searchbox form fieldset p input.search:hover {
	color: #fff;
	background: url(../images/submit_hover.jpg) no-repeat;
}

#searchbox .TabbedPanels {}

.TabbedPanelsTabGroup {
   float: left;
    margin: -87px 0 0;
    padding: 0;
}

.TabbedPanelsTab {
	top: 1px;
	float: left;
	position: relative;
	margin: 0 1px 0 0;
	background: #ddd;
	list-style: none;
	cursor: pointer;
}

li.TabbedPanelsTab.search {
	font-size: 12px;
	font-weight: 700;
	float: left;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 62px;
	cursor: pointer;
	background: url(../images/searchtabon.jpg) -82px 0 no-repeat;
}

li.TabbedPanelsTabSelected.search { background-position: 0 0; }

li.TabbedPanelsTab.submit {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 135px;
	cursor: pointer;
	background: url(../images/submittabon.jpg) -155px 0 no-repeat;
}

li.TabbedPanelsTabSelected.submit { background-position: 0 0; }

li.TabbedPanelsTab.join {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 10px;
	color: #fff;
	height: 20px;
	width: 135px;
	cursor: pointer;
	background: url(../images/submittabon.jpg) -155px 0 no-repeat;
}

li.TabbedPanelsTabSelected.join { background-position: 0 0; }

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	position: absolute;
	top: 80px;
	width: 676px;
	background: url(../images/searchbox.png) no-repeat;
}

.TabbedPanelsContent { overflow: hidden; }
.VTabbedPanels {
	overflow: hidden;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0;
	width: 30em;
	height: 20em;
}
@media print {

.TabbedPanels { overflow: visible !important; }

.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}

.TabbedPanelsTab {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
}

/* End of Search Form */

#top_wrapper {
	overflow: hidden;
	width: 960px;
}

#content_wrapper {
	float: left;
	overflow: hidden;
	width: 960px;
}

#lhcol {
	float: left;
	width: 677px;
}

#lhcol.home #howto {
		left: 0px;
		position: relative;
		top: 457px;
		width: 208px;
	}
	#lhcol.home #howto h4 {
		float: left;
		width: 210px;
		padding: 9px 20px;
		background: url(../images/howtoheader.jpg) no-repeat;
	}
		#lhcol.home #howto ul,
		#lhcol.home #howto li {
			list-style: none;		
		}		
			#lhcol.home #howto a {
				color: #666;
				float: left;
				padding: 12px 29px 11px;
				width: 210px;
				background: url(../images/howto_button.jpg) no-repeat;
			}
				#lhcol.home #howto a.last {
					color: #666;
					float: left;
					padding: 14px 29px;
					width: 210px;
					background: url(../images/howto_bottom.jpg) no-repeat;
				}

    #rhcol {
    	float: right;
        margin: 0 0 0 12px;
        width: 271px; 
    }

	#rhcol.home #recentactiv {
		left: 13px;
		position: relative;
		top: 457px;
		width: 208px;
		height: 302px;
		background: url(../images/recentactiv_bottom.jpg) bottom no-repeat;
	}
	#rhcol.home #recentactiv h4 {
		float: left;
		height: 50px;
		padding: 14px 18px;
		width: 208px;
		background: url(../images/recentactiv_header.jpg) no-repeat;
	}
	#rhcol.home #recentactiv h5 {
		font-size: 12px;
	}
	#rhcol.home #recentactiv img {
		float: left;
		padding: 2px 5px 2px 0;
	}
	#rhcol.home #recentactiv .middle {
        float: left;
        height: 162px;
        padding: 0 15px;
        width: 210px;
        background: url(../images/recentactiv_background.jpg) repeat-y;
 }
	#rhcol.home #recentactiv .middle p {
		font-size: 11px;
		line-height: 15px;	
		padding: 0 0 5px;
	}
	#rhcol.home #recentactiv .middle p.time {
		color: #c5c5c5;
	}


#footer {
	width: 100%;
	/*float: left;
	clear: both;*/	
	height: 250px;	
	background: #e33;
}
#inner_footer {
	width: 960px;
	margin: 0 auto;
	height:inherit;
	/*clear: both;
	height: 100px;*/
}
#footer ul {
	float: left;
	width: 55%;
	padding: 40px 20px 0;
 }
#footer li {
	list-style: none;
	color: #fff;
	font-size: 14px;
        line-height: 2;
}
#footer ul.social {
	float: left;
	width: 43%;
	padding: 35px 20px 0;	
}
	#footer ul.social li {
		display: inline;
		float: right;
	}
#footer ul.social li a { 
	padding: 0 0 0 15px;
    color: #fff;
}

#footer a:hover { }

/* Home Page Layout */

#red {
    height: 370px;
    margin: 50px 0 0 -50px;
    position: absolute;
    width: 360px;
    background: url(../images/red_promo.png) no-repeat;
}
#red a {
	color: #ec2027;
    float: left;
    font-size: 11px;
    height: 14px;
    padding: 4px 5px 4px 20px;
    width: 80px;
	background: url(../images/red_button.jpg) no-repeat;		
}
#blue a {
	color: #00498f;
	float: left;
	font-size: 11px;
	height: 22px;
	padding: 4px 5px 4px 20px;
	width: 106px;
	background: url(../images/blue_button.jpg) no-repeat;
}
#blue {
    height: 380px;
    margin: 50px 0 0 -69px;
    position: absolute;
    width: 355px;
    background: url(../images/blue_promo.png) no-repeat;
}
#red h2, #blue h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 5px;
}
#red .middle {
    padding: 135px 0 0 52px;
    width: 220px;
}
#blue .middle {
    padding: 137px 0 0 90px;
    width: 247px;
    margin: auto;
}
#red p, #blue p {
	color: #fff;
	padding: 0 0 5px;	
}


#lhcol.home {
    float: left;
    margin: 0 12px 0 0;
    min-height: 600px;
    width: 221px;
}
#ccol.home {
	width: 650px;
	float: left;
	position: relative;
	z-index: 1;
}
#ccol.home #search_banner #searchbox form {
    height: 68px;
    overflow: hidden;
	padding: 0;
}
#ccol.home #search_banner {
    float: left;
    height: 200px;
    margin: 65px 0 0;
    overflow: hidden;
    width: 585px;
}	

#ccol.home #search_banner ul {
		margin: 0 auto;
		width: 305px;
		padding: 0 0 10px;
	}
	#ccol.home #search_banner li {
		list-style: none;
	}
	#ccol.home #search_banner a {
		/*float: left;*/
		float:none;
	}
	#ccol.home #search_banner a img {
		border: none;
	}
    #ccol.home #search_banner #searchbox {
        height: 41px;
        /* overflow: hidden; */
        position: relative;

    }
#ccol.home #search_banner #searchbox p {
	float: left;
	display: block;
}
#ccol.home #search_banner #searchbox label {
    padding: 12px 14px 0;
}
#ccol.home #search_banner #searchbox fieldset#radio {
	padding: 0;
}
#ccol.home #search_banner #searchbox fieldset#radio label {
	padding: 0;	
}
#ccol.home #search_banner #searchbox fieldset {
	padding: 0 0 10px;
}
#ccol.home #search_banner #searchbox fieldset#radio p {
	padding: 0 10px 0 0;	
	background: none;
}
	#ccol.home #search_banner #searchbox fieldset#radio p.l {
		width: 80px;
	}
	#ccol.home #search_banner #searchbox fieldset#radio p.g {
		width: 58px;		
	}	
	#ccol.home #search_banner #searchbox fieldset#radio p.p {
		width: 117px;		
	}
	#ccol.home #search_banner #searchbox fieldset#radio p.d {
		width: 72px;		
	}
#ccol.home #search_banner #searchbox input.search,
#cat_slider ul#left li a,
#cat_slider ul#right li a  {
	background: url(../images/home_search.jpg) no-repeat;
}

        #ccol.home #search_banner #searchbox input {
            float: left;
            height: 40px;
            padding: 10px;
            background-position: -15px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        #ccol.home #search_banner #searchbox input.search {
            background-position: -397px 0;
            float: right;
            /*   height: 42px; */
            padding: 10px;
            width: 97px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            z-index: 1;
            border: 0px solid #ccc;
            border-radius: 0px;
        }
		#ccol.home #search_banner #searchbox input.search:hover {	
			background-position: -397px -40px;	
		}
	#ccol.home #search_banner #searchbox fieldset#radio input {
    	width: 13px;
		height: 13px;
		float: right;	
		background: none;
		padding: 0;
		margin: 1px;
	}
	
 
 #cat_slider {
 }
 
 .caticon a {
    background: url("../images/catslider_buttons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 55px;
    margin: 0 0 0 33px;
    text-align: center;
    width: 55px;
}
 
 
.business a {
				background-position: -18px -15px;
			}
				#cat_slider ul.subcat li.business a:hover {
				background-position: -78px -15px;
			}
			#cat_slider ul.subcat li.cars a {
				background-position: -18px -74px;
			}
				#cat_slider ul.subcat li.cars a:hover {
				background-position: -78px -74px;
			}			
			#cat_slider ul.subcat li.computers a {
				background-position: -18px -133px;
			}
				#cat_slider ul.subcat li.computers a:hover {
					background-position: -78px -133px;
			}			
			#cat_slider ul.subcat li.education a {
				background-position: -18px -192px;
			}
				#cat_slider ul.subcat li.education a:hover {
					background-position: -78px -192px;
			}				
			#cat_slider ul.subcat li.consumer_electronics a {
				background-position: -18px -251px;
			}
				#cat_slider ul.subcat li.consumer_electronics a:hover {
					background-position: -78px -251px;
			}
			
			#cat_slider ul.pager li.employment a {
				background-position: -160px -15px;
			}
				#cat_slider ul.pager li.employment a:hover {
					background-position: -220px -15px;
			}	
			#cat_slider ul.pager li.entertainment a {
				background-position: -160px -74px;
			}
				#cat_slider ul.pager li.entertainment a:hover {
					background-position: -220px -74px;
			}			
			#cat_slider ul.pager li.finance a {
				background-position: -160px -133px;
			}
				#cat_slider ul.pager li.finance a:hover {
					background-position: -220px -133px;
			}							
			#cat_slider ul.pager li.games a {
				background-position: -160px -192px;
			}
				#cat_slider ul.pager li.games a:hover {
					background-position: -220px -192px;
			}				
			#cat_slider ul.pager li.gifts a {
				background-position: -160px -251px;
			}
				#cat_slider ul.pager li.gifts a:hover {
					background-position: -220px -251px;
			}	
			
						
			#cat_slider ul.pager li.health a {
				background-position: -302px -15px;
			}
				#cat_slider ul.pager li.health a:hover {
					background-position: -362px -15px;
			}
			#cat_slider ul.pager li.hobbies a {
				background-position: -302px -74px;
			}
				#cat_slider ul.pager li.hobbies a:hover {
					background-position: -362px -74px;
			}	
			#cat_slider ul.pager li.home_garden a {
				background-position: -302px -133px;
			}
				#cat_slider ul.pager li.home_garden a:hover {
					background-position: -362px -133px;
			}							
			#cat_slider ul.pager li.household_apps a {
				background-position: -302px -192px;
			}
				#cat_slider ul.pager li.household_apps a:hover {
					background-position: -362px -192px;
			}					
			#cat_slider ul.pager li.insurance a {
				background-position: -302px -251px;
			}
				#cat_slider ul.pager li.insurance a:hover {
					background-position: -362px -251px;
			}	
			
			
							
			#cat_slider ul.pager li.internet a {
				background-position: -445px -15px;
			}
				#cat_slider ul.pager li.internet  a:hover {
					background-position: -506px -15px;
			}				
			#cat_slider ul.pager li.science a {
				background-position: -445px -74px;
			}
				#cat_slider ul.pager li.science a:hover {
					background-position: -506px -74px;
			}				
			#cat_slider ul.pager li.shopping a {
				background-position: -445px -133px;
			}
				#cat_slider ul.pager li.shopping a:hover {
					background-position: -506px -133px;
			}			
			#cat_slider ul.pager li.sport a {
				background-position: -445px -192px;
			}
				#cat_slider ul.pager li.sport a:hover {
					background-position: -506px -192px;
			}			
			#cat_slider ul.pager li.travel a {
				background-position: -445px -251px;
			}
				#cat_slider ul.pager li.travel a:hover {
					background-position: -506px -251px;
			}				
			
			
	
				#qcat_slider ul.pager li:hover ul {
					top: 75px;
					position: absolute;
					display: block;
					width: 445px;
					padding: 18px 15px;
					background: #fff;
					z-index: 1;
					height: 95px;
					/* background: url(../images/catslider_linkbck.jpg) no-repeat; */
				}

	#qcat_slider ul.pager ul {
		display: none;
        					top: 75px;
					position: absolute;
					display: block;
					width: 445px;
					padding: 18px 15px;
					background: #fff;
					z-index: 1;
					height: 95px;	
	}
	#cat_slider ul.pager ul li.heading {
		float: left;
		width: 100%;
		font-weight: 700;
		font-size: 14px;
		color: #00498f;
	}
		#cat_slider ul.pager ul li {
			float: left;	
			padding: 0 7px 10px 0;

		}
		#cat_slider ul.subcat ul li a {
			float: left;	
			height: 12px;
			width: auto;
			margin: 0;
			padding: 0 7px 0 0;
			background: none;
		}

.icon {
padding: 0 .5em 1.25em .5em;
width: 44px;
height: 44px;
border: 0;
float: left;
}

.catheading {
    font-size: 22px;
}

.categoryouter {
    float:left;
    width:100%;
}

.categoryouter ul {
    list-style: none;
}

.s-bus{background:url("http://images.linkcentre.com/2.png") no-repeat 0 0;width:44px;height:44px;}
.s-car{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -94px;width:44px;height:44px;}
.s-com{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -188px;width:44px;height:44px;}
.s-edu{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -282px;width:44px;height:44px;}
.s-ele{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -376px;width:44px;height:44px;}
.s-ent{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -470px;width:44px;height:44px;}
.s-fin{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -564px;width:44px;height:44px;}
.s-gam{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -658px;width:44px;height:44px;}
.s-gif{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -752px;width:44px;height:44px;}
.s-hea{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -846px;width:44px;height:44px;}
.s-hob{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -940px;width:44px;height:44px;}
.s-hom{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1034px;width:44px;height:44px;}
.s-hou{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1128px;width:44px;height:44px;}
.s-ins{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1222px;width:44px;height:44px;}
.s-inter{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1316px;width:44px;height:44px;}
.s-job{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1410px;width:44px;height:44px;}
.s-sci{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1504px;width:44px;height:44px;}
.s-sho{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1598px;width:44px;height:44px;}
.s-spo{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1692px;width:44px;height:44px;}
.s-tra{background:url("http://images.linkcentre.com/2.png") no-repeat 0 -1786px;width:44px;height:44px;}

 .newcat {
    clear: both;
    height: 70px;
    }

.subcat li{
    float: left;
    list-style: none;
    margin-bottom: 0px;
    padding-right: 3px;

}


#linkbubble {
	height: 72px;
	width: 425px;
	float: left;
	margin: 0 0 0 28px;
	background: url(../images/link_bubble.jpg) no-repeat;	
    padding-top:25px;
}

#sponsor {

    border-radius: 10px;
    border: 1px #ddd solid;
    min-height: 60px;
    width: 100%;
    float: left;
    margin: 30px 0px;
    padding: 25px;
}
	#sponsor .top {
		height: 23px;
		background: url(../images/sponsored_listing_top.jpg) top no-repeat;			
	}
	#sponsor .middle {
		padding: 0 20px 30px;
	}
	#sponsor .middle a {
		padding: 0 0 10px;
		width: 100%;
		float: left;
		font-size: 16px !important;	
	}
	
	#sponsor h4 {
		padding: 0 0 5px;
        font-size: 16px;
	}
		#sponsor img {
			float: left;
			padding: 0 10px 0 0;	
		}
	#sponsor .bottom {
		height: 12px;
		background: url(../images/sponsored_listing_bottom.jpg) bottom no-repeat;			
	}

#members {
	min-height: 60px;
	width: 477px;
	float: left;
	margin: 0 0 20px;
	background: url(../images/sponsored_listing_bck.jpg) repeat-y;
}
	#members .top {
		height: 13px;
		background: url(../images/member_area_top.jpg) no-repeat;
	}
	#members h4 {
		padding: 0 20px 5px;
	}
	#members p {
		padding: 0 20px 5px;		
	}
	
	#members .middle {
		padding: 5px 20px 5px;
	}
	#members .bottom {
		height: 13px;
		background: url(../images/member_area_bottom.jpg) bottom no-repeat;
	}
	#members img {
		width: 47px;
		height: 47px;
   		margin: 0 0.45em;
		border: 1px solid #c5c5c5;
	}

#social {
    float: left;
    margin: 0 0 20px;
    width: 477px;
	position: relative;
	background: url(../images/social_bottom.jpg) bottom no-repeat;		
}
#social #shoutbox {
    bottom: 12px;
    left: 19px;
    position: absolute;
}
#social #shoutbox img {
	padding: 0;	
}
#social .middle {
	width: 477px;
	float: left;
	background: url(../images/social_middle.jpg) repeat-y;		
}
#social .tweet {
	padding: 10px 20px 10px 20px;		
}

#social .tweet ul {
	list-style-type: none;		
}

#social #list {
	margin-left: 50px;
    margin-right:  50px;		
}

#social .bottom{
	width: 477px;
	height: 22px;
	float: left;
	background: url(../images/social_bottom.jpg) no-repeat;		
}

#social h4{
	color: #666;
    float: left;
    height: 27px;
    padding: 12px 20px;
    width: 437px;
	background: url(../images/social_top.jpg) top no-repeat;
}
#social h5 {
	color: #00498f;
	padding: 0 0 5px;
}
#social img {
	float: left;
	padding: 2px 5px 2px 0;	
}
	#social .middle p {
		padding: 0 0 5px;
	}
	#social .middle p.time {
		color: #c5c5c5;	
	}

#rhcol.home {
	width: 220px;
	float: left;
	margin: 0 0 0 12px;
}







/* Location Page Layout   */
/* Map Frame */
#top_wrapper.map {
	float: left;
	margin: 0 0 12px;
	background: url(../images/full_content_wrapper_background.jpg) repeat-y;
}

#content_inner_wrapper {
	float: left;
	width: 960px;
	background: url(../images/full_content_wrapper_top.jpg) top no-repeat;
}

#top_wrapper.map #content_inner_wrapper h1 {
	padding: 10px 20px;
	float: left;
	display: block;
	color: #00498e;
	font-size: 20px;
}

#content_inner_wrapper p {
	padding: 15px 5px 0;
	display: block;
	float: left;
}

#content_inner_wrapper ul {
	list-style: none;
	float: right;
	padding: 16px 5px 0;
}

#content_inner_wrapper li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 15px 0 0;
}

#content_inner_wrapper li a,
#content_inner_wrapper p a { }

#content_inner_wrapper li a:hover,
#content_inner_wrapper p a:hover { text-decoration: none; }

#content_inner_wrapper iframe {
  	border: medium none;
    float: left;
    margin: 0 20px 6px;
}

#content_wrapper_bottom {
	height: 14px;
	float: left;
	width: 960px;
	background: url(../images/full_content_wrapper_bottom.jpg) bottom no-repeat;
}

#google-legend {
	margin: 80px 0 0 686px;
	position: absolute;
    z-index: 1;
}

#google-legend .CollapsiblePanel {
	margin: 0;
	padding: 0;
}

#google-legend .CollapsiblePanelTab {
	background: url(../images/legend_top.png) no-repeat;
	margin: 0;
	width: 244px;
	height: 33px;
	padding: 2px;
	border: none;
	cursor: pointer;
}

#google-legend .CollapsiblePanelTab p {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 10px 0;
}

#google-legend .CollapsiblePanelContent {
	margin: 0;
	padding: 0;
	width: 248px;
}

#google-legend .CollapsiblePanelTab a { text-decoration: none; }
#google-legend .CollapsiblePanelOpen .CollapsiblePanelTab { background: url(../images/legend_top_open.png) no-repeat; }
#google-legend .CollapsiblePanelClosed .CollapsiblePanelTab { /* background: url(../images/legend_top.png) no-repeat; */ }
#google-legend .CollapsiblePanelOpen .CollapsiblePanelTabHover { background: url(../images/legend_top_open.png) no-repeat; }

/* Category Key - Located under map header*/
.CollapsiblePanel {
	margin: 0px;
	padding: 0 20px 6px;
	float: left;
}
.cattab {
	background: #00498f;
	padding: 5px;
	cursor: pointer;
	width: 910px;
	float: left;
}
#content_inner_wrapper .cattab p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0;	
}
#content_inner_wrapper .cattab p span {
	font-size: 12px;
	font-weight: 100;	
}
.CollapsiblePanelContent {
	margin: 0;
	padding: 0;
}
.CatContent {
	padding: 10px 0 0;
	float: left;	
}
.CatContent h5 {
	padding: 0 0 2px;	
}
#content_inner_wrapper .CatContent p {
	padding: 0 0 10px;	
}	
#content_inner_wrapper .CatContent li img {
	padding: 9px 9px 22px;	
}
	#content_inner_wrapper .CatContent ul {
		padding: 0;
		margin: 0;	
		width: 920px;
	}
		#content_inner_wrapper .CatContent li {
			padding: 0;
			margin: 0 9px;	
			width: 73px;
			text-align: center;
			color: #666;
			background: url(../images/pin_sprite.png) -75px 0 no-repeat;
		}
			#content_inner_wrapper .CatContent li.red {
				background-position: -75px 0;
                cursor: pointer;
			}
			#content_inner_wrapper .CatContent li.blue {
				background-position: 0px 0;
                cursor: pointer;
			}
			#content_inner_wrapper .CatContent li.green {
				background-position: -150px 0;
                cursor: pointer;
			}

#lhcol .lh-tbox {
	float: left;
	width: 677px;
	margin: 0 0 12px;
	background: url(../images/lh-tbox-bck.jpg) repeat-y;
}

#lhcol .lh-tbox h2 {
	float: left;
	clear: both;
	padding: 15px 20px;
	width: 637px;
	background: url(../images/lh-tbox-top.jpg) top no-repeat;
}

/* Properties for Speech Box Layout - Location Page */
#lhcol .lh-tbox h2 span {
	font-size: 12px;
	font-weight: 100;
}
#lhcol .lh-tbox h2 span a { text-decoration: underline; }
#lhcol .lh-tbox .speech.left,
#lhcol .lh-tbox .speech.right {
	width: 597px;
	float: left;
	overflow: hidden;
	margin: 0 0 5px;
    border-bottom: 1px dotted #ccc;
}
#lhcol .lh-tbox .speech.left h3 {
	font-size: 14px;
}
#lhcol .lh-tbox .speech.right h3 {
	color: #c32321;
	font-size: 14px;
}
#lhcol .lh-tbox .speech.left {
/*	background: url(../images/speech_left.jpg) no-repeat; */
}
#lhcol .lh-tbox .speech.right {
	background: url(../images/speech_right.jpg) no-repeat;	
}
/* End of Properties for Speech Box Layout - Location Page */	


#lhcol .lh-tbox p { /*float: left;*/ }
#lhcol .lh-tbox .txtblock {
	float: left;
	padding: 0 20px 10px;
}

#lhcol .lh-tbox .txtblock p { padding: 0; }

#lhcol .lh-tbox-bottom {
	height: 14px;
	width: 677px;
	float: left;
	background: url(../images/lh-tbox-bottom.jpg) bottom no-repeat;
}
.page-wrap {
	float: left;
	padding: 0 20px;
	position: relative;
	width: 637px;
}
#content_wrapper #lhcol .lh-tbox .page-wrap h2 {
	background: none;
	padding: 0 0 10px;
}

/* Slider Properties */
.slider-wrap { width: 637px; float: left; margin: 0 0 20px; }
.stripViewer .panelContainer .panel ul { text-align: left; margin: 0 15px 0 30px; }
	.stripViewer { position: relative; overflow: hidden; width: 637px; height: 285px; }
	.stripViewer .panelContainer { position: relative; left: 0;	top: 0; }
	.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 637px; }
	.stripViewer .panelContainer .panel img { width: 637px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 3px solid #c5c5c5; }
#movers-row { float: left; }
	#movers-row div { width: 20%; float: left; }
	#movers-row div a.cross-link { float: right; padding: 15px 10px 0 0; }
.photo-meta-data { background: url(../images/transpBlack.png); padding: 8px 13px; height: 35px; margin-top: -50px; position: relative; z-index: 9999; }
#submit-photo {
    padding: 15px 10px 0 0;
}


#lhcol .lh-tbox .photo-meta-data p { color: #fff; width: 100%; float: left; padding: 0; }
.photo-meta-data a { color: #fff; font-weight: 700; text-decoration: underline; }
.stripViewer .panelContainer .panel:hover .photo-meta-data {  }
.photo-meta-data span { font-size: 13px; }
.cross-link { float: left; padding: 15px 10px 0 0; }
.active-thumb { background: url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }
/* End of Slider Properties */

/* Right Column Feeds */
/* Right Column Feeds */
#rhcol.feeds {
	background: url(../images/feed_container.jpg) repeat-y;	
}
#rhcol h2.feeds {
	min-height: 38px;
	height: 38px;
	padding: 15px 20px 0;
	font-size: 18px;
	border: none;
	background: url(../images/feed_h2.jpg) no-repeat;
}
#rhcol .feeds {
    min-height: 64px;
    overflow: hidden;
    padding: 20px;
	background: url(../images/feed_glare.png) top no-repeat;
	border-bottom: 1px solid #bcbcbc;
}
#rhcol .feeds.last {
	border: none;
}
#rhcol .feeds .bottom {
	height: 12px;
	float: left;
	width: 272px;
	background: url(../images/feed_last.jpg) bottom no-repeat;	
}
#rhcol .feeds img {
	float: left;
	padding: 3px 5px 40px 0;
}
#rhcol .feeds h4 {
	float: left;
	padding: 0 0 5px;
}
#rhcol .feeds p {
	float: left;
	font-size: 11px;
	padding: 0 0 3px;
}
#rhcol .feeds p.time {
	color: #a5a5a5;
	font-size: 11px;
}

/* Profile Page Layout  */

#lhcol.profile {
	width: 548px;
	float: left;
	margin: 0 0 15px;
	overflow: hidden;
	background: url(../images/profile_lhcol_back.jpg) repeat-y;
}
	#lhcol .top {
		height: 13px;
		width: 548px;
		background: url(../images/profile_lhcol_top.jpg) 0 top no-repeat;
	}
	#section_1 .logo {
		float: left;
		height: 97px;
		margin: 0 20px 15px 0;
		padding: 10px;
		width: 198px;
        text-align: center;
		background: url(../images/logo_back.jpg) no-repeat;	
	}	
	#section_1 .logo img {
		margin: 0 auto;	
	}
	#section_1, #section_2{
		float: left;
		width: 100%;
		border-bottom: 1px solid #c9c9c9;	
	}
	#section_3 {
		float: left;
		width: 100%;	
	}
	#section_1 .profile_block {
		float: left;
    	padding: 7px 20px 20px;	
	}
		#section_1 .profile_block h1 {
			color: #666;
			float: left;
			display: block;
			width: 100%;
			overflow: hidden;
			padding: 0 0 5px;
		}
		#section_1 .profile_block h2 {
			float: left;
			display: block;
			width: 270px;
			font-size: 14px;
			overflow: hidden;				
		}
		#section_1 .profile_block ul.address {
			list-style: none;
			float: left;
			width: 164px;
		}
		#section_1 .profile_block ul {
			list-style: none;
			float: left;
		}	
		#section_1 .profile_block li {
			line-height: 18px;	
		}
		#section_1 .profile_block h2 {
			float: left;
			display: block;
			width: 270px;
			font-size: 14px;
			overflow: hidden;				
		}		
		#section_1 .profile_block ul.address {
			
		}
	#section_2 .profile_block {
		padding: 20px 20px 6px;	
	}
	#section_2 .profile_block ul {
		padding: 0 0 15px 20px;		
	}
	#section_2 .profile_block li {
		line-height: 18px;	
	}
	#section_3 .profile_block {
		float: left;
    	padding: 20px;	
	}	
	#profile_gallery {
		float: left;
	}
	#profile_gallery ul { 
		list-style: none;
		float: left;	
	}
	#profile_gallery ul li { 
		display: inline;
		float: left;
		list-style: none;
		padding: 2px;
	}
	#profile_gallery a {
		float: left;	
	}
	#profile_gallery ul li a img {
		border: 1px solid #c5c5c5;
		padding: 4px;
	}
	#profile_gallery ul a:hover img {
		border: 5px solid #00498f;
		padding: 0;
	}
	#profile_gallery ul a:hover { color: #fff; }
	
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }
	
	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }
	
	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	
	#prevLink, #nextLink{ width: 49%; height: 100%; display: block; }
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	
	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
	
	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
	
	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lhcol .bottom {
	height: 13px;
	width: 548px;
	float: left;
	background: url(../images/profile_lhcol_bottom.jpg) bottom no-repeat;	
}
.rhcol.profile {
	width: 400px;
	float: left;
	margin: 0 0 15px 12px;
	overflow: hidden;
	background: url(../images/profile_rhcol_back.jpg) repeat-y;
}
.rhcol.profile iframe {
	border: none;
	margin: 6px 20px;	
}
.rhcol.profile h3 {
	padding: 0 0 12px 20px;
}
.rhcol.profile .review {
	padding: 20px 20px 10px;
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #C5C5C5;
}
.rhcol.profile .review .left {
	width: 100px;
	float: left;	
}
.rhcol.profile .review .right {
	width: 260px;
	height: 90px;
	overflow: hidden;
	float: left;	
}
.rhcol.profile .review img {
	float: left;
	padding:0 55px 10px 0;
		
}
	.rhcol.profile .review ul {
		width: 100px;
		float: left;
	}
	.rhcol.profile .review li {
		list-style: none;
	}
	.rhcol.profile .review li.who {
		font-weight: 700;	
	}
	.rhcol.profile .review a {}

	.rhcol.profile .top {
		height: 13px;
		width: 400px;
		background: url(../images/profile_rhcol_top.jpg) 0 top no-repeat;
	}
	.rhcol.profile .bottom {
		height: 13px;
		width: 400px;
		background: url(../images/profile_rhcol_bottom.jpg) 0 bottom no-repeat;
	}

/* Directory Page Layout  */


/* Directory Page Layout  */
#lhcol.link,
#categories,
#directory {
	width: 269px;
	float: left;
	margin: 0 0 12px;	
}
#lhcol .sidebar h2 {
    float: left;
    height: 23px;
    padding: 15px 20px;
    width: 229px;
	background: url(../images/links_col_header.jpg) no-repeat;
}
	#lhcol .sidebar ul {}
		#lhcol .sidebar li {
			list-style: none;
		}
			#lhcol .sidebar a {
				float: left;
				padding: 10px 31px;
				width: 207px;
				background: url(../images/links_col_a.jpg) no-repeat;
                font-size: 13px;
			}
			#lhcol .sidebar a.last {
				background: url(../images/links_col_bottom.jpg) no-repeat;
			}
#rhcol.listings {
	float: right;
	width: 679px;
}
.premium {
	float: left;
	width: 679px;
	margin: 0 0 12px;
	background: url(../images/premium_top.jpg) no-repeat;	
}
.premium .middle {
	float: left;	
}
.premium .bottom {
	height: 42px;
	float: left;
	width: 679px;
	background: url(../images/premium_bottom.jpg) no-repeat;	
}



.basic {
	float: left;
	width: 679px;
	padding: 0 12px 20px 12px;
	
}

.premium {
	background-position: 0 0;	
}
	.premium h3 {
		padding: 19px 69px;
	}
	.premium p {
		padding: 15px 20px;

	}
	.premium ul {
		margin: 0;
		float: left;
		padding: 15px 0 13px 20px;
	}
		.premium li {
			display: inline;
			float: left;
			font-size: 11px;
		}
		.premium li.ct {
			width: 340px;
			padding: 0 20px 0 0;
			text-align: left;	
		}
		.premium li.vp {	
		    width: 65px;
		    padding: 0 10px;
			text-align: center;
		}
		.premium li.sm {
		    width: 91px;
		    padding: 0 10px;
			text-align: center;	
		}
		.premium li.rv {
			padding: 0 10px;
			text-align: center;
			width: 82px;
		}
		
.google_listing {
	float: left;
	width: 679px;
	margin: 0 0 12px;
	background: url(../images/google_listing_back.jpg) repeat-y;
}
.google_listing .top {
	height: 14px;
	float: left;
	width: 679px;
	background: url(../images/google_listing_top.jpg) top no-repeat;
}
.google_listing .middle {
	padding: 20px;
	width: 639px;
	float: left;	
}
.google_listing .bottom {
	height: 14px;
	float: left;
	width: 679px;
	background: url(../images/google_listing_bottom.jpg) bottom no-repeat;
}

		
		
.basic {
	background-position: 0 -208px;	
    border-top: 1px solid #EEE;
}

.basic:hover {
    background-color: #f4f4f4;
}

	.basic h4{
    	padding: 20px 20px 5px;
	}
	.basic p {
		margin: 0 0 0 0px;
		overflow: hidden;
		padding: 0px 20px 20px 20px;
	}
	.basic ul {
		margin: 0;
		float: left;
		padding: 0px 0px 0px 20px;
	}
		.basic li {
			display: inline;
			float: left;
			font-size: 14px;
		}
		.basic li.ct {
			width: 100%;
			padding: 0 20px 0 0;
			text-align: left;	
		}


.flag {
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

#nav #selectcountry {
    z-index: 10;
    position: absolute;
    display: none;
    top: 36px;
    background: #EAEAEA;
    width: 155px;
}
	#nav #selectcountry ul {
		margin: 0;
		float: left;
		list-style: none;
		padding: 5px; 
	}

		#nav #selectcountry li { 
			width: 100%;
		}
	
			#nav #selectcountry a{
				display: block; 
				text-decoration: none;
				padding: 5px 5px 4px;
				color: #707070; 
				width: 100%;
				background: none;
			}
#nav #selectcountry a:hover{
	background: #fff;
	color: #000;
}
/* Comment data */

.commentbox {
    clear:both;
}

.commentdate {
    float: right;
    color: #707070;
}

.disclaimer {
    clear:both;
}

.button a{
    text-decoration: none;
}

.loginlink {
    padding-top: 11px !important; 

}

.anniversarypadding {
    margin-top: 475px; 
    margin-left:0px;
}

.footerstrapline {
    clear: both;  
    text-align: center;  
    font-size: 18px; 
}

.testimonialbreak {
    margin: 5px; 
    border-bottom: 1px dotted #CCCCCC; 
    padding-bottom: 15px; 
    padding-top: 6px;
}

.testimonialcountry {
    float:left; 
    margin-top: 3px;
}

.tweetheight { 
    margin-top: 800px;
}

.twitter-timeline {
    padding-left: 20px !important;
}

.white {
    color: #fff !important;
    text-decoration: underline;
}

.testimonialtime {
    font-size:10px;
    color:#777;
}

.googleinput {
    background: url(/images/googlesearch.gif) no-repeat right;
}

/*********** Added by Rajesh start **************/

.toglerbtn {
    display: none;
}
.com-outer {
    /*width: 710px;*/
    width: 950px;
    float: left;
}
    .com-outer #ccol {
        float: right;
        padding-right: 70px;
    }
.com-outer #lhcol{float:left;}
img{max-width:100%;}

#ccol.home.inner-home {
    width: 100%;
}
#ccol.home.inner-home #search_banner{width: 90%; margin-top: 40px; height: 70px;overflow:unset;}
.inner-logo{float:left; }
.inner-search{margin-top: 13px; left: 200px;}
.aniversary-yr{ float:left; margin-left: 2px;}
.aniversary-yr p{ font-size: 12.5px;}
.aniversary-date{ float:right;}
.aniversary-date p{font: 12.5px arial; text-align:right;}
.fpanni {font-size: 12.5px; margin-bottom: 35px;}
.inner-content {
    margin-left: 30px;
    margin-right: 30px;
}
.inner-content h2{font: 1.4em arial, sans-serif;}
.dictionary-cont{width: 480px; margin: 0 auto;}
.puzzle-box{width: 575px; margin: 0 auto;}


.testimonial-cont{margin-left: 25px;}
.tweet-sec{float: right;width:320px;}
.testimonial-cont .left-sec{float:left;width:600px;}

.browsr-game{width:980px; margin: 0 auto; text-align: center;}
.browsr-game iframe{ width:800px;height:600px}
.browsr-cont{width:780px; margin: 20px auto; text-align: left;}

.news-cont{float:none;}
.main-outer{padding:0px 10px 10px 0px; width:100%;}
.main-inner{width:75%;float:left;}
.inner-right{float:right; padding-left: 25px;width:25%;}
.inner-mid{float:right;width:60%;}
.inner-left{float:left;text-align: left; width:40%; padding-right:25px; padding-left:25px;}
.table-res{width:100%;}
.ticker-top{margin:0 auto; width:1050px}
.login-outer{margin:0 auto; width:700px; padding:25px;}
.login-linkcntr{width:488px; border: 1px solid #cccccc; -moz-border-radius:10px; padding:20px 5px 5px 5px; text-align:center;}
.login-outer h1{margin-top:50px;}
.login-outer center{margin-bottom:50px;}
.our-community{margin: 0 auto; width:728px; margin-top: 0px; border: 0px solid #aaa; padding:10px;}
.aniversary-outer{width: 750px; margin: 0 auto;}
.aniversary-outer .h2{margin-top:40px;}
.aniversary-outer .twentyyearsimage{float:right;margin-top:-30px;width:auto;}
.charity-cont{width:100%;}
.left-col{width:50%;float:left;padding:25px;}
.charity-top{text-align:center;}
.footer-bookmark{position:absolute; right:0px; top:77px;}
.price{text-align:center;}
.media-outer{margin-left:30px;}
.media-outer .right-sec-inner{padding:20px; float:right; margin-left:20px; margin-right:20px; max-width:280px; border: 1px solid rgb(204, 204, 204); -moz-border-radius: 10px; background: url('/images/whitegradsmall.png') repeat-x scroll center bottom transparent;}
.media-outer .table-sec{width:430px; background: url('/images/whitegradsmall.png') repeat-x scroll center bottom #FFFFFF; background-color: #ffffff; border: 1px solid #ccc; padding: 10px; -moz-border-radius:10px;}
.media-outer .table-sec .box{background-color: #DDEEF6; border: 1px solid #ccc; padding: 10px; width: 340px; -moz-border-radius:10px;}
.media-outer .table-sec .box textarea{width:75%;}
.media-outer textarea{width:65%;}
.media-outer .add-link{width:60%;}
.media-outer .keyword-input{width:27%;}
.affiliate-cont{border: 1px solid #eee; padding: 25px;}
.affiliate-stat{float:right; width: 250px; border-left: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); padding: 0px 25px 15px 25px; background-color: rgb(255, 255, 255); -moz-border-radius: 0px 0px 0px 10px;}
.affiliate-lef{width: 650px;}
.affiliate-cont ol li:not(:last-child){margin-bottom:20px;}
.aniversary-outer{padding-bottom:15px;}
.aniversary-outer h2{margin-top:15px;}
.aniversary-outer div p{margin-top:15px;}
.scroll-txt{/*position:absolute;*/ margin: 0 auto; width:990px; text-align:center;}
#TICKER{white-space: nowrap; display:none; overflow:hidden; width:960px;}
#TICKER .span-1{background-color:#cc0000; color:#ffffff; font-size:17px}
#TICKER .span-2{font-size:17px;}
#TICKER .span-2{}
#TICKER .span-2 a{color:#444;}
#TICKER .span-2 img{border:0px; margin-top: 1px;}
.addurl-border{border: 1px solid #eee;}
.clearfix{clear:both;content:'';display:block;}
/*********** review page start*****************/
.review-content{margin: 0 auto; width:728px; margin-top: 0px; border: 0px solid #cccccc; padding:10px;}
.fabulous-img{float:left; border:0px; padding: 0px 10px 10px 0px;}
.review-rat{float:right; color:#000;}
.review-desc{ padding-right:200px; text-align: justify;}
.review-content .box{background: url('images/whitegradsmall.png') repeat-x scroll center bottom #ffffff; border: 1px solid #cccccc; -moz-border-radius:10px; border-radius: 10px; padding:15px;}
.review-content .box h1{float:left; background-color: inherit; color: #444444;  font-size: 19px;}
.review-content .box .plse-rate{color:#999;}
.review-content .box .unit-rating{width:150px;}
.review-content .box .unit-rating .current-rating{width:122.4px;}
.review-content .box .user-rat{color:#999;}
.review-content .box .s-uk{float:left; margin-top: 2px; margin-right: 4px;}
.review-content .box .s-uk-addrss{color:#777; text-decoration:none;}
.review-content .box .txt-cat{color:#777;}
.review-content .box .rev-publish{float:right;}
.review-content .bottom-txt{position: relative; text-align: left; vertical-align:top}
.review-content .bottom-txt h2{color:#444444; padding: 25px 0px 25px 0px;}
.review-content .bottom-txt sup{display:block;margin-bottom: 20px;}

/*********** signup page start(05/07-19)*****************/
.signup-outer{position: relative; margin: 0 auto; width:980px; padding: 0em 0em 0em 0em;}
.signup-inner{margin-left:50px; margin-right:50px;}
.signup-outer .ind-img{float:right;  width:130px; height: 152px; padding-right:25px;}
.signup-outer .text-red{color:#cc0000;}
.signup-outer .account-feature{float: right; width: 44%;text-align: center; padding-top: 0px; padding-left: 20px; padding-bottom: 28px; border-left: 1px dotted #444; margin-top: 120px;}
.signup-outer .account-feature p{font-size: 16px; color: #444;}
.signup-outer .form-sec{padding-left:0px;float: left;width: 55%;}
.signup-outer .signup-frm{padding-top: 25px; }
.signup-outer .signup-frm .button{background: rgb(76,76,76);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(163,198,140,1) 0%, rgba(163,198,140,1) 49%, rgba(44,44,44,1) 49%, rgba(71,71,71,1) 49%, rgba(71,71,71,1) 49%, rgba(117,170,82,1) 50%, rgba(117,170,82,1) 100%, rgba(17,17,17,1) 100%, rgba(19,19,19,1) 100%, rgba(28,28,28,1) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(163,198,140,1) 0%,rgba(163,198,140,1) 49%,rgba(44,44,44,1) 49%,rgba(71,71,71,1) 49%,rgba(71,71,71,1) 49%,rgba(117,170,82,1) 50%,rgba(117,170,82,1) 100%,rgba(17,17,17,1) 100%,rgba(19,19,19,1) 100%,rgba(28,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(163,198,140,1) 0%,rgba(163,198,140,1) 49%,rgba(44,44,44,1) 49%,rgba(71,71,71,1) 49%,rgba(71,71,71,1) 49%,rgba(117,170,82,1) 50%,rgba(117,170,82,1) 100%,rgba(17,17,17,1) 100%,rgba(19,19,19,1) 100%,rgba(28,28,28,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c',GradientType=0 ) !important;border-radius: 8px;}
.signup-outer .country-list sup{color:#cc0000;}
.signup-outer .country-list .icon-flag{width:18px; height:12px;}
.signup-outer .country-list select{font-size: 16px; font-family: sans-serif; padding: 6px;}
.signup-outer .signup-frm p sup{color:#cc0000;}
.signup-outer .signup-frm p span{font-size:0.8em;}
.signup-outer .signup-frm p input{width:93%;font-size: 16px; font-family: sans-serif; padding: 6px;}

/*********** 27-06-2019 remove css inline*****************/
/*===testimonial==========*/
.flag-icon{}
.flag-icon .spn-outer{width:200px;}
.flag-icon .spn-outer span{float:left; margin-top: 4px; margin-right: 4px;}
.flag-icon .spn-outer span a{font-size:16px; color:#444;}
/*===testimonial end==========*/
/*===seputarsitus start(06-07-19)==========*/
.Seputarsitus1{float:left; width: 270px;}
.Seputarsitus1 span{font-size:18px;}
.Seputarsitus1 p{font-size:14px;}
.Seputarsitus1 ul{list-style: none; font-size: 16px;}
.Seputarsitus1 ul li{}
.Seputarsitus1 ul li img{opacity : 0.5;filter: alpha(opacity=50);}
	
.Seputarsitus2{float:left; width: 110px;}
.Seputarsitus2 .span-1{font-size:18px;}
.Seputarsitus2 .span-2{font-size:14px;}
.f-share{width:100%; padding:15px; text-align: center;}
.website-pen{padding:20px;}
/*===upgrade page start(06-07-19)==========*/
.upgrd-tble{width:100%;}
.upgrd-tble .frst-td{width:40%;}
.upgrd-tble .frst-td p{font-size: 20px; margin-top:15px;}
.upgrd-tble .money-bk{width:350px;}
.upgrd-tble .money-bk p{font-size: 20px; text-align:center;}
.upgrd-tble .row-white{background-color: #fff;}
.upgrd-tble .row-gray{background-color: #f6f6f6;}
.upgrd-fdk{clear:both;}
.upgrd-fdk h2{text-align:center;margin-bottom:15px;}
.upgrd-fdk p{ border: 1px solid rgb(204, 204, 204); -moz-border-radius: 10px 10px 10px 10px;padding:10px}
.upgrd-fdk p img{border:0px; margin-top: 1px;}
.upgrd-fdk p a{font-size:18px; color:#444;}
.upgrd-btn{text-align: center; padding-top: 25px}
/*===secure-table page start(06-07-19)==========*/
.secure-table{background: url(images/whitegradsmall.png) repeat-x scroll center bottom #FFFFFF; border: 1px solid #eee; -moz-border-radius:10px; width:100%;}
.secure-table .frst-tr .frst-td{width: 220px; }
.secure-table .frst-tr span{font-size:20px;}
.secure-table span{font-size:16px;}
.secure-table tr .txt{text-align:right;}
.secure-login{background:url('images/whitegradsmall.png') repeat-x scroll 0 0 #FFFFFF; background-position: bottom;}
.secure-login img{width:50px; height:40px;border:0px;}
/*===profile page start(08-07-19)==========*/
#section_1 .profile_block .logo1{clear: both; float: left; padding-right: 25px; width: 300px;}
#section_1 .profile_block .logo1 img{border:0px;}
#section_1 .profile_block .frst-box{float:left; width: 270px;}
#section_1 .profile_block .frst-box span{font-size:18px;}
#section_1 .profile_block .frst-box p{font-size:14px;}
#section_1 .profile_block .frst-box ul{list-style: none; font-size: 16px;}
#section_1 .profile_block .frst-box ul li.last img{opacity : 0.5;filter: alpha(opacity=50);}
#section_1 .profile_block .scnd-box{float:left; width: 320px;}
#section_1 .profile_block .scnd-box .span-1{font-size:18px;}
#section_1 .profile_block .scnd-box .span-2{font-size:14px;}
#section_1 .profile_block .scnd-box{}
#section_1 .update{float:right;}
.profile #section_1 #mapCanvas{width: 100%; height: 300px;}
.profile .fbook{width:100%; padding:15px; text-align: center;}
#section_2 .profile_block .box-2{padding:20px;}
#section_2 .profile_block .box-2 img{border:0px; float:right; padding-left:50px; padding-bottom: 25px;}
#section_2 .profile_block .box-2 .box-inner{padding-bottom: 25px;}
.profile-promot-txt{padding: 40px 0;clear: both;}
/*===policy page start(08-07-19)==========*/
.policy-content{margin-left:30px; margin-right:30px;}
.policy-content ul{list-style-position: inside;margin-bottom: 10px;}
.policy-content{}
/*===news page start(08-07-19)==========*/
.news-cont .left-sec .date{padding-bottom: 25px;}
.news-cont .left-sec .box{border: 1px solid #eee;padding: 20px; background-color:#fff; background: url('../images/whitegradsmall.png') repeat-x; background-position: bottom; -moz-border-radius:10px;}
.news-cont .left-sec .box ul{list-style: none; }
.news-cont .left-sec .box ul li{padding: 5px 5px 25px 25px;}
.news-cont .news-rightsec{margin-right: 15px; border: 1px solid #eee; padding: 20px; background-color:#fff; background: url('/images/whitegradsmall.png') repeat-x; background-position: bottom; -moz-border-radius:10px;}
.news-cont .bottom-txt{clear:both; font : 1em arial, sans-serif; text-align:center; width:100%;padding: 30px 0;}
/*===media page start(08-07-19)==========*/
.bookmark span img{border: none; margin: 0px 1px;}
.media-outer .txtarea{background-color:#eee; font-family:arial; font-size:12px;}
.media-outer .line{background-color:#f00; width:50%}
.media-outer .directory p a{font-family:arial; font-size:16px;}
.media-outer .directory p .btn{position:relative; vertical-align:top; padding:0px;}
/*===mateenanalytics page start(08-07-19)==========*/
.mateenanalytics-content .dental-dubai{padding:20px;}
.mateenanalytics-content .bottom-txt{padding:20px;clear: both;}
/*===dictionary page start(08-07-19)==========*/
#ccol.home.dictionary-banner{margin-left: auto;
    margin-right: auto;
    float: none;}
.dictionary-cont .WordNet{margin-left:30px;}
.dictionary-cont .txt{font : 1.4em arial, sans-serif; color:#444;}
.dictionary-cont{padding-bottom:30px;}
/*===daily-crossword page start(08-07-19)==========*/
.puzzle-box h1{font : 1.4em 'Open Sans'; color:#444;}
/*===community-activity page start(08-07-19)==========*/
.our-community .list{background: url('/images/whitegradsmall.png') repeat-x scroll center bottom #ffffff; border: 1px solid #cccccc; -moz-border-radius:10px; padding:15px; font-family:arial;}
.our-community{padding-bottom:30px;}
/*===charity start(08-07-19)==========*/
.charity-cont .txt{padding-left:  25px;}
.charity-cont .h2 a{color:#cc0000;}
/*===addurl start(08-07-19)==========*/
.addurl-table{padding-top:25px;}
.addurl-table tr{background-color: #f6f6f6;}
.addurl-table tr.bg-white{background-color: #fff;}
.addurl-table tr .btn-mr{margin-left: 20px}
.addurl-fdk{ clear:both; text-align:left;}
.addurl-fdk h2{text-align:center;}
.addurl-fdk .addurl-list{background: url('images/whitegradsmall.png') repeat-x scroll 0pt 0pt rgb(255, 255, 255); background-position: bottom; border: 1px solid rgb(204, 204, 204); -moz-border-radius: 10px 10px 10px 10px;padding:10px}
.addurl-fdk .addurl-list img{border:0px; margin-top: 1px;}
.addurl-fdk .addurl-list a{font-size:18px; color:#444;}
.addurl-bottomtxt{text-align: center; padding-top: 25px}
/*===about us start(09-07-19)==========*/
.abou-content h2 sup{font-size:12px;}
.abou-content .thumb-img img{width:305px; height:274px;float:right; padding-left: 30px;}
/*===20th aniversiry start(09-07-19)==========*/
#TICKER.aniver-ticker{width:auto;}
.aniversary-outer ol {padding-left: 15px;}
.aurl-top{text-align: center; padding-top: 25px}
/*===design(16-07-19)==========*/
.h2-see-title{text-align: center;}
.premium-lst1{float:left; margin-right: 4px;}
.premium-lst2{float:left; border:0px; text-decoration:none; padding-right:10px; padding-bottom:15px;}
.basic-lst-1{float:left; margin-top: 4px; margin-right: 0px;}
.basic-list-color{color:#777;}
#cattitle .s-un{float:left; margin-top: 5px; margin-right: 4px;}
#cattitle .page1{font-size: 12px;}
#footer .text-color{color: #fff;}
.creation-dte{font-size: 10px; color: #777; float:right;}
.tweet .inputcounter{border: 0px solid; background-color: #DDEEF6;}
.media-outer .add-link{background-color:#eee}
.media-outer .border-n{border:0px;}
.adsbygoogle{display:block}
.serch-reslt{font-size:18px; font-weight:bold; margin-left:30px;}
.serch-reslt sup{font-size: 10px;}
.bottom .more-color{color:#777;}
.premium .pre-img{border:0px; text-decoration:none; padding-right:10px; padding-bottom:10px;}
.next-reslt{font : 1.2em arial, sans-serif; text-align:center;}
.title-what-kind{text-align:center;}
#section_1 .septu-login{float:right;}
#nav-inner ul.user li.signup a{padding-top: 11px; font-size:12px;}
.flag-icon .title-head{font-size:18px;}
.text-center{text-align:center;}
/******************18-07-2019********************/
.inner-mid .title{font-size:18px;}
.inner-left .revw-img{width:200px; height: 174px;}
.addurl-table h5.sign-up{color: #e00;}
.footer-bookmark img{width:125px; height:16px; border:0;}
.secure-login .membr-color{color:#54659B;}
.signup-frm .txt-red{font-style: italic; color: #cc0000;}



/* Media Query  start */
@media(max-width:1199px){}

@media(max-width:991px){
    .inner-search {
        left: 0px;
    }
#nav{background:none}
#nav-inner{padding-left: 15px;
    padding-right: 15px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(225,225,225,1) 99%, rgba(225,225,225,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(225,225,225,1) 99%,rgba(225,225,225,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(225,225,225,1) 99%,rgba(225,225,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e1e1e1',GradientType=0 );
}
#nav-inner a{padding: 5px 6px;}
.footer-bookmark {}
#nav-inner ul.user li.cpanel a{padding-top:5px !important;}
.loginlink {padding-top: 5px !important;}
#nav-inner{padding:5px  8px;box-shadow: 0 0 5px #ccc;width: 100%;}
#wrapper, #inner_footer,.com-outer,#rhcol.home{
    width: 100%;
}

.com-outer #ccol{width:60%;}
.com-outer #lhcol{width:38%;}
#ccol.home #search_banner {
    float: none;
    width: 100%;
    height: auto;
}
#ccol.home #search_banner ul {
    width: 100%;
}
#sponsor {
    float: none;
    margin: 10px auto 20px !important;
    background: none;
    min-width: inherit;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
}
#sponsor .bottom, #sponsor .top {
    background: none;
    display: none;
}
#sponsor .middle {
    padding: 0;
}
#rhcol.home #recentactiv {
    left: auto;
    top: auto;
    margin: auto;
    width: auto;
    background: none;
    height: auto;
    margin-top: 20px;
}
#rhcol.home #recentactiv h4 {
    border: 1px solid #ccc;
    border-bottom: none;
}
#rhcol.home #recentactiv .middle {
    border: 4px double #ccc;
}
#rhcol.home #recentactiv h4, #rhcol.home #recentactiv .middle {
    float: none;
    height: auto;
    width: 100%;
    background: none;
}
.tweetheight {
    margin-top: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.tweetheight iframe {
    width: 100% !important;
}
#red, #blue {
    margin: auto;
    position: relative;
}
#red{margin-top:65px;width:331px;}
#red .middle {
    padding: 136px 45px 0 0px;
    width: 220px;
    position: relative;
    margin: auto;
}
    #ccol.home #search_banner #searchbox input {
        width: calc(100% - 97px);
        background: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding-right: 100px;
    }
#ccol.home #search_banner #searchbox input.search{float: none;
    right: 130px;
    top: -40px;
    border-radius: 0px 5px 5px 0px;
    background: #f58e92;background: rgb(243,138,143);
background: -moz-linear-gradient(top,  rgba(243,138,143,1) 0%, rgba(243,138,143,1) 12%, rgba(243,138,143,1) 26%, rgba(243,138,143,1) 40%, rgba(243,138,143,1) 50%, rgba(236,49,56,1) 52%, rgba(236,49,56,1) 60%, rgba(236,49,56,1) 76%, rgba(236,49,56,1) 91%, rgba(236,49,56,1) 100%);
background: -webkit-linear-gradient(top,  rgba(243,138,143,1) 0%,rgba(243,138,143,1) 12%,rgba(243,138,143,1) 26%,rgba(243,138,143,1) 40%,rgba(243,138,143,1) 50%,rgba(236,49,56,1) 52%,rgba(236,49,56,1) 60%,rgba(236,49,56,1) 76%,rgba(236,49,56,1) 91%,rgba(236,49,56,1) 100%);
background: linear-gradient(to bottom,  rgba(243,138,143,1) 0%,rgba(243,138,143,1) 12%,rgba(243,138,143,1) 26%,rgba(243,138,143,1) 40%,rgba(243,138,143,1) 50%,rgba(236,49,56,1) 52%,rgba(236,49,56,1) 60%,rgba(236,49,56,1) 76%,rgba(236,49,56,1) 91%,rgba(236,49,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a8f', endColorstr='#ec3138',GradientType=0 );
}
#ccol.home #search_banner #searchbox p {
float: none;}
#ccol.home #search_banner #searchbox,#ccol.home #search_banner #searchbox fieldset{width:100%;}
#searchbox form{float:none;}
#lhcol.home #howto{top: auto;width: auto;left: auto;margin:30px 0;}
#lhcol.home #howto h4,#lhcol.home #howto a ,#lhcol.home #howto a.last{float: none;width: auto;display:block;background: none;border: 1px solid #ccc;border-top:none;}
#lhcol.home #howto h4{border-top:1px solid #ccc;border-radius: 5px 5px 0 0;}
#lhcol.home #howto a.last{border-radius: 0px 0px 5px 5px;}
#lhcol.home #howto a,#lhcol.home #howto a.last{padding: 12px 20px 11px;}
.anniversarypadding{margin-top:10px ;margin-left:0;width:150px;}
.aniversary{text-align:center;}
.aniversary a{display:block;}
#sponsor .middle a{float:none;}
#ccol.home.inner-home,#ccol.home.inner-home #search_banner ,.our-community{
    width: 100%;
}


.inner-logo {
    width: auto;
    float: none;
    margin-left: 0;
    text-align: center;margin-bottom:10px;
}
#ccol.home #search_banner #searchbox{width:100%;margin: auto;float: none;height:inherit;overflow:unset}
#ccol.home #search_banner #searchbox form{height:inherit;overflow:initial;float:none;}
    #searchbox fieldset, #ccol.home #search_banner #searchbox p, #searchbox form label, #ccol.home #search_banner {
        
        width: 100%;
    }
#ccol.home #search_banner .inner-logo a{float:none;}
#ccol.home.inner-home #search_banner{height:auto;margin-top:65px;}
#ccol.home #search_banner #searchbox fieldset {
    width: 100%;
    float: none;
}
.aniversary-yr{margin-left:0;}
.table-res table td{padding:6px;}
.com-outer-dic #ccol,#content_wrapper {float: none;width: 100%;}

.com-outer-dic #lcol2{display:none;}
.com-outer-dic #ccol.home #search_banner li a{float:none;}
.com-outer-dic #ccol{margin-bottom:10px;}
.testimonial-cont .left-sec {
    float: left;
    width: 50%;
}
.our-community{padding:0;}
.media-outer .right-sec-inner{margin-right:0;margin-left:10px;}
.media-outer .table-sec{margin-bottom:15px;}
.media-outer{margin-left:0;}
.affiliate-lef {width: 65%;}
#rhcol.home{margin-left:0;}
.news-cont{margin-left:0}
.news-cont .left-sec{width: 63%;}
.news-cont .news-rightsec{margin-right:0 !important;width: 35%;}
.browsr-game{width:100%; margin: 0 auto; overflow-x:auto}
.signup-outer{width:100%;}
.signup-outer .ind-img{padding-right:0;margin-left: 10px;}
.signup-inner {
    margin-left: 0;
    margin-right: 0;
}
}







@media(max-width:767px){
    .inner-search {
        left: 2px;
    }
#nav{background:none;}
#nav-inner ul.user li.cpanel a {padding-top: 5px !important;}
#nav-inner a{background:none;font-size:14px;}
.toglerbtn{font-size: 14px !important;padding: 0px !important;display: block;}	
.mobile-menu{}
.mobile-menu ul{position: absolute;left: 0;width: 200px;top: 49px;z-index: 25;background: #e33;display:none;padding: 15px !important;}
    .mobile-menu ul li {
        width: 100%;
        display: block;
        padding: 10px !important;
        float: none !important;
        background: none !important;
        color: #fff !important;
    }
.mobile-menu ul li a{display: block;float: none !important;color:#fff !important;}
#nav #selectcountry ul{padding:5px !important;}
#nav #selectcountry{top: 0;left: 200px;}
#ccol.home #search_banner ul{width:100%;}
#searchbox form fieldset input{font-size:18px;}
#search_banner ul li h1{}
.com-outer ,#ccol.home #search_banner #searchbox fieldset{width: 100%;float:none}
.com-outer #ccol,.com-outer-dic #ccol,#content_wrapper {float: none;width: 100%;}
.com-outer #lhcol {float: none;width: 100%;clear:both}
#rhcol.home {width: 100%;margin: 0;float:none;}
    .com-outer #ccol {
        padding-right: 0px;
    }
#ccol.home #search_banner {
float: none;width:100%;height:auto;}
#sponsor{float:none;margin:10px auto 20px !important;background:none;min-width: inherit;text-align: center;border: 1px solid #ccc;border-radius: 5px;width: 100%;padding:15px;}
    #ccol.home #search_banner #searchbox input {
        float: left;
        width: calc(100% - 97px);
        background: none;
        border: 1px solid #ccc;
        border-radius: 5px 0px 0px 5px;
    }

#sponsor .middle{padding:0;}
#sponsor .bottom,#sponsor .top{background:none;display:none;}
#red,#blue{margin:auto;position:relative;}
#rhcol.home #recentactiv{left:auto;top:auto;margin:auto;width: auto;background:none;height:auto;margin-top: 20px;}
.tweetheight{margin-top: 30px;border: 1px solid #ccc;border-radius: 5px;padding: 10px;}
.tweetheight iframe{width:100% !important;}
#rhcol.home #recentactiv h4,#rhcol.home #recentactiv .middle{float:none;height:auto;width:100%;background:none;}
#rhcol.home #recentactiv h4 {border: 1px solid #ccc;border-bottom: none;}
#rhcol.home #recentactiv .middle {border: 4px double #ccc;}
.categoryouter span {}
#wrapper,#inner_footer,#footer ul,#footer ul.social{width:100%;}
#footer ul.social,#footer ul,#footer ul.social li{float:none;text-align:center}
#footer,#inner_footer{height:inherit;float:none;}
#footer ul,#footer ul.social{padding:5px 0;;}
#inner_footer{padding-left:15px;padding-right:15px;}
#footer{padding:10px 0;}


.inner-content {
    margin-left: 0;
    margin-right: 0;
}
.dictionary-cont,.media-outer .table-sec{width:100%;}
.dictionary-cont p,.dictionary-cont{text-align:center}
.puzzle-box{width:100%;}
.puzzle-box iframe{width:100% !important;margin:0 auto;}
.testimonial-cont .left-sec,.tweet-sec {float: none;width: 100%;}
.tweet-sec iframe,#TICKER{width:100% !important;}
.testimonial-cont{margin-left:0;}
.tweet-sec {margin-top:20px;}

.browsr-game{width:100%; margin: 0 auto; overflow-x:auto}
.inner-right iframe{width:100% !important;}
.browsr-cont{width:100%; margin: 20px auto; text-align: center;}
.news-cont{width:100% !important;float:none !important;}
.roundgreyborder table tr  td p{font-size:14px !important;}
table td{font-size:13px !important;}
table td img{max-width:50%;}
.button{background: rgb(76,76,76);
background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(163,198,140,1) 0%, rgba(163,198,140,1) 49%, rgba(44,44,44,1) 49%, rgba(71,71,71,1) 49%, rgba(71,71,71,1) 49%, rgba(117,170,82,1) 50%, rgba(117,170,82,1) 100%, rgba(17,17,17,1) 100%, rgba(19,19,19,1) 100%, rgba(28,28,28,1) 100%)!important;
background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(163,198,140,1) 0%,rgba(163,198,140,1) 49%,rgba(44,44,44,1) 49%,rgba(71,71,71,1) 49%,rgba(71,71,71,1) 49%,rgba(117,170,82,1) 50%,rgba(117,170,82,1) 100%,rgba(17,17,17,1) 100%,rgba(19,19,19,1) 100%,rgba(28,28,28,1) 100%);
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(163,198,140,1) 0%,rgba(163,198,140,1) 49%,rgba(44,44,44,1) 49%,rgba(71,71,71,1) 49%,rgba(71,71,71,1) 49%,rgba(117,170,82,1) 50%,rgba(117,170,82,1) 100%,rgba(17,17,17,1) 100%,rgba(19,19,19,1) 100%,rgba(28,28,28,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c',GradientType=0 ) !important;border-radius:5px;height:auto !important;width:auto!important;
}
table td{padding:6px !important;;}
.recent-feedbk p,.our-community div{border-top:none !important;}
.recent-feedbk .first-para,.our-community .first-min{border-top:1px solid rgb(204, 204, 204)!important;}
.main-inner,.inner-right{width:100%;float:none;clear:both;}

.table-res{overflow-x:auto;}
.dental-clinic{padding:0 !important;}
.dental-dubai{padding-left:0 !important;padding-right:0 !important;padding-top:0 !important;}
.ticker-top,.login-outer,.login-outer .logininput,.login-linkcntr,.our-community,.aniversary-outer{width:100%;}
.login-outer,.our-community{padding:0;}
.login-outer table tr td{width:auto !important;}
.login-outer table tr td{padding:8px;text-align:left !important;}
.login-outer table tr td br{display:none;}
.login-linkcntr{padding:10px;}
.login-outer h1{font-size:20px;margin-top:20px;}
.login-outer center {margin-bottom: 20px;}
.aniversary-outer ol{padding-left:15px;}
.aniversary-outer .twentyyearsimage{margin-top:0;}
.footer-bookmark {position: absolute;right: 0;top: 70px;}
.recent-feedbk a{font-size:15px !important}
.large{font: 16px Arial !important;}
.news-cont h1{font-size:24px;}
.media-outer .right-sec-inner{width:100%;float:none;max-width:100%;margin:0 0 15px 0;}
.media-outer textarea{width:65%;}
.media-outer .add-link{width:60%;}
.media-outer .keyword-input{width:27%;}
.media-outer h1{font-size:24px;}
.news-rightsec{margin-top:0;}
.news-cont .left-sec ul li{padding: 5px 5px 10px 0 !important;}
.news-cont .left-sec ul li:last-child{padding-bottom: 0 !important;}
.news-cont .left-sec ul li h2{}
.news-cont .news-rightsec p{padding: 0px 0px 10px 0;}
.our-community  div{padding:10px !important}
.review-content{width:100%;}
.signup-outer .signup-frm .button{padding: 12px 20px;}
.signup-outer .account-feature {float: none;
width: 100%;border-left: none;margin-top: 10px;padding-left: 0;padding-bottom:0;
}
.signup-outer .signup-frm p input {width: 100%;}
.signup-outer .country-list select {width: calc(100% - 22px);}
.signup-outer .form-sec {padding-left: 0px;float: none; width: 100%;}
#section_2 .profile_block .box-2 {padding: 10px 0;}
#section_2 .profile_block .box-2 .box-inner {padding-bottom: 0;}
#section_2 .profile_block {padding: 20px 0 0;}
.gm-err-title {    margin-bottom: 15px; font-size: 20px;}
.profile-promot-txt{padding: 20px 0;}
.policy-content {
    margin-left: 0;
    margin-right: 0;
}
.policy-table-1 tr td:nth-child(1){display: none;}
.policy-table-2 tr td:nth-child(1){display: none;}
.news-cont .news-rightsec{width:100%;}
.mateenanalytics-content .bottom-txt{padding-left:0;}
}


@media(max-width:640px){

	
}

@media(max-width:480px){
.inner-content .thumb-img img{float:none !important;padding-left:0 !important;width:100%;}
.inner-left, .inner-mid{float:none !important;width:100%;}
.inner-content .thumb-img{text-align:center;display:block;margin-bottom:5px;}
.inner-mid{padding-left:25px;padding-right:10px;}
.logo { height: 63px; }
<!--#ccol.home #search_banner img { width: 150px;} -->
	#ccol.home #search_banner img {
		width: 150px;
	}
.login-outer table tr td{}
.aniversary-outer .twentyyearsimage{float: none;padding-left: 0;padding-bottom: 10px;width: 150px;margin:auto;display:block;}
.left-col{width:100%;float:none;padding:0px;}
.charity-cont p{padding-left:0 !important}
.media-outer textarea{width:100%;}
.media-outer .add-link{width:100%;}
.media-outer .keyword-input{width:75%;}
.affiliate-stat{float:none;}
.affiliate-lef {width: 100%;}
.review-rat{float:none !important;clear:both;padding-top:10px;}
.review-desc{padding-right:0 !important}
.break-none br:first-child{display:none;}
#section_2 .profile_block .box-2 img {
    border: 0px;
    float: none;
    padding-left: 0;
    padding-bottom: 0;
}
}


@media(max-width:420px){
#red,#blue{width:100%;height:inherit;background:#ea2229;padding:20px 10px;}
#red h2, #blue h2{font-size:18px;}
#red h2 br, #blue h2 br{display:none;}
#red .middle,#blue .middle {
    padding: 0;
    width: 100%;
}
#blue a{float:none;}
#blue{background:#0d4c8f}
.news-cont .left-sec div{padding-left:10px!important; padding-right:10px !important;}
.login-outer table tr td p{text-align:left;}
.media-outer .table-sec .box{width:100%;}
.media-outer .table-sec .box textarea{width:100%;}
}


@media(max-width:390px){
.roundgreyborder{width:100%;overflow-x:auto;}
.s-uk-addrss{word-break: break-all;}
.rev-publish{float:none !important}
}
@media(max-width:360px){
.aniversary-yr,.aniversary-date{float:none;text-align:center !important;;}
.aniversary-yr p,.aniversary-date p{text-align:center !important;}
.signup-outer .ind-img {
    float: none;
    width: auto;
height: auto;margin:auto}
}

/**
 * Demo styles
 * Not needed for tooltips to work
 */

/* `border-box`... ALL THE THINGS! */



*:before,
*:after {
    box-sizing: inherit;
}

a:hover {
    text-decoration: none;
}

header,
.demo,
.demo p {
    margin: 4em 0;
    text-align: center;
}

/**
 * Tooltip Styles https://chrisbracco.com/a-simple-css-tooltip/
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

    /* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
    }

    /* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* Base styles for the tooltip's directional arrow */
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 8px;
        width: 160px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
    }

    /* Directions */

    /* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
        bottom: 100%;
        left: 50%;
    }

    [data-tooltip]:before,
    .tooltip:before,
    .tooltip-top:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: #000;
        border-top-color: hsla(0, 0%, 20%, 0.9);
    }

    /* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -80px;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
    }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.adsbygoogle {
    display: block !important;
    margin: auto;
}

#alert_popover {
	display: block;
	position: fixed;
	bottom: 25px;
	left: 25px;
}

.wrapper-popup {
	display: table-cell;
	vertical-align: bottom;
	height: auto;
	min-width: 350px;
}

.alert_default {
	color: #333333;
	background-color: #f2f2f2;
	border-color: #cccccc;
	padding: 15px;
}

.smalltext {
	font-size: 12px;
}