html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;

}


@font-face { font-family: 'agencyfb'; src: url("../fonts/7218065892.eot") * EOT file for IE */}
@font-face { font-family: 'agencyfb'; src: url("../fonts/7218065892.ttf") /* TTF file for CSS3 browsers */}


/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('../fonts/fontomas-webfont.eot');
    src: url('../fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontomas-webfont.woff') format('woff'),
         url('../fonts/fontomas-webfont.ttf') format('truetype'),
         url('../fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('../fonts/franchise-bold-webfont.eot');
    src: url('../fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franchise-bold-webfont.woff') format('woff'),
         url('../fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('../fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.social_icon
{
float:right; margin:0px 1px;
}
#gradient-style label
{
    margin-top:10px;
	clear:both;
}
#gradient-style input[type="text"]
{
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 10px;
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}





/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

#registerpanel,#loginpanel
{
	display:none;
}


.pricingcom td,.pricingcom th
{
padding:5px 5px;
text-align:center;
}

body { 
  font: normal 1em ;
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  background:url(../images/body_bg.png) top left repeat;
}

.custom_form label {
	position: relative;
	float:left;
	text-align:left;
}

.input-group-addon
{
	color: rgb(106, 159, 171);
	position: absolute;
	margin-left: 4px;
	margin-top: 8px;
	width: 30px;
	font-size:16px!important;
	line-height:30px!important;

}

[data-icon]:after {
content: attr(data-icon);
font-family: 'FontomasCustomRegular';
color: rgb(106, 159, 171);
position: absolute;
left: 10px;
top: 35px;
width: 30px;
}

.check1
{
	width:100%;
}

.radio1 label.radio,.check1 label.check
{
	margin-top: 18px;
}
.radio1 label:not(.radio),.check1 label:not(.check)
{
	width:97%;
	margin-left:10px;
}
.radio1 label:not(.radio) input[type="text"]
{
	width:97%!important;
}
.custom_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):not(.select2-input):not([type="file"]) {
-khtml-box-shadow: inset 0 0 5px #C0C0C0,1px 1px 1px #FFFFFF;
-moz-box-shadow: inset 0 0 5px #C0C0C0,1px 1px 1px #FFFFFF;
-ms-box-shadow: inset 0 0 5px #C0C0C0,1px 1px 1px #FFFFFF;
-o-box-shadow: inset 0 0 5px #C0C0C0,1px 1px 1px #FFFFFF;
-webkit-box-shadow: inset 0 0 12px #C0C0C0,1px 1px 1px #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: inset 0 0 5px #C0C0C0,1px 1px 1px #FFFFFF;
color: #939393;
min-height: 24px;
line-height: 1.5em;
margin: 0 0 3px;
border-width: 0 1px 0 4px;
border-style: solid;
border-color: #CCCCCC;
padding: 3px 13px;
-moz-border-radius: 0 4px 4px 0;
-ms-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
background-color: #FFFFFF;

}



.uneditable-input, .uneditable-textarea {
color: #999;
cursor: not-allowed;
background-color: #fcfcfc;
border-color: #ccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
height: 20px;
padding: 4px 6px;
float:left;
}



.uneditable-input {
width: 206px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input, .input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}

.writ li
{
	margin:5px 10px;
}

.writ li
{
margin-bottom:0px!important;
}

p { 
  padding: 0 0 5px 0;
line-height:18px;
}

img { 
  border: 0;
}


.fl{ float:left; margin:10px 0;}
.flmob{  float:left;margin-right:10px; margin-top:10px;}
.fr{ float:right;}

.form {
	width:877px;
	margin:0px auto;
	
	list-style-image:none;
	
	padding:0;
}
.form :focus
{
border:none;
}
.fl input[type='text'], .fl textarea {
	width:297px;
	resize:none;
	border:none;
	line-height:22px;
	font-size:13px;
	font:normal 17px/22px helv, 'Calibri', Arial,sans-serif; 
	padding:5px 10px;
	color:#999a9a;
	border:1px solid #ccc;
}

.fl textarea{height:70px;}

.inner-left.sidenav a.active
{
	font-weight:bold;
}

.fl label{
font-size:14px;width:150px;line-height:32px; display:block; color:#000;
}

.job_role
{
text-transform:capitalize;
font-size:12px;
}

.subtab1
{
float:left;padding:0px 5px;height:45px;  text-align:center; border-right:1px dashed #666;padding-top:10px; padding:5px 10px;
}

.spacer
{
clear:both;
}
.alt_btn{
	resize:none;
	border:none;
	padding:5px 15px;
	margin-right:40px;
	width:100px;
	line-height:24px;
	font-size:15px;
	color:#000;
	background:#4ccce4;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 0px 0;
  padding: 0px 0 0px 0;
  color: #222;
}

h2 { 
  font-size: 160%;

}

h3 { 
  font-size: 150%;
  padding: 5px 0 0 0;
}

h4, h6 { 
color:#e2534b;
  padding: 0 0 5px 0;
  font: normal 160% Arial, arial, sans-serif;
}

h4
{
	font-size:18px;
}


h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #000;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 

}

ul li { 
  list-style-type: none;
  
}

ol { 
  margin: 0 0 22px 20px;
}

ol li { 
  margin: 0 0 0px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

.wrapper{
    width:990px;
  
    margin:0 auto;
}

header { 
  width:100%;

}

#logo{ 
  width: 100%;
  height: 60px;
  background:rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll left top / 100% 100%;
  color: #888;
  padding: 0;
  float: left;
}





/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	width: 273px; 
	float: left;
	height:370px;
	background:url(../images/side_bck.png) top left no-repeat;
	margin-top:-9px;
	margin-left: -8px;
	
	
}



#sidebar ul{
	
}

#sidebar li{
	border-bottom:1px solid #d6d5d5;
	width:248px;
	margin-left:12px; 
}
#sidebar li a{
	
	line-height: 40px;
font-size: 17px;
	font-weight:300;
	color:#2f2f2f;
	padding-left:5px;
	text-decoration:none;
	padding:10px 10px;

}


/* navigation ------------------------------------------------------------*/

#navibck{
	/*height:52px;*/
	background:#3e4545;
	border-radius:5px;
	float:right;	
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#navigation{ 
	margin:0 auto;
}
#navigation >ul >li{
	/*line-height:43px;
	font-size:16px;
	margin-right:2px;*/
	font-weight:normal;
	color:#fff;	
}

#navigation >ul >li >a{
	line-height:50px;
	color:#fff;
	font-size:16px;
	display:block;
	padding:0 18px;
}

/*#navigation ul li span a{
	line-height:52px;
	font-size:17px;
	font-weight:normal;
	padding:5px 17px 5px 17px;
	color:#fff;
	text-decoration:none;
}*/

#navigation ul li a:hover{
	background:#626262;color:#fff;
}
		
#navigation ul li a.active{
	background:#626262; color:#fff;
}

#navigation ul li a.last{}

#navigation ul li a.first{}


/* navigation ------------------------------------------------------------*/
.call_to_action a,.call_to_action span
{
		color:#000;
		
		font-weight:normal;
		font-size:13px;
		text-decoration:none;
		

}
.call_to_action a
{
		padding:0px 5px;
}
.call_to_action
{
	display:table;
	padding:20px 0px;
	width:100%;
	font-size:24px;
	font-weight:bold;
}

#baner{
	display:table;
	background:#fff;
	padding:0px 10px;
	margin:10px 0px;
	margin-bottom:5px;
	width: 970px;
}

#baner img
{
float:left;width:30% !important;
}
#baner .bnr_text_area
{
	width:520px;
	float:right;
	border:none;
	line-height:22px;
	padding:20px;
	
}


#baner h2{
	font-size:60px;
	
	color:#000;
	line-height:45px;
	margin-top:15px;
	font-weight:bold;
}
	
#baner p{	
	
	font-size:20px;
	color:#000;
	line-height:25px;
	font-weight:600;
	
	margin-top:10px;
}

.bnr_col1
{
	width:240px;
	float:left;
	font-family:'agencyfb';	
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	line-height:20px;
}
.bnr_col2
{
	width:280px;
	float:left;
	font-family:'agencyfb';	
	font-size:16px;letter-spacing:1px;
	
	color:#fff;
	line-height:20px;
}

.bottom_banner
{
text-align:center;
margin:20px auto 10px;
padding:8px 0;
background:#fff;
box-sizing:border-box;
font-size:0;
}

.btn-func
{
	width:240px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin:0px 5px;
	vertical-align:top;
}

.btn-func span
{
	display:table-cell;
	vertical-align:middle;
	
	font-size:20px;
	width:240px;
	height:40px;
}

.employerbtn{background:url("../images/employer-bg.png") no-repeat center center / 240px 40px;}

.studentbtn{background:url("../images/students-bg.png") no-repeat center center / 240px 40px;}

.employeebtn{background:url("../images/employee-bg.png")  no-repeat center center / 240px 40px;}

.bnr_col2 div,.bnr_col1 div
{
margin:10px 0px;
background:#e2534b;
padding: 5px 10px;
}

.services_tab
{
	margin-top:2px;
}

.service_col.first
{
margin-left:0px;
}

.service_col
{
	width:230px;
	display:inline-block;
	text-align:center;
	border-bottom:1px solid #ccc;
	height:230px;
	margin:15px 10px 40px;
}

.services_tab_home ul li > a > i
{
	color:#76c7c0;
}


.services_tab_home ul li:hover > a > i.iconthumb
{
	color:#e2534b;
}

.services_tab_home ul li > div.readmore
{
	background:url(../images/read_green.png) top left no-repeat;
	
}

.services_tab_home ul li:hover > div.readmore
{
	background:url(../images/read_red.png) top left no-repeat;
}

.readmore_red
{
background:url(../images/read_red.png) top left no-repeat;
}

#welcome_body a
{
	color:#7f8c8c;
}

.download
{
	color:#76c7c0;
	font-size:20px;
	text-decoration:none;
	line-height:40px;
}

.color-green
{
color:#76c7c0!important;
}

.color-red
{
color:#0B9CD0;
}

.download i.fa
{
	font-size:30px;
	line-height:40px;
}

.service_col i.fa
{
	font-size:40px;	
	

}

.span10
{
width:70%;
float:left;
}

.span4
{
	width:50%;
	float:left;
}
.service_title
{
	color:#7f8c8c;
	
	font-size:18px;
	line-height:20px;
	margin-top:5px;

}

.service_job_descr
{
display:none;
font-size:16px!important;
line-height:21px!important;
margin-top:10px;
margin-left:15px;
}
.service_descr
{
	padding:10px;
	color:#7f8c8c;
	
	font-size:12px;
	line-height:15px;
	height:70px;
}

.jobdescription,.detailed_jd,.key_skills,.salary_range,.job_location
{
	margin:5px 0px;
}

.profile_read
{
	width:111px;
	height:34px;
	text-align:center;
	margin:0px auto;
	
}

.profile_read span
{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	width:111px;
	height:30px;
	vertical-align:middle;
	
	font-size:12px;
}

.readmore
{
	width:111px;
	height:34px;
	text-align:center;
	margin:0px auto;
	
}

.alt_btn
{
	width:111px;
	height:34px;
	text-align:center;
	margin:0px auto;
	margin-top:20px;
	color:#fff;
	
	font-size:16px;
	line-height:20px;
}

.readmore span
{
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	width:111px;
	height:30px;
	vertical-align:middle;
	
	font-size:12px;
}

.hidedetail
{
	display:none;
}

.readmore span a,.profile_read span a
{
	color:#fff!important;	
}

.services_tab_inner1
{
	width:850px;
	margin:0px auto;
}
.services_tab_inner1 img
{
	height:200px;
	margin-right:10px;
}

.service_col1.first
{
margin-left:0px;
}


.service_col1
{
	width:400px!important;
	float:left;
	margin:15px;
	text-align:center;

}

.services_tab_inner img
{
	width:150px;
	float:left;
	margin-right:10px;
}

.job-highlight
{
	border:1px solid #ccc;
	padding:10px;
	box-shadow:  0px 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow:  0px 0px 6px rgba(0,0,0,0.5);
	border: 1px solid #ccc;
	border-radius: 10px;
	background:#fff;
}

.read_red
{
	background:url(../images/read_red.png) center center no-repeat;
}

.read_green
{
	background:url(../images/read_green.png) top left no-repeat;
}


#welcome_body{
	width:100%;

	/*background:#f5f5f5;*/
	
}
#welcome_body img.pic
{
float:left;
margin:20px;
}
#welcome_body h2{
	padding:5px 0px;
	text-align:left;
	font-size:20px;
	color:#5F5F5F;
	line-height: 25px;
	font-weight:bold;
}
#welcome_body p{

	text-align:justify;
	font-weight:300;
	line-height:150%;
	
	font-size:15px;
	font-weight:400;
	color:#424951;
	margin-top:5px;
	margin-bottom:5px;


	
}

.list-5
{
	width:210px!important;
	display:inline-block;
	padding:0 8px 0 0;
	height:300px;
	vertical-align:top;
}

.list-5 li
{
text-align:left!important;

}

.btn-red
{
	background:#859af0;
	padding:10px 15px!important;;
	color:#fff!important;
	border:none;
	text-decoration:none;
}
#welcome_body ul{
	width:100%;
	list-style:disc;
	box-sizing:border-box;
}

#welcome_body li
{
	
	font-size:15px;
	font-weight:400;
	color:#424951;
	text-align:justify;
	margin-bottom:10px;
}

.footer_logo
{
 position:absolute;
}




#body_left{
	float:left;
	width:482px;
	height:177px;
	background:url(../images/comment_01.png) top left no-repeat;

}


#body_left p{
	width:450px;
	text-align:left;
	font-weight:300;
	line-height:150%;
	
	font-size:14px;
	color:#424951;
	margin-top:15px;
	margin-left:25px;
}


#body_right{
	float:right;
	width:482px;
	height:177px;
	background:url(../images/comment_02.png) top left no-repeat;


}

#body_right  p{
 	width:450px;
	text-align:left;
	font-weight:300;
	line-height:150%;
	
	font-size:14px;
	color:#424951;
	margin-top:15px;
	margin-left:25px;


}

.list_carousel {
				width: 67%;
				height:280px;
				margin:0 auto;
				float:right;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				width:660px
				height: 365px;
				padding: 0;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			
			.body_content 
			{
				clear:both;
				border-top:1px dashed #666;
			}

			.list_carousel .pager {
				text-align: right;
				margin: 0 auto;
				margin-top:-20px;

			}
			
			 .pager a span
			{
				text-indent:-999px;
				display:none;

			}
			.list_carousel .pager a {
				background: transparent url(img/carousel_control.png) no-repeat -2px -32px;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 8px;
				height: 8px;
				margin: 0 5px 0 0;
			}
			.list_carousel .pager a.selected {
				background: transparent url(img/carousel_control.png) no-repeat -12px -32px;
				text-decoration: underline;				
			}
			
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}

			.btn
			{
				text-decoration:none;
				padding:0px 5px;;
				border:none;
				background:none;
			}

			.red
			{
			 color: white;  
  text-shadow: none;	
  background-color:#626262;
			}

#btn_area{
	float:left;;
	width:300px;
	margin-top:40px;
}

#what_new{
	float:left;;
	width:720px;
	margin-top:20px;


}

#like_box{


	margin-left:10px;
	margin-bottom:20px;


}



footer{
	margin-top:40px; 
  width: 100%;
 }

 .top_footer
 {
	  background:#4d4b44;
	  box-sizing:border-box;
	  padding:10px;
	  position:relative;
 }
 

	.top_footer ul
	{
		list-style:none;
		text-align:center;
	}
	
  .top_footer ul li
  {
	display:inline-block;
	list-style:none!important;;
	line-height:25px;
	margin:0px 15px;	
  }
  
   .top_footer ul li:first-child, .top_footer ul li:last-child{display:none;}
  
   .top_footer ul li a
   {

   text-decoration:none;
   color:#fff;
   }


.clearmargin
{
margin:20px 0px;
}





.copy_right{
	float:left;
	width:100%;
	color:#fff;
	padding:10px 0px;
	background:#45433d;
}



/* ----------------------------------------------form2-------------------------------------*/

#application_form2 label{
  
 float:left;
 font: normal 14px/20px 'Arial', sans-serif;
color: #4e4e4e;
}

.input_type{
	width:278px;
	resize:none;
	border:none;
	line-height:22px;
	font-size:13px;
	font:normal 17px/22px helv, 'Calibri', Arial,sans-serif; 
	padding:7px 17px;
	color:#999a9a;
	margin-left:30px;
	text-indent:10px;
	border:1px solid #ccc;
	margin-bottom:9px;
	height:25px!important;
	
	
}



form
{
margin:0px!important;
}

.select2-container-multi .select2-choices
{
margin-top:10px!important;
}
.select2-choices li
{
width:auto!important;

}
.submit{
	float:right;
	width:85px; 
	height:33px;
	color:#fff;
	background:#666;
	margin-left:5px;
	padding:5px 10px;
	border:none;
	margin-bottom:5px;
	}
.select{

	float:left;
	margin-right:15px;
	border:1px solid #ccc;
	font-size:13px;
	color:#999a9a;


	
}
.frmbox{
	float:left;
	/*border:1px solid #f1f2f2;*/
	height:100%;

	/*background-color:#f1f2f2;*/
	
}
.frmbox2{
	float:left;
	border:1px solid #9dc2ff;
	height:100%;
	margin-bottom:30px;	
	background-color:#ffffff;
}
.frmbox4{
	float:left;
	border:1px solid #9dc2ff;
	height:100%;	
	background-color:#ffffff;
}

.frmbox3{
	float:left;
	width:100%;
	height:35px;
	background-color:#38ABD8;
}


/* ----------------------------------------------recruitmentpage-------------------------------------*/

#top_recru{
	float:right;
	width:100%;
	
	}
/* ----------------------------------------------recruters-------------------------------------*/

#top_recruters{
	float:right;
	width:340px;
	height:250px;
	padding-left:-50px;

}
#top_recruters ul li a{
	

}
#company_logo{
	width:340px;
	height:170px;
	border:1px solid #282828;
	
}
#upload_cv{
	float:left;
	width:100%;
	height:100%;



}
#market{
	float:left;
	width:1000px;
	height:220px;
	}
.marketslider{
	width:1000px;
	height:150px;
	margin-top:20px;
	margin-left:-38px;

	
}

#as{
	margin-bottom:100px;
}
#as td{
	line-height:200%;
	padding-left:10px;

}

.slideshow {
    overflow: hidden;
    width: 340px;
    height: 170px;

    
}
.slideshow img {
    width: 600;
    height: 400;
}


.shiny {
		display: block; width:250px;padding: 10px 0px 10px 0px; margin-top:20px;line-height:60px;float:left;	
	background: #398525; /* old browsers */
	background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525)); /* webkit */
	
	box-shadow: inset 0px 0px 6px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	border: 1px solid #5ea617;
	border-radius: 10px;
	margin:10px 10px;
	font: bold 25px/25px Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	text-shadow: 0px 1px 2px #b4d1ad;
	
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;	
}

.shiny:hover {
		color: #fff;
		
		-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
	}

	.shiny1 {
		display: block; width:250px;padding: 10px 0px 10px 0px; margin-top:20px;line-height:60px;float:left;
		margin:10px 10px;
	background: #398525; /* old browsers */
	background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525)); /* webkit */
	
	box-shadow: inset 0px 0px 6px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	border: 1px solid #5ea617;
	border-radius: 10px;
	
	font: bold 25px/25px Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	text-shadow: 0px 1px 2px #b4d1ad;
	
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;	
}

.shiny1:hover {
		color: #fff;
		
		-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
	}

ul.ldd_menu{
	border: 0px none;font-size:13px; /*height:43px; margin-bottom:20px;*/
	list-style:none;
	position:relative;
	z-index:99999;
	text-align:center;
}
ul.ldd_menu a{
	text-decoration:none;
}
ul.ldd_menu > li{
	/*float:left;*/
	position:relative; 
	z-index:9999; 
	text-align:center;
	display:inline-block;
}
ul.ldd_menu > li > span{
	float:left;
	color:#fff;
	height:60px;
	line-height:50px;
	cursor:default;
	padding:0px 5px;

}
ul.ldd_menu .ldd_submenu{
	position:absolute;
	top:55px;
	width:550px;
	display:none;
	opacity:0.95;
	left:-200px;
	font-size:10px;
	background: #C34328;text-align:left;
	
}
.ldd_submenu li a
{
margin-left:0px!important;
padding:5px 10px;
}
a.ldd_subfoot{
	background-color:#f0f0f0;
	color:#000;
	display:block;
	clear:both;
	padding:5px 20px;
	
	font-size:16px;
	letter-spacing:1px;
	-moz-box-shadow:0px 0px 2px #777 inset;
	-webkit-box-shadow:0px 0px 2px #777 inset;
	-box-shadow:0px 0px 2px #777 inset;
	
}
ul.ldd_menu ul{
	list-style:none;
	/*float:left;
	margin-right:40px;
	margin-left:20px;*/
	padding:10px;


}
li.ldd_heading{
	
	font-size:16px;
	font-style: italic;
	color:#FFB39F;
	text-align:left!important;
	border-bottom:1px solid #fff;
}
ul.ldd_menu ul li a{
	font-size:14px;
	line-height:20px;
	color:#fff;
	text-align:left; 
    padding:5px 10px;
	text-decoration:none;
	letter-spacing:1px;
	display:block;
}


#Tabs ul.menutab {
padding: 0px;
margin: 0px;
margin-left: 10px;
list-style-type: none;

}

#Tabs ul.menutab li {
display: inline-block;
clear: none;
float: left;
height: 5px;
margin-left:0px;
}

.big_photo
{
position:absolute;
top:10px;
margin:0px auto;
z-index:999999;
width:990px;
display:none;

}
.big_photo img
{
width:990px;
position:absolute;
margin-left:0px;
}

.cross
{
float:right;
width:30px;
height:30px;
margin-right:0px;
position:relative;
z-index:9999999;
background:url(../images/fancy_close.png) no-repeat;
cursor:pointer;

}
#Tabs ul.menutab li a {
margin-top: 16px;
display: block;
margin-left: 1px;
line-height: 24px;
padding:1px 10px;
background: #a8a9ad;
z-index: 9999;
border: 2x solid #f1f2f2;
border-bottom: 0px;

/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */


color: #fff;
text-decoration: none;
line-height:30px;
}

#Tabs ul.menutab li a.active
{
line-height:42px;margin-top:5px;
background: #626262;
}
#Tabs ul.menutab li a:hover {
text-decoration: underline; // a very simple effect when hovering the mouse on tab
}

#Tabs #Content_Area { // this is the css class for the content displayed in each tab
padding: 0 15px;
border: 1px solid #ccc;
clear:both;
overflow:hidden;
line-height:19px;
position: relative;
top: 33px;
z-index: 5;
padding:10px;
padding-left:0px;

}

.tab_content
{

}
.left_form {
width: 720px;
float: left;
}
.subtab{cursor:pointer; float:left;padding:0px 5px;height:26px;  text-align:center; border-right:1px dashed #666;padding-top:10px; font-size:13px;}

.expertnew
{
	display:none;
}

.color-green-tick
{
	color:#5b990a;
}

.color-red
{
	color:#0B9CD0;;
}

.portlet-body p{
	font-size:14px;
}

.portlet-body ul li{
	font-size:14px;
}

.galp{
	margin-left:20px;
	}
	
table[Attributes Style] {
width: 100%;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 0px;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
margin:0 auto;

}

.table-striped
{
	border:1px solid #ccc;
	border-bottom:0px;
	border-right:0px;
	margin:5px 0px;
}

.table-striped td,.table-striped th
{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.prbSol {
width:100%;
background: #fff url(../i/prbSolBg.gif) 0 bottom repeat-x;
padding: 10px 0px;
border: #e5e5e5 solid 1px;
}

.bulletPnts {
width: 13px;
height: 18px;
background-position: -169px -141px;
display: block;
padding: 0 0 0 5px;
}

.red, .grn {
font-size: 14px;
color: #ffff;
font-weight: bold;
}

.grn {

background:#76c7c0;
color:#fff;
}
.prbSolPnts td {
border-bottom: #888 dotted 1px;
line-height: 18px;
padding:4px;
}
.beforebox{
	width:300px;
	height:300px;
	background:#f7f6f6;
	border:1px solid #999999;
	margin:-2px 20px;
}

.beforebox img{

} 
.bfbtn{
	width:92px;
	height:34px;
	left:20px;
	margin-top:10px;
	margin-left:19px;

	background:url(../images/before_btn.png) top left no-repeat;
	
}

.bfbtn2{
	width:92px;
	height:34px;
	left:20px;
	margin-top:10px;
	margin-left:19px;
	background:url(../images/before_btn2.png) top left no-repeat;
	
}

.booknow 
{

}
.btn-red.booknow
{
	display:block;
	padding: 5px 0px!important;
	margin: 5px;
	text-align:center;
	width:66px;
}
.booknow tbody td,.booknow thead th
{
padding:5px 10px;
text-align:left;


}

#gradient-style {

font-size: 14px;
width: 480px;
text-align: left;
border-collapse: collapse;

}

#gradient-style th {
font-size: 13px;
font-weight: normal;
background: #e2534b repeat-x;

color: #fff;
padding: 10px;
}

#gradient-style td {
border-bottom: 1px solid #fff;
color: #666;
border-top: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
background: #fff url("http://media.smashingmagazine.com/images/express-css-table-design/table-images/gradback.png") repeat-x;
padding: 8px;
}
.cover
{
font-size:12px;
font-style:italic;
}


.cv{
	width:500px;
	height:100px;
	margin:0 auto;
	margin-top:20px;
	border:2px solid #333333;
}

.cv img{
	width:500px;
	height:100px;

}

.cvleft{width:600px; float:right; list-style:none!important;}

.cvleft ul li { border-bottom:1px dotted #666;float:left!important;width:auto!important;margin:0px 10px;list-style:none!important;}

.cvright{padding:10px;}

.portlet-body p table img{
	margin-left:30px;
}

.serviestable{ width:80%; border:1px solid #666666;}

 .partition{ width: 278px; margin: 0 auto; padding: 20px; float:left;}
 .partition img
 {
 border:1px solid #ccc;
 }

 .pink{ background:url(../images/pink.png) top no-repeat ;margin-bottom:10px;padding-bottom:10px;color:#FFFFFF;  font-size:18px!important; line-height:20px; padding-left:10px; text-align:left!important;border-bottom:1px solid #ccc; }
 .pink a
 {
 text-decoration:none;
 }

	.float-left
	{
		float:left;
	}
/***************registernew**********************/

.help_note
{
	font-size:11px;
	
	font-style:italic;
}
#progress {
	
	padding: 15px 0px;
}

#progress-indicator-container{
	width: 100%;

}

#progress-canvas {
	width: 225px;
	position: relative;
}

#progress-canvas svg {
	height: 16px;
	width: 0;
}

#progress-indicator {
	background:#DDE4E6;
	height: 20px;
	width: 100%;
	
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(255,255,255,0.2)));
}

p.error
{
	color:red!important;
	font-size:11px!important;
	padding:0px!important;
	margin-top:0px!important;
	margin-bottom:0px!important;
	clear: both;
	float: left;
	margin-left:110px;
}

#progress .expletive {
	width: 45%;
	text-align: right;
	font-size: 0.8em;
}

#wrapper {
	width: 700px;
	height: auto;
	margin: 0px auto;
	position: relative;
	top: 50px;
	
	background: #f7f5f3;
	background: -moz-linear-gradient(top, #f7f5f3, #f7f0f3);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f5f3), to(#f7f0f3));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f7f5f3', EndColorStr='#f7f0f3', GradientType=0);
	
	border-radius : 15px;
	-moz-border-radius : 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	
	-webkit-box-reflect: below 3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.8, transparent), to(rgba(255,255,255,0.7)));
}

#sash-container {
	position: absolute;
}

#sash {
	padding: 10px 10px;
	height: auto;
	width: 160px;
	text-align: center;
	font-size: 0.8em;
	color: #f7f5f3;
	text-shadow: -2px 1px 0px #6b1010;

	position: relative;
	top: 15px;
	left: -50px;
	z-index: 89;

	-webkit-transform: rotate(-40deg); 
	-moz-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-o-transform: rotate(-40deg);

	background: #dc3a3a;
	background: -moz-linear-gradient(top,  #dc3a3a,  #b31b1b);
	background: -webkit-gradient(linear, left top, left bottom, from(#dc3a3a), to(#b31b1b));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dc3a3a', EndColorStr='#b31b1b', GradientType=0);

	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);

	border-top: 1px solid #dc3a3a;
	border-bottom: 1px solid #b31b1b;
}

.hide-sash-top {
	width: 200px;
	height: 100px;
	background: #fff;
	position: absolute;
	top: -107px;
	left: 20px;
	z-index: 90;
}


.hide-sash-left {
	width: 100px;
	height: 200px;
	background: #fff;
	position: absolute;
	top: 35px;
	left: -107px;
	z-index: 91;
}

.sash-shadow-top {
	height: 0;
	width: 0;
	line-height: 0;
	border-left: 8px solid transparent;
	border-top: 8px solid #ac1d1d;
	position: absolute;
	top: -5px;
	left: 115px;

	z-index: 10;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sash-shadow-left {
	height: 0;
	width: 0;
	line-height: 0;
	border-left: 9px solid transparent;
	border-top: 9px solid #ac1d1d;
	position: absolute;
	top: 96px;
	left: -4px;

	z-index: 10;

	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.hide-sash-shadow-top {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -60px;
	left: 104px;
	
	z-index: 120;
	
	-webkit-transform: rotate(-40deg); 
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.hide-sash-shadow-left {
	background: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 79px;
	left: -60px;
	
	z-index: 120;
	
	-webkit-transform: rotate(-40deg); 
	-moz-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

p { 
	line-height: 1.4; 
}

#form-container, #process-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

table {
	width: 100%;
	text-align: left;
}

tr {
	height: auto;
	vertical-align: middle;
}

th, td {
	vertical-align: middle;
}

#form-container th {
	width: 150px;
	max-width: 150px;
}

#form-container th span, #form-container th label {
	display: block;
	width: auto;
	text-align: left;
	padding-left: 25px;
}
 
#form-container td {
	font-size: 0.8em;
	padding: 10px 0px;
}

.field, .ac_results {
	padding: 11px 7px;
	font-size: 1.5em;
	border: 1px solid #dedede;
	width: 280px;
	color: #403d3a;
	
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f2f2f2,  #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f2f2f2', EndColorStr='#ffffff', GradientType=0);
	
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.form-field-error {
	border: 1px solid #dc3a3a;
}

.stepy-0-buttons
{
	float:left;
	width:100%;
	display:block;
}
.custom_form input[type="submit"]
{
	font-size: 13px;
cursor: pointer;
text-decoration: none;
padding: 5px 10px;
border-width: 1px;
border-style: solid;
-o-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;
-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;
-moz-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;
-ms-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;
-khtml-box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;
box-shadow: inset 0 1px 2px rgba(255,255,255, 0.5),0 0 3px #BABABA;

}

.button-back
{
	resize:none;
	border:none;
	padding:3px 15px;
	margin-right:40px;
	
	line-height:20px;
	font-size:13px;
	color:#000;
	color:#fff!important;
	text-decoration:none;
	background:#4ccce4;

	float:left;
		background:url(../images/read_red.png) top left no-repeat;
}
.button-next
{
float:right;
resize:none;
	border:none;
	padding:3px 15px;
	margin-right:40px;
	
	line-height:20px;
	font-size:13px;
	color:#fff!important;
	text-decoration:none;
	background:#4ccce4;

	float:right;
		background:url(../images/read_red.png) top left no-repeat;
}

.custom_form .form-container
{
	margin:5px 0px;
	float:left;
	width:350px;
	
}


.text-label{
	height: 20px;
	line-height:20px;
	width:130px;
	float:left;
	margin-top:5px;
	
}
.upload-photo-label
{
	margin-top:12px;
}
.custom_form .form-alert {
	font-size: 0.7em;
	
	padding-left: 20px;
}

.form-error, .form-success {
	display: none;
}

.vee-container {
	position: relative;
	float: left;
	margin-top:5px;
}

#location-wrapper tr {
}

#geolocation-worked {
	display: none;
} 

.location-detection {
}

.location-name {
	font-weight: 700;
}

#location-answers-switch {
	
	overflow: auto;
	padding-top: 7px;
}

.switch a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	float: left;
	padding: 7px 15px;
	font-weight: 100;
	cursor: pointer;
	position: relative;
	
	background: #e6e7e8;
	background: -moz-linear-gradient(top,  #e6e7e8,  #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e6e7e8', EndColorStr='#ffffff', GradientType=0);
}

.switch a.left-switch {
	border-bottom-left-radius 	: 10px;
	-moz-border-radius-bottomleft 	: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius 	: 10px;
	-moz-border-radius-topleft 	: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
	z-index: 10;
	
	border-right: none !important;
}

.switch a.right-switch {
	border-bottom-right-radius 	: 10px;
	-moz-border-radius-bottomright 	: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius 	: 10px;
	-moz-border-radius-topright	: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.3);
	z-index: 9;
	
	border-left: none !important;
}

.switch a.on-top {
	z-index: 11;
}

.switch a.checked, .ac_over {
	background: #dc3a3a;
	background: -moz-linear-gradient(top,  #dc3a3a,  #b31b1b);
	background: -webkit-gradient(linear, left top, left bottom, from(#dc3a3a), to(#b31b1b));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dc3a3a', EndColorStr='#b31b1b', GradientType=0);
	color: #f7f5f3;
}

.switch a.left-switch.checked {
	-webkit-box-shadow: 2px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 0px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 0px 2px rgba(0,0,0,0.3);
}

.switch a.right-switch.checked {
	-webkit-box-shadow: -2px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: -2px 0px 2px rgba(0,0,0,0.3);
	box-shadow: -2px 0px 2px rgba(0,0,0,0.3);
}

#geolocation-fix {
	clear: both;
	position: relative;
	top: 10px;
}

#country-type {
	margin-top: 10px;
	margin-bottom: 10px;font-size:14px;
}

.location-type-correction {
	margin-bottom: 15px;
	display: inline;
}

body #geolocation-fix .browsing-countries {
	border-bottom-right-radius 	: 0;
	-moz-border-radius-bottomright	: 0;
	-khtml-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius 	: 0;
	-moz-border-radius-bottomleft	: 0;
	-khtml-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom: 1px solid #e6e7e8;
	font-size:14px;
}

#geolocation-fix-approval {
	display: inline;
	margin-left: 20px;
	font-size: 0.85em;
}

#geolocation-fix-approval strong {
	font-size: 1.2em;
}

#submit-form-expletive {
	float: left;
	margin-top: 17px;
	margin-left: 155px;
}

#submit-form {
	height: auto;
	float: right;
	margin-right: 40px;
	position: relative;
	border: 3px solid #EFEBE7;
	
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#submit-form input {
	cursor: pointer;
	background: #777;
	border: none;
	padding: 12px 22px;
	color: #000;
	font-size: 9px;
	margin: 0;
	
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);
	
	border: 1px solid #ddd;
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #e2e2e2;
	
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#submit-form input:active {
	background: -moz-linear-gradient(top,  #eeeeee,  #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#ffffff', GradientType=0);
}

/************* Process *************/

#submission-result-header {
	margin-top: 20px;
	text-align: center;
}

#process-container table {
	display: none;
	margin: 30px auto;
	width: 330px;
	background: #F7ECC0;
	border-radius : 15px;
	-moz-border-radius : 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#process-container th {
	padding: 15px 0px 15px 20px;
	width: 130px;
	text-align: left;
}

#process-container td {
	font-size: 0.9em;
	padding: 15px 20px 15px 0px;
}

#result-password td {
	font-size: 0.75em;
	font-style: italic;
}

#about {
	/*width: 80%;
	padding-bottom: 20px;*/
	margin: 0px auto;
}

#technologies {
	font-style: italic; 
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
}


#about-explanation p {
	margin-bottom: 10px;
}

#submission-error-prompt {
	margin: 20px auto 0px; 
	padding-bottom: 40px; 
	font-size: 0.9em; 
	width: 75%
}

#about h5 {
	font-weight: 700;
	margin: 20px 0px 15px;
}



.pull-right
{
	float:right;
}

.inner-right
{
	float:left;
	width:calc(100% - 200px);
	padding-top:10px;
}


.inner-left
{
	float:left;
	width:200px;
}

.sidenav ul 
{
	list-style:none!important;
	margin-left:0px!important;
width:100%;
text-align:center;
margin-top:10px;

}

.sidenav ul li
{
	list-style:none!important;
	padding:10px 0px;
	
	text-align:center;
	background:url(../images/border-bottom.png) bottom left no-repeat;
	
}

.classy_hr
{
	background:url(../images/border-bottom.png) bottom left no-repeat;
	width:100%;
	height:5px;
	border:none;
	background-size:100% auto;
}
.offer-class
{
	
}
.service-col-rate
{
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);	
	margin:0px 15px 15px !important;

}

.service-col-rate label strong{
	font-size:14px;
	font-weight:normal!important;
}

.rate-header
{
	background:#76c7c0;
	color:#fff!important;
	padding:10px 35px;
	text-align:center;
	display:block;
}
.rate-header h4{ color:#fff; }
.rate-content{
	padding:5px 5px;
}
.service_division
{
	background:#fff;
	padding:10px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);	
	margin:10px 0px;
	border:1px solid #ccc;
}

.service_division img
{
margin-top:5px;
}

.sidenav ul li a
{

display:block;
text-decoration:none;
font-size:17px;
}

.sidenav ul li a.active{
	/*color:#e2534b!important;*/
	font-weight:bold;
}

.sidenav ul li a.active:before{
	
}

.select2-choices
{
width:100%;
margin-left:0px!important;
width: 97%;
margin-top: 4px;
/*padding: 10px 5px 10px 32px;*/
display:table;
border: 1px solid rgb(178, 178, 178);
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.select2-choices > li > input {
    box-sizing: border-box;
    height: initial;
    padding: 7px;
    width: 100% !important;
}

fieldset
{
border:0px;
}
.stepy-titles
{
list-style:none!important;
margin-left:0px!important;
margin-top:10px;
}

.custom_form
{
	clear:both;
}

.text_area {
margin-top: 4px;
padding: 10px 5px 10px 32px;
border: 1px solid rgb(178, 178, 178);
-webkit-appearance: textfield;
resize: none;
box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
height:auto;
width:auto;
border: none;
line-height: 22px;
font-size: 13px;

color: #999a9a;
text-indent: 10px;
border: 1px solid #ccc;
padding: 5px;

}


legend
{
display:none;
}
.stepy-titles li {
cursor: default;
list-style:none!important;
float: left;
padding: 7px 20px;
background: #fff repeat-x left bottom;
width:auto!important;
font-weight: 600;
margin-bottom: 0px;
margin-left: 2px;
position: relative;
font-size: 16px;
}

.select2-drop.select2-drop-active
{

}

.select2-choices li
{
	margin-bottom:0px!important;
}

.stepy-titles li {
	background: url(../img/white_bg_15.png) repeat-x;
	border:1px solid #ccc;
}

.fileupload-new
{
	cursor:pointer!important;
}

.stepy-titles .current-step {
cursor: auto;

padding: 7px 20px;
border-bottom:1px solid #ccc;;
cursor: default;
float: left;
padding: 7px 20px;
background: url(../images/white_bg_30.png) repeat-x left bottom;
font-weight: 600;
margin-bottom: 0px;
margin-left: 2px;
position: relative;
font-size: 16px;
border:1px solid #ccc;
}

.border-all
{
	border:1px solid #ccc;
}

.border-right
{
	border:0px;
	border-right:1px dashed #ccc;
}

.text-left
{
	text-align:left;
}

.price
{
	margin-top:5px;
}

div.cover_print label
{
	margin:5px 0px;
	display:block;
}

.price-container
{
	width:100%;
	margin-top:20px;
}

.price-container .currency
{
	float:left;
	margin-top:15px;
	margin-right:5px;
}

.price-container .amount
{
	float:left;
	font-size:20px;
	color:#e2534b;
	margin-top:11px;
}

.service-btn
{
	padding:5px!important;
	display:block;
	float:right;
	margin-top:7px;

}

.height-auto
{
	height:auto;
}

.text-center
{
	text-align:center;
}

.check,.check1
{
	float:left;
}

.check-span
{
display:block; float:left;margin-left:7px;line-height:10px;
}
.padding-full
{
	padding:5px 15px;
	padding-bottom:25px;

}

.margin-none
{
	margin:0px;
}

.width-3
{
	width:25%;
}

.img-free-size img.img-400
{
	width:350px!important;;
	height:auto!important;

}

.job-right
{
	margin-top:28px;line-height:20px;font-size:16px;text-decoration:none;
	padding-bottom:5px;
	border:1px dashed #ccc;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	padding:5px;
}
.error-message
{
	border:1px solid #df353a;
	background:#ea464b;
	color:#fff;
	border-radius:4px;
	padding:5px;
}

.success-message
{
	padding:5px;
	background:#76c7c0!important;
	color:#fff;
	border-radius:4px;
	border:1px solid #49b4ab;
}


.job_container
{
	padding-top:5px;
}

.text-left
{
	text-align:left;
}
hr
{
	border:1px dashed #ccc;
	margin:5px 0px;
}
.note-inline a
{
	text-decoration:none;
}
.note-inline
{
	font-size:12px;
	
}
.detailed_jd
{
	border:1px solid #ccc;
	padding:10px;
	display:none;
}

.color-black
{
	color:#000!important;
}
.color-core
{
color:#E2534B!important
}

.jobtitle
{
	
}

.paging_bootstrap.pagination
{
	padding-top:0px!important;
	border-top:0px;
	padding-bottom:0px;
}

.paging_bootstrap.pagination ul li
{
	float:left!important;
	width:auto!important;
	background:none;
	padding-left:0px;
	margin:bottom:0px;
	list-style:none!important;
	padding:5px;border:1px solid #ccc;
	background:#fff;

}

#example_filter {
float: right;
}
.pagination ul>li>a, .pagination ul>li>span
{
	border-left-width:1px!important;
}

#datatable_example
{
	margin:10px 0px;
}

.datatable-foot
{
	margin-top:15px;
}


#datatable_example_wrapper .span6
{
	width:49%;
	float:left;
}

.paging_bootstrap.pagination
{
	float:right;
	
	padding:bottom:0px;
}

.search_header
{
	padding-bottom:15px;
}

.search_header .span1
{

	float:left;
	margin:0px 10px;
	margin-right:0px;
}
.search_header .span2
{
	width:23%;
	float:left;
	margin:0px 15px;
}

.search_header .span2 input
{
	width:100%;
	padding:7px 7px;
}

.inner-middle-job
{
	width:520px;
	margin:0px 20px;
	float:left;
}

.inner-right-job h3
{
	font-size:16px;
	line-height:15px;
	text-align:left!important;
}

.inner-right-job
{
	width:200px;
	float:right;
	text-align:center;

}

.extras,.hideall,.display-none,.hidejd
{
	display:none;
}
.refine_items div
{
	font-size:10px!important;
	background:none!important;;
	margin:2px 0px;
	padding:2px 0px;
}
.sublist
{
	margin-left:10px!important;
	display:none;
}

.margin-top-10
{
	margin-top:10px;
}

.refine-result
{
	
	padding:10px;
	width:200px;
	border-radius:7px;
	border-left:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.nav-tabs
{
margin:0px!important;

}

.nav-tabs li
{
list-style:none!important;
border:1px solid #ccc;
margin:0px!important;
padding:5px 0px;
	
}

.nav-tabs li a
{
margin:0px 10px;
font-size:13px!important;
text-decoration:none;
text-align:left;
}

.unstyled
{
margin-left:0px!important;
}
.unstyled li
{
	list-style:none!important;
}

.select2-container-multi .select2-choices .select2-search-choice
{
	list-style:none!important;

}

.caroufredsel_wrapper
{
	height:270px!important;
}
#navigation ul li {
    
     position:relative;
}

#navigation ul li ul{
    display: none;
	position:absolute; 
	background:#3e4545;
	padding:0 7px 10px;
	width:300px;
    margin-left:0px;
	/*margin-top:50px;*/
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
    height:auto;
}

#navigation ul li:hover ul {
    display:block;
}

#navigation ul li ul li
{
	width:100%;	
	/*height:33px;*/
}
#navigation ul li:hover ul li a {
	display:block;
}

#navigation ul li:hover ul li:hover ul {
     display:block;
     position:absolute;
     left:124px;
     top:0;
}

/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
	text-align: center;
}

.als-wrapper a
{
	text-decoration:none;
}

.als-item {	
	text-align: center;
	cursor: pointer;
	vertical-align:top;
}

.als-prev, .als-next {
	margin-bottom:100px;
	cursor: pointer;
	clear: both;
}

.role-srch-bx {
width: 264px;
padding: 0 30px;
float: left;
position: relative;
font-size: 14px;
font-weight: bold;
border-left: 1px solid #fff;
border-right: 1px solid #d8d8d8;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9;
}

.clearfix
{
	clear:both;
}
.right_adv
{
	float:right;
	width:200px;
	margin-top:10px;
	
	text-align:center;
}
.right_adv .adv_section
{
	padding:10px;
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	margin:10px 0px;
}
.table-bordered th, .table-bordered td {
border-left: 1px solid #ddd;
}

.table th, .table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd;
}

.custom_form input
{
	border-left-color: #E11501!important;
}
.form-subscr-field input, .form-subscr-field select, .form-subscr-field textarea, #search_box, fieldset input, fieldset textarea, fieldset .select2 {
border-left-color: #E11501!important;
}


.benefits_client, .serviceoffered {
float: left;
width: 100%;
list-style: none;
}
.benefits_client li {
float: left;

color: #1b1b1b;
font-size: 16px;
line-height: 25px;
margin-bottom: 20px;
}

.benefits_client1 li {
float: left;

color: #1b1b1b;
font-size: 16px;
line-height: 25px;
margin-bottom: 20px;
margin:0px 10px;
}

.mt40 {
margin-top: 4em;
}

.benefits_client li span {
float: left;
margin-left: 10px;
}


.left_refiners
{
	width:40%;
	float:left;
}
.refiner_area
{
	background:#fff;
	margin-top:20px;
	border-bottom:1px solid #666;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.right_refiners
{
	width:50%;
	padding-left:5%;
	
	float:right;
}

.refine_location,.refine_industry
{
	margin-bottom:15px;
}

.refine_location div, .refine_industry div{
	width:50%;
	float:left;
	
}

.refine_functional div
{
		width:50%;float:left;
}

.col_content
{
width:50%;
float:left;
}
.col_content2 {
   width: 33%;
}
.inner_portion h2 {
	text-align:center!important;
}
.column_content .inner-right h2
{
	text-align:center!important;
	font-size:30px;
}


/*BPO FORM*/

.inline_two{ margin:60px 0 50px 0; width:53%; float:left;}
.inline_two h3{font:26px 'ralewayregular'; color:#6a6a6a; text-align:center; padding:0 0 20px 0; text-decoration:underline;}
.inner_content_two{ background:#fff; text-align:center; padding:15px 0;  border-radius:2px;}
.inp2{ width:95%; background:; border:1px solid #e0e0e0; font:15px 'ralewayregular'; color:#6a6a6a; text-transform:capitalize; padding:0 0 0 6px; margin:0 auto 24px auto; transition:all .7s; line-height:40px;}
/*.text_area2{width:94.7%; background:; border:1px solid #e0e0e0; font:15px 'ralewayregular'; color:#6a6a6a; text-transform:capitalize; height:120px; padding:12px 0 0 6px; margin:0 auto 24px auto; resize:none;transition:all .7s; }
*/.submit3{ width:189px; height:42px; background:#448aff; border:2px solid #448aff; border-radius:4px; cursor:pointer;font:18px 'ralewaybold'; color:#fff;text-transform:uppercase; transition:all .7s; float:left;  }
/*.submit3:hover{ background:#448aff;border:2px solid #448aff; color:#fff;}*/
.inner_left select{width:96%; background:; border:1px solid #e0e0e0; font:15px 'ralewayregular'; color:#9a9a9a; text-transform:capitalize; padding:0 0 0 0; margin:0 auto 24px auto; transition:all .7s; height:40px;}

.text_area2:focus{ background:#;-webkit-box-shadow: 0px 0px 5px #cbc9c9;
-moz-box-shadow: 0px 0px 5px #cbc9c9;
box-shadow: 0px 0px 5px #cbc9c9;
}
.inp2:focus{background:#;-webkit-box-shadow: 0px 0px 5px #cbc9c9;
-moz-box-shadow: 0px 0px 5px #cbc9c9;
box-shadow: 0px 0px 5px #cbc9c9;}
.inner_left select:focus{background:#;-webkit-box-shadow: 0px 0px 5px #cbc9c9;
-moz-box-shadow: 0px 0px 5px #cbc9c9;
box-shadow: 0px 0px 5px #cbc9c9;}

.inner_left{ width:100%; text-align:left; }
/*.inner_right{ width:49%; float:right;}
*/

.job_pic{ border:1px solid #e0e0e0; width:45%; float:right; margin:75px 0 0 0;}header >.wrapper >a{width:23%; float:left;}#navibck{width:73%;}




.services_tab_home >h1{margin:10px 0; font-size:23px; text-shadow:1px 1px 1px #b7b7b7;}
.services_tab_home >h4{margin:25px 0 4px;}
.services_tab_home >h4:nth-of-type(1){margin:15px 0 4px;}
.services_tab_home >br{display:none;}

.body_content >.inner-right >p >img{max-width:100%;}
.body_content >.inner-right >p >iframe{width:100%;}
.inner-right >div:first-child{display:table;}

.tele_bar{z-index:9999999;}

.contact_us_div >div:first-child >p:nth-last-of-type(1){margin:20px 0 10px !important;}

.contact_body >div:nth-of-type(1) >img{width:100%;}

.clients_div{font-size:0;}
.clients_div >ul{width:25% !important; height:initial !important;}
.clients_div >div >img{width:100%;}

.service_division >h4{text-align:left;}

.rec_agency_ind >div >div.inner-right >ul >li{display:block !important;}


.contact_interior >div:first-child{width:500px; float:left;}
.contact_interior >div:first-child iframe{width:90%;}
.contact_interior >div:nth-child(2){width:400px; float:left;}

.custom_pci .body_content .inner-right >div.expertnew.rlist >ul >li >b{line-height:22px !important;}

.custom_privacy >div >div:nth-last-of-type(2){text-align:left;}
.topic_under >img{width:100%;}


@media(max-width:1100px){.emp_reg .body_content >div.left_form{width:70%;} .emp_reg .body_content >div.right_adv{width:30%;} .custom_contact .con_under >img{width:100%;} .contact_interior >div:first-child{width:50%;} .contact_interior >div:nth-child(2){width:50%;} .contact_us_div >div:nth-child(2){text-align:left; width:46% !important;} .contact_us_div >div:first-child{width:50% !important; margin-right:4%; text-align:left;} .contact_us_div >div:first-child >iframe{width:100%;} .service_division >.first >div{width:100% !important;} .top_footer ul li{margin:0 12px;} .wrapper{width:95%;}	.contact_num{width:50% !important;}	.social_media{width:50% !important;}	.bpo{width:100% !important;}	.bpo >a{padding:7px 5px;}	.bpo >a:nth-child(2){margin:10px 2% 0 !important;}	#baner{width:100%; box-sizing:border-box;}	#baner >div{width:100%; text-align:center;}}
@media(max-width:900px){header >.wrapper >a{display:table; margin:5px auto 15px; float:none; width:170px;}	#navibck{border-radius:0; float:none;  width:100%;} .footer_logo{margin: 7px 0; position: static; text-align:center;} .employerbtn{background-size:200px 40px;} .studentbtn{background-size:200px 40px;} .employeebtn{background-size:200px 40px;} .btn-func{width:200px;}	ul.ldd_menu >li >span{width:initial !important;}	#navigation ul li span a{padding:5px 12px;}}
@media(max-width:767px){.emp_reg .body_content >div.left_form{width:100%;} .emp_reg .body_content >div.right_adv{width:100%;} .custom_pci .body_content .inner-right >div.expertnew.rlist >ul >li{display:block !important; margin-bottom:25px !important;} .custom_pci .body_content .inner-right >div.expertnew.rlist >ul >li >div:nth-of-type(1){float:none !important; width:100% !important; text-align:center;} .custom_pci .body_content .inner-right >div.expertnew.rlist >ul >li .btn-red{float:none !important; box-sizing:border-box; width:100%; margin-bottom:6px;}.contact_interior >div:nth-child(2) .read_red{width:100%; border-radius:3px; background-size:100%;} .contact_interior >div:nth-child(2) .fl label{text-align:left;} .contact_interior >div:first-child iframe{width:100%;} .contact_interior >div:first-child{width:100%; float:none; margin-bottom:30px;} .contact_interior >div:nth-child(2){width:100%; float:none;} .tele_bar{display:none;} #navigation ul li ul{position:static;} .clients_div >ul >li{display:block !important; margin:0 0 7px 0 !important;} .clients_div >ul{width:50% !important; margin-bottom:30px} .fl{float:none;} .fl input[type="text"], .fl textarea{height:37px; box-sizing:border-box; width:100%;} .contact_us_div >div:nth-child(2){float:none !important; width:100% !important;} .contact_us_div >div:first-child{float:none !important; width:100% !important; margin-right:0;} .inner-left.sidenav >div:nth-last-of-type(1) >iframe{width:100%; height:268px;} .inner-left.sidenav >div:nth-last-of-type(1) >h4{text-align:left; margin-top:10px;} .sidenav ul li{display:inline-block; margin:0 12px;} .inner-right >.service_tab{text-align:center;} /*#welcome_body li{display:inline-block; margin:0 2% 7px;}*/ .inner-right{float:none; width:100%;} .inner-left{float:none; width:100%;} footer{margin-top:20px;} .copy_right >p{padding:0; margin:7px 0;} .employerbtn{background-size:175px 40px;} .studentbtn{background-size:170px 40px;} .employeebtn{background-size:175px 40px;} .btn-func{width:175px;} #navigation ul{text-align:center;}	ul.ldd_menu >li{float:none; display:block;}  #baner img{float:none !important; width:50% !important;}	.list_carousel{float:none; width:100%;}}
@media(max-width:600px){.caroufredsel_wrapper{width:100% !important;} .bottom_banner >a{width:300px; background-size:300px 40px;} .btn-func{margin:5px 0;} .btn-func span{width:300px;}}
@media(max-width:480px){.bpo >a{width:100%!important; margin:5px 0!important;}	.bpo >a:nth-child(2){margin:5px 0!important;}	header >.wrapper >a{margin:0 auto 15px;} .clients_div >ul{margin-bottom: 20px; width: 100% !important;} /*#welcome_body >.wrapper{text-align:center;}*/ #welcome_body >.wrapper >h2{float:none !important; text-align:center !important;} #welcome_body >.wrapper >span{float:none !important;} .social_icon{display:inline-block; float:none;} .social_media{width:100% !important; margin:15px 0 7px; text-align:center;} .contact_num{float:none; width:100% !important; text-align:center;} .bottom_banner >a{width:270px; background-size:270px 40px;} .btn-func span{width:270px;}}













