body {
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.NewhomeHeader {
	width:100%;
	height:55px;
	position:fixed;
	z-index:1;
	background:#373c4a;
	top:0;
}

.NewHomeIner {
	width:72%;
	margin:0 auto;
	height:55px;
}

.NewHomeMenuIcon {
	display:inline-block;
	margin:16px 0 0 0;
	width:auto;
	height:auto;
	font-size:17px;
	color:#91949c;
	cursor:pointer;
}

.NewHomeSearchIcon {
	display:inline-block;
	margin:13px 0 0 20px;
	width:auto;
	height:auto;
	font-size:17px;
	color:#91949c;
	cursor:pointer;
}

.NewHomeIner ul{
	width:auto;
	height:auto;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}

.NewHomeIner ul li {
	display:inline-block;
}

.NewHomeIner ul li a{
	width:auto;
	height:auto;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:14px;
	color:#91949c;
	font-weight:400;
}

.NewHomeIner ul li a:hover {
	color:#FFF;
}

.NewLogo {
	width:138px;
	height:28px;
	display:inline-block;
	margin:13px 0 0 150px;
}

.HeaderArrowNew {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	right:30px;
	color:#91949c;
	font-size:14px;
	cursor:pointer;
}

.Headeryoutxt {
	position:absolute;
	top:19px;
	right:50px;
	color:#91949c;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
}
.HeaderNewproImg {
	font-size:20px;
	color:#91949c;
	position:fixed;
	top:16px;
	right:85px;
	font-size:18px;
}

.HeaderNewFeeds {
	font-size:20px;
	color:#91949c;
	position:fixed;
	top:13px;
	right:120px;
	font-size:21px;
}

.HeaderNewList {
	font-size:20px;
	color:#91949c;
	position:fixed;
	top:17px;
	right:195px;
	font-size:21px;
	width:21px;
	height:21px;
	background:url(../img/common/listmenu.png) no-repeat;
}


.OtherSitesMain {
	position: absolute;
	background: #FFF;
	border: 1px solid #aaabab;
	width:330px;
	height:auto;
	border-radius:5px;
	right:40px;
	top:55px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 0px 5px 3px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 0px 5px 3px rgba(50, 50, 50, 0.36);
	padding:35px 0 0 0;
}
.OtherSitesMain:after, .OtherSitesMain:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.OtherSitesMain:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 0;
	margin-left: 0;
}
.OtherSitesMain:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #FFF;
	border-width: 11px;
	margin-left: -11px;
}

.JunctionLogos {
	display:inline-block;
	width:100%;
	text-align:center;
}

.JunctionLogosTxt {
	width:100%;
	text-align:center;
	display:inline-block;
	font-size:12px;
	color:#737373;
	margin-top:10px;
	margin-bottom:30px;
}


.HeaderNewproCart {
	font-size:21px;
	color:#91949c;
	position:fixed;
	top:14px;
	right:155px;
}

.NewHomeLeftSection {
	margin:0 368px 0 0;
	height:auto;
	padding-left:206px;
}

.NewHomeFeedright {
    margin: 0 auto;
    padding:5px 0 0 0;
    position: relative;
    width:85%;
}

.NewHomeFeedrightNew {
    margin: 0 auto;
    padding:5px 0 0;
    position: relative;
    width:100%;
}

.NewHomepostAddsec1 {
	width:100%;
	height:auto;
	display:inline-block;
	border:1px solid #d8d8d8;
	padding:20px;
	background:#f5f5f5;
}

/*.NewPostAddField {
	width:100%;
	height:72px;
	display:inline-block;
	border:1px solid #e4e4e4;
	background:#FFF;
	padding:14px;
}*/

.NewPostAddField {
	position: relative;
	background: #FFF;
	border: 1px solid #e4e4e4;
	width:100%;
	height:72px;
	padding:14px;
}
.NewPostAddField:after, .NewPostAddField:before {
	top: 100%;
	left:27%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.NewPostAddField:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width: 8px;
	margin-left: -8px;
}
.NewPostAddField:before {
	border-color: rgba(228, 228, 228, 0);
	border-top-color: #e4e4e4;
	border-width: 9px;
	margin-left: -9px;
}

.HomePencilIcon {
	display:inline-block;
	width:auto;
}

.HomePencilIcon a{
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:25px 0 0 130px;
}

.HomePencilIcon a .fa {
	font-size:24px;
	padding:0 0 7px 0;
}

.HomePencilIcon a:hover .fa {
	color:#4acbd8;
}

.HomeCameraIcon {
	display:inline-block;
	width:auto;
}

.HomeCameraIcon a{
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:25px 0 0 37px;
}

.HomeCameraIcon a .fa {
	font-size:24px;
	padding:0 0 7px 0;
}

.HomeCameraIcon a:hover .fa {
	color:#4acbd8;
}

.HomelinkIcon {
	display:inline-block;
	width:auto;
}

.HomelinkIcon a{
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:25px 0 0 0;
}

.HomelinkIcon a .fa {
	font-size:24px;
	padding:0 0 7px 0;
}

.HomelinkIcon a:hover .fa {
	color:#4acbd8;
}


.HomevideoIcon {
	display:inline-block;
	width:auto;
}

.HomevideoIcon a{
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:25px 0 0 37px;
}

.HomevideoIcon a .fa {
	font-size:24px;
	padding:0 0 7px 0;
}

.HomevideoIcon a:hover .fa {
	color:#4acbd8;
}

.HomeNewBlogSec {
	width:100%;
	height:auto;
	display:inline-block;
	margin:0 0 30px 0;
	background:#FFF;
	padding-bottom:20px;
	position: relative;
}

.Homeblogauthor {
    float: left;
    height:40px;
    overflow: hidden;
    width:43px;
	border:1px solid #c7c7c7;
	display:inline-block;
	margin:0 0 0 10px;
}


/*.BlogCountdown {
	margin:18px 16px 0 0;
	width:auto;
	height:auto;
	font-size:14px;
	color:#a8a8a8;
	position:absolute;
	right:15px;
	top:0;
}*/

.BlogCountdown {
    border: 1px solid #cdcdcd;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 9px;
    margin: 11px 0 0;
    padding: 8px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 38px;
}

.BlogCountdown span {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    width: 100%;
}


.NewHomeBlogBottom {
	width:100%;
	display:inline-block;
	height:auto;
	padding:0 45px 0 10px;
	
}

.NewHomeBlogBottom p {
	font-size:14px;
	color:#303030;
	padding:0 0 25px 0;
}

.NewHomeBlogLike {
	float:left;
	margin:0 10px 0 20px;
	width:auto;
	height:auto;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#646464;
}

.NewHomeBlogLike h4 {
	font-weight:700;
	margin:0;
	padding:0;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
}

.NewHomeBlogLike span {
	vertical-align:middle;
}

.NewHomeBlogLike .fa {
color:#b5b5b5;
font-size:20px;
margin-right:10px;
vertical-align:middle;
}

.LatestSubscribers {
	display:inline-block;
	width:100%;
	height:49px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
}

.LatestSubscribers h1 {
	margin:0;
	width:auto;
	padding:0 0 0 20px;
	font-size:18px;
	font-weight:400;
	color:#000;
	line-height:49px;
	display:inline-block;
}

.LatestSubscribers a {
	float:right;
	font-size:12px;
	font-weight:400;
	color:#737373;
	line-height:49px;
	margin-right:20px;
}

.LatestSubscribers a .fa {
	padding-left:5px;
}

.LatestSubscribeRow {
	padding-top:10px;
}

.LatestSubImg {
	display:inline-block;
	width:100%;
	height:auto;
	border:2px solid #e5e5e5;
}

.LatestSubImg img {
	width:100%;
	height:100%;
}

.LatestSubscribeRow h1 {
	margin:0;
	padding:8px 0 3px 0;
	width:100%;
	height:auto;
	font-size:14px;
	font-weight:500;
	color:#000;
}

.LatestSubscribeRow p {
	margin:0;
	padding:0 0 0 0;
	width:100%;
	height:auto;
	font-size:12px;
	font-weight:400;
	color:#747474;
}

.profileoverlaydivinrLatest h1 {
	width:100%;
	height:auto;
	text-align:center;
	display:inline-block;
	font-size:18px;
	font-weight:400;
	margin:40px 0 0 0;
	padding:0;
}

.profileoverlaydivinrLatest p {
	color: #747474;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0 0;
    padding: 0;
	width:100%;
	text-align:center;
}

.profileoverlaydivinrLatest p .fa {
	font-size:18px;
	padding-right:10px;
}

.profileoverlaydivinrLatest p span {
	vertical-align:top;
}

.NewHomeLatestfollowers {
    bottom: 20px;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    vertical-align: top;
    width: auto;
	margin:32px 0 0 0;
	float:left;
}

.NewHomeLatestfollowers .fa {
	color:#a8a8a8;
	font-size:16px;
	padding-right:8px;
}

.NewHomeLatestfollowers .span {
	vertical-align:middle;
}

.NewHomeLatesthirecon {
	float:right;
    color: #6c6a47;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
	display:inline-block;
	background:#ede899;
	padding:3px 10px;
	margin:0 20px 0 0;
}

.NewHomeJobHead {
	display:inline-block;
	width:100%;
	height:40px;
	border-bottom:1px solid #e5e5e5;
	line-height:40px;
	padding-left:20px;
	font-size:14px;
}

.NewHomeJobRow {
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:18px 0;
}

.NewHomeJobRow p {
	margin:0;
	padding:0 60px 0 20px;
	width:100%;
	font-size:12px;
	color:#767676;
	line-height:20px;
}

.NewHomeJobRow p a {
	color:#45c9d7;
}

.NewHomeJobsViewAll a {
	display:inline-block;
	width:auto;
	height:auto;
	float:right;
	margin:15px 20px 0 0;
	font-size:14px;
	color:#6d6d6d;
}

.HomeFollowCount {
	float:right;
	margin:0 8px 0 0;
	width:auto;
	font-size:12px;
	color:#999;
}
.HomeFollowCount .fa {
	padding-left:3px;
}

.FollowImgCon {
	border:1px solid #FFF;
	border-bottom:0px;
	border-right:0px;
}

.NewHomeFollowRow {
	width:100%;
	height:auto;
	display:inline-block;
	padding:15px 5px 0 5px;
}

.NewHomePostProimg {
	display:inline-block;
	width:44px;
	height:42px;
	position:absolute;
	top:15px;
	left:14px;	
}
	
.NewHomePostProimg img {
	width:100%;
	height:100%;
}

.Newhomepostinput {
	display:inline-block;
	width:100%;
	height:auto;
	padding:0 0 0 84px;
	border:0;
	font-size:16px;
	color:#868686;
	height:44px;
}

.AttachTxt {
	float:left;
	width:auto;
	height:auto;
	margin-top:19px;
}

.NewPostAddFieldTxt {
	position: relative;
	background: #FFF;
	border: 1px solid #e4e4e4;
	width:100%;
	height:auto;
	padding:14px;
}
.NewPostAddFieldTxt:after, .NewPostAddFieldTxt:before {
	top: 100%;
	left:24%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.NewPostAddFieldTxt:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width:0;
	margin-left:0;
}
.NewPostAddFieldTxt:before {
	border-color: rgba(228, 228, 228, 0);
	border-top-color: #e4e4e4;
	border-width:0;
	margin-left:0;
}


.HomeTxtCameraIcon a{
	float:left;
	width:auto;
	text-align:left;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:17px 0 0 37px;
}

.HomeTxtCameraIcon a .fa {
	font-size:20px;
	padding:0 0 7px 0;
}

.HomeTxtCameraIcon a:hover .fa {
	color:#4acbd8;
}

.HomeTxtCameraIcon a span {
	display:inline-block;
	padding-left:10px;
	vertical-align:top;
	line-height:25px;
}

.HometxtlinkIcon a{
	float:left;
	width:auto;
	text-align:left;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:18px 0 0 0;
}

.HometxtlinkIcon a .fa {
	font-size:20px;
	padding:0 0 7px 0;
}

.HometxtlinkIcon a:hover .fa {
	color:#4acbd8;
}

.HometxtlinkIcon a span {
	display:inline-block;
	padding-left:10px;
	vertical-align:top;
	line-height:25px;
}

.HomeTxtvideoIcon a{
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:12px;
	color:#767676;
	font-weight:400;
	margin:18px 0 0 37px;
}

.HomeTxtvideoIcon a .fa {
	font-size:20px;
	padding:0 0 7px 0;
}

.HomeTxtvideoIcon a:hover .fa {
	color:#4acbd8;
}

.HomeTxtvideoIcon a span {
	display:inline-block;
	padding-left:10px;
	vertical-align:top;
	line-height:25px;
}

.HomePostBtnSec {
	display:inline-block;
	width:100%;
	height:70px;
	background:#FFF;
	border:1px solid #d8d8d8;
	border-top:0;
}

.HomenewPostBtn {
	display:inline-block;
	width:72px;
	height:30px;
	background:#e04554;
	border:0;
	color:#FFF;
	border-radius:5px;
	margin:20px 0 0 20px;
}

.HomenewPostCancelBtn {
	display:inline-block;
	width:72px;
	height:30px;
	border:0;
	color:#828282;
	border-radius:5px;
	margin:20px 0 0 20px;
	border:1px solid #c5c5c5;
}

.AddLinkField {
	margin:10px 0 0 0;
	width:100%;
	display:inline-block;
	position:relative;
	height:35px;
	background:#FFF;
}

.AttachTxtLink {
	float:left;
	width:57px;
	height:35px;
	top:0;
	left:0;
	position:absolute;
	line-height:35px;
	background:#f5f5f5;
	border-right:1px solid #e4e4e4;
}

.AddLinkTxtField {
	width:100%;
	height:35px;
	border:1px solid #e4e4e4;
	padding:0 45px 0 103px;
	font-size:12px;
	color:#949494;
}

.AddLinkTxtFieldLink {
	width:auto;
	height:auto;
	position:absolute;
	left:67px;
	top:8px;
	font-size:18px;
	color:#5bcfdc;
}

.AddLinkClose a{
	width:auto;
	height:auto;
	top:0;
	right:10px;
	position:absolute;
	font-size:22px;
	color:#868686;
}

.NewHomeAddPhoto {
	display:inline-block;
	width:100%;
	height:auto;
	background:#e5e5e5 url(../img/common/drag.jpg) no-repeat center center;
}

.AddphotobtnMain {
	width:100%;
	height:58px;
	border:1px solid #d8d8d8;
	background:#FFF;
	border-top:0;
}

.AddphotoFromPc {
	width:190px;
	height:30px;
	border:1px solid #c5c5c5;
	float:right;
	position:relative;
	border-radius:5px;
	margin:14px 20px 0 0;
}

.custom-upload {
    border:0;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    padding:0;
	font-size:12px;
	color:#828282;
	text-align:center;
	width:100%;
	line-height:30px;
	font-weight:400;
}
.custom-upload input {
    right: -9999px; 
    position: absolute;
	display:none;
}

.Pcaddtxt {
	float:right;
	margin:19px 13px 0 0;
	width:auto;
	height:auto;
	font-size:14px;
	color:#313131;
}

.AttachTxtVideo {
	float:left;
	width:85px;
	height:35px;
	top:0;
	left:0;
	position:absolute;
	line-height:35px;
	background:#f5f5f5;
	border-right:1px solid #e4e4e4;
}

.NewHomeDropDown {
	position: absolute;
	background: #FFF;
	border: 1px solid #f0f0f2;
	height:auto;
	width:200px;
	top:60px;
	margin-left:-33px;
	border-radius:5px;
}
.NewHomeDropDown:after, .NewHomeDropDown:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.NewHomeDropDown:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
}
.NewHomeDropDown:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #f0f0f2;
	border-width: 11px;
	margin-left: -11px;
}

.NewHomeDropDown ul {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.NewHomeDropDown ul li {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #f0f0f2;
}

.NewHomeDropDown ul li a {
	width:100%;
	display:inline-block;
	margin:0;
	padding:11px 20px;
	height:auto;
	font-size:14px;
	color:#313131;
}

.NewHomeDropDown ul li a:hover {
	color:#5eccff;
}

.NewHomeDropDown ul li:last-child {
	border-bottom:0;
}


.NewHomeRightDrop {
	width:200px;
	height:auto;
	background:#FFF;
	border:1px solid #ababab;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.55);
	position:absolute;
	top:50px;
	right:20px;
	border-radius:5px;
}

.NewHomeProfileDrop {
	float:left;
	width:32px;
	height:32px;
	margin:15px 0 0 15px;
	overflow:hidden;
}

.NewHomeProfileDrop img {
	width:100%;
	height:100%;
}

.NewHomeProfileDropttlCon {
	float:left;
	width:130px;
	height:auto;
	margin:12px 0 0 15px;
}

.NewHomeProfileDropttlCon h1 {
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;
	font-weight:400;
}


.NewHomeProfileDropttlCon p {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	color:#868686;
	font-weight:400;
}

.NewHomeRightDrop ul {
	width:100%;
	display:inline-block;
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}

.NewHomeRightDrop ul li {
	width:100%;
	display:inline-block;
	border-top:1px solid #f0f0f2;
}

.NewHomeRightDrop ul li a {
	width:100%;
	display:inline-block;
	margin:0;
	padding:11px 15px;
	height:auto;
	font-size:14px;
	color:#313131;
}

.NewHomeRightDrop ul li a:hover {
	color:#5eccff;
}

.NewHomeRightDrop ul li:last-child {
	border-bottom:0;
}

.NewHomeHeadTxt {
	display:inline-block;
	width:100%;
	height:auto;
	margin:50px 0;
	padding:0;	
}

.NewHomeHeadTxt h1 {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
	font-size:36px;
	color:#534e4e;
	font-weight:300;
}

.NewHomeHeadTxt h2 {
	margin:0;
	padding:0;
	width:auto;
	font-size:48px;
	color:#FFF;
	font-weight:300;
	text-align:center;
	background:rgba(0, 0, 0, .5);
	padding:5px 0 8px 0;
}

.NewhometxtBefore {
	color:#FFF !important;
	font-size:48px !important;
}

.NewHomeHeadTxt a {
	margin:33px 0 0 0;
	padding:10px 27px;
	width:auto;
	display:inline-block;
	font-size:12px;
	color:#FFF;
	font-weight:400;
	background:#e04554;
	border-radius:5px;
	text-transform:uppercase;
}
.FeaturedNext {
	float:right;
	width:auto;
}

.FeaturedNext a{
	float:right;
	margin:0 13px 0 0;
	padding:0;
	width:auto;
	height:auto;
	font-size:18px;
	color:#000;
}

.NewLeftNavManin {
	width:128px;
	height:auto;
	position:fixed;
	top:105px;
	left:50px;
	z-index:3;
}

.accordion-content ul {
	display:inline-block;
	width:100%;
	height:auto;
	list-style:none;
	margin:0;
	padding:0;
}

.accordion-content ul li a {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
	font-size:14px;
	color:#737373;
	height:40px;
	border-bottom:1px solid #f0f0f2;
	line-height:40px;
}

.accordion-content ul li a .fa {
	width:40px;
	text-align:center;
	font-size:18px;
}

.lunrylogoNew {
    border-bottom: 0 none;
    display: inline-block;
    margin: 0 0 0 0;
    padding:0 0;
    text-align: center;
    width:40px !important;
	height:17px !important;
	text-align:center;
}

.lunrylogoNew img {
	width:17px;
	height:17px;
}

.NewRelatedBlogs {
	width:100%;
	height:auto;
	background:#4fcdda;
	display:inline-block;
	padding:0 0 20px 0;
}

.NewRelatedBlogs h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 10px;
	display:inline-block;
	border-bottom:1px solid #bed2dd;
	font-size:16px;
	color:#FFF;
	font-weight:400;
}

.NewRelatedBlogs p {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 10px;
	display:inline-block;
	font-size:14px;
	color:#FFF;
	font-weight:400;
}

.NewRelatedBlogs a {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 10px;
	display:inline-block;
	font-size:14px;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
}

.NewRelatedBlogs a .fa {
	padding-left:10px;
	font-size:16px;
}


.NewHomepostcmd {
	width:100%;
	height:auto;
	display:inline-block;
	padding:20px 10px 0 ;
	border:1px solid #d9d9d9;
	background:#FFF;
}

.NewHomepostcmd p {
	width:100%;
	height:auto;
	margin:0 0 15px 0;
	padding:0;
	display:inline-block;
	font-size:14px;
	color:#303030;
	font-weight:400;
}

.NewhomeCmdSec {
	width:100%;
	height:auto;
	display:inline-block;
	background:#f1f3f5;
	padding:5px;
	margin-bottom:20px;
}

.ShowPrevCmd a{
	font-size:12px;
	color:#9a9a9c;
}

.newhomecmdrow {
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
	margin-top:10px;
}

.NewhomecmdPro {
	position:absolute;
	left:0;
	top:5px;
	width:20px;
	height:20px;
}

.NewhomeCmdTxt {
	display:inline-block;
	margin-left:30px;
	padding:0;
	font-size:12px;
	color:#9a9a9c;
}

.Newcmdproname {
	color:#00B0F0;
	padding-left:0;
}

.NewShowmore {
	color:#9a9a9c;
	padding-left:5px;
}

.newhomecmdInput {
    border: 1px solid #98d9f2;
    color: #8e8e8e;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    margin: 0 0 0 0;
    padding: 0 10px 0 17px;
    width: 100%;
}

.NewRelatedJobs {
	width:100%;
	height:auto;
	background:#ede899;
	display:inline-block;
	padding:0 0 20px 0;
}

.NewRelatedJobs h1 {
	width:100%;
	height:auto;
	margin:0;
	padding:20px 10px;
	display:inline-block;
	border-bottom:1px solid #87877b;
	font-size:16px;
	color:#43435d;
	font-weight:400;
}

.NewRelatedJobs p {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 10px;
	display:inline-block;
	font-size:14px;
	color:#87877b;
	font-weight:400;
	border-bottom:1px solid #87877b;
}

.NewRelatedJobs a {
	width:100%;
	height:auto;
	margin:0;
	padding:10px 10px;
	display:inline-block;
	font-size:14px;
	color:#87877b;
	font-weight:400;
	text-transform:uppercase;
	text-align:right;
}

.NewRelatedJobs a .fa {
	padding-left:10px;
	font-size:16px;
}

.newhomeleftsideicon {
	position:absolute;
	left:-55px;
	top:0;
	width:60px;
	height:60px;
	border:1px solid #c8c8c8;
	background:#FFF;
	text-align:center;
	line-height:50px;
	font-size:20px;
}

.newhomeleftsideicon img {
	width:100%;
	height:100%;
}

.HomeRelatedVideo {
	padding-left:10px !important;
	padding-right:10px !important;
	margin-bottom:20px;
}

.NewHomeJobsBottom {
	width:100%;
display:inline-block;
height:auto;
padding:0 0 0 0;
border-top:1px solid #e5e5e5;	
background:#efefef;
margin-top:7px;
background:#FFF;	
border-bottom: 1px solid #e2e2e2;
}

.NewHomeJobsBottom h1 {
	font-size:18px;
	color:#303030;
	padding:20px 0 10px 0;
	margin:0;
}

.NewHomeJobsBottom p {
	font-size:14px;
	color:#636363;
	padding:0 0 25px 0;
	margin:0;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.NewHomeJobsBottom ul {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}

.NewHomeJobsBottom ul li {
	font-size:14px;
	color:#303030;
	padding:0 0 25px 0;
	margin:0;
}

.NewHomeJobsBottom ul li .fa {
	padding-right:10px;
}

.NewHomeJobsBottom a {
	width:146px;
	height:40px;
	background:#53cef6;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	margin-right:20px;
	float:right;
	margin-bottom:20px;
	margin-top:25px;
}

.NewHomeEditPop {
	width:35%;
	height:auto;
	border:0;
	background:#FFF;
	z-index:3;
	-webkit-box-shadow: 0px 0px 12px 5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 12px 5px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 12px 5px rgba(50, 50, 50, 0.4);
	margin:0 auto;
}

.NewpostEditImg {
	display:inline-block;
	width:100%;
	margin:20px 0;
	height:auto;
	text-align:center
}

.NewEditpopfade {
	width:100%;
	height:100vh;
	background:rgba(255, 255, 255, .8);
	position:fixed;
	z-index:2;
	padding:100px 0;
}

.OthervideosIcon {
	float:left;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:24px;
	margin:0 0 0 10px;
}

.othervideosttl {
	margin:4px 10px 0 50px;
	font-size:14px;
	color:#000;
}

.NewRelatedVideosMore a{
	float:right;
	width:auto;
	height:auto;
	margin:0;
	padding:10px 10px;
	display:inline-block;
	font-size:14px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

.NewRelatedVideosMore a .fa {
	padding-left:10px;
	font-size:16px;
}

/* SEARCH RESULTS */

.NewHomeSearchmain {
    margin:0 auto 0 auto;
    padding:5px 0 30px 0;
    position: relative;
    width:60%;
}

.NewHomeSearchSection {
	margin:0 0 0 0;
	height:auto;
	padding-left:0;
}

.NewsearchTtl {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0;
	font-size:14px;
	color: #000;
}

.NewsearchTtl span {
	font-size:16px;
	color:#000;
	font-weight:500;
}
.LatestSearchinput {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #8e8e8e;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height:48px;
    margin: 0 0 10px 0;
    text-indent: 20px;
    width: 100%;
	border-radius:5px;
}

.Latestsearchgrid {
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	background:#FFF;
	margin:30px 0 0 0;
	padding-bottom:0;
}

.Latestsearchgrid h1 {
	font-size:18px !important;
	font-weight:400 !important;
	padding:15px 0 0 0 !important;
	color:#000;
	margin:0;
}

.searchpro1 {
	width:100%;
	float:left;
	text-align:left;
	font-size:12px;
	padding:6px 0 0 0;
	margin:0;
	color:#808080;
}
.searchpro2 {
	width:100%;
	float:left;
	text-align:left;
	font-size:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#808080;
}

.LatestSearchproNew {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: auto;
    margin: 7vw 0 0;
    width: 100%;
}

.Searchresultttl {
	font-size:20px !important;
	color:#010000 !important;
	font-weight:300;
	padding:0;
	margin:0;
}

.SearchOnline {
	position:absolute;
	top:10px;
	right:10px;
	background:#00c44e;
	width:15px;
	height:15px;
	border:1px solid #ccc;
}

.NewhomeBlogauthorDtl {
	position: relative;
	margin-left:12px;
	margin-top:2px;
	margin-right:65px;
	margin-bottom:2px;
}

.NewhomeBlogauthorDtl h1 {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.NewhomeBlogauthorDtl p {
	margin: 2px 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #a8a8a8;
}

.LatestHomeBlogBottom {
	display: inline-block;
    height: auto;
    padding: 16px 0 0;
    width: 100%;
	
}

.LatestHomeBlogBottom h1 {
	font-size:18px;
	margin:0;
	padding:0 0 15px 0;
	font-weight:400;
}

.LatestHomeBlogBottom p {
	font-size:14px;
	color:#303030;
	padding:0 20px 22px;
	margin:0 0 15px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border-bottom: 1px solid #e2e2e2;
}

.NewHomeJobsBottom h2 {
	font-size:16px !important;
	padding: 0 30px 0 0 !important;
	margin: 0 0 12px 0 !important;
}

.NewHomeJobsBottom span {
	padding: 0 30px 11px 0 !important;
	font-size:14px !important;
	color:#656565 !important;
}

.NewAccoHeader {
	height: 40px;
	padding: 0 10px 0 0;
	line-height: 40px;
	font-size: 14px;
	font-weight:400;
	color: #737373;
	border-bottom: solid 1px #d8d8d8;
	cursor: pointer;
	background:#fdfdfd url(../img/common/newdown.png) right center no-repeat;
	position:relative;
}

.NewAccoHeader i {
	width: 40px;
	margin-right: 0;
	text-align: center;
	font-size: 18px
}

.NewHomeNavMain {
	position:absolute;
	width:152px;
	height:auto;
	background:#FFF;
	top:0;
	left:0;
	z-index:1;
}

.NewHomeNavMain ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
}

.NewHomeNavMain ul li a {
	width:100%;
	float:left;
	height:40px;
	line-height:40px;
	color:#737373;
	font-size:14px;
	padding:0 18px;
}

.NewHomeNavMain ul li a:hover {
	background:#f5f5f5;
}

.NewHomeNavMain ul li a .fa {
	width:40px;
	text-align:center;
	font-size:18px;
}

.Lurneyhomenav {
	width:40px;
	text-align:center;
	font-size:18px;
	display:inline-block;
}

.UpdatedHomePro {
	float:left;
	width:40px;
	height:40px;
	border:1px solid #c8c8c8;
	background:#FFF;
	text-align:center;
	font-size:20px;
	margin:10px 0 0 10px;
}

.UpdatedHomePro img {
	width:100%;
	height:100%;
}

.NewHomeloadmore {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:10px 0;
	border:1px solid #7ee1e0;
	margin:30px 0 0 0;
	border-radius:5px;
}

.NewHomeloadmore a {
	color:#FFF;
	font-size:14px;
	
}

/* NEW SIGNUP */

.UpdatedSignupcon {
	display:inline-block;
	width:100%;
	height:auto;
	margin:75px 0 0 0;
}

.Newsignupclose a {
	float:left;
	margin:26px 0 0 0;
	width:39px;
	height:39px;
}

.updatedsignupcon1 {
	float:left;
	margin:0 0 0 83px;
	width:100px;
	height:auto;
}

.updatedsignupcon2 {
	float:left;
	margin:0 0 0 40px;
	width:100px;
	height:auto;
}

.UpdatedSignupyellow {
	float:left;
	margin:0 0 0 0;
	width:100px;
	height:100px;
	border-radius:5px;
	background:#f3c53f;
	text-align:center;
	line-height:100px;
}


.red {
	background:#e0594b !important;
}

.blue {
	background:#41d5ff !important;
}

.green {
	background:#9fc300 !important;
}


.updatedsignupMale a{
	float:left;
	margin:0 0 0 40px;
	width:100px;
	height:100px;
	border-radius:5px;
	background:#e0594b;
	text-align:center;
	line-height:100px;
	color:#FFF;
}

.updatedsignupFeMale a{
	float:left;
	margin:0 0 0 40px;
	width:100px;
	height:100px;
	border-radius:5px;
	background:#e0594b;
	text-align:center;
	line-height:100px;
	color:#FFF;
}

.NewsignupNext a {
	float:left;
	margin:26px 0 0 83px;
	width:39px;
	height:39px;
}

.updatedsignupcon1 a p {
	width:100%;
	text-align:center;
	display:inline-block;
	padding:15px 0 0 0;
	color:#000;
	font-size:16px;
	margin:0;
}

.updatedsignupcon2 a p {
	width:100%;
	text-align:center;
	display:inline-block;
	padding:15px 0 0 0;
	color:#000;
	font-size:16px;
	margin:0;
}

.updatdsignupSel {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.UpdatedSignProfessionalMain {
	margin:0 auto;
	width:717px;
	height:auto;
	padding-bottom:50px;
}

.Newsignupleft {
	float:left;
	margin:102px 0 0 0;
	width:328px;
	height:auto;
}

.Newsignupright {
	float:left;
	margin:53px 0 0 0;
	width:328px;
	height:auto;
}

.NewsignuprightSpa {
	margin:10px auto 0 auto;
	width:328px;
	height:auto;
}

.SmilleConnew {
	width:88px;
	height:88px;
	background:#dddddd;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
	line-height:88px;
}

.UpdatedSignProfessionalMain p {
	width:100%;
	text-align:center;
	display:inline-block;
	color:#010000;
	font-size:30px;
	padding:70px 0 30px 0;
	font-weight:300;
}

.UpatedFacebook a{
	width:100%;
	height:40px;
	background:#3b5998 url(../img/signup/new/facebook.png) no-repeat center center;
	border-radius:5px;
	display:inline-block;
	margin:0px;
}

.UpatedLinkedin a{
	width:100%;
	height:40px;
	background:#0275b6 url(../img/signup/new/in.png) no-repeat center center;
	border-radius:5px;
	display:inline-block;
	margin:6px 0 0 0;
}

/*.updatedSep {
	float:left;
	width:61px;
	height:312px;
	text-align:center;
	background:url(../img/signup/new/sep.png) no-repeat center center;
	font-size:14px;
	color:#8c8c8c;
	margin:0 0 34px 0;
	line-height:312px;
}*/
.updatedSep {
    background: rgba(0, 0, 0, 0) url("../img/signup/new/sep-new.png") no-repeat scroll center center;
    color: #8c8c8c;
    float: left;
    font-size: 14px;
    height: 312px;
    line-height: 312px;
    margin: 0 0 34px;
    text-align: center;
    width: 61px;
}
.UpdatedFirstName {
	display:inline-block;
	width:154px;
	height:40px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 0 0 20px;
	font-size:12px;
	color:#6e6e6e;
	margin-top:20px;
}

.UpdatedFirstName:first-child {
	margin-right:15px;
}

.Updatedsingnupinput2 {
	display:inline-block;
	width:100%;
	height:40px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:0 0 0 20px;
	font-size:12px;
	color:#6e6e6e;
	margin:10px 0 0 0;
}

.updatedPassRow {
	position:relative;
}

.updatedpasseye a{
	position:absolute;
	width:19px;
	height:10px;
	background:url(../img/signup/new/eye.png) no-repeat;
	top:25px;
	right:11px;
}

.Newshowpassword a{
	float:right;
	margin:3px 3px 0 0;
	width:auto;
	height:auto;
	font-size:12px;
	color:#6e6e6e;
	font-style:italic;
}

.UpdatedSingnupBtncon {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}

.updatedsignup {
	margin:20px 0 0 0;
	width:146px;
	height:40px;
	background:#31b0c2;
	border-radius:5px;
	font-size:14px;
	color:#FFF;
	border:0;
	float:right;
	clear:right;
}

.updatedor {
	display:inline-block;
	width:auto;
	height:auto;
	font-size:16px;
	color:#8c8c8c;
	margin-left:18px;
}

.Updatedloginbtn {
	display:inline-block;
	width:auto;
	height:auto;
	font-size:14px;
	color:#8c8c8c;
	border:0;
	background:none;
	float:right;
	margin:30px 16px 0 0;
}

.UpdatedConnect a {
	float:right;
	margin:29px 0 15px 0;
	width:94px;
	height:28px;
	background:url(../img/common/connect.png) no-repeat;
}

.UpdatedConnected a {
	float:right;
	margin:21px 0 15px 0;
	width:94px;
	height:28px;
	background:url(../img/common/connected.png) no-repeat;
}

.quotes {display: none;}

/* 10-12-15 */

.SkillAddLatest {
	position:fixed;
	width:100%;
	height:100vh;
	background:rgba(3, 95, 85, .9);
	z-index:3;
}

.SkillAddLatestiner {
	margin:0 auto;
	width:1008px;
	height:auto;
	padding:200px 0 0 0;
}

.SkillAddLatestiner h1 {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	font-size:24px;
	color:#FFF;
	font-weight:400;
}

.SkillAddLatestiner h1 {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	font-size:24px;
	color:#505050;
	font-weight:400;
}

.SkillAddLatestiner p {
	display:inline-block;
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
	color:#a8a8a8;
	font-weight:400;
}

.newskilleditinput {
	display:inline-block;
	width:100%;
	height:221px;
	border:1px solid #dadada;
	padding:10px;
	margin:36px 0 0 0;
	resize:none;
	font-size:18px;
	border-radius: 5px;
}

.newskilleditinput2 {
	display:inline-block;
	width:100%;
	height:221px;
	border:1px solid #dadada;
	padding:10px;
	margin:36px 0 0 0;
	resize:none;
	font-size:18px;
}

.Newskilladdskip {
	float:right;
	margin:20px 0 0 10px;
	width:116px;
	height:34px;
	background:#f6f7f8;
	border:2px solid #e5e5e5;
	color:#acacac;
	font-size:12px;
	text-transform:uppercase;
	border-radius:5px;
}

.Newskilladdnext {
	float:right;
	margin:20px 0 0 0;
	width:116px;
	height:34px;
	background:#e04554;
	border:0;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	border-radius:5px;
}

.Newskilladdcancel {
	float:right;
	margin:20px 10px 0 0;
	width:116px;
	height:34px;
	background:#bdbdbd;
	border:0;
	color:#818181;
	font-size:12px;
	text-transform:uppercase;
	border-radius:5px;
}


/* 11-12-15 */

.NewhomebgImgCon {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	position:fixed;
}

.NewhomebgImgCon img {
	width:100%;
	height:100%;
}

.NewHomeContentWraper {
	position:absolute;
	z-index:1;
	width:100%;
	height:auto;
}

.Newhomepagecontentsec {
	float:left;
	margin:0;
	width:100%;
	height:auto;
	background:#3f8abf url(../img/common/newhomebg.jpg) repeat-x;
}

.NewHomeContentArea {
	margin:0 auto;
	width:70%;
	height:auto;
}

.NewHomeTopsection {
	float:left;
	margin:0;
	width:100%;
	height:100vh;
}

.newhomepagecontentoverlay {
	margin-top:-200px;
}

/* 14/12/15 */

.NewserchresultImg {
	float:left;
	margin:0;
	width:100%;
	height:auto;
}

.NewserchresultImg img {
	width:100%;
}

.NewsearchResultContent {
	float:left;
	margin:0;
	width:100%;
	height:auto;
	background:#FFF;
	padding:0 20px 10px 20px;
}


.NewhomeDropConmain {
	position:absolute;
	width:199px;
	height:264px;
	right:1px;
	top:65px;
	z-index:99997;
}


.Newhomemenudrop {
	position: relative;
	background: #FFF;
}
.Newhomemenudrop:after {
	bottom: 100%;
	right:45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 7px;
	margin-left: -7px;
}

.Newhomemenudrop ul {
	width:100%;
	height:auto;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.Newhomemenudrop ul li a {
	width:100%;
	display:inline-block;
	height:44px;
	line-height:44px;
	color:#737373;
	font-size:14px;
	padding:0 18px;
}

.Newhomemenudrop ul li a:hover {
	background:#f5f5f5;
}

.Newhomemenudrop ul li a .fa {
	width:40px;
	text-align:center;
	font-size:18px;
}

.NewswitchdropMain {
	position:absolute;
	margin:0;
	width:338px;
	height:252px;
	top:80px;
	left:145px;
	padding:33px 20px;
}

.Newswitchdrop {
	position: relative;
	background: #FFF;
	border: 1px solid #aaabab;
	padding:33px 0 4px 0;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.54);
-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.54);
box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.54);
}
.Newswitchdrop:after, .Newswitchdrop:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.Newswitchdrop:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF;
	border-width: 10px;
	margin-top: -10px;
}
.Newswitchdrop:before {
	border-color: rgba(170, 171, 171, 0);
	border-right-color: #aaabab;
	border-width: 11px;
	margin-top: -11px;
}

.NewotherJunctions {
	float:left;
	margin:0;
	padding:0 0 29px 0;
	width:100%;
	height:auto;
	text-align:center;
}

.NewotherJunctions p {
	float:left;
	margin:13px 0 0 0;
	width:100%;
	height:auto;
	text-align:center;
	color:#737373;
	font-size:12px;
	line-height:18px;
}

.Skilladbg {
	float:left;
	margin:0;
	padding:45px 23px;
	background:#f6f7f8;
}

.Addnewkilltopttl {
	float:left;
	margin:0 0 15px 0;
	width:100%;
	height:auto;
	color:#737373;
	font-size:24px;
	color:#FFF;
}

.Addnewkilltopttlplus{
	float:left;
	margin:6px 14px 0 0;
	width:28px;
	height:24px;
	border-radius:5px;
	background:#26d0c4;
	text-align:center;
	line-height:24px;
	color:#FFF;
	font-size:14px;
}



.NewheaderIcon {
	float:right;
	margin:13px 43px 0 0;
	width:40px;
	height:40px;
	background:#eaeaea;
	line-height:40px;
	text-align:center;
	color:#949a9e;
	border-radius:50%;
	font-size:18px;
	position:relative;
	cursor:pointer;
}

.NewheaderIconDrop {
	position: absolute;
	background: #FFF;
	width:115px;
	z-index:99998;
	right:-39px;
	top:52px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.5);
}

.NewheaderIconDrop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 7px;
	margin-left: -7px;
}

.NewheaderIconDrop a {
	float:left;
	width:100%;
	line-height:40px;
	border-bottom:1px solid #dedede;
	font-size:14px;
	color:#505050;
	font-weight:400;
	text-align:left;
	padding-left:17px;
}

.NewheaderIconDrop a:last-child {
	border-bottom:0;
}

.JunctionboxNewIcon {
	float:right;
	margin:12px 30px 0 0;
	width:41px;
	height:41px;
	background:	url(../img/common/junction_icon.png) no-repeat;
	cursor:pointer;
	position:relative;
}

.Newheaderjbdrop {
	position: absolute;
	padding:33px 15px;
	border-radius:5px;
	background: #FFF;
	width:330px;
	z-index:99999;
	right:-146px;
	top:52px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.5);
}

.Newheaderjbdrop:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 7px;
	margin-left: -7px;
}

.Newheaderjbdroprow {
	float:left;
	margin:0 0 30px 0;
	width:100%;
	height:auto;
}

.Newheaderjbdroprow:last-child {
	margin:0 0 0 0;
}

.Newheaderjbdroprowcol-1 {
	float:left;
	margin:0;
	width:33.3%;
	height:auto;
	text-align:center;
	font-size:12px;
	color:#737373;
}

.businessinfonewiner {
	width:100% !important;
	padding:100px 0 0 0 !important;
}

.newbusinesslabel {
	float:left;
	margin:0 0 5px;
	width:100%;
	height:auto;
	font-size:14px;
	color:#000;
	font-weight:600;
}

.newbusinessinput {
	float:left;
	margin:0 0 20px;
	width:100%;
	height:38px;
	border:1px solid #e0e0e0;
	padding:0 7px;
	color:#8e8e8e;
	font-size:12px;
	font-weight:400;
}

.newbusinessinput2 {
	float:left;
	margin:0 0 20px;
	width:100%;
	height:78px;
	border:1px solid #e0e0e0;
	padding:7px 7px 0;
	color:#8e8e8e;
	font-size:12px;
	font-weight:400;
	resize:none;
}

.newbusinessctgry {
	float:left;
	margin:0 0 20px;
	width:100%;
	height:auto;
	position:relative;
}

.select-wrapper{
		float: left;
		display: inline-block;
		border: 1px solid #e0e0e0;            
		background:#FFF url(../img/innerpages/profile/plus.png) no-repeat right center;
		cursor: pointer;
		color:#8e8e8e;
		font-size:12px;
	}
	.select-wrapper, .select-wrapper select{
		width:100%;
		height:38px;
		line-height:38px;
	}
	.select-wrapper:hover{
		background:#FFF url(../img/innerpages/profile/plus.png) no-repeat right center;
		border-color: #e0e0e0;
	}
	.select-wrapper .holder{
		display: block;
		margin: 0 35px 0 5px;
		white-space: nowrap;            
		overflow: hidden;
		cursor: pointer;
		position: relative;
		z-index:0;
	}
	.select-wrapper select{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
		font-size:14px;
		color:#000;
	}
	
.select-wrapper select option {
	padding:5px 7px;
}


.select-wrapper2 {
		float: left;
		display: inline-block;
		border: 1px solid #e0e0e0;            
		background:#FFF url(../img/innerpages/profile/droparrow.png) no-repeat right center;
		cursor: pointer;
		color:#8e8e8e;
		font-size:12px;
	}
	.select-wrapper2, .select-wrapper2 select{
		width:100%;
		height:38px;
		line-height:38px;
	}
	.select-wrapper2:hover{
		background:#FFF url(../img/innerpages/profile/droparrow.png) no-repeat right center;
		border-color: #e0e0e0;
	}
	.select-wrapper2 .holder{
		display: block;
		margin: 0 35px 0 5px;
		white-space: nowrap;            
		overflow: hidden;
		cursor: pointer;
		position: relative;
		z-index:0;
	}
	.select-wrapper2 select{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
		font-size:14px;
		color:#000;
		line-height:20px;
	}
	
.select-wrapper2 select option {
	padding:5px 0;
}

.reviewadbg {
	float:left;
	margin:0;
	padding:0 0;
	background:transparent;
}

/* 03-02-16 */

.NewLatestHomeBlogBottom {
	float:left;
width:100%;
height:auto;
padding:16px 20px 20px;
background:#FFF;	
border-bottom: 1px solid #e2e2e2;
}

.NewLatestHomeBlogBottom h1 a {
	float:left;
	margin:0 0 10px;
	width:100%;
	height:auto;
	padding:0;
	color:#10507b;
	font-size:20px;
}

.NewLatestHomeBlogBottom p {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	color:#334b5d;
	font-size:14px;
}

.Newhomebtmiconcon {
	float:left;
	margin:0;
	width:100%;
	height:auto;
}

.Newblogbtmicons {
	float:left;
	margin:0;
	padding:20px 20px 0;
	width:auto;
	height:auto;
}

.latestnewhomeblogviewicon {
	float:left;
	margin:0 12px 0 0;
	padding:0;
	width:auto;
	height:auto;
}

.latestnewhomeblogviewicon .fa {
	color:#bbb;
	font-size:14px;
	padding:0 3px 0 0;
}

.latestnewhomeblogviewicon span {
	font-size:12px;
	color:#a9aba8;
}

.latestnewhomelikebtn a{
	float:right;
	margin:15px 25px 0 0;
	padding:0;
	font-size:22px;
	color:#2bc9c9;
}

.Nehomeblogcommentbtn {
	float:right;
	margin:21px 14px 0 0;
	padding:0;
	width:74px;
	height:20px;
	border:1px solid #c8c8c8;
	background:#ededed;
	font-size:10px;
	color:#000;
	border-radius:3px;
	text-transform:uppercase;
}

/* LATEST SIGN UP */


.Latestsignupmain {
	margin:50px auto;
	width:890px;
	height:auto;
	overflow:auto;
}

.Latestsignupmaininr {
	float:left;
	margin:90px 0 0 0;
	width:890px;
	height:auto;
}

.latestsignupsec1 {
	float:left;
	margin:0 0 57px 0;
	width:390px;
	height:140px;
	transition: background 1s ease;
	cursor:pointer;
	background:#FFF;
	border:1px solid #e3e3e3;
	position: relative;
}

.latestsignupsec1icon {
	float:left;
	margin:19px 0 0 19px;
	width:100px;
	height:100px;
	background:#f3c53f url(../img/signup/new/icon1.png) no-repeat center center;
	border-radius:5px;
}

.latestsignupsec1:hover {
	background:#f3c53f;
	transition: background .6s ease;
}

.latestsignupsec1txt {
	float:left;
	margin:45px 0 0 30px;
	width:215px;
	height:auto;
	font-size:16px;
	color:#000;
	line-height:24px;
}

.latestsignupsec1:hover .latestsignupsec1txt {
	color:#FFF;
}

.latestsignupsec2 {
	float:left;
	margin:0 0 57px 110px;
	width:390px;
	height:140px;
	transition: background 1s ease;
	cursor:pointer;
	background:#FFF;
	border:1px solid #e3e3e3;
	position: relative;
}

.latestsignupsec2icon {
	float:left;
	margin:19px 0 0 19px;
	width:100px;
	height:100px;
	background:#41d5ff url(../img/signup/new/icon2.png) no-repeat center center;
	border-radius:5px;
}

.latestsignupsec2:hover {
	background:#41d5ff;
	transition: background .6s ease;
}

.latestsignupsec2txt {
	float:left;
	margin:55px 0 0 30px;
	width:215px;
	height:auto;
	font-size:16px;
	color:#000;
	line-height:24px;
}

.latestsignupsec2:hover .latestsignupsec2txt {
	color:#FFF;
}

.latestsignupsec3 {
	float:left;
	margin:0 0 57px 0;
	width:390px;
	height:140px;
	transition: background 1s ease;
	cursor:pointer;
	background:#FFF;
	border:1px solid #e3e3e3;
	position: relative;
}

.latestsignupsec3icon {
	float:left;
	margin:19px 0 0 19px;
	width:100px;
	height:100px;
	background:#e0594b url(../img/signup/new/icon3.png) no-repeat center center;
	border-radius:5px;
}

.latestsignupsec3:hover {
	background:#e0594b;
	transition: background .6s ease;
}

.latestsignupsec3txt {
	float:left;
	margin:55px 0 0 30px;
	width:215px;
	height:auto;
	font-size:16px;
	color:#000;
	line-height:24px;
}

.latestsignupsec3:hover .latestsignupsec3txt {
	color:#FFF;
}

.latestsignupsec4 {
	float:left;
	margin:0 0 57px 110px;
	width:390px;
	height:140px;
	transition: background 1s ease;
	cursor:pointer;
	background:#FFF;
	border:1px solid #e3e3e3;
	position: relative;
}

.latestsignupsec4icon {
	float:left;
	margin:19px 0 0 19px;
	width:100px;
	height:100px;
	background:#9fc300 url(../img/signup/new/icon4.png) no-repeat center center;
	border-radius:5px;
}

.latestsignupsec4:hover {
	background:#9fc300;
	transition: background .6s ease;
}

.latestsignupsec4txt {
	float:left;
	margin:55px 0 0 30px;
	width:215px;
	height:auto;
	font-size:16px;
	color:#000;
	line-height:24px;
}

.latestsignupsec4:hover .latestsignupsec4txt {
	color:#FFF;
}

.latestsignuptxt {
	float:left;
	margin:0;
	width:100%;
	text-align:center;
	font-size:30px;
	color:#505050;
}

.latestsignuparrow {
	float:left;
	margin:36px 0 88px 0;
	width:100%;
	text-align:center;
}

.Latestsignupclose {
	float:left;
	margin:0 0 0 0;
	width:24px;
	height:24px;
	position: absolute;
	right: 90px;
	bottom: -41px;
	display: none;
}


.LatestsignupNext a {
	float:left;
	margin:240px 0 0 83px;
	width:39px;
	height:39px;
}

/* 20-02-17 */

.signup-blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	background-color: #FFF;
	opacity: .5;
	cursor: default;
}

.signup-blur:hover {
	background: none !important;
}

.signup-blur:hover .latestsignupsec1txt {
	color: #000 !important;
}

.signup-blur:hover .latestsignupsec2txt {
	color: #000 !important;
}

.signup-blur:hover .latestsignupsec3txt {
	color: #000 !important;
}

.signup-blur:hover .latestsignupsec4txt {
	color: #000 !important;
}

.signup-blur-next {
	position: absolute;
	width: 70px;
	height: 25px;
	background: #26d0c4;
	border: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	right: 0;
	bottom: -41px;
	display: none;
}


