@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 70%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 320px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #FFF;
	margin-bottom: 25px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border-bottom:1px solid #dcdcdc;
	margin-top:25px;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header{width:80%;min-width:320px;margin:0px auto;}
.mrgLeft21{padding-left:21px;}
.mainnavigation{  
    border-bottom: 1px solid #6DB43E;
    border-radius: 10px 10px 0 0;
	
width:100%;
margin:0px auto;
	}
.mar15{margin:2px 12px;}
.mainnavigation a{  
    cursor: pointer;
    display: inline-block;
    padding:5px 10px;
    text-align:center;}
.mainnavigation a:hover{text-decoration:none;}
.mainnavigation a:active{color:#FFF;}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	/*padding: 10px 0;*/
	overflow-x:hidden;
	   border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    padding-top: 25px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	color:#0000;
	margin:25px 0px;
	width:100%;
}

.innerFooter{width:70%;margin:0px auto;color:#C1C1C1;font-size:10px;text-align:center;}

.footer_menu{width:70%;margin:20px auto;padding:10px 10px;text-align:center;border-bottom:1px solid #9A9899;
}

.footer_menu2{width:70%;margin:0px auto;text-align:center;display:block;
min-height: 35px;
background: url(../images/footer_rights_bg.gif) center top repeat-x;
text-align: center;
color: #999999;
padding-top: 8px;
}
.footer_menu2 a{color:#E2E2E2;text-decoration:none;}
.footer_menu2 a:hover{color:#999999;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.topsection{width:100%;min-height:35px;padding-top:5px;
}

.title{text-align:center;display:inline-block;}
.title h1{display:inline;margin:0px;padding:0px;font-size:11px;color:#C5C3C3;}
.title h6{display:inline;margin:0px;padding:0px;color:#FFFFFF;}

.signupnav{display:inline-block;text-align:right;}
.signupnav .btn-primary{padding:2px 4px !important;font-size:12px !important; }
.signupnav .btn-danger{padding:2px 4px !important;font-size:12px !important; }
.inner-container{min-width:320px;width:80%;margin:0px auto;}
.banner{width:90%;margin:10px auto;background:url("../images/bnr.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);height:199px;padding:0px 15px;}
.bnr_text_outer{padding: 20px 0 0 10px;width:70%}
.bnr_head_txt h2{display:inline;padding:0px;margin:0px;font-size:16px;}
.bnr_txt_main {
    padding-top: 10px;
    width: 487px;
}

.bnr_txt_outer {

    height: 90px;
    padding-left: 20px;
    width: 497px;
	font-size:14px;
}
.bnr_txt_mid{ background: url("../images/mid_main.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #333333;
    padding: 15px;
    width: 467px;}
	
.high_txt {
    color: #17627E;
    font-weight: normal;
}
.bannerResumeWriting{margin:15px 0px 0px 25px !important;text-decoration:none !important;}

.bnr_step {
    float: right;
    height: 170px;
    padding-right: 50px;
    padding-top: 15px;
    width: 256px;
	margin-top:25px;
	margin-right:15px;
}


.step_img {
    float: left;
    height: 170px;
    width: 256px;
}


* #page-wrap {
    margin: 0 auto;
    position: relative;
    width: 256px;
}
.anythingSlider {
    height: 170px;
    margin: 0 auto;
    position: relative;
    width: 256px;
}
.anythingSlider .wrapper {
    height: 170px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 256px;
}
.counter-block {
    background: url("../images/bg-counter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 145px;
    overflow: hidden;
    width: 249px;
}
.secondNav{width: 940px;
height: 48px;
background: url(../images/wizard_bg.gif) left top repeat-x;
margin:0px auto;}

.sectionheader{height:60px;padding:10px;font-size:28px;display:none;}


.formDiv{width:90%;margin:0px auto;}

	::selection{ background-color: #0CF; color: white; }
	::moz-selection{ background-color: #0CF; color: white; }
	::webkit-selection{ background-color: #0CF; color: white; }
	
#personal_details, #employer_history,#education_details,#skills_details,#achievement_details,#own_section,#reference_details,#coverletter_details 
{display:none;}

textarea{resize: none;}

.btnLoaderInfo{background-image: url("../images/ajax-loader.gif") !important;
    background-position: center center;
    background-repeat: no-repeat;}
	
.btnLoaderPrimary{background-image: url("../images/ajax-loader-primary.gif") !important;
    background-position: center center;
    background-repeat: no-repeat;}
	
.hiddenText{border: 0 none;
    height: 0 !important;
    width: 0;}
	

.layout-container{width:98%;border:1px solid #d6d6d6;border-radius:3px;padding:5px;overflow:hidden;}
.thumbnail-container{width:80px;float:left;margin:0 5px;}
.theLayoutThumbnails{width:1000px;}
.newThumbnail{float:left;max-width:30% !important;margin:1%}

@media screen and (min-width: 320px){
.newThumbnail{float:left;max-width:20% !important;margin:1%}
.newThumbnail > img{height: 60px !important;cursor:pointer;}
.preview_container{ 
    margin: 0 auto;
    min-height: 360px;
    width: 99%;
	padding:15px;
	
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #565656 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#565656)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#565656 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

	
}
	#preview_box{width:95%;margin:0px auto;border: 1px solid #D5D5D5; box-shadow: 0 0 10px #999999;min-height: 360px;background:#FFFFFF;}
}
@media screen and (min-width: 768px){
.newThumbnail > img{height: 100px !important;cursor:pointer;}
.preview_container{ 
    margin: 0 auto;
    min-height: 650px;
    width: 99%;
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #565656 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#565656)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#565656 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#565656 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

	}
#preview_box{width:95%;margin:0px auto;border: 1px solid #D5D5D5; box-shadow: 0 0 10px #999999;min-height: 650px;}
}



.item{margin-left:8%;width:96%;}
.carousel-control.left{background:none !important;}
.carousel-control.right{background:none !important;}

.carousel-control{width:5% !important;}

#downloadOptions{margin:15px 25px;}

@media print{
#preview_box{display:none;}	
}

.logo{width:30%;}
.topnavlinks{width:60%;padding:25px;}
.topnavlinks a {margin:0 5px;color: #9A9899;
    font-family: arial;
    font-size: 11px;}

.topMemberLogin{background-color:#9A9899;text-decoration:none !important;color:#FFFFFF !important;font-size:12px;border-radius:8px 8px 0 0;width:173px;text-align:left !important;}
.topMemberLogin:hover{color:#FFFFFF;}
.topMemberLogin span{font-family:Arial, Helvetica, sans-serif;}

.topCreateResume{background-color:#F7971E;text-decoration:none !important;color:#FFFFFF !important;font-size:12px;border-radius:8px 8px 0 0;width:173px;text-align:left !important;}
.topCreateResume:hover{color:#FFFFFF;}
.topCreateResume span{font-family:Arial, Helvetica, sans-serif;}

.topAboutUs{background-color:#6DB43E;text-decoration:none !important;color:#FFFFFF !important;font-size:12px;border-radius:8px 8px 0 0;width:173px; text-align:left !important;}
.topAboutUs:hover{color:#FFFFFF;}
.topAboutUs span{font-family:Arial, Helvetica, sans-serif;}

.home-banner{width:100%;border-bottom:1px solid #6DB43E;margin-bottom:25px;}
.home-banner-left{width:60%;float:left;}
.home-banner-right{width:40%;float:right;}
.banner-below-section{width:100%;margin:15px 0 35px;border-bottom:1px solid #CCCCCC;padding-bottom:5px;}
.banner-below-section-div-first{width:178px;font-size:12px;border-right:1px solid #CCCCCC;padding:2px;min-height:220px;}
.banner-below-section-div-first strong{color:#9A9899;}
.banner-below-section-div-first ul{color:#9A9899; list-style: square inside none;}


.banner-below-section-div-second{width:173px;font-size:12px;border-right:1px solid #CCCCCC;padding:2px;min-height:220px;}
.banner-below-section-div-second strong{color:#F7971E;}
.banner-below-section-div-second ul{color:#F7971E; list-style: square inside none;}

.banner-below-section-div-third{width:173px;color:#6DB43E;font-size:12px;border-right:1px solid #CCCCCC;padding:2px;min-height:220px;}
.banner-below-section-div-third strong{color:#6DB43E;}
.banner-below-section-div-third ul{color:#6DB43E; list-style: square inside none;}

.banner-below-section-div-fourth{padding:45px 85px;}
.dispInline{display:inline !important;}



/*--------------(320 X 479)---------------------------By SRJ----------------*/

@media (min-width:320px) and (max-width:479px) and (orientation : portrait) {

.container
{
	margin:15px 0;
}
.logo
{
	width:100%;
	text-align:center;
}
.logo img
{
	float:none !important;
	display:inline-block !important;
}
.topnavlinks 
{
	width:100%;
	padding:8px;
}
.text-left a
{
	width:32.5% !important;
	padding:4px 9px !important;
	font-size:11px
}
.text-left
{
	text-align:center !important;
}
.home-banner-left
{
	width:100%;
}
.home-banner-right
{
	width:100%;
}
.container .home-banner
{
	width:100%;
	padding:0 10px;
}
.container .banner-below-section
{
	width:100%;
	padding:0 10px;
}
.banner-below-section .banner-below-section-div-first,
.banner-below-section .banner-below-section-div-second,
.banner-below-section .banner-below-section-div-third,
.banner-below-section .banner-below-section-div-fourth

{
	width:100%;
	margin-right:0;
	border-right:none;
	min-height:130px !important;
	border-bottom:1px solid #cccccc;
}
.banner-below-section-div-first.fltlft li,.banner-below-section-div-second.fltlft li
{
	display: list-item;
	float: left;
	width: 50% !important;
	padding:0 4px;
}
.banner-below-section-div-fourth
{
	padding:25px 0;
	text-align:center;
}
.banner-below-section-div-fourth .btn-warning
{
	float:none;
	display:inline-block;	
}
.content .panel-title
{
	width:100%;
	text-align:center;
	padding:0;
}
.footer .footer_menu
{
	width:100%;
	margin:0;
}
.footer_menu .btn-sm, .btn-xs
{
	font-size: 14px;
	padding: 5px 0;
}
.footer_menu img
{
	display: inline-block;
	margin: 5px 10px;
}
.footer .innerFooter
{
	margin:10px 0 0 0;
	width:100%;
	text-align:center;
	padding:0 10px;
}
.topMemberLogin span,.topCreateResume span,.topAboutUs span
{
	width:100%;
	display:inline-block;
}
.topMemberLogin,.topCreateResume,.topAboutUs
{
	text-align:center !important;
}
#frmLogin .col-lg-4
{
	margin-bottom:5px;
}
#frmLogin .col-lg-8
{
	text-align:center;
}
#frmLogin .col-lg-offset-4 .btn-info
{
	display:inline-block;
	float:none;
}
legend
{
	font-size:17px !important;
}
#register .col-lg-3
{
	margin:5px 0 0 0;
}
#frmLogin input[type="email"],#frmLogin input[type="text"],#frmLogin input[type="password"],
#register input[type="email"],#register input[type="text"],#register input[type="password"], 
#frmTellAFriend input[type="email"],#frmTellAFriend input[type="text"],#frmTellAFriend input[type="password"],#frmTellAFriend textarea,
#frmPersonalDetails input[type="email"],#frmPersonalDetails input[type="text"],#frmPersonalDetails input[type="password"],#frmPersonalDetails textarea,
#frmWorkHistory input[type="email"],#frmWorkHistory input[type="text"],#frmWorkHistory input[type="password"],#frmWorkHistory textarea,
#frmEducationDetails input[type="email"],#frmEducationDetails input[type="text"],#frmEducationDetails input[type="password"],#frmEducationDetails textarea,
#frmSkillsDetails input[type="email"],#frmSkillsDetails input[type="text"],#frmSkillsDetails input[type="password"],#frmSkillsDetails textarea,
#frmAchievementDetails input[type="email"],#frmAchievementDetails input[type="text"],#frmAchievementDetails input[type="password"],#frmAchievementDetails textarea,
#frmCustomSection input[type="email"],#frmCustomSection input[type="text"],#frmCustomSection input[type="password"],#frmCustomSection textarea,
#frmReferenceDetails input[type="email"],#frmReferenceDetails input[type="text"],#frmReferenceDetails input[type="password"],#frmReferenceDetails textarea,
#frmCoverDetails input[type="email"],#frmCoverDetails input[type="text"],#frmCoverDetails input[type="password"],#frmCoverDetails textarea
{
	width:280px;
}
#frmLogin .checkbox
{
	text-align:left;
}
.container .row .col-sm-6
{
	display: inline-block;
	padding: 0;
	width: 49%;
}
.respn_adjst .btn
{
	display: inline-block;
	font-size: 10px;
	padding: 4px 3px;
}
.edit_resume
{
	width:100%;
}
.edit_resume .col-lg-12
{
	padding:0 !important;
}
.edit_resume .col-lg-2
{
	width:10%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-6
{
	width:57%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4
{
	width:30%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4 .btn
{
	display: inline-block;
	font-size: 12px;
	padding: 2px;
}
.emp_hist
{
	width:31%;
} 
.emp_hist input[type="text"]
{
	width:0% !important;
}
.web_page .input-group-addon
{
	border: 1px solid #CCCCCC !important;
	border-radius: 4px 4px 4px 4px  !important;
	display: inline-block;
	width: 100%;	
}
.web_page input[type="text"]
{
	width:286px  !important;
}
.reg_btn_adjst .btn
{
	font-size: 13px;
	padding: 8px 7px;
}
#downloadOptions
{
	margin:15px 10px !important;
}
#downloadOptions .btn
{
	font-size: 12px;
	margin: 0 0 5px;
	padding: 5px 10px;
}


}


/*--------------(480 X 767)---------------------------By SRJ----------------*/

@media (min-width:480px) and (max-width:767px) {

.container
{
	margin:15px 0;
}
.logo
{
	width:100%;
	text-align:center;
}
.logo img
{
	float:none;
	display:inline-block;
}
.topnavlinks 
{
	width:100%;
	padding:8px;
}
.text-left a
{
	width:32.5% !important;
	padding:4px 9px !important;
	font-size:11px
}
.text-left
{
	text-align:center !important;
}
.home-banner-left
{
	width:100%;
}
.home-banner-right
{
	width:100%;
}
.container .home-banner
{
	width:100%;
	padding:0 10px;
}
.container .banner-below-section
{
	width:100%;
	padding:0 10px;
}
.banner-below-section .banner-below-section-div-first,
.banner-below-section .banner-below-section-div-second,
.banner-below-section .banner-below-section-div-third,
.banner-below-section .banner-below-section-div-fourth
{
	width:100%;
	margin-right:0;
	border-right:none;
	min-height:130px !important;
	border-bottom:1px solid #cccccc;
}
.banner-below-section-div-first.fltlft li,.banner-below-section-div-second.fltlft li
{
	display: list-item;
	float: left;
	width: 50% !important;
	padding:0 4px;
}
.banner-below-section-div-fourth
{
	padding:25px 0;
	text-align:center;
}
.banner-below-section-div-fourth .btn-warning
{
	float:none;
	display:inline-block;	
}
.content .panel-title
{
	width:100%;
	text-align:center;
	padding:0;
}
.footer .footer_menu
{
	width:100%;
	margin:0;
}
.footer_menu .btn-sm, .btn-xs
{
	font-size: 14px;
	padding: 5px 0;
}
.footer_menu img
{
	display: inline-block;
	margin: 5px 10px;
}
.footer .innerFooter
{
	margin:10px 0 0 0;
	width:100%;
	text-align:center;
	padding:0 10px;
}
.topMemberLogin span,.topCreateResume span,.topAboutUs span
{
	width:100%;
	display:inline-block;
}
.topMemberLogin,.topCreateResume,.topAboutUs
{
	text-align:center !important;
}
#frmLogin .col-lg-4
{
	margin-bottom:5px;
}
#frmLogin .col-lg-8
{
	text-align:center;
}
#frmLogin .col-lg-offset-4 .btn-info
{
	display:inline-block;
	float:none;
}
legend
{
	font-size:17px !important;
}
#register .col-lg-3
{
	margin:5px 0 0 0;
}
#frmLogin input[type="email"],#frmLogin input[type="text"],#frmLogin input[type="password"],
#register input[type="email"],#register input[type="text"],#register input[type="password"],
#frmTellAFriend input[type="email"],#frmTellAFriend input[type="text"],#frmTellAFriend input[type="password"],#frmTellAFriend textarea,
#frmPersonalDetails input[type="email"],#frmPersonalDetails input[type="text"],#frmPersonalDetails input[type="password"],#frmPersonalDetails textarea,
#frmWorkHistory input[type="email"],#frmWorkHistory input[type="text"],#frmWorkHistory input[type="password"],#frmWorkHistory textarea,
#frmEducationDetails input[type="email"],#frmEducationDetails input[type="text"],#frmEducationDetails input[type="password"],#frmEducationDetails textarea,
#frmSkillsDetails input[type="email"],#frmSkillsDetails input[type="text"],#frmSkillsDetails input[type="password"],#frmSkillsDetails textarea,
#frmAchievementDetails input[type="email"],#frmAchievementDetails input[type="text"],#frmAchievementDetails input[type="password"],#frmAchievementDetails textarea,
#frmCustomSection input[type="email"],#frmCustomSection input[type="text"],#frmCustomSection input[type="password"],#frmCustomSection textarea,
#frmReferenceDetails input[type="email"],#frmReferenceDetails input[type="text"],#frmReferenceDetails input[type="password"],#frmReferenceDetails textarea,
#frmCoverDetails input[type="email"],#frmCoverDetails input[type="text"],#frmCoverDetails input[type="password"],#frmCoverDetails textarea
{
	width:280px;
}
#frmLogin .checkbox
{
	text-align:left;
}
.container .row .col-sm-6
{
	display: inline-block;
	padding: 0;
	width: 49%;
}
.respn_adjst .btn
{
	display: inline-block;
	font-size: 10px;
	padding: 4px 3px;
}
.edit_resume
{
	width:100%;
}
.edit_resume .col-lg-12
{
	padding:0 !important;
}
.edit_resume .col-lg-2
{
	width:10%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-6
{
	width:57%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4
{
	width:30%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4 .btn
{
	display: inline-block;
	font-size: 12px;
	padding: 2px 3px;
}
.emp_hist
{
	width:31%;
} 
.emp_hist input[type="text"]
{
	width:0% !important;
} 
.web_page .input-group-addon
{
	border: 1px solid #CCCCCC !important;
	border-radius: 4px 4px 4px 4px  !important;
	display: inline-block;
	width: 100%;	
}
.web_page input[type="text"]
{
	width:300px  !important;
}
.reg_btn_adjst .btn
{
	font-size: 13px;
	padding: 8px 7px;
}
#downloadOptions
{
	margin:15px 10px !important;
}
#downloadOptions .btn
{
	font-size: 12px;
	margin: 0 0 5px;
	padding: 5px 10px;
}

}


/*--------------(768 X 767)---------------------------By SRJ----------------*/

@media (min-width:768px) and (max-width:989px) {

.container
{
	margin:15px 0;
}
.logo
{
	width:100%;
	text-align:center;
}
.logo img
{
	float:none;
	display:inline-block;
}
.topnavlinks 
{
	width:100%;
	padding:8px;
}
.text-left a
{
	width:32.5% !important;
	padding:4px 9px !important;
	font-size:11px
}
.text-left
{
	text-align:center !important;
}
.home-banner-left
{
	width:100%;
}
.home-banner-right
{
	width:100%;
}
.container .home-banner
{
	width:100%;
	padding:0 10px;
}
.container .banner-below-section
{
	width:100%;
	padding:0 10px;
}
.banner-below-section .banner-below-section-div-first,
.banner-below-section .banner-below-section-div-second,
.banner-below-section .banner-below-section-div-fourth
{
	width:32%;
	margin-right:10px;
	border-right:none;
	/*min-height:220px !important;*/
	border-right:1px solid #cccccc;
}
.banner-below-section .banner-below-section-div-third
{
	width:32%;
	margin-right:0;
	border-right:none;
	min-height:130px !important;
}
.banner-below-section-div-first.fltlft li,.banner-below-section-div-second.fltlft li
{
	display: list-item;
	float: left;
	width: 100% !important;
}
.banner-below-section-div-fourth
{
	padding:25px 0;
	text-align:center;
	margin:0;
	width:100% !important;
	border:none !important;
}
.banner-below-section-div-fourth .btn-warning
{
	float:none;
	display:inline-block;	
}
.content .panel-title
{
	width:100%;
	text-align:center;
	padding:0;
}
.footer .footer_menu
{
	width:100%;
	margin:0;
}
.footer_menu .btn-sm, .btn-xs
{
	font-size: 14px;
	padding: 5px 0;
}
.footer_menu img
{
	display: inline-block;
	margin: 5px 10px;
}
.footer .innerFooter
{
	margin:10px 0 0 0;
	width:100%;
	text-align:center;
	padding:0 10px;
}
#frmLogin .col-lg-4
{
	margin-bottom:5px;
}
#frmLogin .col-lg-8
{
	text-align:center;
}
#frmLogin .col-lg-offset-4 .btn-info
{
	display:inline-block;
	float:none;
}
#frmLogin .checkbox
{
	text-align:left;
}
#frmLogin input[type="email"],#frmLogin input[type="text"],#frmLogin input[type="password"], 
#register input[type="email"],#register input[type="text"],#register input[type="password"],
#frmTellAFriend input[type="email"],#frmTellAFriend input[type="text"],#frmTellAFriend input[type="password"],#frmTellAFriend textarea
{
	width:300px;
}
#frmPersonalDetails input[type="email"],#frmPersonalDetails input[type="text"],#frmPersonalDetails input[type="password"],#frmPersonalDetails textarea,
#frmSignUp input[type="email"],#frmSignUp input[type="text"],#frmSignUp input[type="password"],#frmSignUp textarea,
#frmWorkHistory input[type="email"],#frmWorkHistory input[type="text"],#frmWorkHistory input[type="password"],#frmWorkHistory textarea,
#frmEducationDetails input[type="email"],#frmEducationDetails input[type="text"],#frmEducationDetails input[type="password"],#frmEducationDetails textarea,
#frmSkillsDetails input[type="email"],#frmSkillsDetails input[type="text"],#frmSkillsDetails input[type="password"],#frmSkillsDetails textarea,
#frmAchievementDetails input[type="email"],#frmAchievementDetails input[type="text"],#frmAchievementDetails input[type="password"],#frmAchievementDetails textarea,
#frmCustomSection input[type="email"],#frmCustomSection input[type="text"],#frmCustomSection input[type="password"],#frmCustomSection textarea,
#frmReferenceDetails input[type="email"],#frmReferenceDetails input[type="text"],#frmReferenceDetails input[type="password"],#frmReferenceDetails textarea,
#frmCoverDetails input[type="email"],#frmCoverDetails input[type="text"],#frmCoverDetails input[type="password"],#frmCoverDetails textarea
{
	width:400px;
}
legend
{
	font-size:20px !important;
}
#register .col-lg-3
{
	margin:5px 0 0 0;
}
.edit_resume
{
	width:100%;
}
.edit_resume .col-lg-12
{
	padding:0 !important;
}
.edit_resume .col-lg-2
{
	width:10%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-6
{
	display: inline-block;
	padding: 0 5px;
	width: 65%;
}
.edit_resume .col-lg-4
{
	width:23%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4 .btn
{
	display: inline-block;
	font-size: 14px;
	padding: 2px 5px;
}
.emp_hist
{
	width:20%;
} 
.emp_hist input[type="text"]
{
	width:0% !important;
}
.web_page input[type="text"]
{
	width:235px !important;
}
.row .col-sm-6 .btn
{
	width:85%;
}
.respn_adjst .btn
{
	display: inline-block;
	font-size: 15px;
	padding: 6px 12px;
}
#downloadOptions
{
	margin:15px 10px !important;
}
#downloadOptions .btn
{
	font-size: 12px;
	margin: 0 0 5px;
	padding: 5px 4px;
}


}


/*--------------(990 X 1920)---------------------------By SRJ----------------*/

@media (min-width:990px) and (max-width:1360px) {

.text-left a
{
	width:20% !important;
	padding:4px 9px !important;
	font-size:11px
}
.home-banner-left
{
	width: 55%;
}
.banner-below-section-div-fourth
{
	border: medium none !important;
	padding: 25px 0;
	width: 25% !important;
	margin:0;
}
.banner-below-section .banner-below-section-div-first, 
.banner-below-section .banner-below-section-div-second, 
.banner-below-section .banner-below-section-div-third, 
.banner-below-section .banner-below-section-div-fourth
{
	border-right: 1px solid #CCCCCC;
	margin-right: 10px;
	min-height:270px !important;
	width:22%;	
}
#frmLogin .col-lg-4
{
	margin-bottom:5px;
}
#frmLogin .col-lg-8
{
	text-align:center;
}
#frmLogin .col-lg-offset-4 .btn-info
{
	display:inline-block;
	float:none;
}
#frmLogin .checkbox
{
	text-align:left;
}
#frmLogin input[type="email"],#frmLogin input[type="text"],#frmLogin input[type="password"], 
#register input[type="email"],#register input[type="text"],#register input[type="password"],
#frmTellAFriend input[type="email"],#frmTellAFriend input[type="text"],#frmTellAFriend input[type="password"],#frmTellAFriend textarea
{
	width:300px;
}
#frmPersonalDetails input[type="email"],#frmPersonalDetails input[type="text"],#frmPersonalDetails input[type="password"],#frmPersonalDetails textarea,
#frmSignUp input[type="email"],#frmSignUp input[type="text"],#frmSignUp input[type="password"],#frmSignUp textarea,
#frmWorkHistory input[type="email"],#frmWorkHistory input[type="text"],#frmWorkHistory input[type="password"],#frmWorkHistory textarea,
#frmEducationDetails input[type="email"],#frmEducationDetails input[type="text"],#frmEducationDetails input[type="password"],#frmEducationDetails textarea,
#frmSkillsDetails input[type="email"],#frmSkillsDetails input[type="text"],#frmSkillsDetails input[type="password"],#frmSkillsDetails textarea,
#frmAchievementDetails input[type="email"],#frmAchievementDetails input[type="text"],#frmAchievementDetails input[type="password"],#frmAchievementDetails textarea,
#frmCustomSection input[type="email"],#frmCustomSection input[type="text"],#frmCustomSection input[type="password"],#frmCustomSection textarea,
#frmReferenceDetails input[type="email"],#frmReferenceDetails input[type="text"],#frmReferenceDetails input[type="password"],#frmReferenceDetails textarea,
#frmCoverDetails input[type="email"],#frmCoverDetails input[type="text"],#frmCoverDetails input[type="password"],#frmCoverDetails textarea
{
	width:400px;
}
.footer_menu .btn-sm, .btn-xs
{
	font-size: 14px;
	padding: 5px 0;
}
legend
{
	font-size:24px !important;
}
.edit_resume
{
	width:100%;
}
.edit_resume .col-lg-12
{
	padding:0 !important;
}
.edit_resume .col-lg-2
{
	width:10%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-6
{
	display: inline-block;
	padding: 0 5px;
	width: 65%;
}
.edit_resume .col-lg-4
{
	width:21%;
	display:inline-block;
	padding:0 5px;
}
.edit_resume .col-lg-4 .btn
{
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
}
.emp_hist
{
	width:16%;
} 
.emp_hist input[type="text"]
{
	width:0% !important;
}
.row .col-sm-6 .btn
{
	width:85%;
}
#downloadOptions
{
	margin:15px 10px !important;
}
#downloadOptions .btn
{
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px 15px;
}

}

.modal-footer .btn:hover{color:#000 !important;}