
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family: 'robotoregular' !important;
	font-size:13px !important;
}
h1 {
	font-family: 'clear_sansregular' !important;
	font-size:27px !important;
	color:#5d5d5c;
	margin:10px 0 !important;
	padding:0 0 9px;
	border-bottom:1px solid #d8d8d8;
}
a:focus, a.active, input, select:focus {
	outline: 0 !important;
	outline-style: none;
	outline-width: 0;
	text-decoration:none !important;
}
a:hover {
	text-decoration:none !important;
}
img {
	display:block !important;
	border:none;
	height:auto !important;
}
p {
	color:#5d5d5c;
	line-height:26px;
	margin:15px 0 12px !important;
	letter-spacing:0.01px;
}
.more {
	float:left;
	color:#24b3e7 !important;
	font-size:15px;
	text-decoration:none;
	font-family: 'clear_sansregular';
	font-weight:bold;
	transition:all 1s ease 0s;
}
.more:hover {
	color:#1E94BC !important;
}
/*=================================== Header Wrapper ===================================*/
#header_wrapper {
	background:url(../images/header_bg.jpg) repeat;
	width:100%;
	margin:0 0 20px;
}
.logo {
	margin:0 0 12px 15px;
	float:left;
}
.logo img {
	width:100%;
	height:auto;
}
.login_menu a {
	font-family: 'robotobold';
	color:#FFF !important;
	background:#292929;
	padding:6px 10px;
	text-align:center;
	text-decoration:none;
	float:right;
	margin:0 0 0 10px;
	transition:all 1s ease 0s;
	height:32px;
}
.login_menu a:hover {
	border-bottom:1px solid #22b2e7;
}
.login_menu a.active {
	background:#1E94BC;
}
.li_last {
	margin-right:0 !important;
}
/*=================================== Banner Wrapper ===================================*/
#banner_wrapper {
	margin:0 0 10px;
}
.slider-wrapper {
	border-bottom: 4px solid #24b3e7;
}
/*=================================== Content Wrapper ===================================*/
.about_img, .about_cont_img {
	margin:0 0 12px 12px;
}
.border {
	border-top: 1px solid #d8d8d8;
	margin:20px 0;
}
.area_box {
	background:#2d2d2d;
	border:1px solid #ededed;
	padding:15px;
}
.area_box h1 {
	color:#24b3e7;
	margin:0 !important;
	border:none;
	padding:0;
}
.list_left {
	margin:10px 26px 0 10px;
	padding:0;
	float:left;
}
.list_left li {
	list-style:none;
	background:url(../images/li_arrow.png) left 8px no-repeat;
	padding:0 0 0 20px;
	color:#FFF;
	line-height:24px;
}
.list_rit {
	margin:10px 0 0 26px;
	padding:0;
	float:left;
}
.list_rit li {
	list-style:none;
	background:url(../images/li_arrow.png) left 8px no-repeat;
	padding:0 0 0 20px;
	color:#FFF;
	line-height:24px;
}
.area_box .more {
	color:#FFF !important;
	float:right;
	font-size:14px !important;
}
.area_box .more:hover {
	color:#24b3e7 !important;
}
.product_box {
	background:#24b3e7;
	float:left;
	border:1px solid #ededed;
}
.product_cont {
	float:left;
	padding:15px 15px 0 15px;
	width:284px;
}
.product_cont h1 {
	color:#FFF;
	margin:0 !important;
	border:none;
	padding:0;
}
.product_cont p {
	color:#FFF;
	margin:10px 0 0 !important;
	line-height:24px;
}
.product_cont .more {
	color:#FFF !important;
	float:right;
	margin:20px 0 0;
}
.product_cont .more:hover {
	color:#F3F3F3 !important;
}
.product_img {
	float:left;
}
.product_img > img {
	height:214px !important;
	width:269px;
}
.client {
	border:1px solid #e1e1e1;
	margin:18px 0 0 0;
}
.client h1 {
	color:#2d2d2d;
	padding:4px 0 10px 10px;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
/*=================================== Footer Wrapper ===================================*/
.sticky_footer {
	position:fixed;
	bottom:0;
}
#footer_wrapper {
	background:url(../images/footer_bg.jpg) repeat;
	width:100%;
	margin:20px 0 0;
	padding:25px 0;
}
#footer_wrapper h2 {
	font-family: 'clear_sansregular';
	font-size:19px !important;
	color:#FFF;
	margin:0 0 10px !important;
}
.location {
    margin: 18px 0 0 0;
}

.contact_icon {
	float:left;
	margin:4px 0 0 0;
}
.contact_info {
	color:#FFF;
	line-height:24px;
	margin:0 0 2px 0;
	padding:0 0 0 25px;
}
.phone {
    margin: 0 0 0 0;
}
.phone .contact_icon {
	float:left;
	margin:0 0 0 0;
}
.email {
    margin: 0 0 25px 0;
}
.contact_info a {
	color:#FFF;
	transition:all 1s ease 0s;
}
.contact_info a:hover {
	color:#24b3e7;
}
.useful_list_left {
	margin:10px 50px 20px 0;
	padding:0;
	float:left
}
.useful_list_left li {
	background:url(../images/footer_li_arrow.png) left 8px no-repeat;
	list-style:none;
	padding:0 0 0 20px;
	line-height:24px;
}
.useful_list_left li a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	transition:all 1s ease 0s;
}
.useful_list_left li a:hover {
	color:#24b3e7;
}
.useful_list_rit {
	margin:10px 0 0 50px;
	padding:0;
	float:left;
}
.useful_list_rit li {
	background:url(../images/footer_li_arrow.png) left 8px no-repeat;
	list-style:none;
	padding:0 0 0 20px;
	line-height:24px;
}
.useful_list_rit li a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	transition:all 1s ease 0s;
}
.useful_list_rit li a:hover {
	color:#24b3e7;
}
.socials {
    margin: 58px 0 0;
}
.facebook {
	background:url(../images/facebook_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.facebook:hover {
	background:url(../images/facebook_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
.twitter {
	background:url(../images/twitter_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.twitter:hover {
	background:url(../images/twitter_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
.linked {
	background:url(../images/linked_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.linked:hover {
	background:url(../images/linked_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
.google {
	background:url(../images/google_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.google:hover {
	background:url(../images/google_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
.skype {
	background:url(../images/skype_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.skype:hover {
	background:url(../images/skype_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
.youtube {
	background:url(../images/youtube_icon.jpg) no-repeat scroll center top;
    display: block;
    float: left;
	width:28px;
	height:28px;
	text-indent:-9999px;
    margin: 0 15px 15px 0;
	border:1px solid #2d393c;
    transition: all 0.6s ease 0s;
}

.youtube:hover {
	background:url(../images/youtube_icon_hover.jpg) no-repeat scroll center bottom;
	transition: all 0.6s ease 0s;
	border:1px solid #25a7d6;
}
#footerbtm_wrapper {
	background:#000;
	padding:10px 0;
}
.copy {
	color:#FFF;
	margin:0 !important;
}
/*=================================== About Page  ===================================*/
.sub_banner_wrapper {
	border-bottom: 4px solid #24b3e7;
	margin:0 0 15px;
}
.p_italic {
	font-family: 'robotolight_italic';
	font-size:15px;
	color:#878787;
}
/*=================================== Login Page  ===================================*/
.login_box {
	background:#fcfcfc;
	border:1px solid #e7e7e7;
	padding:30px 20px 20px;
	margin:7% 29%;
}
.login_box_left {
	font-family: 'robotobold';
	color:#3a3a3a;
	width:25%;
	margin:5px 10px 0 0;
	float:left;
	text-align:right;
}
.login_box_right {
	width:63%;
	float:left;
	margin:0 0 15px;
}
.login_box_right a {
	color:#8B8B8B;
	font-size:12px;
	font-family: 'robotolight';
	letter-spacing:0.1px;
}
.login_box_right a:hover {
	color:#24B3E7;
}
.login_box_right p {
	color:#787979;
	font-family: 'robotoregular';
	margin:8px 0 !important;
}
.login_box_right p a {
	color:#1e94bc;
	font-weight:bold;
	letter-spacing:1px;
}
.login_box_right p a:hover {
	color:#24B3E7;
}
.login_box_right input[type="text"], .login_box_right input[type="password"] {
	width:100%;
	border:1px solid #bebebe;
	padding:5px;
	height:28px;
	color:#838383;
	letter-spacing:0.01px;
	font-size:12px;
	margin:0 0 12px;
}
.login_box_right input[type="text"]:hover, .login_box_right input[type="password"]:hover {
	background:#FEFEFE;
}
.loginbtn {
	width:91%;
}
.login_btn {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
}
.login_btn:hover {
	background:#2BA1C9;
}
/*=================================== Timesheet Page  ===================================*/
.time_cal {
	margin:20px 0; 
}
.welcome_box {
	background:#FCFCFC;
	padding:8px;
	border:1px solid #dddddd;
	margin:20px 0;
	height:300px; 
}
.welcome_box h3 {
	background:#1e94bc;
	padding:12px 10px;
	color:#FFF;
	margin:0 0 10px;
	font-size:13px !important;
}
.welcome_list {
	margin:15px 0;
}
.welcome_list a:hover {
	color:#545454 !important;
}
	
.edit_profile {
	background:url(../images/edit_icon.png) 12px center no-repeat;
	padding:9px 10px 9px 40px;
	color:#545454;
	font-family: 'robotobold';
	width:100%;
	display:block;
}
.edit_profile:hover, .edit_profile.active {
	background:#efeded url(../images/edit_icon.png) 12px center no-repeat;
}
.time {
	background:url(../images/time_icon.png) 12px center no-repeat;
	padding:9px 10px 9px 40px;
	color:#545454;
	font-family: 'robotobold';
	width:100%;
	display:block;
}
.time:hover, .time.active {
	background:#efeded url(../images/time_icon.png) 12px center no-repeat;
}
.document {
	background:url(../images/doc_icon.png) 12px center no-repeat;
	padding:9px 10px 9px 40px;
	color:#545454;
	font-family: 'robotobold';
	width:100%;
	display:block;
}
.document:hover, .document.active  {
	background:#efeded url(../images/doc_icon.png) 12px center no-repeat;
}
.signout {
	background:url(../images/signout_icon.png) 12px center no-repeat;
	padding:9px 10px 9px 40px;
	color:#545454;
	font-family: 'robotobold';
	width:100%;
	display:block;
}
.signout:hover, .signout.active {
	background:#efeded url(../images/signout_icon.png) 12px center no-repeat;
}
.print {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:15px 0 0 15px;
}
.print:hover {
	background:#2BA1C9;
	color:#FFF;
}
.profile_form {
	width:62%;
	margin:10px 0;
}
.signup_form {
	width:39%;
	margin:10px 0;
}
.signup_form h3 {
	font-size:20px;
	font-family: 'robotoregular';
	color:#5D5D5C;
}
.form_left {
	float:left;
	width:30%;
}
.form_right {
	float:left;
	width:58%;
	margin-left:35px;
}
.signup_form .form_right {
	margin-bottom:10px;
}
.important, .error_search {
	color:#D30000;
}
.user_error {
    /*margin: 0 0 10px;*/
	color:#D30000;
}
.system_title{color:#D30000;
list-style:none;}
.system_title p{
	color:#D30000;
list-style:none;
padding-left:10px;}
.form_right input[type='text'], .form_right input[type='password']  {
	width:100%;
	border:1px solid #bebebe;
	padding:5px;
	height:30px;
	color:#838383;
	letter-spacing:0.01px;
	font-size:12px;
	margin:0 0 12px;
}
.form_right select {
	width:100%;
	border:1px solid #bebebe;
	padding:5px;
	height:30px;
	color:#838383;
	letter-spacing:0.01px;
	font-size:12px;
	margin:0 0 12px;
}
.form_right textarea {
	width:100%;
	border:1px solid #bebebe;
	padding:5px;
	height:100px;
	color:#838383;
	letter-spacing:0.01px;
	font-size:12px;
	margin:0 0 12px;
}
.submit_div {
    margin: 10px 0 0;
	width:96%;
}
.signup_form .submit_div {
    margin: 10px 0 0;
	width:86%;
}
.submit_btn {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:0 6px 0 0;
}
.submit_btn:hover {
	background:#2BA1C9;
}
.cancel_btn {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:0 6px 0 10px;
}
.cancel_btn:hover {
	background:#2BA1C9;
	color:#FFF;
}
.signup_form .cancel_btn {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:0 0 0 12px;
	width:91px;
}
.signup_form .cancel_btn:hover {
	background:#2BA1C9;
	color:#FFF;
}
.signup_form .submit_btn {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:0 8px 0 0;
}
.signup_form .submit_btn:hover {
	background:#2BA1C9;
}
.add_btn {
	background:#1E94BC;
	height:28px;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:8px 25px 30px;
	transition: all 0.6s ease 0s;
	margin:20px 0 0 !important;
}
.add_btn:hover {
	background:#2BA1C9;
	color:#FFF;
}
.table_div {
	margin:20px 0;
}
.table_div td, .table_div th {
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	border-top:1px solid #DDD;
	padding:10px;
	text-align:left;
}
.table_div th { 
	background:#1E94BC;
	font-family: 'robotoregular';
	font-size:15px;
	color:#FFF;
	font-weight:normal;
}
.welcome_list ul {
	padding:0 0 0 20px;
	margin:0;
}
.welcome_list ul li {
	list-style:none;
}
.welcome_list ul li .document {
	width:100%;
}
.pagination {
	float:right;
	margin:15px 0;
}
.pagination strong {
	color:#FFF;
	background:#24B3E7;
	padding:1px 6px;
}
.pagination a {
	padding:1px 6px;
	margin:0 0 0 2px;
	color:#1E94BC;
	transition: all 0.6s ease 0s;
}
.pagination a:hover {
	color:#FFF;
	background:#1E94BC;
}
.view_form {
	width:45%;
	margin:10px 0;
}
.view_form .form_left {
	float:left;
	width:42%;
	background:url(../images/colon.jpg) right center no-repeat;
	padding:0 15px 0 0;
	font-size:14px;
}
.view_form .form_right {
	float:left;
	width:45%;
	margin:0 0 7px 15px;
}
.view_form .submit_div {
    width: 70%;
}
.view_form .cancel_btn {
	padding:2px 18px 24px;
}
.practice_list .list_left {
	margin:10px 26px 0 0;
}
.practice_list .list_left li {
	color:#5D5D5C;
}
.practice_list .list_rit {
	margin:10px 0 0 26px;
}
.practice_list .list_rit li {
	color:#5D5D5C;
}
.action_icon {
	float:left;
	margin:0 15px 0 0;
}
.system_messages {
	padding:0 0 0 15px;
}
.system_messages li {
	list-style:none;
}
.profile_form h3 {
	font-size:18px;
}
.profile_form .submit_div {
	width:79%;
}
.doc_addform {
	width:50%;
	margin:10px 0;
}
.doc_addform .submit_div {
	width:91%;
}
.doc_addform .user_error {
	margin:0 0 10px 0;
}
.timesheet_prev {
	background:url(../images/timesheet_prev.png) no-repeat;
	width:36px;
	height:36px;
	float:left;
}
.timesheet_next {
	background:url(../images/timesheet_next.png) no-repeat;
	width:36px;
	height:36px;
	float:right;
}
.timesheet_prev:hover, .timesheet_next:hover {
	opacity:0.85;
}
.time_upload {
    width: 52%;
}
#overlay_form > input[type='text'], #overlay_form_edit > input[type='text'] {
    width:100%;
	border:1px solid #bebebe;
	padding:5px;
	height:30px;
	color:#838383;
	letter-spacing:0.01px;
	font-size:12px;
	margin:0 0 12px;
}
#close, #close_edit {
	position:absolute;
	top:-15px;
	right:-15px;
}
#submit {
	background:#1E94BC;
	height:28px;
	border-bottom:5px solid #126e8d;
	float:right;
	border-top:none;
	border-right:none;
	border-left:none;
	color:#FFF;
	font-size:16px;
	padding:4px 25px 25px;
	transition: all 0.6s ease 0s;
	margin:0 0 0 12px;
	width:91px;
}
#submit:hover {
	background:#2BA1C9;
}
.table_list {
	line-height:35px;
	}
	
.clear {
	clear:both;
	}
.job_apply {
	width:80px;
	padding:2px 5px;
	font-size:14px;
	text-align:center;
	display:block;
	background:#1EB1E7;
	color:#fff;
	float:right;
	margin:5px 0;
	border-radius:5px;
	}
.job_details {
	width:100%;
	line-height:30px;
	}
.details_left {
	width:35%;
	float:left;
	font-weight:bold;
	}	
.details_right {
	width:65%;
	float:left;
	}			
/*=================================== Responsive Viewport ===================================*/

@media (min-width : 320px) and (max-width: 480px) {
.logo {
	margin:20px 0 12px !important;
	width:290px;
}
.logo img {
	width:290px;
}
.list_rit, .list_left {
	margin:10px 0 0 10px;
}
.product_img > img {
	margin:10px 0 0;
}
.elastislide-horizontal nav span {
	top:-70% !important;
}
.useful_list_rit {
	margin:18px 0 0;
}
.login_box {
	margin:7% 2%;
}
.form_left, .form_right {
	width:100%;
}
.form_right {
	margin-left:0;
}
.profile_form .submit_div {
    width: 77%;
}
.signup_form .submit_div {
    width: 74%;
}
.login_box_left {
	width:100%;
	text-align:left;
}
.login_box_right {
	width:100%;
}
.doc_addform {
	width:100%;
}
.doc_addform .submit_div {
    width: 77%;
}
.view_form {
	width:100%;
}
.view_form .form_left {
	width:46%;
}
.view_form .form_right {
	width:45%;
}
.view_form .submit_div {
    width: 83%;
}
}

@media (min-width: 480px) and (max-width: 500px) {
.list_rit {
	margin: 10px 0 0 10px;
}
.product_cont {
	width:245px;
}
.product_img > img {
	height:247px !important;
	width:203px !important;
}
.product_cont .more {
	margin:0;
}
.login_box {
	margin:7% 0;
}
.profile_form .submit_div {
    width: 87%;
}
.signup_form .submit_div {
    width: 85%;
}
.doc_addform {
	width:94%;
}
.view_form {
	width:85%;
}
.login_box_left {
	width:27%;
}

}

@media (min-width: 600px) and (max-width: 767px) { 
.product_img > img {
	width:284px !important;
}
.login_box {
	margin:7% 7%;
}
.profile_form .submit_div {
    width: 75%;
}
.signup_form .submit_div {
    width: 74%;
}
.doc_addform {
	width:74%;
}
.view_form {
	width:68%;
}

}

@media (max-width: 660px) {
.job_list {
	line-height:25px;
	width:100%;
	float:left;
	margin-right:0;
	margin-bottom:10px;
	}
.job_inner {
	border:1px solid #CCC;
	padding:5px;
	}	
.job_main {
	width:100%;
	}
.job_left {
	float:left;
	width:35%;
	font-weight:bold;
	}	
.job_right {
	float:left;
	width:65%;
	}	
.product_box {
	margin:20px 0 0;
}
.product_img > img {
	width:288px;
}
.elastislide-carousel ul li {
	margin:0 !important;
}
.socials {
	margin:28px 0 0;
}
.about_cont_img {
	width:100%;
}
.profile_form {
	width:100%;
}
.signup_form {
	width:100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
.job_list {
	line-height:25px;
	width:49%;
	float:left;
	margin-right:1%;
	margin-bottom:10px;
	}
.job_inner {
	border:1px solid #CCC;
	padding:5px;
	}	
.job_main {
	width:100%;
	}
.job_left {
	float:left;
	width:30%;
	font-weight:bold;
	}	
.job_right {
	float:left;
	width:70%;
	}	
.nav {
	margin:0 0 15px !important;
}
.nav > li {
	margin:0 15px !important;
}
.product_box {
	margin:20px 0 0;
}
.product_cont {
	width:428px;
}
.product_img > img {
	width:290px;
}
.elastislide-carousel ul li {
	margin:0 10px !important;
}
.useful_list_left {
	margin:10px 35px 20px 15px;
}
.useful_list_rit {
	margin: 10px 0 0 35px;
}
.socials {
	margin:45px 0 0;
}
.nav > li > .parent {
	background-image:none !important;
}
.login_box {
	margin:7% 20%;
}
.login_box {
    margin: 16% 17%;
}
.profile_form {
	width:84%;
}
.profile_form .submit_div {
    width: 73%;
}
.signup_form {
	width:62%;
}
.doc_addform {
	width:59%;
}
.view_form {
	width:53%;
}
}

@media only screen and (min-width: 1023px) and (max-width: 1100px) {

.nav > li {
    float: left;
	margin:0 9px;
}
.logo {
	margin:0 0 12px;
}
.list_left {
	margin:10px 16px 0 0;
}
.list_left li, .list_rit li {
	padding:0 0 0 14px;
	font-size:12px;
}
.list_rit {
	margin:10px 0 0;
}
.product_cont .more {
	margin:7px 0 0;
}
.product_cont {
	width:251px;
}
.product_img > img {
	height:233px !important;
	width:202px;
}
.elastislide-carousel ul li {
	margin:0 7px !important;
}
.facebook, .twitter, .linked, .google, .skype, .youtube {
	margin: 0 7px 15px 0;
}
.nav > li > .parent {
	background-image:none !important;
}
.login_box {
	margin:7% 24%;
}
.edit_profile, .time, .document, .signout {
	font-size:12px;
}
.profile_form .submit_div {
    width: 90%;
}
.profile_form {
	width:67%;
}
.signup_form {
	width:47%;
}
.doc_addform {
	width:61%;
}
.view_form {
	width:55%;
}
.time_upload {
    width: 63%;
}
.job_list {
	line-height:25px;
	width:32%;
	float:left;
	margin-right:1%;
	margin-bottom:10px;
	}
.job_inner {
	border:1px solid #CCC;
	padding:5px;
	}	
.job_main {
	width:100%;
	}
.job_left {
	float:left;
	width:30%;
	font-weight:bold;
	}	
.job_right {
	float:left;
	width:70%;
	}	
}

@media (min-width: 1200px) { 
.nav > li {
    float: left;
	margin:0 19px;
}
.nav > li > .parent {
	background-image:none !important;
}
.job_list {
	line-height:25px;
	width:32%;
	float:left;
	margin-right:1%;
	margin-bottom:10px;
	}
.job_inner {
	border:1px solid #CCC;
	padding:5px;
	}	
.job_main {
	width:100%;
	}
.job_left {
	float:left;
	width:35%;
	font-weight:bold;
	
	}	
.job_right {
	float:left;
	width:65%;
	}		
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
}

#footer_wrapper a {
    color: #FFFFFF;
}