/* style.min.css */
body {
	margin: 0px;
	padding: 0;
	background-cover: 100%;
	color: #5f5f5f;
	font-family: 'ubuntu' !important;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% auto
}

.clearfix {
	clear: both
}

.form-control {
	border-radius: 0px;
	font-size: 14px
}

.main_container {
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding: 15px;
	width: 100%;
	margin: 30px auto 10px auto;
	position: relative
}

a {
	color:#5bbc2f
}

a:hover {
	color: #333
}

.btn {
	text-transform: uppercase
}

label {
	font-weight: normal
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'ubuntu' !important ;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.inner_header {
	margin-bottom: 30px
}

.inner_header .menu_row {
	position: inherit;
	background: rgba(250, 250, 250, 1);
	border-bottom: 1px solid #f2f2f2
}

.menu_row {
	background: rgba(250, 250, 250, 1);
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1000
}

.menu ul {
	float: right
}

.menu ul li {
	float: left;
	margin-left: 40px;
	margin-top: 20px
}

.menu ul li:last-child {
	margin-top: 20px
}

.menu ul li:last-child a {
	border: 3px solid #5bbc2f;
	padding: 7px 40px;
	color: #5bbc2f
}

.menu ul li:last-child a:hover {
	border: 3px solid #5bbc2f;
	background-color: #5bbc2f;
	color: #fff
}

.menu ul li a {
	color: #333;
	font-size: 15px
}

.menu ul li a:hover {
	color: #000;
	text-decoration: none
}

.parallax-container {
	margin-top: -30px;
	width: 100%
}

.banner {
	background: #f6f6f6;
	border-bottom: 1px solid #d3d2d2;
	margin-top: -100px
}

.country_containt {
	display: table-row-group
}

.banner_containt {
	position: absolute;
	width: 100%;
	top: 16%
}

.country,.state,.town {
	width: 220px;
	float: left
}

.state {
	margin: 0px 30px
}

.country .zelect,.state .zelect,.town .zelect {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	line-height: 40px;
	margin-top: 20px;
	border: 1px solid #fff;
	position: relative;
	background: url(http://phlatbed.com/resources/css/images/sprite.png);
	background-repeat: no-repeat;
	background-position: 98% -20px;
	text-align: left;
	background-color: #ff8800;
	color: #FFFFFF
}

.country .zelected,.state .zelected,.town .zelected {
	padding-left: 10px;
	background-color: #ff8800;
	background-image: url(http://phlatbed.com/resources/css/images/sprite.png);
	background-repeat: no-repeat;
	background-position: 117% 10px;
	position: relative
}

.country .zelected.placeholder,.state .zelected.placeholder,.town .zelected.placeholder
	{
	color: #FFFFFF
}

.country .zelected:hover,.state .zelected:hover,.town .zelected:hover {
	border-color: #c0c4ab;
	box-shadow: inset 0px 5px 8px -6px #dbdece
}

.country .zelect.open,.state .zelect.open,.town .zelect.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.country .dropdown,.state .dropdown,.town .dropdown {
	background-color: white;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 35px;
	z-index: 2;
	padding: 3px 5px 3px 3px
}

.country .dropdown input,.state .dropdown input,.town .dropdown input {
	outline: none;
	font-size: 13px;
	border: 1px solid #f0f0f0;
	color: #999;
	box-sizing: border-box;
	width: 100%;
	padding: 0px 0 0px 10px;
	background-image: url(http://phlatbed.com/resources/css/images/sprite.png);
	background-repeat: no-repeat;
	background-position: 98% -20px;
	line-height: 25px
}

.country .dropdown ol,.state .dropdown ol,.town .dropdown ol {
	padding: 0;
	margin: 3px 0 0 0;
	list-style-type: none;
	max-height: 200px;
	overflow-y: scroll
}

.country .dropdown li,.state .dropdown li,.town .dropdown li {
	padding-left: 10px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 26px;
	color: #666666
}

.country .dropdown li.current,.state .dropdown li.current,.town .dropdown li.current
	{
	background-color: #fdb96c;
	color: #FFFFFF
}

.country .dropdown .no-results,.state .dropdown .no-results,.town .dropdown .no-results
	{
	margin-left: 10px;
	color: #999
}

.banner_containt h1 {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 700
}

.home_search {
	width: 100%;
	padding: 30px 0px
}

.select_row li {
	float: left;
	margin-right: 3%;
	width: 17%
}

.select_row li:last-child {
	margin-right: 0px
}

.radio_row {
	margin: auto;
	width: 350px;
	padding: 15px 0px
}

.radio_row li {
	width: 33%;
	float: left
}

input[type="radio"] {
	position: relative;
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	margin-bottom: -12px;
	margin-right: 5px;
	vertical-align: top;
	webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
	border: 1px solid #ccc;
	border-radius: 100%
}

input[type="radio"]:focus {
	outline: none
}

input[type="radio"]:checked:before {
	content: "";
	font-family: 'ubuntu' !important ;
	position: absolute;
	font-size: 14px;
	text-align: center;
	height: 10px;
	left: 2px;
	width: 10px;
	background: #ffc926;
	top: 2px;
	border-radius: 100px
}

.radio_label span {
	top: 2px;
	position: relative
}

.row_btn {
	width: 200px;
	margin: 0px auto 0px auto;
	padding-top: 15px
}

.home_section {
	text-align: center;
	background-color: #FFFFFF;
	padding: 50px 0px;
	margin-top: 20px
}

.home_section_category {
	padding-top: 30px;
	background-color: #FFFFFF
}

.table-responsive thead {
	background: #f1efe1
}

.table-responsive table {
	background: #fff
}

.home_section_category .table>tbody>tr>td,.home_section_category .table>tbody>tr>th,.home_section_category .table>tfoot>tr>td,.home_section_category .table>tfoot>tr>th,.home_section_category .table>thead>tr>td,.home_section_category .table>thead>tr>th,.job_id .table>thead>tr>td,.job_id .table>thead>tr>th
	{
	text-align: center
}

.home_section_category .table>tbody>tr>td {
	color: #a7a5a5;
	font-size: 12px
}

.table>thead>tr>th {
	border-bottom: 0px;
	font-size: 14px
}

.home_section_category .table-striped tbody>tr:nth-child(odd)>td,.job_id .table-striped tbody>tr:nth-child(odd)>td,.job_id .table-striped tbody>tr:nth-child(odd)>th,.home_section_category .table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #fff
}

.home_section_category .table-striped tbody>tr:nth-child(even)>td {
	background-color: #f4f4f4
}

.md-trigger {
	cursor: pointer
}

.md-perspective,.md-perspective body {
	height: 100%
}

.md-modal {
	position: fixed;
	top: 15%;
	left: 25%;
	width: 50%;
	height: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0
}

.md-show {
	visibility: visible;
	z-index: 100005;
	opacity: 1
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100002
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible
}

.md-content {
	color: #969695;
	background: #fff;
	position: relative;
	margin: 0 auto;
	border: 1px solid #b2b2b2
}

.md-content h3 {
	margin: 0;
	padding: 10px 15px;
	font-size: 25px;
	font-weight: 300;
	background: #fbfbfb;
	color: #898988;
	border-bottom: 1px solid #d3d2d2
}

.md-content h4 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	position: relative
}

.md-content h4 span {
	position: absolute;
	width: 33px;
	height: 24px;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	left: 44%;
	text-align: center;
	padding-top: 3px;
	bottom: -12px
}

.md-content>div {
	padding: 15px;
	margin: 0;
	font-weight: 300
}

.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px
}

.md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.md-show .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1
}

.md-close {
	float: right;
	cursor: pointer
}

.md-close:hover {
	float: right;
	cursor: pointer;
	color: #5bbc2f
}

.confirmatoin {
	left: 30%;
	width: 40%
}

.footer {
	background-color: #878585;
	padding: 10px 0px;
	margin-top: 30px;
	color: #FFFFFF
}

.footer a {
	color: #FFFFFF
}

.footer p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #FFFFFF
}

.footer ul {
	margin-bottom: 20px;
	margin-top: 15px
}

.footer ul li {
	display: inline-block;
	margin-right: 15px
}

.datepicker {
	left: 674px
}

.table-condensed {
	width: 220px
}

.datepicker-switch {
	text-align: center
}

.table-condensed thead tr:first-child {
	background-color: #2d3e4f
}

.table-condensed thead th {
	color: #FFFFFF;
	font-size: 13px;
	padding: 10px 7px
}

.table-condensed thead th.prev,.table-condensed thead th.next {
	cursor: pointer;
	text-align: center
}

.table-condensed thead th.prev {
	border-right: 1px solid #3f5368
}

.table-condensed thead th.prev:hover {
	border-right: 1px solid #3f5368;
	background-color: #41576d
}

.table-condensed thead th.next {
	border-left: 1px solid #3f5368
}

.table-condensed thead th.next:hover {
	border-left: 1px solid #3f5368;
	background-color: #41576d
}

.table-condensed thead tr:last-child {
	border-bottom: 1px solid #dcdddd
}

.table-condensed thead tr:last-child th {
	color: #ed5f39;
	font-size: 13px;
	padding: 7px 7px;
	text-align: center !important
}

.day {
	text-align: center;
	padding: 7px 7px !important;
	border-bottom: 1px solid #dcdddd;
	font-size: 12px;
	border-right: 1px solid #dcdddd;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.5s
}

.day {
	text-align: center;
	padding: 7px 7px !important;
	border-bottom: 1px solid #dcdddd;
	border-right: 1px solid #dcdddd
}

.day:hover {
	background-color: #ed5f39;
	color: #FFFFFF
}

.old {
	color: #CCCCCC
}

.new {
	color: #ed5f39
}

.table-condensed td.active {
	background-color: #ed5f39;
	color: #FFFFFF
}

.table-condensed td.active:hover {
	background-color: #333;
	color: #FFFFFF
}

.table th,.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd
}

.table th {
	font-weight: bold
}

.table thead th {
	vertical-align: bottom
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td
	{
	border-top: 0
}

.table tbody+tbody {
	border-top: 2px solid #dddddd
}

.table .table {
	background-color: #ffffff
}

.table-condensed th,.table-condensed td {
	padding: 4px 5px
}

.table-bordered th,.table-bordered td {
	border-left: 1px solid #dddddd
}

.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9
}

.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th {
	background-color: #f5f5f5
}

table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]
	{
	display: table-cell;
	float: none;
	margin-left: 0
}

.table td.span1,.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0
}

.table td.span2,.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0
}

.table td.span3,.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0
}

.table td.span4,.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0
}

.table td.span5,.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0
}

.table td.span6,.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0
}

.table td.span7,.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0
}

.table td.span8,.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0
}

.table td.span9,.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0
}

.table td.span10,.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0
}

.table td.span11,.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0
}

.table td.span12,.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0
}

.table tbody tr.success>td {
	background-color: #dff0d8
}

.table tbody tr.error>td {
	background-color: #f2dede
}

.table tbody tr.warning>td {
	background-color: #fcf8e3
}

.table tbody tr.info>td {
	background-color: #d9edf7
}

.table-hover tbody tr.success:hover>td {
	background-color: #d0e9c6
}

.table-hover tbody tr.error:hover>td {
	background-color: #ebcccc
}

.table-hover tbody tr.warning:hover>td {
	background-color: #faf2cc
}

.table-hover tbody tr.info:hover>td {
	background-color: #c4e3f3
}

.dropup,.dropdown {
	position: relative
}

.dropdown-toggle {
	*margin-bottom: -3px
}

.dropdown-toggle:active,.open .dropdown-toggle {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #ffffff;
	padding: 0px
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 9px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff0077b3', GradientType=0)
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
	{
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',
		endColorstr='#ff0077b3', GradientType=0)
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
	{
	color: #999999
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: default;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open {
	*z-index: 1000
}

.open>.dropdown-menu {
	display: block
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #cccccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " "
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff
}

.dropdown-submenu.pull-left {
	float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
	padding-right: 20px;
	padding-left: 20px
}

.white_bg2 {
	background-color: #FFFFFF
}

.sign_mane {
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding: 15px;
	width: 60%;
	margin: 30px auto 10px auto
}

.sign_mane h1 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	position: relative
}

.sign_mane h1 span {
	position: absolute;
	width: 33px;
	height: 24px;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	left: 44%;
	text-align: center;
	padding-top: 3px;
	bottom: -12px
}

input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	margin-bottom: -12px;
	margin-right: 5px;
	vertical-align: top;
	webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
	border: 1px solid #ccc
}

input[type="checkbox"]:checked:before {
	content: "\2713";
	position: absolute;
	font-size: 12px;
	text-align: center;
	width: 13px;
	color: #5bbc2f;
	top: -2px
}

.checkbox_label span {
	top: 1px;
	position: relative
}

.login_btn_row li {
	margin-bottom: 15px
}

.login_btn_row li a {
	font-size: 14px;
	color: #FFFFFF;
	display: block
}

.login_btn_row li a:hover {
	text-decoration: none
}

.login_btn_row li a i {
	font-size: 18px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 11px;
	margin-right: 10px
}

.facebook {
	background-color: #3d5d94
}

.facebook i {
	background-color: #354e87
}

.login_btn_row li .facebook:hover {
	background-color: #354e87
}

.login_btn_row li .facebook:hover i {
	background-color: #3d5d94
}

.google-plus {
	background-color: #dc4c35
}

.google-plus i {
	background-color: #ce3e24
}

.login_btn_row li .google-plus:hover {
	background-color: #ce3e24
}

.login_btn_row li .google-plus:hover i {
	background-color: #dc4c35
}

.job_id {
	border: 1px solid #c9c9c9;
	background: #f6f6f6;
	padding: 30px 40px;
	width: 600px;
	margin: auto;
	min-height: 470px;
	margin-bottom: 50px
}

.job_id_view {
	line-height: 75px;
	color: #FFFFFF;
	text-align: center;
	width: 300px;
	font-size: 17px;
	font-weight: 400;
	background-color: #ff8800;
	margin-bottom: 40px
}

.job_frofile {
	padding: 30px;
	width: 700px;
	margin-bottom: 30px
}

.img-rounded {
	border-radius: 0px;
	border: 1px solid #ddd;
	max-width: 100%
}

.job_frofile li {
	border-bottom: 1px solid #ddd;
	line-height: 35px
}

.job_frofile li span {
	font-weight: bold;
	color: #333333;
	width: 100px;
	display: -webkit-inline-box
}

.job_frofile_info {
	margin-bottom: 30px;
	display: block
}

.about_frofile {
	background: #f6f6f6;
	padding: 30px 0px 50px 0px
}

.about_frofile h1 {
	font-size: 40px;
	font-weight: 200;
	font-family: 'ubuntu' !important ;
	margin-bottom: 20px
}

.about_frofile img {
	border: 4px solid #fff
}

.about_frofile p {
	width: 700px
}

p {
	line-height: 22px;
	color: black;
}

.comment {
	margin-top: 10px
}

.comment h3 {
	background: #adacac;
	font-size: 25px;
	font-weight: 200;
	padding: 7px 15px;
	color: #FFFFFF;
	margin-bottom: 0px
}

.comment_containt {
	border: 1px solid #dddcdc
}

.comment_containt .row {
	border-bottom: 1px solid #dddcdc;
	margin: 0px
}

.comment_containt .row div:last-child {
	border-left: 1px solid #dddcdc;
	margin: 0px;
	width: 88%
}

.comment_containt .row div:first-child {
	width: 12%
}

.comment_containt span {
	float: right;
	padding-bottom: 7px;
	color: #ff8800;
	font-size: 12px
}

.comment_containt p {
	margin-top: 0px;
	margin-bottom: 0px
}

.comment_containt h4 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px
}

.confirmatoin li {
	line-height: 35px
}

.confirmatoin li span {
	font-weight: bold;
	color: #333333;
	width: 100px;
	display: -webkit-inline-box
}

.confirmatoin_info {
	padding: 30px 15px;
	text-align: center;
	color: #FFFFFF;
	background: #f9a84b;
	margin: 30px 0px
}

.confirmatoin li.phone {
	color: #5bbc2f
}

.containt h1 {
	margin-top: 0px;
	font-size: 30px
}

.containt h2 {
	font-size: 25px
}

.edifrofile {
	margin-top: -31px;
	border: 1px solid #f2f2f2
}

.left_sidebar .section {
	margin-bottom: 10px
}

.left_sidebar .section ul li {
	border-bottom: 5px solid #FFFFFF;
	display: block;
	line-height: 30px
}

.left_sidebar .section ul li a {
	color: #878585;
	text-transform: uppercase;
	font-size: 13px
}

.left_sidebar .section ul li a:hover,.left_sidebar .section ul li a.active
	{
	color: #333;
	text-decoration: none
}

.left_sidebar .section ul li a.active {
	font-weight: bold
}

.left_sidebar img {
	margin-bottom: 10px
}

.center_sidebar {
	border-left: 2px solid #f2f2f2;
	min-height: 400px;
	padding: 0px 15px;
	min-height: 500px
}

.center_sidebar h1 {
	font-size: 28px;
	margin: 0px;
	color: #ff8800;
	margin-bottom: 10px
}

.center_sidebar h2 {
	font-size: 22px;
	margin: 0px;
	color: #ff8800;
	margin-bottom: 10px;
/* 	border-top: 1px solid #f2f2f2; */
	margin-top: 20px;
	padding-top: 10px
}

.center_sidebar h1 .edit {
	padding: 3px 10px
}

.center_sidebar .section span .edit {
	float: inherit;
	margin-left: 30px
}

.edit {
	float: right;
	font-size: 11px;
	background: #5bbc2f;
	color: #FFFFFF;
	padding: 2px 10px;
	border-radius: 4px
}

.right_sidebar .section {
	border: 1px solid #f2f2f2;
	padding: 0px 15px;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.right_sidebar .section h4 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px
}

.right_sidebar .section div {
	line-height: 21px;
	font-size: 14px
}

.count {
	text-align: right
}

.count a {
	color: #5f5f5f
}

.time_count {
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.time_count span {
	font-weight: normal
}

.post_job {
	margin: 10px 0px;
	text-align: center
}

.post_job a {
	background-color: #ff8800;
	padding: 4px 0px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase
}

.post_job a:hover {
	background-color: #5bbc2f;
	text-decoration: none !important
}

.post_job a.active {
	background-color: #5bbc2f;
	text-decoration: none !important
}

.history_search_bar {
	background: #fbfbfb;
	border: 1px solid #f2f2f2;
	padding: 10px;
	margin-bottom: 20px
}

.history_search_bar strong {
	padding-top: 10px;
	display: block
}

.history_search_section ul li {
	border: 1px solid #f2f2f2;
	padding: 10px;
	margin-top: -1px
}

.history_search_section ul li:hover {
	background-color: #fdfffd
}

.history_search_section ul li h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'ubuntu' !important ;
	margin-bottom: 6px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px
}

.history_search_section ul li div {
	padding-bottom: 5px
}

.history_search_section ul li div span {
	padding: 0px 10px
}

.history_search_section ul li div span:first-child {
	padding-left: 0px
}

.history_search_section ul li div span:last-child {
	color: #5bbc2f
}

.history_search_section .rating {
	margin: 5px 0px
}

.history_search_section .rating img {
	margin-left: 5px
}

.history_search_section .request {
	float: right
}

.history_search_section .request a {
	border: 1px solid #5bbc2f;
	padding: 3px 10px;
	font-size: 12px
}

.history_search_section .request a:hover {
	border: 1px solid #ff8800;
	color: #ff8800;
	text-decoration: none
}

.center_sidebar .home_section_category {
	padding-top: 0px
}

.center_sidebar .home_section_category .table-striped td a:hover {
	text-decoration: none;
	color: #ff8800
}

.closed {
	color: #CCCCCC
}

.btn:focus {
	outline: none !important
}

.mobile_menu {
	display: none
}

.btn-info,.btn-defoult {
	border-radius: 0px
}

.btn-defoult {
	border: 1px solid #f2f2f2;
	background: #fbfbfb
}

.job_request {
	margin: 0;
	padding: 10px 15px;
	font-size: 25px;
	font-weight: 300;
	background: #fbfbfb;
	color: #898988;
	border-bottom: 0px solid #d3d2d2;
	border: 1px solid #d3d2d2
}

.request .btn-defoult {
	margin-left: 10px
}

@media ( max-width : 1024px) {
	.banner {
		margin-top: -20px
	}
	.sign_mane {
		width: 80%
	}
	.comment_containt img {
		max-width: 100%;
		height: auto
	}
}

@media ( max-width : 768px) {
	.header {
		background-color: #FFFFFF
	}
	body {
		background-image: url(../../images/banner.jpg);
		/* padding-top: 100px */
	}
	.parallax-mirror,.parallax-container {
		display: none
	}
	.mobile_menu {
		display: block;
		color: #FFFFFF;
		color: #FFFFFF;
		font-size: 20px;
		display: block;
		cursor: pointer
	}
	.ul_menu {
		display: none;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 10000;
		left: 0px;
		background: #52a32d
	}
	.menu_row {
		position: inherit;
		background-color: #fff
	}
	.logo {
		display: block;
		text-align: center
	}
	.menu {
		background: #60be35;
		padding: 10px 15px;
		height: 40px
	}
	.menu ul {
		float: none
	}
	.menu ul li {
		float: none;
		margin-left: 0px;
		padding-left: 15px;
		border-bottom: 1px solid #fff;
		margin-top: 0px;
		display: block
	}
	.menu ul li a {
		color: #FFFFFF;
		line-height: 25px;
		display: block;
		padding: 7px 0px
	}
	.menu ul li:last-child {
		margin-top: 0px
	}
	.menu ul li:last-child a {
		border: 0px solid #5bbc2f;
		color: #FFFFFF;
		line-height: 25px;
		display: block;
		padding: 7px 0px
	}
	.menu ul li:hover {
		color: #FFFFFF;
		border-bottom: 1px solid #60be35
	}
	.menu ul li:last-child a:hover,.menu ul li a:hover {
		border: 0px solid #5bbc2f;
		color: #FFFFFF;
		background-color: transparent
	}
	.social_login ul {
		width: 90%;
		margin: 30px auto 20px auto
	}
	.footer ul li {
		margin-bottom: 10px
	}
	.md-modal {
		top: 5%;
		left: 25%;
		position: fixed;
		height: 90%;
		overflow: auto
	}
	.confirmatoin {
		width: 50%
	}
	.country,.state,.town {
		width: 250;
		float: inherit
	}
	.town {
		margin-bottom: 50px
	}
	.state {
		margin: 0px
	}
	.banner_containt {
		top: 0%;
		position: inherit
	}
	.banner_containt h1 {
		color: #666666
	}
}

@media ( max-width : 610px) {
	.radio_row {
		width: 100%
	}
	.select_row li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px
	}
	.row_btn {
		width: 100%
	}
	.banner {
		margin-top: 0px
	}
	.job_id {
		width: 90%
	}
	.about_frofile p {
		width: 100%
	}
	.profile_pic {
		text-align: center;
		margin-bottom: 20px
	}
	.job_frofile_info img {
		margin-bottom: 15px
	}
	.comment_containt .row div {
		width: 100% !important;
		border-left: 0px !important;
		text-align: center;
		display: block
	}
}

@media ( max-width : 480px) {
	.social_login ul {
		width: 100%
	}
	.md-modal {
		top: 5%;
		left: 5%;
		width: 90%
	}
}

@media ( max-width : 360px) {
	.home_section_category .smalldevice {
		width: 100% !important
	}
	.sign_mane {
		width: 100%
	}
	.banner_containt h1 {
		font-size: 50px
	}
	.radio_row li {
		width: 100%;
		margin-bottom: 10px
	}
	.job_id {
		width: 100%;
		padding: 15px
	}
	.job_id_view {
		width: 100%
	}
}

@media ( max-width : 320px) {
	.md-modal {
		top: 5%;
		left: 0%;
		width: 100%
	}
}

@media ( max-width : 240px) {
	.banner_containt h1 {
		font-size: 40px
	}
	.login_btn_row li a {
		font-size: 12px
	}
	body {
		padding-top: 75px
	}
}