@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa_whiteclr {
    color: #3B3B3B;
    float: left;
    font-size: 15px;
}
.fa_orange{
	color:#fa9018;
}
.fa_size14 {
    font-size: 22px;
}
.fa_bold{
	font-weight:bold;
	color:#099EE0;
	font-size:18px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
img, select, input, button {
	border: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.error{
	color: red;
}
.boxsizing {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.trans {
	transition: all .2s ease-in .0s;
}
.checkbox, .radio {
	width: 19px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	background: url(../images/select.png) no-repeat 0 0;
	color: #616466;
	font: 12px/33px arial, sans-serif;
	height: 33px;
	overflow: hidden;
	padding: 1px 31px 0 8px;
	position: absolute;
	top: -9px;
	width: 150px;
	text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	-moz-text-shadow: 1px 1px #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_wrapper {
	width: 100%;
	float: left;
}
.header_wrapper {
	width: 100%;
	float: left;
	background: #EDEBEB;
}
.paddingin {
	padding: 0 20px;
}
.header_links {
	float: right;
	padding-right: 10px;
	display: none;
}
.header_linksold {
	
	padding-right: 10px;
}
.headerlinksul {
	float: left;
}
.headerlinksul li {
	float: left;
	padding: 10px 15px 11px 0;
}
.headerlinksul li a {
	color: #3B3B3B;
	font-size: 12px;
}
.headerlinksul li a:hover {
	opacity: .7;
}
.headerlinksul li a img {
	float: left;
}
.headr_a {
	float: left;
	line-height: 14px;
	padding-left: 5px;
}
.user_icon {
    border-right: 1px solid #D8D6D6;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 8px 10px;
}
.fa_size14 {
    font-size: 22px;
}
.user_tab {
	border: 1px solid #D8D6D6;
	position: absolute;
	right: 22px;
	top: 0;
}
.inside_usertab_btn {
	background: url(../images/uder_bg.png) repeat-x;
	border: 1px solid #fff;
	padding: 8px 10px;
	cursor: pointer;
}
.strngstyle {
	font-size: 12px;
	color: #616466;
}
.header_icons {
	float: right;
}
.content_area_wrapper {
	width: 100%;
	float: left;
}
.content_area, .shdow {
	margin: 0 auto;
	display: block;
}
.shdow {
	margin-top: -2px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: -2;
}
.shdow img {
	max-width: 100%;
}
.logo {
    display: table;
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 42px;
    padding-top: 100px;
    text-align: center;
}
.index_enginewrappper .search_wrapper {
	width: 100%;
	float: left;
}
.index_enginewrappper .search_box {
	max-width: 900px;
	margin: 0 auto;
	background: #099EE0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-order-radius: 15px;
}
.index_enginewrappper .insidesearch_box {
	padding: 20px;
	position: relative;
}
.index_enginewrappper .shadw_wrapper {
	width: 100%;
	float: left;
}
.index_enginewrappper .search_area_wrapper {
	width: 100%;
	display: table;
}
.index_enginewrappper .search_field {
	display: table-cell;
	width: 100%;
}
.search_fieldjob {
	width: auto;
	padding: 0 5px;
}
.search_outer {
	display: table-cell;
	padding: 0 0px 0 10px;
	width: 30px;
	vertical-align: top;
}
.fllky {
    color: #00a3e1;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
    padding: 7px 5px ;
    width: 102px;
}

.feeling {
	color: #60CEFF;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 100%;
}
.feeling:hover {
	color: #085f85;
}
.search_btn {
	background: url(../images/search_btn_bg.jpg) repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
}
.search_btn:hover{
	background:#D2D0D1;
	
}
.search_btnblue{
	background:#2f5174;
}
.search_btnblue:hover{
	background:#2c4d6e;
}
.search_btnblue .fllky{
	color:#FFFFFF;
}
.search_btn_border {
	border: inset 1px solid #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.intxt {
	border: 2px solid #CFCFCF;
	border-radius: 10px;
	display: block;
	height: 42px;
	
	text-indent: 10px;
	padding-right: 40px;
	width: 100%;
	font-size: 12px;
}
.index_enginewrappper .catagories {
	position: absolute;
	right: 204px;
	top: 26px;
}
.catagories_outline {
	background: url("../images/catagories_ico.png") no-repeat 96% center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: table;
	font-size: 14px;
	padding: 12px 7px;
	vertical-align: top;
	width: 100%;
}
.searchbutton {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
}
.amzon_wrapper {
	
	float: left;
	margin-bottom: 20px;
	
	padding: 10px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.amaspan {
    font-size: 12px;
    padding-top: 13px;
    vertical-align: middle;
}
.index_enginewrappper .country_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top:10px;
	text-align: center;
}
.countryul {
	display: inline-table;
	position: relative;
}
.countryul li {
	float: left;
	padding-right: 30px;
	line-height: 20px;
}
.countryul li:last-child {
	padding-right: 0;
	position: relative;
}
.radio_txt {
	font-size: 13px;
	color: #3e3e3e;
}
.advnce_search {
	text-align: center;
	padding-top: 4px;
}
.advnce_search a {
	color: #FFFFFF;
	font-size: 12px;
}
.advnce_search a:hover {
	color: #077fb4;
}
.language_wrapper {
	width: 100%;
	float: left;
	background: #fff;
}
.languageul {
	text-align: center;
	color: #3f3f3f;
}
.languageul li {
	display: inline-table;
	padding: 10px 10px 10px 0;
}
.languageul li a {
	font-size: 12px;
	color: #3f3f3f;
	transition: all .2s ease-in .0s;
}
.languageul li a:hover {
	color: #099ee0;
}
.lheading {
	font-weight: bold;
	font-size: 13px;
}
.more_language {
	font-style: italic;
	padding-left: 30px;
}
.copy_right_wrapper {
    background: #EDEBEB;
    color: #333333;
    float: left;
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
}

.copy_right {
    display: block;
    text-align: center;
    font-size: 12px;
}
.footerul {
	float: left;
}
.footerul li {
	border-right: 1px solid;
	display: inline-table;
	padding: 0 10px;
}
.footerul li:last-child {
	border-right: none;
	padding-right: 0;
}
.footerul a {
	color: #3F3F3F;
	font-size: 12px;
}
.footerul a:hover {
	color: #099EE0;
}
.copyr {
	float: right;
	font-size: 12px;
	padding-bottom: 0px;
	color: #3F3F3F;
}
.footerul select {
    margin-left: 10px;
}
.web_thumb_img{
	max-height: 80px;
	}
.catagories_list {
	background: none repeat scroll 0 0 #F4F4F4;
	width: 100%;
	float: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
}
.catagories_listul {
	float: left;
}
.catagories_listul li {
	float: left;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 15px;
	cursor: pointer;
}
.catagories_listul img {
	display: inline-block;
}
.catagories_listul a {
	color: #000000;
	line-height: 0;
	font-size: 12px;
}
.catagories_listul a:hover {
	opacity: .8;
}
.catagories_listul a p {
	display: table;
	line-height: 0;
	padding-top: 10px;
	width: 100%;
}
.inside_catagories_list {
	padding: 40px 10px 30px;
	float: left;
}
.tip_c {
	background: url("../images/tip.png") no-repeat center center;
	float: right;
	height: 15px;
	position: absolute;
	right: 212px;
	top: -15px;
	width: 23px;
}
.cata_full {
	position: absolute;
	left: 0;
	right: 0;
	top: 84px;
	z-index: 100;
	display: none;
}
.user_tab_area {
	position: absolute;
	right: 0;
	background: #f4f4f4;
	display: none;
	width: 200px;
	z-index: 1;
}
.insideuser_tab_area {
	float: left;
	padding: 10px;
}
.login_form {
	float: left;
}
.insideuser_tab_area h2 {
	color: #099ee0;
	font-size: 14px;
}
.logn_rw {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.logntitle {
	float: left;
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
}
.mandtry {
	color: red;
	font-size: 12px;
	padding-left: 4px;
	vertical-align: top;
}
.frgt_paswrd {
	font-size: 12px;
	float: left;
}
.frgt_paswrd:hover {
	text-decoration: underline;
}
.logn_form {
	float: left;
	width: 100%;
}
.login_txt {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
.sign_in_btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: none repeat scroll 0 0 #099EE0;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	margin: 4px;
	cursor: pointer;
	padding: 10px;
	width: 45%;
}
.regstr_btn {
	background: rgba(69,69,69,1.00);
}
.regstr_btn:hover {
	background: rgba(0,0,0,1.00) !important;
}
.sign_in_btn:hover {
	background: #0e82b6;
}
.loginpadng {
	padding: 10px 0 5px;
}
.index_enginewrappper .sublinks {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%;
	float:left;
	margin-top:-10px;
	margin-bottom:10px;
}
.sublinks button {
	background: none;
}
.catgrie_name {
	color: #6C6C6C;
	float: left;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	padding-right: 6px;
}
.catgrie_namejob {
	color: #7C7C7C;
}
.catagories_btn {
	cursor: pointer;
}
.catagories_btn:hover {
	opacity: .7;
}
.advncesearch {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.advncesearch:hover {
	color: #086b97;
}
.styled {
	cursor: pointer;
}
.logo > img {
	max-width: 100%;
}
.catagories_listli {
	list-style: none;
	float: left;
}
/* ................... INNER PAGE STYLE START ............................... */
.rheader {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
}
.inerserchwrapper {
	
	float: none;
	width: auto;
}
.innerlogo {
    display: block;
    padding-top: 23px;
    text-align: center;
    vertical-align: top;
    width: 8%;
    margin-right: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.innerlogouser{
	max-width: 250px;
	float: left;
	  padding-top: 10px;
	}
.innerlogouser img {
    max-width: 100%;
}
.inner_search_box {
	max-width: 600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-order-radius: 10px;
	border-radius: 10px;
}
.inner_search_boxn {
	max-width: none;
}
.inner_insidesearch_box {
	padding: 10px;
}
.inner_intxt {
	height: 42px;
	padding-right: 124px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-order-radius: 5px;
	border-radius: 5px;
}
.inner_intxtjob {
	padding-right: 0;
	
}
.inside_search_btn {
	padding: 4px 2px;
	margin-right: 0;
}
.inner_catagories {
	right: 87px;
	top: 17px;
}
.inner_cata_full {
	top: 57px;
}
.inner_tip_c {
	right: 87px;
}
.inner_user_tab {
	top: 6px;
	right: 0;
}
.inner_header {
	background: #EDEBEB;
	position: relative;
	padding: 10px 0;
}
.inner_country_wrapper {
	padding: 0;
	text-align: left;
	width: 100%;
	float: left;
	position: relative;
}
.inner_selct {
	margin-top: 2px;
	text-align: center;
}
.inner_header_links {
	float: right;
	padding-right: 0;
}
.inner_headerlinksul li {
	padding-top: 3px;
	padding-bottom: 0;
}
.inner_headerlinksul li:last-child {
	padding-right: 0;
}
.result_count {
	color: #545454;
	font-size: 13px;
	padding: 10px 0;
	width: 100%;
	background: #eee;
	float: left;
	margin-bottom: 10px;
}
.showing_resultcount {
	float: left;
}
.result_catagories {
	float: right;
}
.result_display {
	width: 100%;
	float: left;
}
.result_item {
	overflow: hidden;
	display: block;
	height: 150px;
	width: 200px;
	overflow: hidden;
	transition: all .3s ease-in-out 0s;
	float: left;
}
.result_item_inside {
	display: block;
	overflow: hidden;
}
.result_image {
	display: block;
	width: 100%;
}
.result_image img {
}
.reult_heading {
	color: #545454;
	display: none;
	float: left;
	font-size: 13px;
	padding-top: 5px;
	width: 100%;
}
.r_image_size {
	color: #009CCE;
}
.result_page_name {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.result_page_name a {
	color: #545454;
}
.result_page_name a:hover {
	text-decoration: underline;
	color: #545454;
}
.inner_language_wrapper {
	margin-top: 30px;
}
.result_showing {
	width: 40%;
	float: left;
}
.fullresult {
	float: left;
	width: 100%;
}
.full_image {
	float: left;
	width: 100%;
}
.full_image img {
	max-width: 100%;
}
.result_display_inside {
}
.result_names {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: left;
}
.result_names a {
	color: #545454;
	font-size: 20px;
}
.result_image_details {
	width: 100%;
	float: left;
}
.d1 {
	float: left;
	font-size: 12px;
	color: #888888;
	padding-top: 5px;
}
.d1 a {
	color: #888888;
}
.d1 a:hover {
	text-decoration: underline;
}
.d1:first-child:before {
	content: " ";
	margin: 0 5px 0 0;
}
.d1:before {
	content: " - ";
	font-size: 12px;
	color: #888888;
	margin: 0 4px;
}
.result_discrbtn {
	font-size: 12px;
	color: #888888;
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.full_links {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.bu1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	padding-right: 0px;
	display: inline-table;
}
.butn1 {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #17CAE6), color-stop(1, #11A6D4) );
	background: -o-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -moz-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -webkit-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -ms-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: linear-gradient(to bottom, #17CAE6 0%, #11A6D4 100%);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	transition: all .2s ease-in .0s;
	border: inset 1px solid #18cee8;
	font-size: 12px;
}
.comment_btn {
	background: #ecf0f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin-top: 10px;
	padding: 10px;
}
.comnt_counter {
	
	font-size: 12px;
	color: #545454;
}
.comnt_counter a{
color: #545454;
	}
.result_displaynew {
	width: 75%;
	float: left;
}
.result_showingn {
	width: 25%;
	float: left;
}
.web_reslut_wrapper {
	float: left;
	width: 100%;
}
.result_li {
	clear: both;
	float: left;
	margin-bottom: 20px;
}

.web_rslt_txt {
    color: #545454;
    font-size: 13px;
    line-height: 18px;
    	display: table-cell;
}
.web_result_link {
	color: #1E0FBE;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
.web_result_link:hover {
	text-decoration: underline;
}
.web_result_bottom {
	color: #006621;
}
.web_resulturl {
	float: left;
	padding-right: 10px;
}
.web_thumb_imge {
	float: left;
	margin-right: 10px;
}
.web_resultdescription {
	padding: 5px 0;
}
.web_rslt_emaillink, .web_rslt_quicklink, .web_rslt_comments {
	cursor: pointer;
	padding: 0 5px;
}
.web_rslt_emaillink:hover, .web_rslt_quicklink:hover, .web_rslt_comments:hover {
	text-decoration: underline;
}
.result_showingnew {
	background: none repeat scroll 0 0 #222222;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 10px 0;
	display: none;
	float: left;
}
.result_showingnew:before{
	content="";
	height: 10px;
	width: 10px;
	position: absolute;
	top: -10px;
	left: 10px;
	background: red;
	}
.full_imagenew {
	width: 50%;
	float: left;
	text-align: center;
}
.og-gridnew {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 15px !important;
	text-align: left !important;
}
.fullheadingnew {
	float: left;
	width: 40%;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.closebtn {
	cursor: pointer;
	height: 20px;
	padding: 7px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	z-index: 1;
	background: url(../images/closebtn.gif) no-repeat center center;
}
.result_namesnew a {
	color: #D6D6D6;
}
.linereslt {
	background: none repeat scroll 0 0 #121212;
	box-shadow: 1px 0 #2A2A2A;
	-moz-box-shadow: 1px 0 #2A2A2A;
	-o-box-shadow: 1px 0 #2A2A2A;
	-webkit-box-shadow: 1px 0 #2A2A2A;
	-ms-box-shadow: 1px 0 #2A2A2A;
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 1px;
	margin-left: 10px;
}
.resltarrow {
	border-bottom: 10px solid #222222;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	position: absolute;
	top: -10px;
	width: 0;
}
.inside_result_showing {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
/*    style added on 15-07-2014 */
.cloud_keywrdswraper {
	float: left;
	width: 100%;
	padding: 10px 0 20px;
}
#fadeandscale {
	transform: scale(0.8);
}
.popup_visible #fadeandscale {
	transform: scale(1);
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
}
.well {
	min-height: 20px;
	/*padding: 19px;*/
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.loginpadng h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
}
.web_thumb_imgeli {
	float: left;
	margin-right: 10px;
}
.web_thumb_imgeli:last-child {
	margin-right: 0;
}
.webimage_reslt {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.web_thumb_imgeul {
	display: block;
	float: left;
	width: 100%;
}
.view_imagesbtn {
	color: #099ee0;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0 0;
	text-decoration: none;
}
.view_imagesbtn:hover {
	color: rgba(70,70,70,1.00);
}
.result_ul {
	float: left;
	width: 100%;
}
.related_search {
	float: left;
	margin: 30px 0 20px;
	width: 100%;
}
.relatserchli {
	display: inline-block;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.relatdsercha {
	color: #1e0fbe;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.pagenumbrs {
	width: 100%;
	float: left;
}
.pagenubrli {
	float: left;
	margin: 1px;
}
.pagenubrsa {
	background: none repeat scroll 0 0 #edebeb;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
}
.pagenubrsactive {
	background: #FFFFFF;
}
.pagenubrsa:hover {
	background: #099EE0;
	color: #FFFFFF;
}
/* video Style */

.video_listing {
	margin-bottom: 20px;
}
.video_listing_inside {
    border: 1px solid #EEEEEE;
    display: inline-block;
   width:100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
}
.v_image {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.staringv{
	position: absolute;
	left:10px;
	top:10px;
	z-index: 200;
}
.plybtnv{
    color: #FFFFFF;
    font-size: 39px;
    left: 40%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    ms-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
}
.v_image:hover .plybtnv{
	opacity: 1;
	}
.v_image img {
	max-width: 100%;
	width: 100%;
	transition: all .2s ease-in .0s;
	-moz-transition: all .2s ease-in .0s;
	-webkit-transition: all .2s ease-in .0s;
	-ms-transition: all .2s ease-in .0s;
}
.video_discrptn {
	width: 100%;
	float: left;
}
.vv_dis {
	position: absolute;
	left: 0;
	right: 0;
	height: 40%;
	bottom: -40%;
	background: rgba(0,0,0,0.60);
}
.v_image:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.videotitle {
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}
.video_duration {
	font-size: 12px;
	display: block;
	color: green;
	width: 50%;
	float: left;
}
.comment_video a {
	float: right;
	font-size: 12px;
	background: none;
	padding-left: 25px;
	color: #333333;
}
.comment_video a:hover {
	text-decoration: underline;
}
#fadeandscale {
	transform: scale(0.8);
}
.popup_visible #fadeandscale {
	transform: scale(1);
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
 -moz- border-radius: 4px;
 -webkit- border-radius: 4px;
 -o- border-radius: 4px;
	min-height: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all .2s ease-out .0s;
	min-width: 200px;
}
.video_inside {
	width: 100%;
	float: left;
}
.c_areawraper {
	width: 506px;
}
.coment_areagc {
	position: relative;
	float: left;
	width: 100%;
}
.comnt_txtarea {
	border: #C3C3C3 1px solid;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 70px 0 10px;
	width: 500px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: -moz-hidden-unscrollable;
	height: 60px;
}
.s_btngc {
	position: absolute;
	right: 20px;
	top: 14px;
	border: none;
	color: #FFFFFF;
	background: rgba(20,183,241,1.00);
	padding: 5px 10px;
	cursor: pointer;
}
.s_btngc:hover {
	background: #0e9ed1;
}
.old_cmtns {
	width: 100%;
	float: left;
}
.old_cmntul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.old_cmntsli {
	width: 100%;
	display: block;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 10px;
	background: #F2F3F4;
}
.cimage {
	float: left;
	width: 50px;
}
.cimage img {
	max-width: 100%;
}
.prf_details {
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	vertical-align: top;
	width: 435px;
}
.prfil_name {
	font-size: 12px;
	font-weight: bold;
	color: rgba(19,52,96,1.00);
	cursor: pointer;
}
.prfil_name:hover {
	text-decoration: underline;
}
.prflecmnttxt {
 width:100%:
 float:left;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}
.inlinediv
{
display:inline-flex;
}
.details_cmtns {
	float: left;
	width: 100%;
	display: table;
}
.c_span {
	font-size: 12px;
	color: #2F2F2F;
}
.c_time {
	float: left;
	color: #828282;
}
.like_unlike {
	cursor: pointer;
	margin-right: 10px;
}
.like_unlike:hover, .delete_cmnt:hover {
	color: #8C8C8C;
}
.delete_cmnt {
	cursor: pointer;
}
/* style for popup  Ends*/

/* 24-07-2014 */

.reultfrmtxt {
	font-size: 12px !important;
	font-weight: bold !important;
}
.inner_selectli {
	float: left;
	margin-right: 10px;
}
.iner_search_btn {
	background: rgba(15,170,236,1);
	background: -moz-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,170,236,1)), color-stop(100%, rgba(9,159,224,1)));
	background: -webkit-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -o-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: linear-gradient(to bottom, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0faaec', endColorstr='#099fe0', GradientType=0 );
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	
	padding: 7px 10px;
	cursor: pointer;
	float: left;
	
}
.iner_search_btn:hover {
	background: #099EE0;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{
	color: #FA9018 !important;
	}
.inner_catagoriesjob {
	display: table-cell;
	position: relative;
	right: 0;
	top: 0;
	vertical-align: middle;

	height: 26px;

	right: 212px !important;
	top: 26px;
}
.jobsearchinput {
	display: table;
	margin-top: 10px;
}
.jobserchin {
	border: 1px solid #EDEBEB;
	padding: 6px 10px;
	vertical-align: bottom;
}
.login_btn {
	border: medium none;
    float: right;
}
.loginfbtn {
    
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

    border: medium none;
    color: #949494;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    padding-right: 10px;
}
/* Login Popup styles */




#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.popupContainer {
	position: absolute;
	width: 330px;
	height: auto;
	left: 45%;
	top: 80px;
	background: #FFF;
}
#modal_trigger {
}
.btn {
    background: rgba(15,170,236,1);
	background: -moz-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,170,236,1)), color-stop(100%, rgba(9,159,224,1)));
	background: -webkit-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -o-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
	background: linear-gradient(to bottom, rgba(15,170,236,1) 0%, rgba(9,159,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0faaec', endColorstr='#099fe0', GradientType=0 );
    padding: 10px 20px;
}
.btn_red {
    background: #ED6347;
}
.btn:hover {
    background: #0988C0;
}
.btn_red:hover {
	background: #C12B05;
}
a.btn {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.fa_sbtn {
    font-size: 30px;
    padding: 5px;
	color:#099EE0;
}
a.btn_red {
	color: #FFF;
}
.one_half {
	width: 50%;
	display: block;
	float: left;
}
.one_half.last {
	width: 45%;
	margin-left: 5%;
}
/* Popup Styles*/
.popupHeader {
	font-size: 12px;
	text-transform: uppercase;
}
.popupHeader {
	background: #F4F4F2;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
.popupHeader .modal_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	background: #E4E4E2;
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
}
.popupBody {
	padding: 20px;
}
/* Social Login Form */
.social_login {
}
.social_login .social_box {
	display: block;
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	background: #F4F4F2;
	overflow: hidden;
}
.social_login .icon {
	display: block;
	width: 10px;
	padding: 5px 10px;
	margin-right: 10px;
	float: left;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.social_login .fb .icon {
	background: #3B5998;
}
.social_login .google .icon {
	background: #DD4B39;
}
.social_login .icon_title {
	display: block;
	padding: 5px 0;
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #777;
}
.social_login .social_box:hover {
	background: #E4E4E2;
}
.centeredText {
	text-align: center;
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
}
.action_btns {
	clear: both;
	overflow: hidden;
}
.action_btns a {
	display: block;
}
.btnreg {
	float: right;
	margin-left: 10px;
}
/* User Login Form */
.user_login {
	display: none;
}
.user_login label {
	display: block;
	margin-bottom: 5px;
}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}
.user_login input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}
.user_login input[type="checkbox"]+label {
	float: left;
}
.user_login .checkbox {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.forgot_password {
	clear: both;
	color: #333;
	float: left;
	font-size: 12px;
	margin: 10px 0;
	overflow: hidden;
	text-decoration: none;
}
.forgot_password:hover {
	text-decoration: underline;
}
/* User Register Form */
.user_register {
	display: none;
}
.user_register label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 4px 0;
}
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}
.user_register input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}
.user_register input[type="checkbox"]+label {
	float: left;
}
.user_register .checkbox {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.user_loginn {
}
.user_loginn input {
	border: 1px solid rgba(187,187,187,1.00);
}
.social_login label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #9C9C9C;
}
.social_login input[type="checkbox"] + label {
	float: left;
}
.social_login input[type="text"], .social_login input[type="email"], .social_login input[type="password"] {
	border: 1px solid #ddd;
	color: #666;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
}
.remember {
	float: left;
}
.checkboxlogin input {
	float: left;
}
.inputpading {
	display: block;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 50%;
	position: relative;
}
.checkboxlogin {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.frmhalf {
	width: 100%;
	float: left;
}
.varifcation {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.back_btn {
	background: #6f6f6f;
}
.back_btn:hover {
	background: #A2A2A2;
}
.checkboxlogin input {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.neweror {
	background: none repeat scroll 0 0 #e8e8e8;
	border: 2px solid #ffffff;
	border-radius: 3px;
	bottom: 42px;
	box-shadow: 0 0 10px -3px #000000;
	color: #ff0000;
	padding: 10px 15px;
	position: absolute;
	right: 0;
}
.erormsg {
	font-weight: bold;
	font-size: 12px;
}
.tipmsg {
	background: url("../images/err.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	bottom: -25px;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}
.avl {
	background: url("../images/avl.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
	display: none;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	width: 15px;
}
.header_topmenu {
	display: none;
}
.p_headerlogo {
	padding: 10px 20px 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: block;
	text-align: center;
}
.p_headerlogo img {
	max-width: 100%;
}
.p_hlogo {
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}
.popfooter {
	background: none repeat scroll 0 0 #f4f4f2;
	border-top: 1px solid #ddd;
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
}
.p_f_links {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #474747;
	cursor: pointer;
}
.why_membership {
	display: none;
}
.grey {
	padding: 6px 0;
}
.p_f_links:hover {
	text-decoration: underline;
}
.inner_intxtjob {
	line-height: normal;
}
.advnce_searchwraper {
	border-bottom: 1px solid #edebeb;
	padding-bottom: 20px;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}
.advnceheading {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: "Arial";
	color: #099EE0;
	font-weight: normal;
	padding: 30px 0 10px;
}
.p_headerlogoadvnce {
	border-bottom: 1px solid #edebeb;
	padding: 30px 0;
}
.advncep {
	font-size: 13px;
	font-family: "Arial";
	color: rgb( 63, 63, 63 );
	font-weight: bold;
	line-height: 1.923;
	text-align: center;
}
.advcesearchoptions {
	width: 100%;
	float: left;
}
.advncebox25 {
	width: 25%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	padding: 0 10px;
}
.advnceboxlast {
	width: 75%;
}
.advnceboxlast .btn.btnsrach input{
	color: #fff;
}
.advnceboxfp {
	color: #222222;
	display: table-cell;
	font-family: "Arial";
	font-size: 12px;
	height: 38px;
	vertical-align: middle;
}
.advncebox {
	width: 50%;
	float: left;
}
.advncesearchinput {
	border: 1px solid #ddd;
	box-sizing: border-box;
 -moz- box-sizing: border-box;
 -webkit- box-sizing: border-box;
 -o- box-sizing: border-box;
 -ms- box-sizing: border-box;
	color: #666;
	display: block;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
}
.advance_row {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.advnceboxsp {
	color: #6f6f6f;
	display: table-cell;
	font-family: "Arial";
	font-size: 12px;
	height: 38px;
	vertical-align: middle;
}
.btnsrach {
	float: right;
}
.country_selectwraper {
    float: left;
    width: 100%;
}
.country_select{
	position:relative;
	max-width:900px;
	margin:0 auto;
	text-align:center;
}
.index_enginewrappper{
	width:100%;
	float:left;
}
.result_enginewrappper {
    display: table;
    width: 100%;
}
.innerresultwrper {
    float: left;
    width: 90%;
}
.innerresultwrper .search_wrapper {
    float: left;
    padding-top: 10px;
    width: 100%;
}

.result_enginewrappper .search_box {
	max-width: 800px;
	
	background: #099EE0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-order-radius: 10px;
}
.result_enginewrappper .insidesearch_box {
	padding: 10px;
	position: relative;
}
.result_enginewrappper .shadw_wrapper {
	display:none;
}
.result_enginewrappper .search_area_wrapper {
	width: 100%;
	display: table;
}
.result_enginewrappper .search_field {
	display: table-cell;
	
}
.result_enginewrappper .catagories {
    position: absolute;
    right: 190px;
    top: 16px;
}
.result_enginewrappper .inner_catagoriesjob{
	right: 200px !important;
	}
.result_enginewrappper .cata_full {
    left: 0;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 100;
}
.result_enginewrappper .tip_c {
    background: url("../images/tip.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 15px;
    position: absolute;
    right: 202px;
    top: -15px;
    width: 23px;
}
.result_enginewrappper .country_wrapper {
    /*background: none repeat scroll 0 0 #eee;*/
    float: left;
   
    padding: 10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
    text-align: left;
    width: 100%;
}
.result_enginewrappper .select{
	top:-7px;
}
.result_enginewrappper .sublinks {
    display: table-cell;
    float: left;
    margin: 20px 0 0 10px;
    text-align: center;
    vertical-align: middle;
}
.result_enginewrappper .job_wrapper .search_box {
	max-width: 100%;
	float:left;
	
	background: #099ee0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-order-radius: 10px;
}
.adv_showingn{
	width: 25%;
	float:left;
}
.inside_adv_showing{
	margin-left: 20px;
}
.rslt_dscrptn_p{
	text-align:left;
}

.index_enginewrappper .livesearchdiv {
    background: #fff;
	border: 1px solid #D8D8D8;
	
    
    left: 20px;
    
    position: absolute;
    right: 235px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    z-index: 100;
}
.liveresult {
    color: #666;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.liverecount {
    color: green;
    float: right;
    font-size: 12px;
}
.livesearchdivli {
    float: left;
    padding: 5px 10px;
    width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.livesearchdivli:hover{
	background:#EEEEEE;
}


.result_enginewrappper .livesearchdiv {

    background: #fff;
	border: 1px solid #D8D8D8;
	
   
    left: 10px;
    
    position: absolute;
    right: 235px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    z-index: 100;
}

.header_disp{
	float: left;
}
.jobinn{
	width:25%;
	float: left;
	position: relative;
	}
.jobinnm{
	margin-right: 5px;
	}
.livesearchdivjob1 {
    left: 0px !important;
    right: 4px !important;
    top: 43px;
}
.inner_intxtjob4{
padding-right: 39px;
}
.inner_cata_fulljob{
	top: 83px;
	}
.inner_tip_cjob{
	right: 214px;
}
.sbHolder{
	
background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0 );

	border: solid 1px #dbdbdb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	width: 200px;
}
.dispfullimg {
    max-width: 100%;
}
@media only screen and (max-width: 400px) {
.countryul li {
	box-sizing: border-box;
	display: table !important;
	float: none !important;
	margin: 0 auto !important;
	padding: 10px 0 !important;
	text-align: center;
}
}


/**Added by alen for share div**/
.sharediv{
	float:right;
}





@media only screen and (max-width: 656px) {


.resulthead h2 {
	width:100% !important;
}
.linkss {
    width:100% !important;
}
}
@media only screen and (max-width: 1050px) {
	


.Forum {
    width: 100% !important;
}
	
}
@media only screen and (max-width: 600px) {



.vdodetails p {
	padding: 10px 0px 0px 0px !important;
}
.inner_selectli {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
    text-align: left;
}
	.sbHolder, .sbOptions {
    width: 100% !important;
}
.sbSelector{
	width:90% !important;
}
}

/* Ginu Added ends 26-08-2014 useR pagE  */	

.commonInputbtn{
	background: none;
	border: none;
}


/***
from ajesh for user pages
**/





/*------My Favorites -------*/
.innerlogo{
	float:left;
}
.topmenu{
	width:100%;
	float:left;
	border-bottom:#FFFFFF solid 1px;
}
.menuright{
	width:100%;
	float:right;
	padding-top:10px;
}
.menuright ul{
	padding:0px;
	margin-bottom:-2px;
	text-align: right;
}
.menuright ul li{
	
    border-radius: 5px 5px 0 0;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-align: center;
	color:#FFFFFF;
	
	
}
.menuright a{
	text-decoration:none;
	color:#FFFFFF;
	
	display:block;
	padding: 5px 20px;
	border-radius: 4px 4px 0 0;
  background: #2C4D6E;
}
.menuright  a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:#203A53;
}
.menuright a.active { 
  
   color:#FFFFFF; 
  background: #63CBFF;
}

.leftpdd{
	padding-right: 10px;
}
.leftpdd2{
	padding-right: 05px;
}
.inner_wrapper{
	width:100%;
	float:left;
	padding-top: 1px;
}
.Categ_left{
	width:20%;
	float:left;
	height:100%;
	margin-bottom:10px;
	border:#eeeeee 1px solid;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.center_cnt{
	width:80%;
	float:left;
	height:100%;
}
.center_cnt2{
	width:100%;
	float:left;
	height:100%;
}
.favorite{
	width:100%;
	float:left;
	background:#099EE0;
	position:relative;
	padding: 10px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
}
.listpdd img {
    max-width: 100%;
}
.favorite h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	
}
.Categ_left li{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#6A6A6A;
	display:block;
	padding:10px;
	float:left;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.Categ_left a{
	color:#6A6A6A;
}
.Categ_left a:hover{
	color:#000000;
}
.leftside{
	width:auto;
	float:left;
	
}
.rightside{
	width: auto;
	float:left;
	padding-left: 10px;
	
}
.h2left{
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	padding-right: 15px;
}
.selector{float:left;
    border-radius:3px;
	padding:02px 3px 02px 2px;
	color:#000;
	font-size:11px;
}
.mrgleft{
	margin-left:5px;
}

.results{
	width:100%;
	float:left;
}
.resltpdd{
	padding:20px;
}
.resulthead {
    border-bottom: 1px solid #d7d7d7;
    float: left;
    margin: 15px 0 9px;
    padding: 0;
    width: 100%;
}
.resulthead h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#203A53;
	font-weight:600;
	
	width:18%;
	text-align:left;
	/*background:#000000;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;*/
	padding: 5px 0;
}
/* search results */
.rightsides{
	float:right;
}
.videolist{
	width:100%;
	float:left;
	display: table;
}
.listpdd{
    display: block;
    overflow: hidden;
    
}
.vdoframe{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 10px;
}
.vdoframe a{
	width:100%;
	
	box-sizing: border-box;

	
}
.vdodetails {
    display: table-cell;
    
    width: 100%;
}
.pdd_box{
	width:100%;
	float:right;
}
.vdodetails h3 a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#0000EE;
	text-align:left;
	background:none;
	font-weight:normal;
	padding-left: 35px;
	display:block;
}
.vdodetails h4 a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#008000;
	text-align:left;
	background:none;
	font-weight:normal;
	padding: 10px 0 0 35px;
	display:block;
}
.viewmore a {
    background: #099EE0;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
}
.vdodetails p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	background:none;
	font-weight:normal;

}
.bottom_web_reultlinks {
    clear: both;
}
.newwindowimage {
    height: 11px;
    width: 11px;
}
.mail_share{
	width:100%;
	float:left;
}
.mail_share a{
	color:#A3A3A3;
	float:left;
	padding:0 0 0 0;
	font-size:13px;
	display: inline-block;
	margin-left: 25px;
    padding: 10px 0 0 12px;
}
.viewmore{
	width:100%;
	float:left;
	text-align: center;
	padding: 18px 0;
}

.padd{
	padding:2px 0 2px 0;
}
/* Favorites from Image */
.imagelists{
	width:100%;
	float:left;
}
.imgframe {
    box-sizing: border-box;
    float: left;
    width: 25%;
}
.imageframe{
	padding: 10px;
	
    box-sizing: border-box;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.imageframe h2, .imageframe p{
	float: left;
    font-size: 13px;
    text-align: center;
    width: 100%;
	line-height:23px;
}
.imageframe ul li a{
	width:100%;
	text-align:center;
	display:block;
}
.clr{color: green; font-size:12px;}
.clr2{font-size:12px;}
.imageframe p{
    font-size: 12px;
}
.iamgebox{
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.iamgebox a{
	display: block;
    height: 120px;
    margin: 0 auto;
    width: 100%;
	
	text-align: center;
}
/* Favorites from video list */
.vdoiteam {
    box-sizing: border-box;
    float: left;
    width:25%;
}
.vdolistframe {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    float: left;
    width: 100%;

   
}
.listpddn{
	padding: 10px;
}
.vdoiteam h2{
    float: left;
    width: 100%;
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	padding-top:10px;
}
.vdolistframe a{
	width:100%;
	float:left;
	
	height:162px;
	text-align: center;
}
.Forum{
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.Forumframe {
	background:#F5F5F5;
    float: left;
    width: 100%;
}
.listframee{
	width:30%;
	height:130px;
	float:left;
	background:#000000;
}
.forumdetails {
    float: left;
    width: 70%;
}
.forumdetails h3 a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0000ee;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding-left: 35px;
    text-align: left;
}
.forumdetails p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5a5a5a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    padding:0px 0 0 0;
    text-align: left;
}
.forumdetails h4 a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ff2626;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0 0 35px;
    text-align: left;
}

/* displys */
.displys{
	display:none;
}
.linkss{
	width:22%;
	float:left;
	position:absolute;
	left:0;
	top:44px;
	background:#FFFFFF
	height:150px;
	z-index:100;
	display:none;
}
.linkss li {
    color: #6a6a6a;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 15px 14px 17px 7px;
	background:#FFFFFF;
	border:1px solid #2E9ED9;
}
.linkss a {
    color: #6a6a6a;
}
/**/

@media only screen and (max-width: 457px) {



.imgframe {
    float: left;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {


.vdoiteam {
    width: 50%;
}
.resulthead h2 {
	width:100%;
}
}

@media only screen and (max-width: 900px) {


.vdoiteam {
    width: 50%;
}
.resulthead h2 {
	width:100%;
}
	.vmsnryitem{
	width: 18% !important;
	}
}


@media only screen and (max-width: 360px) {
.resulthead h2 {
    text-align: center;
    border-radius:0px !important;
    padding: 5px 0px;
    width: 100% !important;
	float:left !important;
}
.p_headerlogo img {
	width: 90% !important;
}
	.p_headerlogo img {
	width: 90% !important;
}
	.web_rslt_emaillink, .web_rslt_quicklink, .web_rslt_comments {
    -moz-box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 0 5px 5px;
    width: 50%;
}
.rightside {
    width:100% !important;
    float: left !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
}
.h2left {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.selector{
	width: 97%;
	float:none !important;
	margin:0 auto !important;
	padding: 2px 3px 2px 2px;
	margin-left:4px !important;
}
.vdoframe{
    margin:0 auto;
    float: none;
    width: 100% !important;
}
.vdoiteam {
    width: 100% !important;
}
.listframee {
    width: 100%;
}
.forumdetails {
    width: 100%;
}
.forumdetails h3 a {
	font-size: 13px;
	padding-left:0px;
}
.forumdetails p {
	padding:0px;
	width:100%;
	float:left;
}
.forumdetails h4 a {
	padding:0px;
	word-wrap:break-word;
}
.index_enginewrappper .search_outer {
    width: 48% !important;
	float:left;
	margin-left: 3px;
}


.index_enginewrappper .search_outer {
    float:none;
    margin-left: 3px;
    width: 48% !important;
}
	.vmsnryitem {
    width: 45% !important;
   
    margin: 5px;
    
    
}
}






/* inner content */

.otherpages{
	border-top:#DFDFDF 1px solid;
	border-bottom:#DFDFDF 1px solid;
    float: left;
    width: 100%;
	margin-top: 1px;
	padding-bottom:31px;
}
.inner_center{
	max-width: 650px;
	margin:0 auto;
	padding: 50px 0 0px;
}
.inner_gride{
	width:100%;
	float:left;
	border-radius:8px;
	-webkit-border-radius:8px;;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	background:#FFFFFF;
	overflow:hidden;
	box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.3);
	 margin-bottom: 25px;
}
.inner_gride h2{
	font-family: Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#FFFFFF;
	background: #099EE0;
	display:block;
	font-weight:normal;
	padding: 10px;
}
.reg_area{
	width:100%;
	float:left;
	position:relative;
	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;

}
.reg_list{
	width:100%;
	
}
.catgries_pp {
    display: table;
    float: left;
    width: 100%;
}
.catgo_input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}
.gridess2{
	text-align: center;
}
.gridess2 a{
	color: #203A53;
	padding: 0 5px;
	}
.btnbginer {
    background: none repeat scroll 0 0 #203A53;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.catgo_input:focus{
	border: 1px solid #203A53;
	}
.catgries_ppbox {
    color: #333333;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}
.catago_btna{
	background: #099EE0;
	padding: 8px;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	
	}
	
/* Ginu Added ends 26-08-2014 useR pagE  */	
	
/* Elegant Aero */
.elegant-aero {
    margin-left:auto;
    margin-right:auto;
    width:100%;
	float:left;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.elegant-aero h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 20px;
    display: block;
    background: #C0E1FF;
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
}
.elegant-aero h1>span {
    display: block;
    font-size: 11px;
}

.elegant-aero label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.elegant-aero label {
    display: block;
    margin: 0px 0px 5px;
}
.elegant-aero label>span {
    float: left;
    width: 25%;
    text-align: right;
   
    margin-top: 10px;
    font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"] {
    color: #888;
    border: 1px solid #A6A6A6;
    background: #FBFBFB;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height:24px;
    line-height:15px;
	
    margin: 6px 6px 16px 15px;
    outline: 0 none;
    padding: 0 0 0 5px;
    width:38%;
	float:left
}
.elegant-aero textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.elegant-aero select {
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    background: #fbfbfb url('down-arrow.png') no-repeat right;
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
}
.elegant-aero .button{
    padding: 10px 30px 10px 30px;
    background: #66C1E4;
    border: none;
    color: #FFF;
    box-shadow: 1px 1px 1px #4C6E91;
    -webkit-box-shadow: 1px 1px 1px #4C6E91;
    -moz-box-shadow: 1px 1px 1px #4C6E91;
    text-shadow: 1px 1px 1px #5079A3;
   
}
.elegant-aero .button:hover{
    background: #3EB1DD;
}
.first_box{
	width:100%;
	float:left;
	border-bottom:1px solid #B2B2B2;
}
.first_box h3{
	width:50%;
	float:left;
	font-size:13px;
	color:#4B4B4B;
	font-weight:normal;
}
.second_box{
	width:100%;
	float:left;
	padding-top:10px;
}
.gridess{
	float:left;
	width:50%;
}
.chngepswrddivv .gridess{
	font-size:12px;
	color: #333333;
	font-weight: bold;
}
.gridess p{
	text-align:left;
	color:#4B4B4B;
	font-size:13px;
}
.clickbtn{
	float:left;
	width:35px;
	padding:6px 0 6px 0;
	text-align:center;
	border:#B1B1B1 solid 1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background: -webkit-linear-gradient(left,#E6E4E5 , #CFCDCE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right,#E6E4E5, #CFCDCE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #E6E4E5, #CFCDCE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right,#E6E4E5 , #CFCDCE); /* Standard syntax */
	position:relative;
}
.edit_delete{
	width:108px;
	position:absolute;
	top:0;
	left:45px;
	border:#B1B1B1 solid 1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background: -webkit-linear-gradient(left,#2E9DD8 , #2280B3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right,#2E9DD8, #2280B3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #2E9DD8, #2280B3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right,#2E9DD8 , #2280B3); /* Standard syntax */
	display:none;
}
.edit_delete li{
	display:inline-block;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	padding: 5px;
	
}
.edit_delete a{
	color:#FFFFFF;transition:1s;
}
.edit_delete a:hover{
	color:#000000;
}
@media only screen and (max-width: 511px) {
	
.elegant-aero label > span {
    text-align: left;
    width: 100%;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
    margin: 2px 6px 16px 0;
    width: 60%;
}
}
@media only screen and (max-width: 419px) {
	
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
    margin: 2px 6px 4px 0;
    width: 100%;
}
}
.pdd{
	padding-top:10px;
}
.pdd_btm{
	padding-bottom:10px;
}

.buttons{
	width:50%;
	float:right;
	padding-top: 10px;
}
.btnbg{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background: -webkit-linear-gradient(#2E9DD8 , #2280B3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2E9DD8, #2280B3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( #2E9DD8, #2280B3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2E9DD8 , #2280B3); /* Standard syntax */
	padding: 5px 9px 4px;
	color:#FFFFFF;
	cursor:pointer;
	
}
.buttons a{

	opacity:100;transition:1s;
}
.buttons a:hover{
	opacity:0.73;
}


.chpswd-aero {
    margin-left:auto;
    margin-right:auto;
    width:100%;
	float:left;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.chpswd-aero h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 20px;
    display: block;
    background: #C0E1FF;
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
}
.chpswd-aero h1>span {
    display: block;
    font-size: 11px;
}

.chpswd-aero label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.chpswd-aero label {
    display: block;
    margin: 0px 0px 5px;
}
.chpswd-aero label>span {
    float: left;
    width: 47%;
    text-align:left;
   
    margin-top: 10px;
    font-weight: bold;
}
.chpswd-aero input[type="text"], .chpswd-aero input[type="password"] {
    color: #888;
    border: 1px solid #A6A6A6;
    background: #FBFBFB;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 24px;
    line-height:15px;	
    margin: 2px 6px 16px 15px;
    outline: 0 none;
    padding: 0 0 0 5px;
    width:46%;
	float:left
}
@media only screen and (max-width: 533px) {
	
.chpswd-aero input[type="text"], .chpswd-aero input[type="password"] {
    margin: 2px 6px 16px 0;
    width: 100%;
}
.buttons {
    width: 95%;
}
}

.select_op{
	width:100px;
	float:left;
	padding-left:5px;
}

.frt_pdd{
	padding:9px 0 ;
}
.pddtop{
	padding:9px 0 ;
}
.pddfrt{
	padding:16px 0 15px 0;
}
.vmsnryitem {
    width: 19%;
    float: left;
    margin: 5px;
    
    
}

.og_grid_image img {
    max-height: 100%;
   width: 100%;
}
.imfbtns{
	width: 100%;
	float: left;
}
.imcounter_outer{
	width: 100%;
	float: left;
}
.postcommentimg{
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: 10px;
}
.cmntdivb {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.post_cmntbtn{
	padding: 5px;
}
.post_cmntul{
	float: left;
}
.post_cmntli {
    float: left;
    padding-left: 10px;
}
.post_cmntli input {
    vertical-align: bottom;
}

/* STYLE FOR ADD SEARCh To yoUR sITE */

.ad_searchwraper {
    margin: 0 auto;
    max-width: 1000px;
}
.generatesearchboxtable {
    float: left;
    width: 100%;
}
.generatesearchboxpagetitle{
	display: block;
}
.advnceheading{
	display: block;
	}
.adserchste_rw {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.adserchste_td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 70%;
}
.adserchste_tdf {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 30%;
}
.engneselect{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.generatesearchboxenginestextstyle {
    font-size: 12px;
}
.generatesearchboxtextstyle {
    color: #333333;
    font-size: 12px;
}
.advncesearchinput:focus{
	border: 1px solid #203A53;
	}
.pikerrr{
	text-decroation: underline;
}
.pikerbtn{
	float:left;
	margin-top: 10px;
}
.pikerrr {
    color: #099EE0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.plshead{
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 10px 0;
}
