﻿
/*
.rotationEle{
    
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .9s ease-in-out;
    
    
}
.rotationEle:hover{
    transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
}
*/


::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:#aaaaaa;
}

*
{
	margin:0;
	padding:0;
	border:0;
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}
/* ================= Generic common styles ================ */
#appTopNav{background:#e4e4e4;width:100%;height:auto}
.hideMe{display:none}
.mask{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index:0;background:transparent;}
/* Width */
.width100{width:100%}
.width_lr_pad{padding:0}
.nonResize{ resize:none}

/*Simple List*/
.info-list{list-style-type:circle}
.info-list li{padding:0.3em 0 0.3em 0em;line-height:1.2em;font-size:1em;color:#555;margin-left:0.9em}


/* Column structures */
.column_1200{margin:0 auto;width:1200px}
.column_960{margin:0 auto;width:960px}
.column_800{margin:0 auto;width:800px}
.column_390{width:24.3em}

.noBorder{border:none !important}


.centerInside{margin:0px auto;width:150px}

/* Padding offset */
.pad_t_35{padding:2.1em 0 0 0}
.pad_t_30{padding:1.8em 0 0 0}
.pad_5{padding:0.3em}
.pad_9{padding:0.5em}
.pad_10{padding:0.6em}
.pad_tb-10{padding:0.6em 0}
.pad_15{padding:0.9em}
.pad_19{padding:1.1em}
.pad_20{padding:1.8em}
.pad_tb_5{padding:0.3em 0}
.pad_tb_15{padding:0.9em 0}
.pad_tb_20{padding:1.2em 0}
.pad_tb_25{padding:1.5em 0}
.pad_tb_30{padding:1.8em 0}
.pad_lr_15{padding:0 0.9em}
.pad_lr_25{padding:0 1.5em}
.pad_lr_20{padding:0 1.1em}
.pad_l_20{padding:0 0 0 1.1em}
.pad_r_20{padding:0 1.1em 0 0}

/* Spacer */
.space15{height:0.9em}
.space20{height:1.2em}
.space25{height:1.5em}
.space40{height:2.5em}
.space50{height:3.1em}
.space75{height:4.6em}

/*Positions*/
.pos_rel{ position:relative !important}
.pos_abs{ position:absolute !important}

/* Shadows */
.txtShadow
{
    text-shadow: 1px 1px 2px Gray;
}
/* Common Height parameter */
.heightAuto{height:auto}
/*Loader Image*/
.i_loader{ background:url(../images/ajax-loader.gif) no-repeat center center; height:31px; width:31px;visibility:hidden}
.mResume{background:url(../images/icons/my-resume.png) no-repeat left center;width:100px;height:28px;cursor:pointer}

/* ============ Newly added classes / Id on 3.Feb.2015 starts ============*/
/* BackGround color standards */
.bgF7{background:#f7f7f7}
/* Big Line height */
.big-preview{line-height:275px !important}
.big-preview-caption{color:#7c7c7c;text-transform:uppercase;font-family:"WeblySleek UI Light"}
/* Border color standards */
.border_bf{border:solid 1px #bfbfbf}
/* Clode / Delete anchor style */
.delAnch{display:block;width:22px;height:22px;background:url(../images/icons/ico-close.png) no-repeat left center;position:absolute;right:-8px;top:-8px}
/* === Download CV === */
.downCv{display:inline-block;background:url(../images/cv-download.png) no-repeat left center;padding:1em 0 1em 2.5em;color:#444444;text-decoration:none}

/* ============ Newly added classes / Id on 3.Feb.2015 ends ============*/

/* Margins */
.mrg_r_10{margin-right:0.6em}
.mrg_r_15{margin-right:0.9em}
.mrg_b_20{margin-bottom:1.2em}
.mrg_t_0{margin-top:0px auto}
.mrg_r_0{margin-right:0px auto}
.mrg_b_0{margin-bottom:0px auto}
.mrg_l_0{margin-left:0px auto}
.mrg_l_10{margin-left:0.6em}
.mrg_b_5{margin-bottom:0.3em}
.mrg_b_10{margin-bottom:0.6em}
.mrg_b_15{margin-bottom:0.9em}
.mrg-l-32{margin-left:2em}

/* Float styles */
.float_left{float:left;display:inline}
.float_right{float:right;display:inline}
.float_clear{clear:both;height:0px;line-height:0px;visibility:hidden;}
.txt-left{float:left}
.txt-right{float:right}

/* Text align styles */
.txt_center{text-align:center}
.txt-decoration{text-decoration:none}
/*Display styles*/
.display-inline{display:inline}
.display-block{display:block}
.display-none{display:none}

/* Rounded corners */
.round3{-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;behavior: url('../ie-css3.htc');} 
.round5{-moz-border-radius:5px;border-radius:5px;-webkit-border-radius:3px; behavior: url('../ie-css3.htc');} 
.round10{-moz-border-radius:10px;border-radius:10px;-webkit-border-radius:3px; behavior: url('../ie-css3.htc');} 
.round15{-moz-border-radius:15px;border-radius:15px;-webkit-border-radius:10px; behavior: url('../ie-css3.htc');} 

/* ======= Theme Standard Styles starts ======= */
/* Theme Color / BgColor */
.themeBlue{background:#00aeef}
.themeColor{color:#00aeef}
.HR-line{width:98%;height:1px;background:#ececec}
.themeGreen{background:#6daf3a}
.bg-white{background:#fff}
.bg-highlight{ background:#fef3c2}
.black-top{background:#333333}
.black-color{color:#333}
.graycolor{color:#b4b4b4}
.colorRed{color:#ff0000 }
.bg-body{background:#f4f4f4}
.border-color{border:1px solid #e5e5e5}
.bg-gray{color:#555555}
.themeGray{background:#e5e5e5}
.btnGray{ background:#e5e5e5; color:#555; padding:0.3em 0.5em;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block; cursor:pointer }
.themewhite-gray{background:#f4f4f4}

.tag-green{background:#277e00}
.tag-red{background:#ee0701}
.tag-blue{background:#0500d1}
.white-color{color:#fff !important}
.altrows{background:#f9f9f9}

/*Star*/
span.greyStar{font-family: arial, Helvetica, sans-serif; font-size:1em;font-weight:normal ;text-align:left; color:#cccccc}

/*Percentage*/
.p100{width:97%}
.ddr100{width:100%}

/*Button & Anchor*/
.button{color:#fff;padding:0.3em 0.5em;font-family:WeblySleek UI Light;font-size:1.1em;cursor:pointer}
.button:hover{background:#028cbf}

.simple-btn{color:#444;padding:0.3em 0.5em;background:#fff;font-family:WeblySleek UI Light;font-size:1.1em;border:solid 1px #ccc;cursor:pointer}
.simple-btn:hover{background:#ebebeb}

.achor{color:#fff;padding:0.3em 0.5em;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block; cursor:pointer}
.achor:hover{background:#028cbf}

.achor-gray{color:#777;padding:0.3em 0.5em;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block}
.achor-gray:hover{background:#028cbf;color:#fff}

.anchor_border{border:solid 1px #dbdbdb;padding:0.5em 0;text-align:center;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block;color:#555}

/* Simple theme button */
.findJs{ background:url(../images/icons/src-js.png) no-repeat center;height:32px; width:32px; display:block;  }



/* Font Styles */
/* ==== Font Sizes ==== */
.pageHead{font-size:1.8em;font-family:"WeblySleek UI Semibold";color:#414141;padding-bottom:0.7em;border-bottom:solid 1px #50514f;margin-bottom:1em}
.pageSubHead{font-size:1.4em;font-family:"WeblySleek UI Semibold";line-height:1.4em;color:#414141;margin-bottom:1em}
.txtIn{font-size:1em;line-height:1.3em;color:#777777;}
.coverTitle{font-size:2.8em;font-family:"WeblySleek UI Semibold";color:#fff;text-align:left}
.coverTitle span{display:block;font-size:0.7em}
.slideTitle{font-size:1.2em;display:block;margin-bottom:0.9em;padding-bottom:0.8em;border-bottom:solid 1px #e0e0e0}

.headtxt{font-size:1.8em;font-family:"WeblySleek UI Semibold";color:#fff;margin-bottom:0.5em}
.great{font-size:3em}
.greater{font-size:2.5em}
.larger{font-size:2em;}
.large{font-size:1.2em;}
.smaller{font-size:1em;}
.small{font-size:0.7em;}
.pTxt{font-size:0.9em;}
.font20{font-size:1.5em}
.font15{font-size:0.9em}
.font10{font-size:0.6em}
.font30{font-size:1.8em}
/* Server Controls */
.txt-color{color:#515151;}
.txt-padding{padding:0.3em;}
.contBorder{border: 1px solid #cccccc;}
.label-color{color:#777777;}
.cPointer{cursor:pointer}

/* ======= Theme Standard Styles ends ======= */
/* ======= Error Messages ======= */
.jn_info, .jn_success, .jn_warning, .jn_error {
margin: 10px 0px;
padding:12px;
padding-left:36px !important;display:block
}
.jn_info {
    color: #00529B;
    background: #BDE5F8 url(../images/icons/ico-info.png) no-repeat 12px center;
}
.jn_success {
    color: #4F8A10;
    background: #DFF2BF url(../images/icons/ico-success.png) no-repeat 12px center;
}
.jn_warning {
    color: #9F6000;
    background: #FEEFB3 url(../images/icons/ico-warn.png) no-repeat 12px center;
}
.jn_error {
    color: #D8000C;
    background: #FFBABA url(../images/icons/ico-error.png) no-repeat 12px center;
}

/* ======= Error Messages ======= */
.jn_topInfo, .jn_topSuccess, .jn_topWarning, .jn_topError {
padding:12px;padding-left:36px !important;display:block; text-align:center; font-weight:bold
}
.jn_topInfo {
    color: #00529B;
    background: #BDE5F8;
}
.jn_topSuccess {
    color: #4F8A10;
    background: #DFF2BF;
}
.jn_topWarning {
    color: #9F6000;
    background: #FEEFB3;
}
.jn_topError {
    color: #D8000C;
    background: #FFBABA;
}
/* === Download CV === */
.downCv{display:inline-block;background:url(../images/cv-download.png) no-repeat left center;padding:1em 0 1em 2.5em;color:#444444;text-decoration:none}

/*===========Skills Popup=============*/
.popList{list-style:none;cursor:pointer;border:solid 1px #e5e5e5; z-index:3; text-align:left}
.popList li{font-family:Arial;font-size:12px;color:#555;background:#fff;padding:8px 5px}
.popList li:hover{background:#f1f1f1 !important;font-weight:bold}
.popList li.focusItem{background:#f1f1f1 !important;font-weight:bold}
.popRelative{position:relative;overflow:visible}

/* ==================== Portal specific styles ================== */
#topNavSpacer{height:3.1em}
#headerPanel{position:fixed; z-index:999;}
#header{height:3.1em;z-index:1;border-bottom:1px solid #e0dfdf}

#jnLogo{width:150px;height:40px;padding:0.3em 0;margin-right:1.8em; display:block }
#jnLogoMob{width:40px;height:40px;padding:0.3em 0;margin-right:1.8em; display:none}
#navBtn{float:left;width:25px;height:17px;margin-right:0.9em;padding:17px 0px 16px 0px;text-decoration:none;background:url(../images/navBtn.png) no-repeat left center;display:none}
#btnNav{float:right;width:25px;height:17px;margin-right:0.9em;padding:0px 0px 13px 0px;text-decoration:none;background:url(../images/down-arrow.png) no-repeat left center;display:none}
/* Header Nav */
#nav{list-style:none;display:block;float:left;}
#nav li{display:inline}
#nav li a{float:left;display:inline;line-height:1em;padding:1.1em 0.6em 1em 0.6em;font-family:"WeblySleek UI Semibold";font-size:1em;color:#777;text-decoration:none;}
#nav li a:hover{background:#00aeef;color:#fff}

/*Share Jobs*/
.txtShare{background:#eeeeee;padding:10px;font-family:Tahoma, Arial;font-size:14px;color:#555;border:solid 1px #d1d1d1;width:325px}
.jobShare{width:380px;background:#fff}


#responsive-menu-list{height:auto;}
#responsive-nav{list-style:none;background:#e0e0e0;display:block}

.join{background:#028cbf;padding:0.7em 0.6em;color:#fff;text-decoration:none;font-family:"WeblySleek UI Semibold";font-size:1em;}
.join:hover{background:#006e97}

.signIn{background:#028cbf;padding:0.7em 0.6em;color:#fff;text-decoration:none;font-family:"WeblySleek UI Semibold";font-size:1em;}
.signIn:hover{background:#006e97;}

/* Banner styles */
/* #bannerBg{height:500px;background:#264970 url(../images/index-bg.jpg) no-repeat center center; -moz-background-size:auto 100%;-webkit-background-size:auto 100%;background-size:auto 100%; } */
#bannerBg{height:500px;overflow:hidden; background-color:#264970; background-size:cover; background-repeat:no-repeat;background-position:center center; position:relative; top:50px;margin-bottom:50px;}
.bannerBg1{background-image:url(../images/index-bg1.jpg)}
.bannerBg2{background-image:url(../images/index-bg2.jpg)}
.bannerBg3{background-image:url(../images/index-bg3.jpg)}
.bannerBg4{background-image:url(../images/index-bg4.jpg)}
.bannerBg5{background-image:url(../images/index-bg5.jpg)}
.bannerPad{padding:130px 0px 40px 0px}

#searchBg{width:46.9em;} /* 750px */
.search_3col{float:left;display:inline;width:15.6em} /* 250PX 3 column */

.searchPad{background:url(../images/searchBg.png) repeat }
#searchBg h1{font-family:"WeblySleek UI Semibold", Tahoma, Arial;font-size:2.6em;color:#fff;margin-bottom:0.9em;text-shadow: 2px 2px 2px #6b6b6b;}

/*Find jobs*/
.find-Job{width:15.6em;display:inline;float:left;}
.registerBtn{text-decoration:none;font-family:"WeblySleek UI Semibold";font-size:1.2em;padding:1em 0em;width:100%;color:#fff;display:block;background:#00aeef url(../images/magnify.png) no-repeat  20px center; cursor:pointer}

.serchTxtFrame{background:#fff;width:100%;}
.srchTxtPad10{padding:0.6em;height:2.5em}
.srchTxtField{border:none;font-size:1.2em;padding:0.4em;width:90%;outline: none;}
.srchMagnifyBtn{background:#00aeef url(../images/magnify.png) no-repeat center center;text-decoration:none;width:1.7em;height:1.7em;display:inline-block;padding:0.1em;position:absolute;right:0.6em;top:0.9em;z-index:1}

.orTxtPlane{width:100%;text-align:center;color:#fff}
.orTxt{font-family:"WeblySleek UI Semibold";font-size:1.6em;line-height:2.4em}

/*column Banner */
.col_1_banner{float:left;display:inline;width:17.5em;}
.col_1_banner .overTxt{color:#CFF09E;font-size:1.4em}
.col_1_banner .overTxt span{display:block;font-size:0.7em;color:#fff;margin-top:0.3em}

/* statistics */
#statistics{background:#00aeef}
.statTitle{color:#fff;font-size:2.2em;}
.statTitle span{display:block;color:#e8e8e8;font-size:0.5em;line-height:1.3em;margin-top:0.9em}

.modInfo{color:#333;font-size:2.2em;}
.modInfo span{display:block;color:#ababab;font-size:0.5em;line-height:1.3em;margin-top:0.9em}

.col_240{float:left;display:inline;width:240px;text-align:center;}
.sumData{font-family:"WeblySleek UI Semibold";color:#fff;font-size:3.2em; display:inline }
.sumData span{font-family:"WeblySleek UI Light" !important;display:block;color:#e8e8e8;font-size:0.4em;line-height:0.8em;margin-top:0.3em}

/* Companies logos */
#companies{background:#fff}
.col_1_4comp{float:left;display:inline;width:18.75em;}
.compLogo{width:100%;height:auto}
.job-anchor{font-family:WeblySleek UI Light;font-size:1.2em;color:#555;text-decoration:none;padding:0 0 0.9em 0;display:block}
.job-anchor:hover{color:#00aeef}
.cmp-logo{width:70px;display:inline;float:left;margin-right:15px;}
.cmp-name{width:173px;display:inline;float:left;}

/* Testimonials */
#testimonial{background:#f3f3f3}
.col_1_test{float:left;display:inline;width:25em}
.col_1_test h3{font-size:1em;color:#3c3c3c;line-height:1.3em;font-family:WeblySleek UI Light;font-weight:bold}
.col_1_test p{font-family:WeblySleek UI Light;font-size:0.9em;color:#3c3c3c;font-weight:bold;margin-top:0.8em;}
.col_1_test span{font-family:WeblySleek UI Light;font-size:0.8em;color:#b4b4b4;font-weight:bold}
.img100{float:left;width:100px ;height:100px;}
.quote275{float:left;width:275px;}
.testi{font-size:1em;color:#595959;display:block;text-decoration:none;line-height:1.4em;background:url(../images/quotes.jpg) no-repeat left top;padding-left:25px}
/*Testimonials*/
.test-img{float:left;width:100px;}
.test-info{margin-left:115px;}


/* Registration Steps at Home Page */
.column_400{width:25em;float:left;display:inline;}
.stepTitle{font-family:WeblySleek UI Light;font-size:1.5em;color:#555;margin-bottom:0.7em;display:block}
.stepTitle span{font-size:1.1em}
.stepInfo{font-family:WeblySleek UI Light;font-size:1.2em;color:#555;line-height:1.3em}

/* Select Optiopn Step */
#selectPanel{margin:0px auto;width:20em;}
#selectPanel .selButton{width:50%;text-align:center;font-family:WeblySleek UI Light;font-size:1.2em;padding:1em 0;text-decoration:none;float:left;display:inline-block; cursor:pointer}
#selectPanel .actStep{background:#00aeef;color:#FFF}
#selectPanel .inactStep{background:#d7d7d7;color:#555}

/* Big Bg panel */
#bigBg{width:100%;height:25em;background:url(../images/index_bg3.jpg) no-repeat center center;background-attachment:fixed;color:#fff;background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.element{display: table-cell;vertical-align: middle;height:25em;width:100%;}
.display-table{display:table; width:100%}
.display-cell{display:table-cell;vertical-align:middle; text-align:center}
.nwTitle{font-size:2.5em;margin-bottom:0.5em}
.nwText{font-size:1.3em;display:block;margin-bottom:2em}
.moreNews{font-family:"WeblySleek UI Semibold";padding:1em 2em;text-align:center;font-size:1em;color:#fff;text-decoration:none;border:solid 1px #fff;background:transperant; display:inline-block}
.moreNews:hover{background:#00aeef;border:solid 1px #00aeef}
.allJobs{font-family:"WeblySleek UI Semibold";padding:1em 2em;text-align:center;font-size:1em;color:#d5d5d5;text-decoration:none;border:solid 1px #d5d5d5;}
.allJobs:hover{background:#00aeef;color:#fff; border:solid 1px #00aeef}
/*Message Box*/
#message{background:#fff}

/*Footer*/
#footerpart_1{display:inline;width:600px;}
#footerpart_2{display:inline;width:600px}
#footer{background:#333333}
.column-240{float:left;display:inline;width:240px;}
.column-240 p{font-size:1em;line-height:1.2em;font-family:WeblySleek UI Light;color:#fff;display:block}
.column-240 h3{font-size:1.5em;font-family:WeblySleek UI Light;color:#fff;margin-bottom:0.6em}
.copyright{font-family:WeblySleek UI Light;font-size:0.9em;color:#a2a9aa;}

/*Footer Navigation*/ 
.fnav{list-style:none;-webkit-box-shadow:none}
.fnav li{display:block;}
.fnav li a{font-family:WeblySleek UI Light;font-size:1em;text-decoration:none;color:#a2a9aa;line-height:1em;padding:0.5em 0 0 0;display:inline-block;-webkit-box-shadow:none}
.fnav li a:hover{color:#fff}

.soc_fb{display:inline-block; height:32px; width:32px; margin-right:10px; background:url(../images/icons/social-facebook.png) no-repeat center center; }
.soc_tw{display:inline-block; height:32px; width:32px; margin-right:10px;background:url(../images/icons/social-twitter.png) no-repeat center center;}
.soc_lin{display:inline-block; height:32px; width:32px; background:url(../images/icons/social-linkedin.png) no-repeat center center;}



/* Breadcrumb 100% width box */
#breadBox{width:100%;height:auto;}
/* Breadcrumb */
.breadcrumb{list-style: none;font: 1.1em WeblySleek UI Light;float:left;display:inline;margin-bottom:0 !important;}
.breadcrumb li{float: left;display:inline;padding-right:0.6em;}
.breadcrumb li a {color: #00aeef;text-decoration: none;}

/*Register Page*/
#signup-80p{width:100%;height:auto}
.regIntro{font-family:WeblySleek UI Light;font-size:1.5em;color:#777777;line-height:1.2em;}
.col-L-600{width:600px;display:inline;float:left;}
.col-R-600{width:600px;display:inline;float:left;}



#choicePanel{width:39.3em;margin:0 auto}
.choiceBox{width:18.7em;height:auto;float:left}
.space_h_30{width:1.8em;float:left}
.grayFrame{border: solid 1px #ececec;padding:1.2em;text-align:center}

.emBg{background:url(../images/emp-bg.gif) no-repeat right bottom}
.jsBg{background:url(../images/jsk-bg.gif) no-repeat right bottom}

.grayFrame .choiceArea{font-size:2.8em;color:#b1b1b1;font-family:"WeblySleek UI Semibold";}
.grayFrame .choiceArea span{display:block;font-size:0.5em;color:#00aeef;margin-top:0.6em;}

.regAnch{background:#00aeef;padding:10px;text-align:center;display:block;font-size:23px;color:#fff;text-decoration:none}

#jsRegisterPanel{margin:0 auto width:550px}

/*Register Form*/
.register-form{margin:0px auto;border-top:3px solid #00aeef;background:#fff;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;width:31.2em;padding:1.2em;height:auto}
.register-form h3{font-family:WeblySleek UI Light;font-size:1.1em;color:#00aeef;margin-bottom:0.9em}

.label-span{font-family:WeblySleek UI Light, Arial;font-size:0.9em;margin-bottom:0.5em;}
.txtBox{margin-bottom:0.9em;padding:0.5em;}
.drpdown-list{font-family:WeblySleek UI Light;text-indent:0.3em;padding:0.5em;margin-bottom:1em;}

/*Login page*/
#login{margin:0 auto;border-top:3px solid #00aeef;background:#fff;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;width:21.1em;padding:1.2em;height:auto}
.loginhead{font-family:WeblySleek UI Light;font-size:1.1em;color:#00aeef;margin-bottom:0.9em}
.forgot-pass{text-decoration:none;color:#00aeef;font-family:WeblySleek UI Light}
.forgot-pass:hover{text-decoration:underline}

/*forgot password*/
#forgot-password{margin:0 auto;border-top:3px solid #00aeef;background:#fff;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;width:21.1em;padding:1.2em;height:auto}
.forgot-head{font-family:WeblySleek UI Light;font-size:1.1em;color:#00aeef;margin-bottom:0.9em;text-align:center}

/* Contact us page*/
#contact-80p{width:100%;height:auto}
.title{font-family:WeblySleek UI Light;font-size:2.5em;color:#121214;font-weight:bold;}
.col-60-p{width:60%;display:inline;float:left}
.col-40-p{width:40%;display:inline;float:right}
.p45{width:92%}
.p35{width:92%}
.padding-l-20{padding:3.1em 0 0 1.5em }
.address-title{font-family:WeblySleek UI Light;font-size:1.3em;color:#00aeef;margin-bottom:0.3em}
.address-title .subtitle{font-family:WeblySleek UI Light;font-size:0.9em;color:#777777;margin-bottom:0.3em;}

/* ======== START Jqery Pop up box / slide style =========*/
 #slide_background{-webkit-transition: all 0.3s 0.3s;-moz-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s ease-out;}
 #slide,#slide_wrapper{-webkit-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s ease-out; }
 .slideShutter {-webkit-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s ease-out; }
 #slide {-webkit-transform: translateX(0) translateY(-40%);-moz-transform: translateX(0) translateY(-40%);-ms-transform: translateX(0) translateY(-40%); transform: translateX(0) translateY(-40%);}
 .slideShutter {-webkit-transform: translateX(0) translateY(-40%);-moz-transform: translateX(0) translateY(-40%);-ms-transform: translateX(0) translateY(-40%); transform: translateX(0) translateY(-40%);}
 .popup_visible #slide {-webkit-transform: translateX(0) translateY(0);-moz-transform: translateX(0) translateY(0);-ms-transform: translateX(0) translateY(0);transform: translateX(0) translateY(0);}
 .popup_visible .slideShutter{-webkit-transform: translateX(0) translateY(0);-moz-transform: translateX(0) translateY(0);-ms-transform: translateX(0) translateY(0);transform: translateX(0) translateY(0);}
 /* ======== END Jqery Pop up box / slide style =========*/
 
 /* ========= Employer Panel style starts =========== */
 
 /* Pricing Plans */
 .price_390{width:24.3em;float:left;display:inline;}
 .priceBox{height:19.2em;border:solid 1px #bbb;}.priceBox h4{text-align:center;font-family:"WeblySleek UI Light";font-size:1.4em;text-transform:uppercase;padding:15px 0;color:#707070}
 .priceNorm{background:#f3f3f3}.priceRec{background:#00aeef}
 .pricePanel{background:#484848;text-align:center;padding:15px 0;color:#fff;font-family:"WeblySleek UI Light";font-size:1.7em}
 
 .priceList{list-style:none;padding:25px 20px;color:#474747}
 .priceList li{font-family:"WeblySleek UI Light";font-size:1em;line-height:1.2em;margin-bottom:10px;}
 .priceList .not{text-decoration:line-through}
  
.priceBox:hover{box-shadow: 0px 0px 15px 0px rgba(47,47,47,0.75);}
.btnCenter{margin:0px auto;width:9.3em}
.planBtn{display:block;width:9.3em;text-align:center;padding:0.8em 0em;color:#484848;background:transperant;text-decoration:none;border:solid 1px #484848}
.planBtn:hover{background:#484848;color:#fff}

  
/* Content pages */
#coverPage{width:100%;height:20.9em;background:url(../images/coverPage.jpg) no-repeat center center;background-attachment:fixed;color:#fff;background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.coverPageData {display: table-cell; vertical-align: middle;height:20.9em;width:100%;}
#coverTrans{width:100%;height:20.9em;background:url(../images/cover-trans-bg.png) repeat-x left bottom;}

/* #company_cover{height:20.9em; width:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -moz-background-size:cover;-o-background-size:cover; -webkit-background-size:cover; } */
#company_cover{height:20.9em;background-position:center; background-size: cover;overflow: hidden;display:block;}


/* ========= Employer Panel =========== */
.topSrchTxt{font-size:1em;color:#777;background:#fff;padding:0.4em 0.6em;margin-top:0.2em;margin-right:0.5em;width:18.7em}
.topSrchBtn{background:#dddddd url(../images/magnify-top.png) no-repeat center center;display:inline-block;float:left;padding:0em 0.5em;width:36px;height:36px;margin-top:0.2em}

#quickTop{background:#e4e4e4;height:2.5em;}
#quickNav{list-style:none;}
#quickNav li{display:inline}
#quickNav li a{float:left;display:inline-block;color:#777777;font-size:1em;line-height:2.5em;text-decoration:none;padding:0 1.2em; font-weight:bold}
#quickNav li a:hover{background:#dddddd}
/* ======================= Popup Forms =========================== */
#support{width:600px}
.col-L-270{width:250px;margin-right:20px;float:left;display:inline}
.col-R-270{width:270px;float:right;display:inline}
.p90{width:95%}

  /*Post a job*/
#postjob{}
.post-form{width:52.5em;float:left;display:inline;}
.post-blank{width:20.6em;float:right;display:inline;margin-left:1.8em}
.drop-list{width:99%}
.col-50L-p{float:left;display:inline;width:50%}
.col-50R-p{float:right;display:inline;width:50%}

/*Dashboard*/
.column-360{width:23.75em;display:inline;float:left;}
.gap-30{width:1.87em;display:inline;float:left;height:100px}

/*GridView*/
/* Mohsin*/
.gvApp{border-color:#e5e5e5;border-style:solid;border-width:1px;font-family: Arial;width:100%;}
.gvApp th{background-color:white;text-align:left;font-weight:bold;padding:0.8em}
.gvApp td{padding:0.6em 0.8em;}
.row{background-color:#f9f9f9;}
.alt{background-color:#ffffff;}
.myColumn{font-weight:bold;color:#008dd2}
.HideCol{display:none}
.gAnch {color: #4796b3;text-decoration: none;}
.anchor{text-decoration:none;font-weight:bold;color:#00aeef}
.nonImp{visibility:visible} 
.spanText{font-size:0.9em; color:#9e9e9e;display:inline-block; margin-left:10px;}


/*Application style*/
.col-1-4app{width:400px;float:left;display:inline;height:auto;position:relative; margin-bottom:0em}
.profile-app{width:100%;}
.col-app-img{float:left;display:inline;width:70px;height:70px;margin-right:10px;}
.col-app-info{float:left;display:inline;width:278px; margin-bottom: 10px }

.app-close{position:absolute;top:15px;right:15px}
.skill-tag{padding:0.3em 0.5em;background:#00aeef;color:#fff;font-size:0.7em;margin:0 4px 4px 0;display:inline-block;float:left;font-family:Arial}
.app-intro{border-bottom:1px solid #00aeef;margin-bottom:10px; padding-bottom:5px;}
.tag-status{color:#fff;padding:0.3em 0.5em;font-size:0.7em;font-family:Arial;}

.app-height{height:130px}
.app-name{font-weight:bold;font-size:1.2em;color:#555;display:block;text-decoration:none}
.app{list-style:none;}
.app li{margin-bottom:0.3em;padding:5px 5px 0px 32px;display:block;line-height:1em}

.app-contact{font-family:WeblySleek UI Light;font-size:0.9em;color:#555; display:block }

.contact-app{width:600px}
.applicant-panel{border:solid 1px #ececec;background:#f2f2f2}

.poptag{list-style:none;background:#fff;width:102px; z-index:100;position:absolute;top:355px;right:25px }
.poptag li{display:block;}
.poptag li a{padding:0.3em 0.6em;font-size:0.9em; color:#333;text-decoration:none;display: block; text-align:left}
.poptag li a:hover{background:#f5f5f5;color:#1e0000}

/* ======== Job Seekar ========= */
#col200{float:left;display:inline;width:210px;margin-right:30px}
#col960{float:left;display:inline;width:960px}
.sideTitle{padding:8px 12px;color:#fff;font-size:1.2em}

.photoCol{float:left;width:125px;}
.jobseekProf{margin-left:160px;width:780px;}
.profCol{float:left;width:390px;display:inline;}

#profileNav{}
.profNav{list-style:none}
.profNav li{}
.profNav li a{color:#777;padding:8px 12px;border-bottom:solid 1px #e5e5e5;font-size:1em;text-decoration:none;display:block}
.profNav li a:hover{background-color:#f5f5f5;color:#1e0000}

.dt-title{font-family:"WeblySleek UI Semibold"; font-size: 1em;line-height:1.2em;margin-bottom:10px}
.dd-subtitle{font-size: 1em;border-bottom:solid 1px #e0e0e0; padding-bottom:15px; margin-bottom:15px}
.dd-details{display:block;margin-top:5px;color:#555;font-size:1em}

.cat-title{font-size:1.4em;font-family:"WeblySleek UI Semibold"}
.prof-Subtitle{font-family:"WeblySleek UI Light";font-size:1em;margin-left:10px;color:#555}
/*==== Employer edit profile*/
/* Edit Profile style*/
#edit-col-200{float:left;display:inline;width:210px;margin-right:30px}
.label-panel{float:left;display:inline;width:125px;margin-right:20px;margin-bottom:10px}
.txt-panel{float:left;display:inline;width:775px;margin-bottom:10px}
.text-label{font-family:WeblySleek UI Semibold, Arial;font-size:0.9em;margin-bottom:0.5em;text-align:right;color:#777}
#emp-cont{width:100%;height:auto}
#col_200{float:left;display:inline;width:210px;margin-right:30px}
#col_960{float:left;display:inline;width:960px}


/*Change company logo*/
.col-logo-330{width:20.18em;float:left;border:solid 1px #ececec;display:table;}

.col-logo-300{width:20.18em;float:left;border:1px solid #e5e5e5;display:inline;text-align:center;}
.gap30{width:1.87em;display:inline;float:left;height:100px}
.upload-logo{display:table-cell;text-align:center;vertical-align:middle;}
.upload-msg{font-family:WeblySleek UI Semibold;font-size:1em;color:#333333;}
.upload-note{font-family:WeblySleek UI Semibold;font-size:0.9em;color:#a47e3c;line-height:1.2em}
.upload-height{ height: 204px !important; }

/*video profile*/
.video-txthead{font-family:WeblySleek UI Semibold;font-size:1.1em;color:#333;margin-bottom:0.7em;}
.video-txt{font-size:1.2em;color:#333;margin-bottom:0.7em;line-height:1.5em}
.video-list{list-style:none}
.video-list li{font-size:0.9em;color:#333;margin-bottom:0.4em;padding:3px 5px 0px 25px;display:block;line-height:1em}
.video-icon{background:url(../images/pMore.gif) no-repeat left 2px;}
.video-frame{width:560px;height:315px;margin:0 auto;}
/* Need help*/
.needhelp{width:600px;height:450px;}
.help-panel{overflow-y:scroll;height:450px}
.steps{font-family:WeblySleek UI Semibold;font-size:1em;color:#333;padding-bottom:15px}
.video-img{width:540px;margin-bottom:15px}
.link-txtbox{Width:528px}

/*jobs*/
.total-app{width:169px;display:inline;float:left}
.total-views{width:169px;display:inline;float:left}
.jobs-time{position:absolute;top:15px;right:20px;font-size:0.9em;}
.font-bold{font-weight:bold}

.app-anchor{border-top:1px solid #ececec;height:50px}
.app-anchor a{width:104px;text-decoration:none;padding:0.3em 0em;color:#555;text-align:center;font-size:0.9em;float:left}
.app-anchor a:hover{background:#05bbff;color:#fff}
.anchor-126{width:7.8em;display:inline;float:left;}

#jobTop{background:#e4e4e4;height:2.5em;}
.jobNav{list-style:none}
.jobNav li{}
.jobNav li a{text-decoration:none;display:inline;float:left;font-size:1em;font-weight:bold;line-height:2.5em;padding:0 1.2em;color:#777}
.jobNav li a:hover{background:#dddddd}
.jobNav li a.actLink{background:url(../images/nav-pointer.gif) no-repeat center bottom}
.jobNav li a.actLink:hover{background:#dddddd url(../images/nav-pointer.gif) no-repeat center bottom}

/*Job details*/
.job-date{margin-bottom:0.3em;padding:5px 5px 5px 32px;display:block;line-height:1em;color:#777;font-size:1em}



#job-d-960{float:left;display:inline;width:960px}
#job-d-200{float:left;display:inline;width:210px;margin-left:30px}
.job-data{padding:5px 0px 0px 32px;display:block;line-height:1em;color:#555;font-weight:bold}
.job-details{color:#555;font-size:1em;}
.keyskill-tag{font-size:0.9em;color:#fff;padding:0.3em 0.5em;background:#00aeef;margin:0 4px 4px 0;display:inline-block;float:left;font-family:Arial}

.dt-panel{width:300px;display:inline;float:left;}
.dd-panel{width:600px;display:inline;float:left;}

/*Icons*/

.font-webly{font-family:WeblySleek UI Semibold}
.headcolor{color:#525252}
.line-sp{height:1px;background:#e5e5e5}

/*.overLook{background:url(../images/icons/ico-skill.gif) no-repeat left 7px;}
.Email{background:url(../images/icons/ico-email.gif) no-repeat left 7px;}
.Phone{background:url(../images/icons/ico-phone.gif) no-repeat left 5px;}
.location{background:url(../images/icons/ico-location.gif) no-repeat left 5px;}
.experince{background:url(../images/icons/ico-exp.png) no-repeat left 3px;}
.date{background:url(../images/icons/ico-date.gif) no-repeat left 5px;}*/
.key-skills{background:url(../images/icons/ico-skill.png) no-repeat left 5px;}
.Exp{background:url(../images/icons/ico-exp.png) no-repeat left 5px;}
.industry{background:url(../images/icons/ico-industry.png) no-repeat left 5px;}
.job-type{background:url(../images/icons/ico-job-type.png) no-repeat left 5px;}
.company-ico{background:url(../images/icons/ico-company.png) no-repeat left 5px;}
.ctc{background:url(../images/icons/ico-ctc.png) no-repeat left 5px;}
.mphone{background:url(../images/icons/ico-phone.png) no-repeat left 5px;}
.email{background:url(../images/icons/ico-email.png) no-repeat left 5px;}
.date-icon{background:url(../images/icons/ico-date.png) no-repeat left 5px;}
.Location{background:url(../images/icons/ico-location.png) no-repeat left 5px;}
.functional{background:url(../images/icons/ico-functional.png) no-repeat left 5px;}
.gender{background:url(../images/icons/ico-gender.png) no-repeat left 5px;}
.bgCheckmark{ background-image:url(../images/icons/ico-check-mark.png); background-position: 10px center; background-repeat:no-repeat}
.appCheckMark{padding:0.3em 0em 0.3em 2.2em;color:#555;text-align:center;font-size:0.9em;float:left}
.ico_dashboard{background:url(../images/icons/ico-dashboard.png) no-repeat 7px center;}
.ico_timer{background:url(../images/icons/icon-timer.png) no-repeat 5px center;}

/*Icons MohsEin*/

.ico-published{background:url(../images/icons/publish-ico.png) no-repeat center center; height:12px; width:12px; display:block }
.ico-pending{background:url(../images/icons/pending-ico.png) no-repeat center center; height:12px; width:12px;display:block }
.ico-rejected{background:url(../images/icons/reject-ico.png) no-repeat center center; height:12px; width:12px;display:block }
.ico-arch{background:url(../images/icons/arch-ico.png) no-repeat center center; height:12px; width:12px;display:block }
.ico-edit{background:url(../images/icons/edit-ico.png) no-repeat center center; height:16px; width:16px; display:block; }


.status-published{background:url(../images/icons/publish-ico.png) no-repeat center 6px; height:18px; width:16px; display:block }
.status-pending{background:url(../images/icons/pending-ico.png) no-repeat center 6px; height:18px; width:16px;display:block }
.status-rejected{background:url(../images/icons/reject-ico.png) no-repeat center 6px; height:18px; width:16px;display:block }
.status-arch{background:url(../images/icons/arch-ico.png) no-repeat center 6px; height:18px; width:16px;display:block }

.jobStatus{margin-bottom:0.3em;padding:5px 5px 5px 32px;display:block;line-height:1em;color:#777;font-size:1em}


/*Master page profile panel*/
.photo-Panel{float:left;display:inline;width:32px;height:32px;padding:9px}
.name-Panel{font-family:WeblySleek UI Semibold;font-size:0.9em;color:#555;float:left;display:inline;padding:9px 0px;line-height:32px}

.profile{list-style:none;}
.profile li{cursor:pointer}

#profile-dropdown-menu{}
.profile-dropdown{width:168px;background:#fff;position:absolute;top:50px;right:0px;border:1px solid #c2c2c2;}
.profile-dropdown li{display:block}
.profile-dropdown li a{font-size:0.9em;color:#555;padding:8px 10px 8px 35px;line-height:1.5em;text-decoration:none;display:block;border-bottom:1px solid #ebebeb}
.profile-dropdown li a.prof{background:url(../images/icons/ico-prof.png) no-repeat 10px center}
.profile-dropdown li a.settings{background:url(../images/icons/setting-ico.png) no-repeat 10px center}
.profile-dropdown li a.logout{background:url(../images/icons/ico-logout.png) no-repeat 10px center}
.profile-dropdown li a:hover{background-color:#f5f5f5;color:#1e0000}

/* ================================================================= */
/* ======================= Job Seekar panel ======================== */
/* ================================================================= */

/*Dashboard*/
.js-photo-col{width:7.8em;display:inline;float:left;margin-right:0.9em; height:auto;}
.js-resume-col{width:13.1em;display:inline;float:left;}
.count-tag{font-size:0.4em;color:#333;margin-left:10px;}

/*edit profile*/
.work-exp{width:386px;float:left;display:inline;}
.smalldrp{width:300px;}

/*Skills Edit*/
.modKeywordList{list-style:none;font-family:Arial;font-size:12px;color:#898989;margin:0;padding:0}
.modKeywordList li{float:left;display:inline;margin-right:15px;}
.modKeywordList li div{background:#f0f0f0;padding:0px;border-left:solid 4px #00aeef}
.modKeywordList li div span{float:left;display:inline-block;margin-right:5px;padding:4px 8px;}
.modKeywordList li div a{float:left;display:inline-block;text-decoration:none;padding:5px 5px;color:#585858;font-weight:bold;}

/*prof*/
.work-dur{width:386px;float:left;display:inline;}

    /*Employee Master page*/
/*Employee Master page*/
.profile-cont{position:relative;height:20.9em;}
.redbox{width:100%;height:150px;color:#fff;position:absolute;left:0;bottom:30px;}
.prof-img{width:100%}
.profile-img{float:left;margin-right:30px;width:150px;height:150px;background:#fff;}
.profile_name{width:310px;float:left;display:inline;padding-top:90px}
.profile_name h2, .profile_name span{text-shadow:0px 1px 5px rgba(0,0,0,0.75)}
.follow{display:inline;float:right;width:120px;padding-top:110px}
.following{background:#ececec;text-align:center;color:#555;padding:0.3em 0em 0.3em 0.9em;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block; background-image:url(../images/icons/ico-check-mark.png); background-position: 10px center; background-repeat:no-repeat}

.emp-nav{list-style:none;}
.emp-nav li{}
.emp-nav li a{color:#777;padding:5px 0px 5px 32px;font-size:1em;text-decoration:none;display:block;}
.emp-nav li a:hover{background-color:#f7f7f7;color:#555}
.pad_offset15{padding:15px}

.ico_profile{background:url(../images/icons/ico-company.png) no-repeat 7px center;}
.ico_video{background:url(../images/icons/ico-video.png) no-repeat 7px center;}
.ico_slide{background:url(../images/icons/ico-slide.png) no-repeat 7px center;}
.ico_brochure{background:url(../images/icons/ico-brochure.png) no-repeat 7px center;}

/*Profile Update Percentage*/
.prof-complete{background:#e5e5e5;width:100%;height:1.5em}
.txtRed{background:#FA2A00}
.txtOrange{background:#E97F02}
.txtYellow{ background:#edd614}
.txtGreen{ background:#5baa29}
.per10,.per20,.per30,.per40,.per50,.per60,.per70,.per80,.per90,.per100{text-align:center;color:#fff;font-size:0.9em;line-height:1.7em}
.per10{width:10%;}
.per20{width:20%;}
.per30{width:30%;}
.per40{width:40%;}
.per50{width:50%;}
.per60{width:60%;}
.per70{width:70%;}
.per80{width:80%;}
.per90{width:90%;}
.per100{width:100%;}

/*Company profile*/
.prof-name{font-family:WeblySleek UI Semibold;font-size:1em;color:#555;margin-bottom:5px}
.profile-tag{font-family:WeblySleek UI Light;font-size:1em;color:#00aeef;margin-bottom:15px}
.prof-address{font-family:WeblySleek UI Light;font-size:1em;color:#555;line-height:1.4em}
.headTitle{font-size:1.4em}
.job-link{font-family:WeblySleek UI Light;font-size:1.2em;color:#00aeef;text-decoration:none;padding:0 0 0.9em 0;display:block}
.job-link:hover{color:#555}

   /*jobs search*/
.col-390{width:390px;float:left;display:inline;}
.label-srch{font-family:WeblySleek UI Light, Arial;font-size:0.9em;margin-bottom:0.5em;display:block}
.text-box{padding:0.3em;}
.drpdn-list{font-family:WeblySleek UI Light;text-indent:0.3em;padding:0.3em;}
.ddr-100{width:99%}
.job-height{height:140px}
.jobs-anchor {border-top:1px solid #ececec;height:50px}
.jobs-anchor a{width:169px;text-decoration:none;padding:0.3em 0em;color:#555;text-align:center;font-size:0.9em;float:left}
.jobs-anchor a:hover{background:#05bbff;color:#fff}
.anchor189{width:11.8em;display:inline;float:left;}
.bottom_none{ border-bottom:none !important}
.Title-job{font-family:WeblySleek UI Semibold;font-size:1.2em;color:#555;text-decoration:none;display:inline-block;margin-bottom:0.3em}
.Title-job:hover{color:#00aeef}


/*Job listings*/
.job-details840{width:52.5em;display:inline;float:left;}
.job-apply360{width:20.6em;display:inline;float:left;margin-left:1.8em}
.logo-company{width:9.3em;display:inline;float:left;height:150px;}
.job-detailes{width:64.3em;display:inline;float:left;}
.btn-offset{padding:7.5em 0 0em 0}

/*job listings jobs details*/
.col-840{width:52.5em;display:inline;float:left;}
.col-330{width:20.6em;display:inline;float:left;margin-left:1.8em}
.col-300{width:18.7em;display:inline;float:left;}
.col-480{width:30em;display:inline;float:left;}
.comp-anchor{text-decoration:none;color:#555;font-weight:bold;font-size:1.1em;margin-bottom:0.6em;display:block}
.comp-anchor:hover{color:#888}

.similarJob{list-style:none;}
.similarJob li{margin-bottom:10px}
.similarJob li ul li{margin-bottom:0}
.similarJob li a{text-decoration:none;display:block;}

.sm-comp-logo{width:70px;margin-right:15px;display:inline;float:left;height:70px}
.sm-comp-title{width:213px;display:inline;float:left}

.jobTitle-anchor{text-decoration:none;color:#555;font-weight:bold;font-size:0.9em;margin-bottom:0.3em;display:block}
.jobTitle-anchor:hover{color:#888}

.apply-anchor{color:#fff;padding:0.5em 0.7em;font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;display:block}
.apply-anchor:hover{background:#028cbf}
.applied{padding:0.5em 0.7em 0.5em 2em;font-family:WeblySleek UI Light;font-size:1.1em;display:block;color:#333}

a.fb, a.lkd, a.tweet{float:left;display:block;text-decoration:none;background:url(../images/icons/ico-social.gif) no-repeat;width:22px;height:22px;margin-right:5px}
a.fb{background:url(../images/icons/ico-social.gif) no-repeat left center}
a.tweet{background:url(../images/icons/ico-social.gif) no-repeat -27px center}
a.lkd{background:url(../images/icons/ico-social.gif) no-repeat -54px center}
 
.socialPanel{position:absolute;right:10px;bottom:10px;width:81px}
.appBtnPanel{position:absolute;right:10px;bottom:45px;width:auto}


.socialContainer{position:absolute; top: 5px; right:5px;}
.socialUrls{background-image:url(../images/icons/social-ico.png); background-repeat:no-repeat; width:24px; height:24px;text-decoration:none; float:left; display:block; margin-right:5px; }
.fbOn{background-position:left top;}
.fbOff{background-position:left bottom;}
.twOn{ background-position:-24px top; }
.twOff{ background-position:-24px bottom; }
.linOn{ background-position:-48px top; }
.linOff{ background-position:-48px bottom; }


/*Footer Navigation */
.fnews{list-style:none;}
.fnews li{display:block}
.fnews li a{font-family:WeblySleek UI Light;font-size:1.2em;color:#fff;text-decoration:none;display:block;line-height:1em;padding:0.3em 0 0 0}
.fnews li a:hover{color:#00aeef}

.pad_tb_50{padding:3.1em 0}
.space60{height:3.7em}
.center-col{width:700px;margin:0 auto;text-align:center;}

.followCount{ display:block; margin-top:5px; font:0.9em; color:#fff; line-height:1em; }

/*activity log in job seeker's dashboard*/
.activity-offset{padding:0 1.8em 0 0}
.activity{width:380px;display:inline;float:left;height:450px}
.act-panel{overflow-y:scroll;height:270px}
.profile-view{width:790px;display:inline;float:right;height:450px}
.activities{font-size:1em;color:#555;margin-bottom:0.3em;display:block}
.act-time{color:#c5c5c5;font-size:0.7em;padding:0 0 0 25px;margin-bottom:10px;display:block}

.activity_height{ height:320px !important }
.find_people{position:absolute; bottom:10px; right:10px; color:#00aeef; text-decoration:none; font-weight:600}

.profile-visit{list-style:none;}
.profile-visit li{display:inline;float:left}
.profile-visit li a{text-decoration:none}
.prof-view{width:126px; }
.profView-name{font-size:1em;color:#555;margin-bottom:0.3em;display:block}

/*jobseeker's dashboard activities*/
.col_1_dash{width:240px;float:left; height:150px}
.favorite{position:absolute;top:18px;right:18px;}

/*News page*/
.col70p{width:52.5em;display:inline;float:left;}
.sidebar-offset{margin-left:1.8em}
.col30p{width:20.6em;display:inline;float:right;}

/*Latest News*/
.news-img{float:left;width:280px;}
.news-info{margin-left:300px;}
.news-img100{width:100%}

.pressCont{border-bottom:solid 1px #dddddd;padding-bottom:1.5em;margin-bottom:1.5em}
.news-Tag{font-family:"WeblySleek UI Light";font-size:1.4em;color:#515151;text-decoration:none;margin-bottom:0.6em;display:block}
.news-Tag:hover{color:#00aeef}
.post{font-size:0.9em;color:#999999;display:block;margin-bottom:0.6em}
.Readmore{font-size:0.9em;font-family:"WeblySleek UI Semibold";color:#00aeef;text-decoration:none;}
.Readmore:hover{text-decoration:underline}
.para-txt{font-size:1em;color:#333333;line-height:1.4em;}

/*News Details*/
.news-heading{font-family:"WeblySleek UI Semibold";font-size:1.4em;color:#515151;margin-bottom:0.3em;display:block}
.news-post{font-size:1em;color:#999999;display:block;margin-bottom:1.5em}

/*Testimonials*/
.test-quotes{width:1em;float:left}
.test-comts{margin-left:2.2em}

/*employeers job seeker page design*/
.about{width:479px;float:left;display:inline;}
.about-video{width:479px;float:right;display:inline;}

.update-prof{font-size:1em;text-decoration:none;color:#00aeef;float:left;margin-right:15px}
.update-prof:hover{cursor:pointer;}

/*Followed Jobs*/
.followed-wrapper{width:330px;}
.followed-jobs{overflow-y:scroll;height:auto; max-height:450px}
.follow-logo{width:70px;display:inline;float:left;margin-right:15px}
.follow-title{width:199px;display:inline;float:left;}

.followJob{list-style:none;}
.followJob li{margin-bottom:0.5em}
.followJob li ul li{margin-bottom:0}
.followJob li a{text-decoration:none;display:block;}

/*Favourite Icon*/
a.fav-On, a.fav-Off{background-image:url(../images/icons/fav-mark.png);background-repeat:no-repeat;display:block;width:16px;height:16px;position:absolute;top:20px;right:20px}
a.fav-On{background-position:center -16px}
a.fav-Off{background-position:top center}


/*Resume View*/
.resume{width:700px}


/* Pagination */
ul.bootPag{list-style:none;width:5.7em;}
ul.bootPag li{}
ul.bootPag li a{padding:0.3em 0.6em;text-decoration:none;color:#00aeef;font-size:1em;border:solid 1px #d0d0d0;float:left;display:inline-block;border-right:none}
ul.bootPag li a:hover{background:#f5f5f5}
ul.bootPag li a.act{background:#00aeef;color:#fff}
ul.bootPag li a.disabled{cursor:not-allowed}
ul.bootPag li .rBorder{border-right:solid 1px #d0d0d0}

.pageNote{display:block;color:#989898;font-size:0.8em;margin-bottom:0.6em}

/*New classes as of 04/04/2015 [Register Jobseeker]*/
.ddr50{width:47%}
.rg_r_15{margin-right:15px}
.line-height{line-height:30px !important}
/*Verify Process*/
.verify-process{margin:0 auto;border-top:3px solid #00aeef;background:#fff;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;width:21.1em;padding:1.2em;height:auto}
.verifyhead{font-family:WeblySleek UI Light;font-size:1.1em;color:#00aeef;margin-bottom:0.9em}

/*Email verified or not in master page*/
.emal_panel{float:left;display:inline;}
.resendAnchor{float:right;display:inline;}
.verifiedMsg{font-size:1em;line-height:1.3em;color:#303030;}
.emailLink{text-decoration:none;color:#00aeef;font-size:1em;}
.emailLink:hover{text-decoration:underline}
.emailMrg{margin:0 0.6em 0 0}
.verifyColour{background-color:#a8dba8;}
.themeNavy{ background-color:#0b486b; color:#fff }
.candidate-height{height:150px}

/*Jobseekers edit profile bg-check mark*/
.bg-chk{background:url(../images/icons/chkMark.png) no-repeat right center;}
.bg-cross{background:url(../images/icons/crossMark.png) no-repeat right center}

/*Popular city jobs 11/05/2015*/
.cityList{list-style:none}
.cityList li{float:left;display:inline;width:240}
.cityList li a{width:220px;height:160px;text-decoration:none;position:relative;display:inline-block}
.cityList li a.banglore{background:url(../images/banglore-city.png) no-repeat center center}
.cityList li a.mumbai{background:url(../images/mumbai-city.png) no-repeat center center}
.cityList li a.pune{background:url(../images/pune-city.png) no-repeat center center}
.cityList li a.hyderabad{background:url(../images/hyderabad-city.png) no-repeat center center}
.cityList li a.gurgaon{background:url(../images/gurgaon-city.png) no-repeat center center}
.cityList li a.noida{background:url(../images/noida-city.png) no-repeat center center}
.cityList li a .ctName{position:absolute;font-family:WeblySleek UI Semibold;font-size:17px;color:#fff;left:10px;bottom:10px;z-index:10}


/*-------09/06/2015-------*/

/*Search employers*/
.empLogo{float:left;width:100px;}
.emp-Data{margin-left:120px;}
.empDataImg{width:100%}
.emp-Tag{font-family:"WeblySleek UI Light";font-size:1.4em;color:#00aeef;text-decoration:none;margin-bottom:0.6em;display:block}
.emp-Tag:hover{color:#515151}

/*Projects Nav*/
.proNavPanel{border-bottom:solid 1px #e0e0e0;height:40px;position:relative;margin-top:15px}
.proNav{position:absolute;top:-1px;left:0;list-style:none;}
.proNav li{display:inline}
.proNav li a{float:left;display:inline-block;text-decoration:none;padding:12px 15px;line-height:16px;font-size:16px;color:#555}
.proNav li .act{border:solid 1px #e0e0e0;border-bottom:solid 1px #fff;background:#e0e0e0;}



/*-------------------------------Full Screen Loader 26/06/2015----------------------------------*/
.jnCenterLoader {
           width: 128px;
           height: 128px;
           position:fixed;
           background:url(../images/jnLoader.gif) no-repeat center center;
           left: 50%;
           top: 50%; 
           margin-left: -64px;
           margin-top: -64px;
           display:block;

        }
        
        #LoaderContainer {
          background: #fff;
          filter: alpha(opacity=60);
          /* IE */
          -moz-opacity: 0.6;
          /* Mozilla */
          opacity: 0.6;
          /* CSS3 */
          position: fixed;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          }
.socialUrl{font-family:WeblySleek UI Semibold, Arial;font-size:1.1em;margin-bottom:0.5em;text-align:right;color:#777}
.socialTag{float:left;display:inline;width:125px;margin-right:20px;margin-bottom:10px}
.facebook{background:url(../images/icons/fb-ico.png) no-repeat center center;width:32px;height:32px;}
.twitter{background:url(../images/icons/twt-ico.png) no-repeat center center;width:32px;height:32px;}
.linkedin{background:url(../images/icons/lkd-ico.png) no-repeat center center;width:32px;height:32px;}

.p50{width:72.5%;margin-left:3%}
.cptImg{width:70px;height:30px;float:left;display:block}

/*----------------------------------Invite Friends---------------------------------*/
.invite{width:478px;float:left;display:block;border-right:1px solid #e5e5e5}
.no-border{border-right:none}
.gmailCover{width:100%}
.gmailImg{width:150px;height:150px;text-align:center;margin:0 auto;display:block}

.gmailContacts{width:480px;height:350px;}


/*Top Employers*/
.tc-col-420{float:left;display:inline;width:420px;margin-bottom:20px}
.tc-padR-15{padding-right:15px}
.tc-padL-15{padding-left:15px}
.tc-box{width:100%;background-size:auto 115px; background-repeat:no-repeat;background-position:center top;border:1px solid #e0e0e0;}
.spacer65{display:block;height:65px}
.tc-box .tcLogo{float:left;display:table;padding:3px;background:#fff;border:1px solid #ccc;height:70px;width:62px}
.tc_img{display:table-cell;vertical-align:middle;text-align:center;}
.tc-box .profInfo{padding:5px;margin-left:90px}
.paraInfo{font-family:WeblySleek UI Light, Arial;font-size:0.9em;color:#777;line-height:1.5em;margin-bottom:10px;margin-top:20px}
.tc-box .profInfo h3{font-family:WeblySleek UI Semibold, Arial;font-size:1.1em;color:#fff;line-height:1.2em;margin-bottom:10px;text-shadow: 1px 1px 2px Gray;}
.tc-box .profInfo span{font-family:WeblySleek UI Light, Arial;font-size:0.9em;color:#777;margin-bottom:15px;display:block}

.topempAnchor{color:#fff;padding:0.5em 0.6em;font-family:WeblySleek UI Light;font-size:1em;text-decoration:none;background:#00aeef;float:right;margin-right:0.6em;width:50px;text-align:center}
.topempAnchor:hover{background:#028cbf;}
.empAnchor-gray{color:#777;padding:0.5em 0.6em;font-family:WeblySleek UI Light;font-size:1em;text-decoration:none;background:#e5e5e5;float:right;width:50px;text-align:center}
.empAnchor-gray:hover{background:#028cbf;color:#fff}


.txtEmpSearch{width:400px;margin-right:0.9em}

 /* BrandCard style */
.brandCardBox{float:left;display:inline;position:relative; margin-bottom:0em}
.noTxtDeco{text-decoration:none}
.brandCardCover{width:100%;background-size:auto 140px; background-repeat:no-repeat;background-position:center top;border:1px solid #e0e0e0;height:301px; }
.brandCardLogoBox{position:absolute;top:50px;left:0; right:0; margin: 0 auto;display:table;padding:3px;background:#fff;border:1px solid #ccc;height:70px;width:70px}
.brandCardLogo{display:table-cell;vertical-align:middle;text-align:center;}
.brandCardInfo{margin-top:160px;}
.brandCardInfo h4{color:#555;font-family:WeblySleek UI Light;font-size:1.2em;margin-bottom:15px}
.brandCardInfo h4 span{display:block;font-size:0.8em;color:#7f7f7f;margin-top:5px}
.brandCardInfo p{font-family:WeblySleek UI Light;font-size:0.9em;line-height:1.1em;color:#7f7f7f}
.brandCardSpon{position:absolute;right:10px;bottom:10px;font-size:0.8em;color:#008eef}



/*Activity Meter*/

.progress {
            height: 150px;
        }

        .progress > svg {
            height: 100%;
            display: block;
        }
        .progressbar-text
        {
        	font-size: 3em !important;
        }
        
/*Jobseeker Dashboard profile complete meter*/

#progressBar {
    width: 100%;
    height: 22px;
    background-color:#ececec
    
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    
}


/*More jobs*/
.slItemtest{ width:195px; }
.borderBox{border:1px solid #e0e0e0; height:90px}
.jobAnchor{font-family:WeblySleek UI Light;font-size:1.1em;text-decoration:none;color:#00aeef;margin-bottom:10px;display:block}
.jobAnchor:hover{text-decoration:underline}
.jobdetails{font-family:WeblySleek UI Light;font-size:0.9em;color:#555; line-height:1.3em  }
.moreJobs{color:#555;font-weight:bold;font-size:1.1em;margin-bottom:0.6em;display:block}




/*notifications for masterpage*/
.noti-ico{background:url(../images/icons/nft-ico.png) no-repeat left center;width:32px;height:32px;position:absolute;right:130px;top:12px; cursor:pointer}
.nft-count{position:absolute;top:5px;right:120px;background:#e33f19;color:#fff;font-family:"WeblySleek UI Light"; font-size:12px; font-weight:bold; z-index:1;width:24px;height:24px;-moz-border-radius:12px;border-radius:12px;-webkit-border-radius:12px;text-align:center;line-height:24px}
.borderBottom{padding:9px;border-bottom:1px solid #e5e5e5;background:#fff}

#notificationPanel{position:absolute;top:50px;right:40px;display:none;width:428px;box-shadow:0px 3px 5px 2px #e5e5e5}
.notificationList{list-style:none;background:#fff;}
.notificationList li{display:block;}
.notificationList li a{font-family:"WeblySleek UI Light";font-size:1em;text-decoration:none;line-height:18px;border-bottom:solid 1px #e5e5e5;display:block;}
.notificationList li a:hover{background:#f2f2f2}

.nftLogo{width:50px;height:50px;float:left;display:table;}
.nfttextPanel{margin-left:60px}
.nftText{font-family:"WeblySleek UI Light";font-size:0.8em;color:#000;margin-bottom:0.3em;}
.nftTime{font-family:"WeblySleek UI Light";font-size:0.8em;color:#555;}
.seeAll{font-family:"WeblySleek UI Light";font-size:0.9em;color:#00aeef;text-decoration:none}
.seeAll:hover{text-decoration:underline}
.activeList{background:#e5e5e5;}

.noRecords{font-family:"WeblySleek UI Light";font-size:0.8em;color:#000;text-align:center;}

/*Notications Sidebar*/
.profStatus{list-style:none}
.profStatus li{}
.profStatus li a{color:#777;padding:8px 0px 8px 42px;border-bottom:solid 1px #e5e5e5;font-size:1em;text-decoration:none;display:block;}
.profStatus li a:hover{background-color:#f5f5f5;color:#1e0000}

.bg-chkMark{background:url(../images/icons/chkMark.png) no-repeat left center;}
.bg-crossMark{background:url(../images/icons/crossMark.png) no-repeat left center}
.empText{font-family:"WeblySleek UI Light";font-size:1em;color:#555;line-height:1.4em;margin-bottom:0.6em}


/*Employer profile page*/
.contactData{width:300px;float:left;display:inline;text-align:center;}
.borderRight{border-right:1px solid #e5e5e5;}
.pad_b_5{padding-bottom:5px}
.pad_tb_5{padding:0.3em 0}

.empFacebook{background:url(../images/icons/fb-ico.png) no-repeat center center;width:32px;height:32px;display:inline-block}
.empTwitter{background:url(../images/icons/twt-ico.png) no-repeat center center;width:32px;height:32px;display:inline-block}
.empLinkedin{background:url(../images/icons/lkd-ico.png) no-repeat center center;width:32px;height:32px;display:inline-block}


/* Employer dashboard profile and job insights*/
.insights{width:395px;float:left;display:inline;}
.jobInsights{list-style:none;}
.jobInsights li{display:block;border-bottom:1px solid #e5e5e5}
.jobInsights li a{text-decoration:none;font-size:1em;display:block;line-height:1em;padding:0.3em 0;cursor:pointer}
.jobInsights li:hover{background:#f2f2f2}
.insightsCnt{font-family:"WeblySleek UI Semibold";font-size:1.2em;color:#000;}
.insightFollow{font-family:"WeblySleek UI Light";font-size:1em;color:#000;}
.insightTxt{font-family:"WeblySleek UI Light";font-size:0.9em;color:#000;display:block;margin-top:0.3em}


.viewJob{text-decoration:none;padding:0.9em 0em;color:#555;text-align:center;font-size:0.9em;border:1px solid #ececec;display:block;font-family:"WeblySleek UI Semibold"}
.viewJob:hover{background:#05bbff;color:#fff}
.pad_lrb_10{padding:0 0.6em 0.6em 0.6em}


#profile_rem{width:350px; text-align:center}

.incProfile{list-style:none}
.incProfile li{color:#777;padding:8px 12px;border-bottom:solid 1px #e5e5e5;font-size:1em;text-decoration:none;display:block; background:url(../images/icons/crossMark.png) no-repeat right center}


/*Browse Jobs*/
.jobLinks{list-style:none}
.jobLinks li{display:block;}
.jobLinks li a{text-decoration:none; font-size:1em; display:block; line-height:1em; padding:0.3em 0.5em; color:#555}
.jobLinks li a:hover{color: #00aeef}

.col-1-4{width:17.5em; padding:0.6em; display:inline-block;float:left; text-align:left}

/*Connections*/
.connect-with{background: #7ab317 url(../images/icons/conn-req.png) no-repeat 8px center; color:#fff;padding:0.7em 0 0.7em 2.5em;font-family:WeblySleek UI Light;font-size:1em; cursor:pointer; display:block; text-align:left;}
.connect-pending{background: #ffffff url(../images/icons/conn-pending.png) no-repeat 8px center; color:#555;padding:0.7em 0 0.7em 2.5em;font-family:WeblySleek UI Light;font-size:1em; cursor:pointer; display:block; text-align:left; border:1px solid #555 }
.in-connection{background: #00aeef url(../images/icons/in-conn.png) no-repeat 8px center; color:#fff;padding:0.7em 0 0.7em 2.5em;font-family:WeblySleek UI Light;font-size:1em; cursor:pointer; display:block; text-align:left;}
.conn-ico{background:url(../images/icons/ntf-conn.png) no-repeat left center;width:32px;height:32px;position:absolute;right:190px;top:12px; cursor:pointer}
.conn-count{position:absolute;top:5px;right:180px;background:#e33f19;color:#fff;font-family:"WeblySleek UI Light"; font-size:12px; font-weight:bold; z-index:1;width:24px;height:24px;-moz-border-radius:12px;border-radius:12px;-webkit-border-radius:12px;text-align:center;line-height:24px}


.connectionList{list-style:none;background:#fff;}
.connectionList li{display:block;}
.nftProfile{width:80px;height:80px;float:left;display:table;}
.reqTextPanel{margin-left:90px}
.reqText{font-family:"WeblySleek UI Light";font-size:1em;color:#000;margin-bottom:0.3em;}
.thinBorder{border-bottom:solid 1px #e5e5e5;}
.inl-block{display:inline-block !important}
.reqName{font-size:0.9em;font-family:"WeblySleek UI Semibold";color:#00aeef;text-decoration:none; display:inline-block !important }
.reqAccept{display:inline-block !important; background:#7ab317; color:#fff; text-decoration:none; padding: 0.3em 0.5em; border-radius:3px; cursor:pointer; margin-right:10px;}
.reqReject{display:inline-block !important; background:#c3bdbd; color:#000; text-decoration:none; padding: 0.3em 0.5em; border-radius:3px; cursor:pointer}

#conn-container{margin:0 auto; width:125px; position:relative}

#conn-popup{list-style:none; position:absolute !important; width:125px; background-color:#f4f4f4;text-align:left; display:none}
#conn-popup li{border-bottom:solid 1px #ececec}
#conn-popup li a {text-decoration:none; padding:7px 8px; color:#555; font-size:0.8em; display:block}
#conn-popup li:hover{ background-color:#fff }


/*Dashboard Stories*/
.storyIntro{width:50px;height:50px;float:left;display:table;}
.storyMrg{margin-left:60px}



/*My Connections*/
.conn_col{width:25.2em; float:left}
.conn_img{float:left; width:6.25em;}
.con-info{margin-left:100px; height:98px; border: 1px solid #ececec; border-left:none!important;}
.my_conn_anch{position:absolute; top:10px; right:15px; color:#00aeef; text-decoration:none; font-weight:600}

/*Story Wall*/
.up_point{ height:16px; width:24px; background:url(../images/up-arrow.png) no-repeat center center; position:absolute; top:-10px; left:20px  }
.str_img_container{float:left; margin-bottom:20px}
.str_img_container img {width:50px}
.str_container{width:100%; background-color:#fff; position:relative; -webkit-box-shadow: 0px 0px 5px 2px rgba(236,236,236,5);-moz-box-shadow: 0px 0px 5px 2px rgba(236,236,236,5);box-shadow: 0px 0px 5px 2px rgba(236,236,236,5);}
.job_str_Image{width:200px;float:left;display:table;}
.str_txt_Panel{margin-left:210px}

.contact_verified{background:url(../images/icons/verify.png) no-repeat center center; height:16px; width:16px; display:inline-block}
.contact_nonverified{background:url(../images/icons/non_verified.png) no-repeat center center; height:16px; width:16px; display:inline-block}


.rel_news{font-family:"WeblySleek UI Light";font-size:1em; font-weight:bold; color:#515151;text-decoration:none;margin-bottom:0.6em;display:block}
.rel_news : hover {color:#00aeef}
.rel_mrg_15{margin-bottom:15px !important}
.rel_img_box{width:70px; height:70px; float:left }

#newsDetailBox p{font-size:1.2em !important; line-height:1.4em !important}
#newsDetailBox ul { list-style:solid; text-align:left; margin-left:15px; margin-bottom:15px;}
#newsDetailBox ul li { padding:5px; }
#newsDetailBox h3{font-family:"WeblySleek UI Light";font-size:1.2em; font-weight:bold; margin-bottom:15px; color:#00aeef  }
#newsDetailBox img { width:100%; margin-bottom:15px}



#empPopup{width:50%;float:left; }
#jobPopup{width:50%;float:left;}
.thumbContainer{height:70px; width:70px; margin:0 auto; margin-bottom:15px;}


.testWrapper{ width:46.8em; margin:0 auto; margin-bottom:20px; }
.testImgWrapper{height:100px; width:100px; border-radius:50%; margin: 0 auto; margin-bottom:15px; padding:3px}
.testImgWrapper img{width:100%; height:100%; border-radius:50%}
.testWrapper span{display:block ; font-size:1.2em; line-height:1.3}


/* ======================= Media Queries =========================== */
@media screen and (max-width: 1600px)
{
}
@media screen and (max-width: 1280px)
{	
    .column_1200{width:100%}
	.width_lr_pad{padding:0 0.5em}
	
    .join{margin-right:1em}
    
    .col_1_test{float:left;display:inline;margin-bottom:10px;width:33%;overflow:hidden}
    .quote275{width:65%;height:130px}
    
   .col_240{width:19.7%;}
   #signup-80p{width:90%;margin:0 auto}
	.col-L-600{width:50%;}
	.col-R-600{width:50%;}
	
	.column-240{width:19.7%;}
	.post-form{width:70%;}
	.post-blank{width:27%;margin-left:3%;}	
	.column-360{width:30%;}
	.gap-30{width:5%;}
	#col200{width:17.5%;margin-right:2.5%}
	#col960{width:80%}
	
		
	.label-panel{width:13%;margin-right:2%;}
	.txt-panel{width:80.7%}
	#col_200{width:17.5%;margin-right:2.5%}
	#col_960{width:80%}
	
	#job-d-960{width:80%}
	#job-d-200{width:17.5%;margin-left:2.5%}
	.dt-panel{width:33.2%}
	.dd-panel{width:60.2%}
	.js-photo-col{width:32.89%;margin-right:2.5%;}
	.js-resume-col{width:55.26%;}
	
	.work-exp{width:49.5%;}
	.smalldrp{width:77.7%;}
	.work-dur{width:49.5%}
	.col-390{width:33%;}
	
	.job-details840{width:70%;}
	.job-apply360{width:27.5%;margin-left:2.5%}
	.logo-company{width:13%;}
	.job-detailes{width:87%;}
		
	.col-840{width:70%;}
	.col-330{width:27.5%;margin-left:2.5%}
	.col-300{width:35.7%;}
	.col-480{width:57.1%;}

	.sm-comp-logo{width:21.2%;margin-right:4.5%;}
	.sm-comp-title{width:64.5%;}	
	
	.col_1_4comp{width:25%;}
	.cmp-logo{width:23.33%;margin-right:5%;}
	.cmp-name{width:57.6%;}
	.job-cmp-logo{width:100%}	
	.center-col{width:58.3%;}
	
	.activity{width:31.66%;}
	.profile-view{width:65.83%}
	.prof-view{width:16.57%}
	
	.col70p{width:70%;}
	.col30p{width:30%;}
	
	.about{width:49.3%;}
	.about-video{width:49.3%;}
	
	.socialTag{width:13%;margin-right:2%;}
	.socialUrl{margin-left:0px}

	.cptImg{width:20%}
	
	.invite{width:49.7%;}
	
	.tc-col-420{width:50%}
	
	.jobseekProf{width:81.25%}
   	 .profCol{width:50%;}
   	 
   	 .contactData{width:33.33%}
   	 .insights{width:50%}
}
@media screen and (max-width: 1200px)
{
	.col_1_test{float:left;display:inline;margin-bottom:10px;width:100%;overflow:hidden}
    .quote275{width:85%;overflow:hidden}
		
	#contact-80p{width:90%;margin:0 auto}
	
	#col200{width:17.5%;margin-right:2.5%}
	#col960{width:80%}
	
	.cityList li{width:20%}
    .cityList li a{width:100%;height:160px;}
    
    .column_400{width:33%;margin-bottom:1em}
    /* Pricing Employee */
    .price_390{width:30%}
}
@media screen and (max-width: 1024px)
{
	 
}
@media screen and (max-width: 980px)
{
    .column_960{width:96%}
    .column_800{width:80%}
    #searchBg{width:100%;}
   
    .col_1_banner{width:33%;}
    #signup-80p{width:80%;margin:0 auto}
   .col-L-600{width:100%;display:block;float:none;margin-bottom:2.5em}
   .col-R-600{width:100%;display:block;float:none}
   
   .register-form{width:21.1em;padding:1.2em;margin:0 auto}
   .txt-left{float:none;}
   .ddr-right{float:none}
	#contact-80p{width:90%;margin:0 auto} 
	.col-60-p{width:100%;display:block;float:none}
	.col-40-p{width:100%;display:block;float:none}
	.p45{width:97%}
	.p35{width:97%}
	.padding-l-20{padding:0 0 0 0}
	
	#support{width:480px}
	.col-L-270{width:100%;margin-right:0px;float:none;display:block}
	.col-R-270{width:100%;float:none;display:block}
	
	#col200{float:none;display:block;width:100%;margin-right:0px;margin-bottom:20px}
	#col960{float:none;display:block;width:100%}
	
	.contact-app{width:480px}
	
	#edit-col-200{float:none;display:block;width:100%;margin-right:0px;margin-bottom:20px}
	.needhelp{width:480px;}
	.video-img{width:90%;height:auto}
	
	#btnNav{display:inline-block}
	#profileNav{display:none}
	.profNav li{text-align:center;display:block}
	.profNav li a{color:#777;line-height:1.9em;padding:0.5em 0;display:block}
	
	#job-d-960{float:none;display:block;width:100%;margin-bottom:20px}
	#job-d-200{margin-left:0;float:none;display:block;width:210px;margin:0 auto}
	
	#col_200{float:none;display:block;width:100%;margin-right:0px;margin-bottom:20px;}
	#col_960{float:none;display:block;width:100%;}
	.emp-nav{border-bottom:solid 1px #e0e0e0}
	.emp-nav li{display:inline;}
	.emp-nav li a{padding:26px 0px 5px 0px;display:inline-block;text-align:center;width:19%}
	.overview{background:url(../images/icons/ico-skill.gif) no-repeat center 8px}
	
	/* Employer profile sidebar navigation */
	.ico_profile{background:url(../images/icons/ico-company.png) no-repeat center 8px;}
    .ico_video{background:url(../images/icons/ico-video.png) no-repeat center 8px;}
    .ico_slide{background:url(../images/icons/ico-slide.png) no-repeat center 8px;}
    .ico_brochure{background:url(../images/icons/ico-brochure.png) no-repeat center 8px;}
    
	.pad_offset15{padding:0}
	.col-840{width:100%;display:block;float:none;margin-bottom:20px}
	.col-330{width:330px;margin-left:0;display:block;float:none;margin:0 auto}
	
	.find-Job{width:33%;}
	
	.resume{width:480px}
	
	.column_400{width:100%;float:none;display:block}

	
 }
@media screen and (max-width: 960px)
{
    .col_1_banner{width:33%}
    .col_1_4comp{float:none;display:block;width:18.75em;margin:0 auto}
}
@media screen and (max-width: 860px)
{
	#edit-col-200{display:none;}
	
	.label-panel{float:left;display:inline;width:100%;margin-right:0px;}
	.txt-panel{float:none;display:block;width:100%;}
	.text-label{text-align:left}
	
	.activity-offset{padding:0 0 0 0}
	.activity{width:100%;display:block;float:none;margin-bottom:20px}
	.profile-view{width:100%;display:block;float:none}
	
	.col70p{width:100%;display:block;float:none;margin-bottom:20px}
	.sidebar-offset{margin-left:0}
	.col30p{width:20.6em;display:block;float:none;margin:0 auto;}
	.emal_panel{float:none;display:block;margin-bottom:0.6em}
	.resendAnchor{float:none;display:block;}
	
	.cityList li{float:none;display:block;width:240px;margin-bottom:15px}
    #cityJob{margin:0 auto;width:240px}
    
    #nav{display:none}
    #navBtn{display:inline-block}
	#responsive-nav li{text-align:center;}
	#responsive-nav li a{padding:0.5em 0;font-family:WeblySleek UI Light;font-size:1.2em;color:#333;border-bottom:solid 1px #9b9b9b;display:block;text-decoration:none}
	#responsive-nav li a:hover{color:#fff;background:#00aeef}

	.socialUrl{text-align:left}
	.socialTag{float:left;display:inline;width:100%;margin-right:0px;}
	.facebook{float:left;}
	.twitter{float:left;}
	.linkedin{float:left;}
	
	.photoCol{float:none;margin-right:0px;width:100%;text-align:center;margin-bottom:20px;}
    .jobseekProf{margin-left:0px;width:100%;}
    
    .contactData{width:300px;float:none;display:block;margin:0 auto} 
    .borderRight{border-right:none}
    
    .connect-with{width:100px; margin:0 auto}
    .connect-pending{width:100px; margin:0 auto}
	.in-connection{width:100px; margin:0 auto}
	#conn-container{width:140px; margin:0 auto}
	#conn-popup{width:140px;}
    
    .activity_height{ height:auto !important }
    .conn_col{width:100%}
}
@media screen and (max-width: 768px)
{
    #quickTop{height:auto}
	
	#quickNav li{text-align:center;display:block}
	#quickNav li a{float:none;display:block;color:#333;line-height:1.9em;padding:0.5em 0;border-bottom:solid 1px #9b9b9b;}
	#quickNav li a:hover{color:#fff;background:#00aeef}

    .join{display:none}
    
    .col_240{width:100%;float:none;margin-bottom:0.9em;display:block}
        
    .quote275{width:75%;}
    .column-240{float:none;display:block;width:100%;margin-bottom:1em}
	#footerpart_1{display:block;float:left;width:50%}
	#footerpart_2{display:block;float:left;width:50%}
    .copyright{text-align:center}
    #signup-80p{width:95%;}
    #contact-80p{width:95%;}
    #support{width:380px}
    .contact-app{width:380px}	
    #bigBg{background-attachment:scroll}
    .post-form{width:100%;margin-bottom:1.8em}
	.post-blank{width:100%;}
	.column-360{width:23.7em;display:block;float:none;margin:0 auto;}
	.gap-30{width:0;display:block;float:none;height:0;padding-bottom:1.5em}
	
	.nonImp{display:none;visibility:hidden;width:0%} 
	
	.col-logo-330{width:20.18em;float:none;margin:0 auto;}
	.col-logo-300{width:20.18em;float:none;display:block;margin:0 auto;}
	.gap30{width:0;display:block;float:none;height:0;padding-bottom:1.5em}
	
	.needhelp{width:380px;}
	.video-img{width:100%;height:auto}
	.embedimg{width:90%}
		
	.profile-cont{text-align:center}
  	.redbox{position:relative;margin:0 auto;top:45px;width:50%;height:auto}
	.profile-img{float:none;display:block;margin-right:0;margin:0 auto}
	.profile_name{width:100%;float:none;display:block;padding-top:10px}
	.follow{display:block;float:none;padding-top:20px;margin:0 auto}

	.col-390{width:100%;display:block;float:none;}
	
	.job-details840{width:100%;display:block;float:none;margin:0 auto;}
	.job-apply360{width:100%;display:block;float:none;margin-left:0}
	
	.logo-company{width:20%;}
	.job-detailes{width:80%;}	
	
	 
	.find-Job{width:100%;height:auto;display:block;float:none;}
	
	#choicePanel{width:18.7em;}
    .choiceBox{float:none;display:block}
    .space_h_30{width:0;float:none;display:block}
    
    .col70p{width:100%;display:block;float:none;margin-bottom:20px}
	.sidebar-offset{margin-left:0}
	.col30p{width:20.6em;display:block;float:none;margin:0 auto;}
	
	.about{width:100%;float:none;display:block;}
	.about-video{width:100%;float:none;display:block;}
	
	.resume{width:380px}
	.popList li{padding:11px 5px}
	#bannerBg{width:auto;height:100%;}
	
	.invite{width:100%;float:none;display:block;border-right:none}
	
	.tc-col-420{float:none;display:block;width:100%}
	.tc-box{background-size:100% 115px;}
	.tc-padR-15{padding-right:0px}
    .tc-padL-15{padding-left:0px}
    
    /* Pricing Employee */
    .price_390{width:100%;float:none;display:block}
    .priceBox{height:auto}
    #strPeopleSuggest{display:none !important}
    .testWrapper{ width:100% }
    #empPopup{width:100%;float:none}
	#jobPopup{width:100%;float:none }
 }
@media screen and (max-width: 640px)
{
    .txt{width:90%}
    .btn{width:90%}
    .margin-top-90{margin-top:3.1em}
    
    .col_1_banner{width:100%;float:none}
    #signup-80p{width:100%;}
	.video-frame{width:82.5%;}
	.link-txtbox{Width:82.5%}
	
	.work-exp{width:100%;float:none;display:block;}
	.smalldrp{width:83%;}
	
	.profile-visit li{display:block;float:none}
	.prof-view{width:126px;margin:0 auto}
	.profile-view{height:auto}
	
	.col_1_dash{width:240px;float:none;margin:0 auto}
	.almostDone{ width:100% }
	
	.proNavPanel{border-bottom:none;height:auto;}
	.proNav{position:relative;top:0px;left:0;display:block;text-align:center}
	.proNav li{display:block;border-bottom:1px solid #e0e0e0}
	.proNav li a{float:none;display:inline-block;padding:12px 0px;line-height:16px;text-align:center !important;}
	.proNav li .act{width:100%}
	
	.txtEmpSearch{width:97%;margin-right:0em}
	
	.tc-box .profInfo h3{color:#878787;text-shadow:none}
	.tc-box .tcLogo{float:none;display:table;text-align:center;margin:0 auto}
    .tc-box .profInfo{margin-left:0px}
    	
   .profCol{float:none;width:100%;display:block;margin-bottom:15px} 	
	
}
@media screen and (max-width: 480px)
{
	.quote275{width:65%;height:auto;margin-bottom:0.3em}
	#footerpart_1{width:100%;}
	#footerpart_2{width:100%;}
	#footer{text-align:center}
	.register-form{width:85%}
	
	#login{width:80%}
	#support{width:300px}
	#forgot-password{width:80%}
	.column-360{width:100%;}

	.contact-app{width:300px}
	
	.col-1-4app{width:100%;float:none;display:block;}
	.col-app-img{float:left;display:inline;width:18.5%;margin-right:2.6%;}
	.col-app-info{float:left;display:inline;width:73.54%; margin-bottom: 10px }
	.app-anchor a{width:100%;}
	.anchor-126{width:33.3%;display:inline;float:left;}
	
	.col-logo-330{width:100%;float:none;margin:0 auto;}
	.col-logo-300{width:100%;float:none;display:block;margin:0 auto;}
	.video-frame{width:90%;}
	.link-txtbox{Width:90%}
	.needhelp{width:300px;}
	
	.total-app{width:100%;display:block;float:none;margin-bottom:20px}
	.total-views{width:100%;display:block;float:none}
		
	.profile li{display:block;}
	.photo-Panel{padding:10px 3px}
	.name-Panel{float:none;display:none;}
	
	.dt-panel{width:100%;display:block;float:none;}
	.dd-panel{width:100%;display:block;float:none;}
	.js-photo-col{display:none;float:none;}
	.js-resume-col{width:100%;display:block;float:none}

	
	.work-exp{width:100%;float:none;display:block;}
	.smalldrp{width:75%;}
	.job-height{height:auto}
	
	.jobs-anchor a{width:100%;}
	.anchor189{width:50%}
	.logohide{display:none;}
	
	.col-330{width:100%;}
	.col-300{width:100%;display:block;float:none;}
	.col-480{width:100%;display:block;float:none;}
	
	.appBtnPanel{position:relative; width:auto;float:left;display:inline-block;bottom:auto;right:auto }
	
	.logo-company{width:30%;}
	.job-detailes{width:70%;}
	
	#jobTop{height:auto;}
	.jobNav li{text-align:center;display:block}
	.jobNav li a{display:block;float:none;line-height:1.9em;padding:0.5em 0;color:#333;border-bottom:solid 1px #9b9b9b;}
	
	.choiceBox{width:100%}
	.center-col{width:100%;}
	
	.redbox{width:100%;}
	
	.emp-nav{ border-bottom:none}
	.emp-nav li{}
	.emp-nav li a{padding:5px 0px 5px 32px;font-size:1em;display:block; text-align:left;width:92%}
	.pad_offset15{padding:15px}

	.ico_profile{background:url(../images/icons/ico-company.png) no-repeat 7px center;}
	.ico_video{background:url(../images/icons/ico-video.png) no-repeat 7px center;}
	.ico_slide{background:url(../images/icons/ico-slide.png) no-repeat 7px center;}
	.ico_brochure{background:url(../images/icons/ico-brochure.png) no-repeat 7px center;}

	.col30p{width:100%;}
	.news-img{float:none;margin-bottom:0.9em}
	.news-info{margin-left:0;float:none}
	
	.followed-wrapper{width:300px}
	.follow-logo{width:23.3%;margin-right:5%}
	.follow-title{width:66.3%;}
	
	.resume{width:270px}
	.test-img{float:none;margin:0 auto;padding-bottom:0.9em}
	.test-info{margin-left:0px;float:none;}
	.rg_r_15{margin-right:10px}
	.verify-process{width:80%}
	.emailMrg{margin:0 0 0.6em 0}
	
	.empLogo{float:none;margin-bottom:0.9em}
	.emp-Data{margin-left:0;float:none}

	.gmailContacts{width:100%;}
	
	#bigBg{height:auto; padding: 15px 0px}
	.element{height: auto}
	
	.noti-ico{right:55px;}
	.nft-count{right:45px;}
	
	.contactData{width:100%}
	
	.insights{width:100%;float:none;display:block}
	
	.txtShare{width:235px}
    .jobShare{width:300px;}
    
    #selectPanel{width:100%}
    
    #profile_rem{width:90%; margin:0 auto	}
    
    #jnLogo{display:none }
	#jnLogoMob{display:block}
	.conn-ico{right:95px}
	.conn-count{right:85px}
}
@media screen and (max-width: 320px)
{
	#support{width:250px}
	.contact-app{width:250px}
	.needhelp{width:250px;}
	#job-d-200{width:100%;}
	
	.smalldrp{width:70%;}
	
	.col_1_4comp{width:100%;}
	
	.news-img{width:100%;}
	.resume{width:230px}
	.p50{width:70%}
	
	.notImp{display:none;}
	
	
	
}
