/*
	Theme Name: JPS
	Theme URI: http://ontopseo.com.au/
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Ontopseo
	Author URI: http://ontopseo.com.au/
	Tags: Blank, HTML5, CSS3
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
.nav ul{margin: 0;padding: 0;list-style-type: none;float:right;}
.nav ul li{display: inline-block;float: left;margin-left:45px;}
.nav ul li a{font-family: 'Lato', sans-serif;font-size:18px;font-weight:700;color:#166d9d;line-height:102px;}
.nav ul li a:hover,
.nav ul li a:focus{color:#de1f26;text-decoration:none;}
.nav ul li.current-menu-item a{color:#de1f26;}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/** LATO SEMI BOLD */
@font-face {
  font-family: 'latosemibold';
  src: url('Lato-Semibold.woff') format('woff'),
       url('Lato-Semibold.ttf') format('truetype'),
       url('Lato-Semibold.svg#latosemibold') format('svg'),
       url('lato-semibold.eot')
       url('lato-semibold.woff2') format('woff2')
       url('lato-semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/** LATO HEAVY */
@font-face {
  font-family: 'latoheavy';
  src: url('Lato-Semibold.woff') format('woff'),
       url('Lato-Semibold.ttf') format('truetype'),
       url('Lato-Semibold.svg#latosemibold') format('svg'),
       url('lato-semibold.eot')
       url('lato-semibold.woff2') format('woff2')
       url('lato-semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri.woff') format('woff'), url('fonts/Calibri.ttf')  format('truetype'), url('fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*** Custom CSS Starts ***/
/*** General ***/
body{font-family: 'Calibri';font-size:18px;line-height:26px;font-weight:normal;color:#6d7275;}

/*** Header ***/
.top-strip{background-color: #166d9d;color: #fff;line-height: 50px;}
.top-strip a{color: #fff;}
.top-strip a:hover{color: #fff;text-decoration:none;}
.top-strip i.fa-phone{color: #869fad;font-size: 18px;position: relative;top: 3px;margin-right: 8px;}

.top-strip .contact span{margin-right: 8px;}
.top-strip .contact span.phone_no_span{margin-right:2px;}
.top-strip .right-sec{float: right;}
.top-strip .right-sec .social-links{float: left;}
.top-strip .right-sec .social-links i{color: #869fad;margin-right: 15px;}
.top-strip .right-sec .social-links a i:hover{color:#FFF;}
.top-strip .right-sec .login{display: inline-block;margin-left:35px;}
.top-strip .right-sec .login img{vertical-align:middle;margin-right: 8px;}
.logo{margin-top:15px;}
div.wpcf7-mail-sent-ok {
    background-color: #398f14 !important;
}
.wpcf7-dynamictext {display:none !important;}
/*** Footer ***/
.btm-sec{background: #222431;color: #fff;padding:45px 0;}
.btm-sec .social-links{text-align:center;}
.btm-sec .social-links a{color:#fff;font-size:18px;margin-right:15px;}
.btm-sec .social-links a.facebook:hover{color:#3b5998}
.btm-sec .social-links a.twitter:hover{color:#55acee}
.btm-sec .social-links a.google:hover{color:#dd4b39}
.btm-sec .social-links a.rss:hover{color:#ff6600;}
.siteby-txt{text-align:right;}
.siteby-txt a{color:#FFF;}
.top-sec {background:#21709b;color:#fff;padding-top:50px;}
.rch-txt{font-family: 'Lato', sans-serif;font-size: 18px;font-weight: 700;text-align: center;margin-bottom:40px;}
.top-sec .addrss-cntnr{font-size: 14px;}
.top-sec .addrss-cntnr h3{font-size: 18px;font-family: 'Lato', sans-serif;font-weight: 700;text-decoration: underline;line-height: 34px;margin-bottom:35px;}
.addrss-col{border-right:1px solid #165e85;}
.addrss-col:last-child{border-right:0px solid #165e85;}
/* .addrss-col:last-child .addrss-cntnr{display: inline-block;width: 85%;float: right;} */
.pl-0{padding-left:0 !important;}
.top-sec .addrss-cntnr p {margin-bottom:0;}
.top-sec .addrss-cntnr label{margin-right:5px;}
.top-sec .addrss-cntnr a{color:#fff;}
.top-sec .addrss-cntnr a:hover,
.top-sec .addrss-cntnr a:focus{color:#fff;text-decoration:none;}
.eml-txt{text-align: center;font-size: 18px;font-weight: 700;}
.gnrlMail{margin-top: 70px;}
.gnrlFax {margin-bottom: 40px;}
.eml-txt a{color:#fff;}
.eml-txt a:hover,
.eml-txt a:focus{color:#fff;text-decoration:none;}
.flw-ttl{text-align: center;font-size: 18px;font-weight: 700;margin-bottom: 25px;}
.flw-img{margin-bottom:-10px;}
.footer  { float: left; width: 100%; margin-top:60px; }

/*Subscribe Section*/
.subscribe_section { position: relative; text-align: center; padding: 71px 0px 20px; }
.subscribe_section .overlay  { background: #171718; position: absolute; top:0; bottom:0; left:0; right:0;	opacity:0.85; }
.subscribe_section .heading { position: relative; }
.subscribe_section .jps-headingh2, .subscribe_section .jps-subheadingh3 { color: #fff; }
.subscribe_section .jps-subheadingh3 { font-family: 'Lora'; width: 52%; font-size: 16px; }
.subscribe_section .border-bottom { border-bottom: 1px solid #FFF !important;  bottom: -25px; }
.subscribe_section .border-bottom:after { border: 1px solid #171718; }
.subscriptionform { padding-top: 81px; }
.subscriptionform input[type="email"] { height: 51px; width: 356px; }
.subscriptionform button { box-shadow: inset 0 0 0 0 #ffffff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s; height: 51px; width: 165px; background: #de1f26; color: #fff; border: 1px solid #de1f26; font-size: 16px; font-family: 'Lato'; margin-left: 11px; }
.subscriptionform button:hover {background-color: #de1f26; color: #de1f26;  border: 1px solid #de1f26;  box-shadow: inset 200px 0 0 0 #ffffff; }
.fileUpload span { font-size: 18px; font-family: Lato; }
.fileUpload { position: relative; overflow: hidden; margin-top: 48px; color: #ffffff; }
.fileUpload:hover { color: #ffffff; }
.fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
.flw-ttl a {text-align: center;font-size: 18px;font-weight: 700;margin-bottom: 25px;color:#FFF;}

.client_and_candidate_says_section {float: left; width: 100%;padding:40px 0px;position:relative;}
.client_and_candidate_says_section .overlay {top:0px;height:100%;position:absolute;right:0px;width:50%;background-color:#f0faff;}
.client_and_candidate_says_section  .slick-next {right:0px;}
.client_and_candidate_says_section  .slick-prev {left:0px;}
.client_and_candidate_says_section  .candidatesays .slick-arrow {top:45.5%;}
.client_and_candidate_says_section  .slick-slide {margin-bottom:0px;}
.client_and_candidate_says_section .testimonial_description {border: 1px solid #ccc;max-width: 80%;float: none;margin: 0px auto;padding: 18px;border-radius: 13px;}
/*Client Section*/
.jobcategory-row .first{display:none !important;}
.clientsays_section { float: left; width: 100%; }
.client_says_section { padding-top: 60px; padding-bottom: 25px; }
.testimonial_image {width:120px;height:120px;margin:0px auto;border-radius:100%;border:1px solid #21709b}
.testimonial_image img { margin: 0 auto; visibility:hidden; }
.slick-slide { margin-top: 64px; margin-bottom: 50px; }
.candidate_say_section { background: #f0faff; }
.testimonial_description { color: #6d7275; font-size: 18px; line-height: 26px; font-family: 'Calibri';	}
.testimonial_image { margin: 0px auto 30px;width: 110px;border-radius: 100%;border: 1px solid #21709b;height: 110px;background-position: center;background-size:75%;background-repeat:no-repeat;}
.testimonial_name { font-family: 'Yesteryear', cursive; color: #6d7275; font-size: 30px; }
.testimonial_desig_locat { font-family: 'Calibri'; font-size: 16px; color: #21709b; }
.clientsays .testimonial_image img { border: 1px solid #21709b; border-radius: 100%;visibility:hidden;height:110px; }
.candidate_say_section .testimonial_image img { border: 1px solid #4a5bba; border-radius: 100%; }
.testimonial_name { padding-top: 16px; padding-bottom: 15px; }
.candidate_say_section { padding-top: 60px; padding-bottom: 25px; }
.candidate_say_section .slick-arrow {top:43.6%;}
.slick-prev { background: url(img/leftarrow.png) no-repeat !important; }
.slick-next { background: url(img/rightarrow.png) no-repeat !important; }
.slick-prev, .slick-next { height: 41px !important; width: 41px !important; z-index: 1; }
.slick-prev:before, .slick-next:before { font-size: 0px !important; }
.testimonial_description { background: url(img/testimobg.png) no-repeat; background-position: center; padding-top: 20px; padding-left: 6.5%; padding-right: 6.5%; padding-bottom: 20px; }
.slick-slide { outline: none; }
.btn-jobsearch, .btn-reg { border: none; }
.tp-leftarrow.tparrows { background: url(img/leftsliderarrow.png) no-repeat; width: 54px; height: 56px; }
.tp-rightarrow.tparrows { background: url(img/rightsliderarrow.png) no-repeat; width: 54px; height: 56px; }
.tparrows.tp-leftarrow:before { font-size: 0px; }
.tparrows.tp-rightarrow:before { font-size: 0px; }
.clientlist article {  padding: 1em; margin-bottom: 1.1em;}
.clientlist { padding-left: 10px; padding-right: 10px; }
.clientlist article p { line-height: 27px; }
.clientlist .clientname { font-weight: bold; color: #166d9d; }
.clientlist .fa { width: 100%; color: #de1f26; }
.clientlist .view-article { color: #166d9d; }
.clientlist .view-article:hover { text-decoration: none; }

.tp-revslider-mainul .tp-caption {background-color:rgba(0,0,0,0.9) !important;padding:20px !important;}
.tp-revslider-mainul .tp-caption h3 {margin:0px;color:#FFF;font-size:30px !important;}
/*Default Page*/
.single h1 a { color: #166d9d; }
.error-page { text-align: center; float: left; width: 100%; }
.error-page h3 { font-size: 250px; line-height: 180px; font-weight: bold; color: #166d9d; }
.error-page .search-input {border-radius: 0;color: #767676;font-family: "Lato";font-size: 16px;font-weight: 300;width: 100%;margin-right: 10px;padding: 12px;height: auto;background-color: #FFF;border: 1px solid #166d9d;}
.error-page form { margin: 50px auto; max-width: 500px;}
.search-submit {padding: 12px; border: 2px solid #166d9d; background: #166d9d;}
#mysticky-nav{background-color:#f1f4f5 !important;}
.jpsform-fiedlsrow .dropdown-header {color: #777 !important;}

/* Style wrapping span as button */
span.wpcf7-form-control-wrap.DropFileHere {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #de1f26;
    background: linear-gradient(to bottom, #de1f26 0%,#de1f26 44%,#de1f26 100%);
    color: #FFF;
    overflow:hidden;
	padding:10px 0px;
	font-size:16px;
	top: 4px;
    left: 0px;

}

.uploadforms .wpcf7-response-output{float:none !important; margin: 30px auto 0px auto !important;display: inline-block !important;}

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
input.wpcf7-form-control.wpcf7-file {
    position: absolute;
    width: 1500px;
    height: 1000px;
    right: 0;
    bottom: 0;
    outline: none !important;
}

/* Add button text */
.wpcf7-file:before {
    content: "Upload CV";
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 16px;
}

/*** Media Queries ***/
@media (max-width:1250px) {
	.slick-prev { left: 0px !important; }
	.slick-next { right: 0px !important; }
}
@media (max-width:1199px) {

	/*** Header ***/
	.nav ul li{margin-left:30px;}

	/*Banner*/
	.jps-banner .jps-jpbform { position: relative; }
	.jpsform-fiedlsrow .form-row { width: 33.3%; max-width: inherit; }
	.jpsform-fiedlsrow .form-row:nth-child(3) { padding-right: 0px; }
	.jpsform-fiedlsrow .form-row.submit-row { max-width: inherit; text-align: center; margin-top: 20px;}
	.jpsform-fiedlsrow .form-row.submit-row button { float: none; }
	.jpsform-fiedlsrow { margin-bottom: 0px; }
	.testimonial_description {line-height:26px;}
	.client_and_candidate_says_section .candidatesays .slick-arrow {top: 42.5%;}
	.client_and_candidate_says_section .jps-headingh2{font-size: 28px;}
 }
 @media (max-width:998px) {
	 .content_item1, .content_item3 {border-right:0px;}
	 .content_item3, .content_item4{border-top:0px;}
	 .content_item  {border-bottom:1px dashed rgba(0,0,0,0.2);}
	 .content_information{min-height:auto;}
	 .content_items .inneritem{margin:20px auto;}
	 .uploadform{overflow:visible;}
	 .uploadform  .form-group{float:left;width:100%;}
	 .uploadform  .btn-redborder{float:none;}
	 /** JOB SIDE BUTTONS **/
	.jpsbanner-buttons .btn-red:after{left:71px;top:26px}
	.jpsbanner-buttons .btn-red:before{right:71px;top:27px}
	.jpsbanner-buttons .btn-red .text{padding: 4px 0px;font-size: 14px;position: relative;top: 18px;}
	.jpsbanner-buttons .btn-grey:after{bottom: -6px;left: -32px;}
	.jpsbanner-buttons .btn-grey .text{padding: 4px 0px;color: #FFF;padding-right: 36px;font-size: 14px;}
	.jpsbanner-buttons .btn-grey{position: relative;right:0px;top:18px;}
	.jpsbanner-buttons {right:-60px;top:300px;}
 }
@media (max-width:991px) {

	/*** Header ***/
	.nav ul li{margin-left:10px;}
	 #mysticky-nav  .nav ul li { margin-left:40px; }
	 #mysticky-nav  .nav ul li:nth-child(1){margin-left:0px;}
	.nav ul li a{font-size:16px;}

	/*Sidebar*/
	.sidebar { float:left; width: 100%; }

	/*** Footer ***/
	.sm-pl-0{padding-left:0;}

	/*Contact Form*/
	.contact-temp .form-group.pull-right { width: 50%; }
	.contact-temp .form-group.pull-left { width: 50%; }
	.client_and_candidate_says_section .candidatesitem {margin-top:40px;background-color: #f0faff;padding-top:30px;padding-bottom:30px;}
	.client_and_candidate_says_section .overlay{display:none;}
	.client_and_candidate_says_section {padding-bottom:0px;}
	.content-section ,.recent_jobs_section{padding:40px 0px;}
	.uploadform  .btn-redborder{margin-top:30px;}
}
@media (max-width:890px) {
	/*Bannerform*/
	.jps-jpbform.container { padding-left: 15px; padding-right: 15px; }
	.content_items.list  .content_informationsection{width:80%;}
	 #mysticky-nav  .nav ul li { margin-left:30px; }
	 .job_catitem  .inneritem{padding-top:35px;}
}
@media (min-width:768px) {
	/*Default Css*/
	.container { width: 100%; }




}
@media (max-width:767px) {

	/*** Header ***/
	.top-strip .row > div{text-align:center;}
	.top-strip .right-sec{float: left;display: inline-block;width: 100%;}
	.top-strip .right-sec .login{margin-left: 0px;float: left;}
    /*.nav{display:none;}*/
    .jpswidthbg.jpscontent-section .jps-left.employercontrolpanel{padding:0px 15px 30px;}
	.jpsform-tabs .nav-tabs{display:block;margin-top:20px;}
	button#responsive-menu-button{top:100px !important;}
	.logo{margin:15px 0px;}
	.top-strip .right-sec .social-links{margin-bottom: 0px;width: 100%;}

	#forjobseaker td .job-title {width:100%;}
	/*** Footer ***/
	.btm-sec .row > div,
	.siteby-txt{text-align:center;}
	.social-links{margin-bottom:10px;}

	.job_catitem.job_catitem9,.job_catitem.job_catitem10{border-bottom:0.5px solid #9dc0d3;}
	.top-sec .addrss-cntnr{text-align:center;}
	.addrss-col:last-child .addrss-cntnr{float: none;width: 100%;}

	/*subscribe*/
	.subscriptionform input[type="email"] { margin: 0 auto; }
	.subscribe_section .jps-subheadingh3 { width: 80%; }
	.subscriptionform button { margin-left: 0px; }

	.slick-next { right: -10px !important; }
	.slick-prev { left: -10px !important; }
	.testimonial_description { padding-left: 9%; padding-right: 9%; }

	/*Bannerform*/
	.jpsform-fiedlsrow .form-row { width: 100%; padding-right: 0px; margin-bottom: 10px; }
	.jps-jpbform.container { padding-left: 40px; padding-right: 40px; }
	.jpsform-tabs { margin-top: 0px; }
	.jpsform-fiedlsrow .form-row.submit-row { margin-top: 0px; }

	/*Ccontent Section*/
	.content-section, .jobcat-section, .subscribe_section, .client_says_section, .candidate_say_section { padding: 45px 0px; }
	.slick-slide, .rch-txt { margin-bottom: 0px; }
	.gnrlMail{ margin-top: 40px; }
	.jps-jobcat { padding-left: 15%; padding-right: 15%; }


	.job_catitem.job_catitem2 { border-right: 0px; }
	.job_catitem.job_catitem3 { border-left: 0px; border-top: 0.5px solid #9dc0d3;}
	.job_catitem.job_catitem4 { border-top: 0.5px solid #9dc0d3;}
	.job_catitem.job_catitem5 { border-top: 0.5px solid #9dc0d3; border-bottom: 0.5px solid #9dc0d3; }
	.job_catitem.job_catitem6 { border-right: 0px; border-top: 0.5px solid #9dc0d3; border-bottom: 0.5px solid #9dc0d3;}
	.job_catitem.job_catitem7 { border-left: 0px; }
	.job_catitem.job_catitem10{border-right: 0px;}
	.job_catitem.job_catitem11{border-left: 0px;}

	.jps-information { margin: 35px 0px; }
	.jps-jobcat { padding-top: 45px; }
	.subscriptionform { padding-top: 41px; }
	.slick-slide { margin-top: 40px; }
	.myfixed {
		display:none;
	}
	.tp-revslider-mainul .tp-caption {
		padding:15px !important;
	}
	.tp-revslider-mainul .tp-caption h3 {
		font-size:24px !important;
	}
	.jpsbanner-buttons{
		z-index:99999;
	}
	.uploadform{
	   width:100%;
	   margin-bottom:0px;
   }
   .uploadform .submit_row {
     width:100%;
	 float:left;
	 text-align:center;

   }
   .uploadform  .btn-redborder{
	   float:none;
   }
   .content_items.list .content_image{width:85%;}
   .logo{text-align:center;}
   .jpsbanner-buttons {top:180px;}

}
@media (max-width:640px) {
	.jps-jobcat { padding-left: 5%; padding-right: 5%; }
	.contact-temp .form-group.pull-left, .contact-temp .form-group.pull-right { width: 100%; padding-right: 0px; padding-left: 0px; }
    .tp-caption {display:none !important; }
	.subscribe_section .wpcf7-response-output.wpcf7-mail-sent-ok{width:80%;}
	.uploadforms .form-group{width:100%;}
	.jpsbanner-buttons {top:220px;}
	.employercontrolpanel div#jsjobs-header-main-wrapper a.headerlinks{font-size: 15px;padding: 6px 20px;}
	}
@media (max-width:540px) {
	.content_items.list  .content_informationsection{width:100%;}
	.content_items.list .jpsentry-content h2.content_heading{text-align:center;}
	.content_items.list .jpsentry-content .content_information{text-align:center;}
	.content_items.list .content_image{width:120px;float:none;}
	.jpswidthbg.jpscontent-section .container{margin:20px auto;}
	div#jsjobs-wrapper form#job_form div.js-form-value select{width:100% !important;float: left;left: 0%;}
    div#jsjobs-wrapper div.js-form-wrapper div.js-form-value select.edu:nth-child(2n),
	div#jsjobs-wrapper div.js-form-wrapper div.js-form-value select.exp:nth-child(2n),
	div#jsjobs-wrapper div.js-form-wrapper div.js-form-value select.age:nth-child(2n){margin-left:0px !important;margin-top:5px !important;}
	.employercontrolpanel div#jsjobs-header-main-wrapper a.headerlinks{width:100%;}
	.employercontrolpanel div#jsjobs-header-main-wrapper{padding:10px 0px;}
}
@media (max-width:480px) {
	.top-strip .contact span{margin-right:2px;}
	.jps-jobcat { padding-left: 0%; padding-right: 0%; }
	.error-page h3 { font-size: 150px; }
	.recent_jobs_section {padding:50px 0px;}
	.tp-revslider-mainul .tp-caption h3 {
		font-size:18px !important;
		white-space: normal !important;
		float:left !important;
		width:100% !important;
		max-width:500px !important;
		line-height:15px !important;
		background-color:rgba(0,0,0,0.7) !important;
	}
	.top-strip .contact span{ font-size:12px;margin-right:0px;}
}
@media (max-width:400px) {
	.subscriptionform input[type="email"] { width: 100%; }
	.subscriptionform button { width: 100%; }
	.jps-subheadingh3 { width: 100%; }
	.subscribe_section .jps-headingh2, .candidate_say_section .jps-headingh2, .client_says_section .jps-headingh2 { font-size: 26px; }

	/*Bannerform*/
	.jps-jpbform.container { padding-left: 20px; padding-right: 20px; }
	.jpsform-fiedlsrow .form-row.submit-row button { width: 100%; max-width: 100%; }

	.jps-jobcat .job_catitem { width: 100%; }
	.jps-jobcat { padding-left: 10%; padding-right: 10%; }

	/*.job_catitem.job_catitem1, .job_catitem.job_catitem3, .job_catitem.job_catitem5, .job_catitem.job_catitem7  { border-right: 0px; }
	.job_catitem.job_catitem2 { border-top: 0.5px solid #9dc0d3; border-left: 0px; }
	.job_catitem.job_catitem4, .job_catitem.job_catitem6, .job_catitem.job_catitem8  { border-left: 0px; }
	.job_catitem.job_catitem7 { border-bottom: 0.5px solid #9dc0d3; }*/

	.job_catitem.job_catitem1, .job_catitem.job_catitem2, .job_catitem.job_catitem3, .job_catitem.job_catitem4, .job_catitem.job_catitem5, .job_catitem.job_catitem6, .job_catitem.job_catitem7, .job_catitem.job_catitem8 { border-top: 1px solid #9dc0d3; border-left: 2px solid #9dc0d3; border-right: 2px solid #9dc0d3; border-bottom: 1px solid #9dc0d3; }
	.job_catitem.job_catitem1 { border-top: 2px solid #9dc0d3; }
	.job_catitem.job_catitem8,
	.job_catitem.job_catitem12	{ border-bottom: 2px solid #9dc0d3; }
	.job_catitem.job_catitem9{border-top:0px;}
	.job_catitem.job_catitem9,
	.job_catitem.job_catitem11{border-left: 2px solid #9dc0d3;border-right: 2px solid #9dc0d3;}
	.job_catitem.job_catitem10,
	.job_catitem.job_catitem12{border-right:2px solid #9dc0d3;border-left: 2px solid #9dc0d3;}
	.eml-txt a{display:block;}
	.job_catitem.job_catitem12{border-top: 2px solid #9dc0d3; }
}

@media (min-width:1230px) {

	/*** General ***/
	.container{width: 1200px;}

}

.testimonial_image { display: none; }

/*#forjobseaker .job_titletdtd {
	display: none;
}*/

@media only screen and (max-width: 767px) {
	#main-nav-wrapper {
    display: flex;
    justify-content: center;
		padding: 0px;
	}
}
