body {
	background-color: #fff;
    background-image: url("images/body.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    color: #686868;
    font-family: 'open_sanslight';
    font-size: 14px;
}
a:focus,a:hover {outline: 0px solid;color:#f54051 !important;transition: all 0.24s ease-in-out 0s; text-decoration:none;}
a {outline: 0px solid; color: #686868;transition: all 0.24s ease-in-out 0s; word-wrap: break-word;}
p {
    margin: 0 auto;
    padding: 0;
    width: auto;
	word-wrap: break-word;
}
img {
	max-width: 100%;
	border:none;
}
.wp-post-image:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
ul,li {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-family: 'open_sanslight'; word-wrap: break-word;}


@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'MyriadWebPro';
  src: url('fonts/MyriadWebPro.eot');
  src: url('fonts/MyriadWebPro.eot?#iefix') format('embedded-opentype'),
       url('fonts/MyriadWebPro.woff2') format('woff2'),
       url('fonts/MyriadWebPro.woff') format('woff'),
       url('fonts/MyriadWebPro.ttf') format('truetype'),
       url('fonts/MyriadWebPro.svg#MyriadWebPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff'),
         url('fonts/roboto-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/**********************************************************
	set default 
***********************************************************/
body{
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
	background-color:#fff;
}
.container{
    max-width: 1110px;
	width:100%;
	padding:0px;
	margin:0px auto;
}
.container-fluid {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.row {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.site, .site-content, .content-area, .site-main{
	clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.search  .site-content{
	height:100%;
}
.site-content-blue {
    background-image: url("images/main.png");
    background-position: center top;
    background-repeat:repeat;
    background-size: auto auto;
	clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
	float:left;
	width:100%;
	height:auto;
}
article {
    padding: 0 20px;
}
article {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
/**********************************************************
	Top header
***********************************************************/
.top-head {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background-color:#0a121f;
}
.main-top-head.col-md-12.col-sm-12.col-xs-12 {
    clear: both;
    display: block;
    float: left;
    padding: 0;
}
.main-logo.col-md-4 {
    width: 40%;
	padding:10px 0;
	display: block;
    float: left;
}
.main-logo > a {
    display: block;
    clear: both;
    width: 40%;
}
.post-job.col-md-1 {
	display: block;
	float: left;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	width: 15%;
}
.post-job.col-md-1 a {
    background-color: #14b1bb;
    border-radius: 4px;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
	color: #fff;
}
.post-job.col-md-1 a:hover{
	background-color: #f54051;
	color:#fff !important;
}
.search.col-md-2 {
    float: left;
    margin-top: 20px;
    padding: 0;
    width: 20%;
}
.search.col-md-2  div {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.search input {
	float:left;
}
.search input[type="text"] {
    border: medium none;
    border-radius: 3px;
    color: #b5b5b5;
    font-family: tahoma;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    width: 85%;
}
.search input[type="submit"] {
    background-color: #fff;
    background-image: url("images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: medium none;
    display: block;
    font-size: 0;
    height: 32px;
    padding: 0;
    width: 29px;
}
.login-register.top-login-register.col-md-2 {
    display: block;
    float: left;
    padding: 0;
    width: 15%;
	line-height: 70px;
}
.login-register p {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}
.login-register p > a {
    font-size: 12px;
    line-height: 18px;
	font-family: 'MyriadWebPro';
	padding-left: 3px;
	color: #fff;
}
.login-register p i.fa {
    bottom: 1px;
    color: #7c7e82;
    font-size: 7px;
    position: relative;
}
.login-register p:hover  i.fa{
    color: #f54051;
}
.p-lang.col-md-1 {
    float: left;
    height: auto;
    margin-top: 25px;
    padding-right: 0;
    width: 10%;
}
.p-lang li {
    float: left;
    width: 50%;
	text-align: center;
}
.p-lang img {
    float: right;
    width: 65%;
}
div.p-lang li.lang-item-en  a img {
	display:none;
}
div.p-lang li  a{
	display:block;
	color: #fff;
}
div.p-lang li.lang-item-zh  a img {
	display:none;
}
/**********************************************************
	main slider
***********************************************************/
.p-main-slider-container {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background-color: #fff;
    background-image: url("images/main.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
}
/**********************************************************
	main content
***********************************************************/
.main-content.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
    display: block;
    clear: both;
    margin: 0 auto;
}
h2.title-content {
    color: #565656;
    font-size: 14px;
    line-height: 18px;
    font-family: 'open_sansbold';
}
.drop-cat {
    background-color: #fff;
    border-radius: 5px;
    clear: both;
    display: block;
    float: left;
    min-height: 40px;
    width: 100%;
	box-shadow: 0px 3px 2px #d6d6d6;
}
.drop-cat a {
    color: #686868;
    font-size: 14px;
	display: block;
    width: 100%;
}
.drop-cat ul li a:hover{
	background-color:#14b1bb;
}
.drop-cat > ul {
    margin: 0 auto;
    width: 100%;
    display: none;
	float: left;
}
.drop-cat > p {
    clear: both;
    display: block;
    float: left;
    line-height: 40px;
    padding-left: 40px;
	width: 90%;
}
.drop-cat li {
    line-height: 30px;
}
.drop-cat .fa {
    color: #232323;
    float: right;
    font-size: 24px;
    line-height: 40px;
    padding-right: 20px;
}
.drop-cat .fa:hover{
	cursor:pointer;
	color: #f54051;
}
.main-cat {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
	margin: 10px auto 0;
	min-height: 300px;
}
.main-cat h3 {
    color: #4c464c;
    float: left;
    margin-bottom: 0;
    padding-bottom: 15px;
	background-image: url(images/bg-title-cat.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size: auto;
	text-transform: uppercase;
}
.main-cat > ul {
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
     margin: 15px auto;
}
.main-cat > ul  .col-md-2 img {
    width: 100%;
    height: 160px;
}
.main-cat > span {
    float: right;
    line-height: 75px;
}
.main-cat span a {
    background-color: #0c929b;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px;
	color: #fff;
}
.main-cat li h4 {
    background-color: #fff;
    box-shadow: 0 3px 2px #d6d6d6;
    clear: both;
    display: block;
    float: left;
    height: auto;
    line-height: 18px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.main-cat li h4  a{
    clear: both;
    color: #585858;
    display: block;
    float: left;
    font-size: 13px;
    height: auto;
    padding: 0 3px;
    text-align: center;
    width: 100%;
	word-wrap: break-word;
}
.main-cat li img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.main-post-1 {
    padding-left: 0;
}
.main-post-2, .main-post-3 , .main-post-4 , .main-post-5 {
    padding: 0 7.5px;
}
.main-post-6 {
    padding-right: 0;
}
/**********************************************************
	main footer
***********************************************************/
footer.site-footer{
    background-color: #0a121f;
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.main-footer {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    clear: both;
}
.widget.widget_nav_menu {
    clear: both;
    display: block;
    float: left;
}
.widget_nav_menu  .menu {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
	line-height: 80px;
}
.widget_nav_menu ul li {
    float: left;
    margin: 0 auto;
    padding: 0 40px 0 0;
}
.widget.sfmsb_widget {
    display: block;
    float: right;
    margin-top: 40px;
}
.widget.widget_text {
    float: left;
    height: auto;
    padding-bottom: 30px;
    width: 70%;
}
.widget_nav_menu ul li > a {
    color: #8a8b8c;
    font-family: open_sanslight;
    font-size: 16px;
    line-height: 24px;
}
.main-footer .textwidget {
    color: #838181;
    font-size: 12px;
    line-height: 21px;
    font-family: 'open_sansregular';
}
/**********************************************************
	video page
***********************************************************/
.p-video-page {
    background-image: url("images/main.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.p-video-page .p-content {
    margin-bottom: -5px;
}
.button-page-video {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.p-video-page .col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}
.button-page-video ul {
    float: left;
    height: auto;
    margin: 20px auto 50px;
    padding: 0;
    width: 100%;
}
.button-page-video li:nth-child(2) {
    margin: 0 5%;
}
.button-page-video li {
    background-color: #14b1bb;
    border-bottom: 3px solid #438d93;
    border-radius: 3px;
    float: left;
    height: auto;
    line-height: 70px;
    text-align: center;
    width: 30%;
}
.button-page-video a {
    color: #fff;
    display: block;
    font-family: "open_sansbold";
    font-size: 24px;
    line-height: 30px;
    padding: 25px 60px;
    text-align: center;
}
/**********************************************************
	term-conditions page
***********************************************************/

.p-df-page {
    background-image: url("images/body.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    clear: both;
    display: block;
    margin-bottom: 100px;
    padding-bottom: 70px;
	float: left;
}
.page-template-page-term article {
    padding: 0 35px;
}
.p-term {
    margin: 50px auto;
}
.entry-header h2 {
    color: #565656;
    font-family: 'open_sansbold';
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
	background-image:url('images/bg-title-cat.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.p-term h3 {
    color: #14b1bb;
    font-family: open_sansbold;
    font-size: 24px;
    line-height: 16px;
	margin: 40px auto;
}
.p-term , .p-term  p{
    color: #808080;
    font-size: 14px;
    line-height: 16px;
    margin: 10px auto;
}
/**********************************************************
	FAQ page
***********************************************************/
footer.entry-footer {
    clear: both;
    display: block;
}
.faq-main-content-page .entry-header h2 {
    padding-bottom: 5px;
}
.faq-main-content-page .p-content{
    clear: both;
    display: block;
    padding-left: 0;
	float:left;
	width: 65%;
}
.faq-main-content-page .p-content > p {
    color: #000000;
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 21px;
    margin: 25px auto;
    text-transform: uppercase;
}
.p-faq {
    margin: 50px auto;
}
.p-faq > h3 {
    color: #6f6f6f;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
.p-faq > h3:hover{
	color: #f54051;
	cursor:pointer;
}
.p-faq h3 span {
    padding-right: 5px;
}
.p-faq p{
    color: #6f6f6f;
    display: none;
    font-size: 13px;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 30px;
    text-align: justify;
}
.p-add-question {
    border: 1px solid #9ad9dd;
    display: block;
    float: left;
    padding: 15px;
}
.p-add-question h3 {
    color: #000000;
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto 15px;
    text-align: center;
    text-transform: uppercase;
}
.p-add-question p {
    color: #6f6f6f;
    font-size: 13px;
    margin: 15px auto;
}
p.p-text-form {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 21px;
}
.p-add-question span.note-form {
    color: #8e8e8e;
    font-size: 13px;
    font-style: italic;
    line-height: 21px;
	margin: 10px auto 15px;
}
.p-add-question input {
    border: 1px solid #9ad9dd;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}
.p-add-question textarea {
    border: 1px solid #9ad9dd;
    height: 190px;
    width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
.p-add-question input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.p-add-question input.wpcf7-form-control.wpcf7-submit:hover{
	border-color: #6f6f6f;
	background-color: #9ad9dd;
	color:#f54051;
}
.faq-main-content-page .entry-content {
    padding-bottom: 30px;
}
/**********************************************************
	blog page
***********************************************************/
.entry-content, .p-content, .blogs-main-content-page .p-content > ul , .p-blog{
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
	padding:0;
	margin:0 auto;
}
.p-blog {
    margin: 25px auto;
}
.p-blog > div {
	float:left;
}
.p-blog h3 {
    color: #414a5a;
    font-size: 26px;
    margin: 15px auto;
}
.p-blog h3  a{
    color: #414a5a;
    font-family: 'robotomedium';
}
.p-blog a img {
    float: left;
    margin-right: 15px;
}
.blog-content > p {
    color: #414a5a;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 24px;
    margin: 0 auto;
}
.p-blog div > span {
    bottom: 55px;
    position: absolute;
}
.blog-info {
    clear: both;
    float: left;
    margin: 35px auto 0;
    width: 100%;
}
.blog-info p {
    float: left;
    padding-right: 5%;
    width: auto;
}
.blog-info p , .p-blog div span  a{
	color:#14b1bb;
	font-size:14px;
	line-height:24px;
    font-family: 'open_sansregular';
}
.blog-info p:last-child{
	color:#757b85;
}
.p-date-time {
    padding-left: 0;
	padding-right
}
.p-date-time > p {
    background-color: #14b1bb;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.p-date-time p span {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.p-date-time p span.d {
    font-family: 'open_sansbold';
    font-size: 30px;
    line-height: 20px;
}
.p-date-time p span.m {
    font-family: 'open_sansregular';
    font-size: 17px;
    line-height: 20px;
}
.p-date-time p span.y {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 20px;
}
.pagenavi.col-md-12 {
    float: left;
    height: auto;
    margin-top: 30px;
    width: 100%;
}
.wp-pagenavi {
    position: relative;
}
.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
    border-radius: 50%;
    color: #bababa;
    font-family: open_sansregular;
    font-size: 23px;
    line-height: 24px;
    margin: 8px;
    padding: 10px 19px;
    text-decoration: none;
	border: medium none;
}
.wp-pagenavi span.current {
    background-color: #14b1bb;
    color: #fff;
}
a.nextpostslink {
    bottom: -10px;
    font-size: 30px;
    margin: 0 auto !important;
    position: absolute;
    right: 140px;
}
a.previouspostslink {
    bottom: -10px;
    font-size: 30px;
    left: 140px;
    position: absolute;
    margin: 0 auto !important;
}
/**********************************************************
	defaul page
***********************************************************/
.p-content-page h1 {
    color: #464b4f;
    font-family: 'open_sansbold';
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
	margin: 40px auto;
}
.p-content-page > p,.p-content-page div.col-md-12 ul li p {
    color: #6f6f6f;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 20px;
	text-align: justify;
}
.p-content-page div.col-md-12 {
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.p-content-page div.col-md-12, .p-content-page div.col-md-12 ul  {
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	padding: 0;
}
.p-content-page div.col-md-12 ul li {
    display: block;
    float: left;
    margin: 0 auto;
}
.p-content-page div.col-md-12 ul li h3 {
    color: #464b4f;
    font-family: 'open_sansbold';
    font-size: 18px;
    line-height: 42px;
}
/**********************************************************
	contact page
***********************************************************/
.content-page.p-df-page.content-page-contact.col-md-6.col-md-offset-3 {
    clear: both;
    display: block;
    float: left;
}
.content-page-contact  article {
	padding:0px;
}
.content-page-contact .p-content-page .wpcf7-form > p {
    color: #686868;
    font-family: open_sansbold;
    font-size: 14px;
    line-height: 24px;
	margin-top: 30px;
}
.content-page-contact .p-content-page span.p-rq {
    color: red;
}
.content-page-contact .p-content-page .wpcf7-form  div.selected  {
    background-image: url('images/dropdown.png');
	background-position:right center;
	background-repeat:no-repeat;
	background-size:auto;
	overflow: hidden;
	background-color:#fff;
	border-radius: 3px;
    box-shadow: 0 3px 2px #d6d6d6;
}
.content-page-contact .p-content-page .wpcf7-form > p  input ,.content-page-contact .p-content-page .wpcf7-form div.selected  select{
    border: 1px solid #96d4d8;
    border-radius: 3px;
    color: #686868;
    font-family: open_sansregular;
    height: auto;
    min-height: 40px;
    width: 100%;
}
.content-page-contact .p-content-page .wpcf7-form div.selected select {
	background:transparent;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding-top: 7px;
   box-shadow: 0px 3px 2px #d6d6d6;
   border:none;
}
.content-page-contact .p-content-page .wpcf7-form  textarea {
    border: 1px solid #96d4d8;
    border-radius: 3px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
}
.content-page-contact .p-content-page .wpcf7-form .captcha-input {
    border-color: #cccccc !important;
    font-size: 16px;
    margin-right: 10%;
    margin-top: 10px;
    padding-left: 10px;
    width: 30% !important;
}
.content-page-contact .p-content-page .wpcf7-form > p input.wpcf7-submit {
    background-color: #f54051;
	border-bottom: 4px solid #bb3f4b;
	border-top:none;
	border-left:none;
	border-right:none;
	color: #fff;
    font-family: 'tahoma';
    font-size: 14px;
    font-weight: bold;
}
.content-page-contact .p-content-page .wpcf7-form  span.text-contact-form {
    clear: both;
    color: #666666;
    display: block;
    font-size: 16px;
    line-height: 40px;
}

/**********************************************************
	single page
***********************************************************/
.single .entry-header .wp-post-image {
    height: auto;
    width: 100%;
	margin-top: 30px;
}
.single .entry-content {
    margin-top: 25px;
}
.single .entry-title {
    color: #010101;
    font-family: 'open_sansregular';
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
    text-transform: uppercase;
}
.single .entry-content p {
    color: #6f6f6f;
    font-family: 'open_sanslight';
    font-size: 13px;
    line-height: 18px;
	text-align: justify;
}
.single p.p-descript {
    margin-bottom: 20px;
}
.single .entry-meta .loop-nav-1 {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    color: #6f6f6f;
    font-family: 'open_sanslight';
    font-size: 13px;
    line-height: 18px;
	margin-top: 45px;
}
.single .entry-meta .loop-nav-1 a{
    color: #6f6f6f;
    font-family: 'open_sanslight';
    font-size: 13px;
    line-height: 18px;
}
.single .entry-meta .loop-nav-1  .previous-1 {
    float: left;
}
.single .entry-meta .loop-nav-1  .next-1 {
    float: right;
}
.single .comments-area {
	clear: both;
    display: block;
    float: left;
    height: auto;
    padding: 0 25px;
    width: 100%;
	margin-bottom: 50px;
}
.single .comments-area .comment-respond h3 {
    color: #010101;
    font-family: 'open_sansregular';
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
}
.single .comments-area form.comment-form > p {
    clear: both;
    display: block;
    float: left;
    margin: 20px auto;
    width: auto;
	color: #6f6f6f;
}
.single .comments-area form.comment-form > p a{
	color: #6f6f6f;
}
.single .comments-area form.comment-form > p label {
    clear: both;
    display: block;
    float: left;
    font-size: 14px;
    width: 100%;
	color: #6f6f6f;
}
.single .comments-area form.comment-form > p label span {
	color:red;
}
.single .comments-area form.comment-form input {
    border: 1px solid #99d7db;
    height: auto;
    min-height: 40px;
    width: 100%;
	padding-left:10px;
}
.single .comments-area form.comment-form textarea {
    height: auto;
    width: 100%;
    border: 1px solid #99d7db;
	padding-top:10px;
	padding-left:10px;
}
form.comment-form input.submit {
    background-color: #14b1bb;
    font-size: 12px;
	color:#fff;
    text-transform: uppercase;
}
/**********************************************************
	login page
***********************************************************/
.content-page-login div.form {
    clear: both;
    display: block;
    height: auto;
    width: 100%;
}
.content-page-login div.form form p{
	margin:30px auto;
    display: block;
    height: auto;
    width: auto;
}
.content-page-login div.form form p label {
    color: #949494;
    float: left;
    font-family: 'open_sansbold';
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.content-page-login div.form form p label span {
    color: red;
}
.content-page-login div.form form p input {
    border: 1px solid #99d8dc;
    border-radius: 3px;
    color: #616161;
    min-height: 40px;
    padding-left: 10px;
    width: 100%;
}
.content-page-login div.form form p input.button-primary {
    background-color: #f54051;
    color: #fff;
	border-bottom:3px solid #c2414d;
	border-left:none;
	border-top:none;
	border-right:none;
	font-weight: bold;
}
.content-page-login div.form form p.login-password {
	margin-bottom:0px;
}
.content-page-login div.not-resgistered {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
div.not-resgistered p  a{
	font-size:14px;
	line-height:24px;
	color:#686868;
    font-family: 'open_sansregular';
	text-decoration: underline;
}
div.not-resgistered p.resgistered-left{
	float:left;
}
div.not-resgistered p.lost-pw-right{
	float: right;
}
.content-page-login div.form form p.login-submit {
    clear: both;
    display: block;
    margin: 150px auto 0;
}
/**********************************************************
	post job page
***********************************************************/
.content-page-post-job .entry-content{
	margin-bottom: 50px;
}
.content-page-post-job .entry-content > form {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.content-page-post-job .left-content-post-job {
    clear: both;
    display: block;
    padding-left: 0;
}
.content-page-post-job .left-content-post-job > p,.content-page-post-job .right-content-post-job > p{
    clear: both;
    color: #686868;
    display: block;
    float: left;
    font-family: 'open_sansregular';
    font-size: 14px;
    height: auto;
    line-height: 24px;
    margin: 20px auto;
    width: 100%;
}
.content-page-post-job .left-content-post-job p span ,.content-page-post-job .right-content-post-job p span {
    clear: both;
    color: #686868;
    display: block;
    float: left;
    font-family: open_sansbold;
    font-size: 14px;
    height: auto;
    line-height: 24px;
    width: 100%;
}
.content-page-post-job .left-content-post-job p span  em,.content-page-post-job .right-content-post-job p span  em{
	color:red;
}
.content-page-post-job .left-content-post-job p input[type="text"],.content-page-post-job .right-content-post-job p input[type="text"]{
    border: 1px solid #9ad9dd;
    border-radius: 3px;
    clear: both;
    display: block;
    float: left;
    height: auto;
    min-height: 40px;
    width: 100%;
	color: #616161;
	padding-left:10px;
}
.content-page-post-job .left-content-post-job span.select-form-post-job  {
    background-image: url('images/dropdown.png');
	background-position:right center;
	background-repeat:no-repeat;
	background-size:auto;
	overflow: hidden;
	background-color:#fff;
	border-radius: 3px;
    box-shadow: 0 3px 2px #d6d6d6;
}
.content-page-post-job .left-content-post-job p select {
    background:transparent;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding-top: 7px;
   box-shadow: 0px 3px 2px #d6d6d6;
   border:none;
	color: #686868;
	font-family: 'open_sansregular';
	height: auto;
	min-height: 40px;
	width: 100%;
}
.content-page-post-job .left-content-post-job p textarea {
    border: 1px solid;
    min-height: 300px;
    width: 100%;
	color: #616161;
	padding-left:10px;
    border: 1px solid #9ad9dd;
	padding-top:10px;
}
.check-term.col-md-12 > p {
    clear: both;
    color: #686868;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}
.check-term input[type="submit"] {
    background-color: #14b1bb;
    border-top: none;
	border-left: none;
	border-right: none;
    color: #fff;
    font-family: open_sansbold;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px;
	border-bottom:4px solid #227c82;
	border-radius:4px;
}
.content-page-post-job  p span.rq, .edit-form-job div .rq, #owner_register .boxfield span.rq, #trader_register .boxfield span.rq, .search  span.rq-search, .content-page-search span.rq-search, .content-page-contact .p-content-page .wpcf7-form > p span.rq{
	clear: both;
    color: red;
    display: none;
    float: left;
    width: 100%;
	font-family: open_sansregular;
}
.wrap-upload {
    clear: both;
    display: block;
    height: auto;
    min-height: 300px;
    width: 100%;
}
.p-check-box {
    clear: both;
    display: block;
    height: auto;
    width: 100%;
}
.p-check-box > p {
    color: #686868;
    float: left;
    font-family: open_sansregular;
    font-size: 14px;
    line-height: 24px;
    width: 50%;
}
.p-check-box p .tt-lang {
    clear: both;
    display: block;
    font-family: open_sansbold;
    width: 100%;
}
.p-check-box p label {
    font-weight: normal;
    margin-right: 40px;
    margin-top: 10px;
}
.content-page-post-job p label input {
    display: none;
}

.content-page-post-job p label span {
    background-image: url("images/check.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    width: 20px;
}
.content-page-post-job p label span.checked{ 
    background-position: center bottom;
}
.check-term.col-md-12 {
    margin-top: 70px;
	clear: both;
    display: block;
}
.p-each a {
    color: #686868;
}
.check-term .p-each a {
    text-decoration: underline;
}
.add-photos {
    background-color: #f54051;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
	border-bottom: 4px solid #c2414d;
	border-top:none;
	border-left:none;
	border-right:none;
}
.add-photos:hover, .add-photos:focus {
    color: #fff !important;
}
.input-upload-img {
    margin-bottom: -25px;
    margin-top: 10px;
    visibility: hidden;
    clear: both;
    display: block;
}
#previewImg{
	display:block;
	clear:both;
}
#previewImg img {
    display: block;
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #fff;
}
#previewImg img:last-child{
	margin-right:0px;
}
#previewImg img:hover{
	cursor:pointer;
}
.popup-photo {
     background-image: url("images/main.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 45%;
    clear: both;
    display: none;
    font-size: 16px;
    height: 150px;
    left: 40%;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 100;
}
.popup-photo > p {
    color: #fff;
    margin: 15px auto 50px;
}
.popup-photo button {
    border: medium none;
    margin: 0 10px;
    padding: 10px 15px;
}
.popup-photo button:hover{
	color:#14b1bb;
}
#previewImg .df-photo-upload {
    display: none;
}
.popup-term-conditions {
    clear: both;
    display: none;
    float: left;
    height: 350px;
    left: 30%;
    max-width: 500px;
    overflow: scroll;
    position: fixed;
    top: 20%;
    width: 100%;
	background-color:#242424;
	padding: 0 10px;
}
.popup-term-conditions .entry-header h2, .popup-term-conditions .p-term h3, .popup-term-conditions .p-term p{
	color:#fff;
}

/**********************************************************
	post job page single
***********************************************************/
.content-page-single-post-job {
	float:left;
	display:block;
	clear:both;
	padding:0;
}
.content-page-single-post-job div.entry-content  div {
	clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 17px auto;
    width: 100%;
}
.single-wrap-img ul li input {
    visibility: hidden;
}
.content-page-single-post-job div.entry-content div > h3 {
    color: #717171;
    font-family: open_sansbold;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 10px;
}
.content-page-single-post-job div.entry-content  div > .border-text {
	background-color: transparent;
    border: 1px solid #98d7db;
    border-radius: 3px;
    height: auto;
    padding: 10px;
    width: 100%;
}
.content-page-single-post-job div.entry-content  div.single-job-descript > .border-text {
	min-height:130px;
	word-wrap: break-word;
}
.single-wrap-img {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.single-wrap-img > ul {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.single-wrap-img ul li {
    display: block;
    float: left;
    height: auto;
    width: 30%;
}
.single-wrap-img ul li :hover{ 
	cursor:pointer;
}
.single-wrap-img ul li.img-2{
	margin:0 5%;
}
.p-lightbox {
    clear: both;
    display: block;
}
.content-page-single-post-job div.entry-content button {
    background-color: #14b1bb;
    border: medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin-bottom: 40px;
    margin-top: 50px;
    width: 115px;
}
.content-page-single-post-job .p-checkbox-owner span.img-checkbox {
    background-position: center top;
}
.content-page-single-post-job .p-checkbox-owner span.checked{ 
    background-position: center bottom;
}
.p-checkbox-owner-single-job > p {
    display: block;
    float: left;
    margin-right: 15px;
}
.dis_stt {
    color: red;
    display: block;
    float: left;
    margin: 50px auto 0 15px;
	font-weight: bold;
}
.content-page-single-post-job .entry-header h2 {
    float: left;
}
/**********************************************************
	cat post job page single
***********************************************************/
.content-page-tax-post-job {
    margin: 0 auto;
}
.content-page-tax-post-job div.entry-content li.col-md-2 {
    display: block;
    float: left;
    margin-bottom: 10px;
    min-height: 230px;
}
.p-post-left {
    padding-left: 0;
}
.p-post-right {
    padding-right: 0;
}
.entry-header.entry-title-cat {
    background-image: url("images/line.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;	
}
.entry-header.entry-title-cat h2 {
    font-family: open_sanslight;
    font-size: 24px;
    margin: 40px auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25%;
    background-image: url("images/body.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;	
}
/**********************************************************
	edit post job page single
***********************************************************/
.edit_submit {
    background-color: #f54051;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:4px solid #c3424e;
    margin-top: 40px;
    width: 100%;
	padding: 10px 0;
	border-radius:3px;
	color:#fff;
	font-size: 14px;
    font-weight: bold;
	font-family: tahoma;
}
.page-template-page-edit-job .entry-content {
    margin-bottom: 50px;
}
.page-template-page-edit-job .content-page-single-post-job div.entry-content p  a {
	 background-color: #14b1bb;
    border: medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 50px;
    text-align: center;
    width: 115px;
}
/**********************************************************
	register page
***********************************************************/
.p-register-otr {
    color: #fff;
    display: block;
    float: left;
    font-family: 'open_sansbold';
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 45%;
}
.cancel {
    clear: both;
    display: block;
    float: left;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.trader-register.p-register-otr {
    margin-left: 10%;
}
.p-register-otr > a {
    background-color: #14b1bb;
    clear: both;
    color: #fff;
    display: block;
    padding: 50px;
    text-decoration: underline;
    text-transform: uppercase;
	border-radius:4px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:4px solid #4b8c90;
}
.cancel > a {
    background-color: #f54051;
    border-radius: 4px;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    padding: 10px;
    width: 100%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:4px solid #c0414d;
}
.cancel > a:hover{
    color: #fff !important;
}
.content-page-register .entry-content {
    margin-top: 40px;
}
/**********************************************************
	owner register page
***********************************************************/
.content-page-owner-register .entry-content > form {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.p-boxfield {
    clear: both;
    display: block;
    float: left;
    margin: 20px auto;
    width: 100%;
}
.p-boxfield-trader {
    margin: 20px auto;
}
.boxfield label.lab-name {
    clear: both;
    color: #686868;
    display: block;
    float: left;
    font-family: open_sansbold;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    width: 50%;
}
.change-pass {
    float: right;
}
.p-boxfield label.lab-name  span {
	color:red;
}
.p-boxfield input {
    border: 1px solid #94d3d7;
    border-radius: 4px;
    min-height: 40px;
    padding-left: 10px;
    width: 100%;
}
.p-checkbox-owner input {
    width: auto;
	display: none;
}
.p-checkbox-owner span.img-checkbox {
    background-image: url("images/check.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    width: 20px;
}
.p-checkbox-owner span.checkbox-owner_term{
	background-position: center top;
}
.p-checkbox-owner span.checked{
    background-position: center bottom;
}
.p-checkbox-owner span.checkbox-owner_term.checked{
	background-position: center bottom;
}
.p-checkbox-owner_langs > p {
    float: left;
    padding-right: 60px;
}
#owner_register > div {
    clear: both;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.p-checkbox-owner_term label a{
	text-decoration:underline;
}
.owner-register-submit {
    background-color: #f54051;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
	border-bottom:4px solid #c0414d;
	border-top:none;
	border-right:none;
	border-left:none;
}
.p-cancel {
    background-color: #14b1bb;
    border-radius: 4px;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-family: tahoma;
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 40px;
	font-weight: bold;
}
/**********************************************************
	trader register page
***********************************************************/
.p-boxfield-trader > label {
    clear: both;
    display: block;
    float: left;
    width: 50%;
}
.p-boxfield-trader-term, .p-boxfield-trader-submit, .p-boxfield-trader-cancel{
	width:100%;
	display:block;
	clear:both;
	float:left;
	height:auto;
}
.p-checkbox-trader span.img-checkbox {
    background-image: url("images/check.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.p-checkbox-trader span.checkbox-owner_term{
	background-position: center top;
}
.p-checkbox-trader span.checked{
    background-position: center bottom;
}
.p-checkbox-trader span.checkbox-owner_term.checked{
	background-position: center bottom;
}
.p-checkbox-trader input {
    width: auto;
	display: none;
}
.p-boxfield-trader ul li input {
    float: left;
    margin-right: 5px;
    min-height: unset;
    width: auto;
}
.p-boxfield-trader ul {
	padding:0px;
}
.p-boxfield-trader input{
    width: 100%;
    border: 1px solid #94d3d7;
    border-radius: 4px;
    min-height: 40px;
    padding-left: 10px;
}
.p-boxfield-trader label span {
    color: red;
}
.p-boxfield-trader select {
    background:transparent;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding-top: 7px;
   box-shadow: 0px 3px 2px #d6d6d6;
   border:none;
	color: #686868;
	font-family: 'open_sansregular';
	height: auto;
	min-height: 40px;
	width: 100%;
}
.p-boxfield-trader textarea  {
	min-height:300px;
    width: 100%;
    border: 1px solid #94d3d7;
    border-radius: 4px;
    padding: 10px;
}
span.select-register-trader  {
    background-color: #fff;
    background-image: url("images/p_select.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 7px;
    box-shadow: 0 3px 2px #d6d6d6;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.p-boxfield-trader-term > label {
    clear: none;
    display: inline-block;
    float: none;
    width: auto;
}
.boxfield.p-boxfield-trader.p-checkbox-trader.p-boxfield-trader-term.p-checkbox-owner_term {
    margin: 0 auto;
    text-align: center;
}
.p-boxfield-trader-term label a {
    text-decoration: underline;
}
.boxfield {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
.boxfield.pull-left {
    padding-left: 0;
}
.boxfield.pull-right {
    padding-right: 0;
}
#trader_register .boxfield.pull-right, #trader_register .boxfield.pull-left{
	min-height: 110px;
}
.p-boxfield-trader-term span {
    display: inline-block !important;
    float: none !important;
    position: relative;
    top: 5px;
}
.p-boxfield-trader-submit {
    text-align: center;
}
.p-boxfield-trader-submit > input {
    background-color: #f54051;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px;
    text-transform: uppercase;
    width: 20%;
	border-bottom:4px solid #b94f59;
	border-top:none;
	border-left:none;
	border-right:none;
}
.p-boxfield-trader-cancel {
    margin-top: 20px;
}
.p-boxfield-trader-cancel > a {
    background-color: #14b1bb;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}
/**********************************************************
	trader home page
***********************************************************/
.content-page-trader-home{
	padding-bottom:10px;
}
.content-page-trader-home .entry-header h1 {
    color: #4c464c;
    font-family: open_sansbold;
    font-size: 24px;
    margin: 50px auto 15px;
    text-align: center;
}
.content-page-trader-home article {
    padding: 0;
}
.content-page-trader-home .entry-content h3 {
    font-size: 16px;
    margin: 0 -15px;
    text-align: center;
	color:#8e8e8e;
	background-image: url("images/line.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.content-page-trader-home .entry-content h3 p {
    background-image: url("images/body.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;
    width: 50%;
}
.content-page-trader-home .entry-content > div {
    clear: both;
    display: block;
    float: left;
    width: 100%;
	margin-top: 50px;
}
.content-page-trader-home  .entry-content > div p {
    float: left;
    text-align: center;
    width: 30%;
}
.content-page-trader-home .entry-content > div p a {
    background-color: #14b1bb;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}
.trader-home-search {
    margin: 0 5%;
}
.content-page-trader-home  .entry-content > p {
    clear: both;
    display: block;
    float: left;
    width: 100%;
	margin-top: 250px;
}
.content-page-trader-home  .entry-content > p a {
    float: right;
    background-color: #f54051;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
	border-bottom:4px solid #c2414d;
	border-left:none;
	border-right:none;
	border-top:none;
}
.content-page-trader-home  .entry-content > p a:hover{
	color:#fff !important;
}
/**********************************************************
	owner home page
***********************************************************/
.content-page-owner-home{
	padding-bottom:10px;
}
.content-page-owner-home .entry-header h1 {
    color: #4c464c;
    font-family: open_sansbold;
    font-size: 24px;
    margin: 50px auto 15px;
    text-align: center;
}
.content-page-owner-home article {
    padding: 0;
}
.content-page-owner-home .entry-content h3 {
    font-size: 16px;
    margin: 0 -15px;
    text-align: center;
	color:#8e8e8e;
	background-image: url("images/line.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.content-page-owner-home .entry-content h3 p {
    background-image: url("images/body.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto auto;
    width: 50%;
}
.owner-home > p {
    margin: 40px auto;
    text-align: center;
	float:left;
	width:50%;
}
.owner-home > p a {
    background-color: #14b1bb;
    border-radius: 4px;
    clear: both;
    color: #fff;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 10px;
    width: 50%;
}
.owner-home > ul {
    clear: both;
    display: block;
    float: left;
    height: auto;
    padding: 0;
    width: 100%;
}
.owner-home li.col-md-4 {
    display: inline-block;
    float: none;
    margin: 15px auto;
    padding: 0 10px;
    width: 32%;
}
.owner-home li.col-md-4 img {
    height: auto;
    width: 100%;
}
.owner-home li.col-md-4 img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.owner-home li.col-md-4 h4 {
    background-color: #fff;
    box-shadow: 0 3px 2px #d6d6d6;
    line-height: 18px;
    margin: 0 auto 15px;
    padding: 5px 0;
    text-align: center;
}
.owner-home li.col-md-4 h4 a {
    color: #585858;
    font-size: 13px;
    text-align: center;
	word-wrap: break-word;
}
.owner-home li.col-md-4 > p {
    clear: both;
    color: #14b1bb;
    display: block;
    float: left;
    font-size: 18px;
}
.owner-home li.col-md-4 > p a {
    color: #4c464c;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
	margin-left: 5px;
}
.p-stt {
    float: right;
}
.p-stt button {
    background-color: #fff;
    border: medium none;
    box-shadow: 0 3px 2px #d6d6d6;
    float: right;
    margin-bottom: 5px;
    padding: 2px 10px;
	border-radius: 3px;
}
.p-stt > ul {
    padding: 0;
	display: none;
}
.p-stt > ul li input {
    border: medium none;
    padding: 0 3px;
	background-color: #fff;
}
.p-stt > ul li input.p-disabled {
    color: #14b1bb;
}
.p-stt > ul li input.input-stt:hover{
	color:#fff;
	background-color:#14b1bb;
}
.p-stt > ul .stt-job {
    border: 1px solid #14b1bb;
    clear: both;
    display: block;
    margin: 5px auto;
    padding: 5px;
	background-color: #fff;
}
.content-page-owner-home .entry-content > p {
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.content-page-owner-home  .entry-content > p a {
    float: right;
    background-color: #f54051;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
	border-bottom:4px solid #c2414d;
	border-left:none;
	border-right:none;
	border-top:none;
}
.content-page-owner-home  .entry-content > p  a:hover{
	color:#fff !important;
}
/**********************************************************
	owner edit page
***********************************************************/
.p-checkbox-owner_langs_edit  span.img-checkbox {
    background-image: url("images/check.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    width: 20px;
}
.p-checkbox-owner_langs_edit  span.checked{
    background-position: center bottom;
}
.boxfield.p-boxfield.p-checkbox-owner.p-checkbox-owner_langs_edit > p {
    float: left;
    padding-right: 60px;
}
.boxfield.p-boxfield.p-checkbox-owner.p-checkbox-owner_langs_edit.col-md-6.pull-right {
    margin: -70px auto 0;
	width:50%;
}
.boxfield.p-boxfield.p-checkbox-owner.p-checkbox-owner_langs_edit.col-md-6.pull-right > label {
    clear: both;
    display: block;
}
/**********************************************************
	list users page
***********************************************************/
.content-page-list-users .entry-content{
	margin-top:30px;
}
.content-page-list-users .entry-content > ul {
    clear: both;
    display: block;
    float: left;
    padding: 0;
    width: 100%;
}
.list-user.col-md-4.pull-left > div {
    clear: both;
    display: block;
    float: left;
    margin: 0 5%;
    padding: 10px 0;
    width: 90%;
}
.list-user > div > p {
    color: #6e6e6e;
    float: left;
    font-family: 'open_sansbold';
    font-size: 14px;
    line-height: 24px;
}
.list-user > div > p.view-edit {
    float: right;
}
.list-user > div > p.view-edit > a {
    color: #14b1bb;
	padding-left:5px;
}
.list-user > div > p.view-edit > a:first-child{
	padding-right:5px;
	padding-left:0px;
	border-right:1px solid #14b1bb;
}
.list-user.col-md-4.pull-left {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 0;
    width: 30%;
	border-radius: 4px;
	box-shadow: 0 3px 2px #d6d6d6;
}
.list-user-center {
    margin-left: 5% !important;
    margin-right: 5% !important;
}
.list-user.col-md-4.pull-left > div > img {
    display: block;
    float: left;
    margin-right: 10px;
}
.list-user.col-md-4.pull-left > div > div > p {
    color: #6e6e6e;
    font-family: times new roman;
    font-size: 14px;
    line-height: 20px;
}
.list-user.col-md-4.pull-left > div > div > p > span {
    font-family: open_sansbold;
}
.list-user.col-md-4.pull-left > div > div > p > a{
	color:#14b1bb;
}
.user-name-view-edit { 
    border-bottom: 1px solid #e8e7e7;
}
/**********************************************************
		lost pass page
***********************************************************/
.content-page-lost-pass .error_login{
	margin-bottom:30px;
}
.content-page-lost-pass form p {
    margin: 30px auto;
}
.content-page-lost-pass .error_login p.success {
    color: #14b1bb;
}
.content-page-lost-pass .message p.error {
	color:red;
}
/**********************************************************
		search page
***********************************************************/
.content-page-search  .searchform {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.content-page-search  .searchform > div {
    clear: both;
    display: block;
    float: left;
    margin: 30px auto 15px;
}
/**********************************************************
		@media
***********************************************************/
@media screen and (max-width: 1110px) {
	.home .site-content,.main-footer,.site-content-blue {
		padding:0 10px;
	}
	.p-df-page.col-md-6.col-md-offset-3 {
		margin-left: 25%;
		width: 50%;
	}
	article {
		padding: 0 10px;
	}
	.p-date-time {
		width: 10%;
	}
	.p-blog > div.col-md-11 {
		width: 90%;
	}
	.button-page-video {
		padding:0 10px;
	}
	.button-page-video a {
		display: block;
		padding: 13px 20px;
		width: 100%;
	}
	.p-register-otr > a {
		padding: 50px 10px;
	}
}
@media screen and (max-width: 1000px) {
	.main-logo.col-md-4 {
		width: 30%;
	}
	.search.col-md-2 {
		width: 25%;
	}
	.login-register.top-login-register.col-md-2 {
		width: 20%;
	}
	.post-job.col-md-1 {
		padding: 0;
	}
	.main-cat li.col-md-2 {
		display: block;
		float: left;
		width: 16.66%;
	}
	.p-blog div > span {
		position: static;
		margin-top:30px;
	}
	.list-user.col-md-4.pull-left {
		margin: 20px 2.5%;
		width: 45%;
	}
	.list-user-center {
		margin-left: 2.5% !important;
		margin-right: 2.5% !important;
	}
}
@media screen and (min-width: 831px){
	.navbar-toggle {
		display:none;
	}
	.p-togle , .post-job.col-md-1,.login-register.top-login-register.col-md-2{
		display:block;
	}
}
@media screen and (max-width: 830px){
	.navbar-toggle {
		background-color: #14b1bb;
		display:block;
	}
	.navbar-toggle:hover {
		background-color: #f54051;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.search.col-md-2 div {
		border-top-left-radius: 3px;
		border-bottom-left-radius:3px;
		float:none;
	}
	.login-register p {
		float: none;
		line-height: 30px;
	}
	.login-register.top-login-register.col-md-2 {
		width: 100%;
	}
	.search.col-md-2 {
		width: 100%;
	}
	.post-job.col-md-1 {
		width: 100%;
	}
	.search input[type="text"] {
		border-radius:0px;
	}
	.p-lang.col-md-1 {
		padding-left: 45%;
	}
	.p-lang li {
		float: left;
		width: 10%;
	}
	.p-lang.col-md-1 {
		clear: both;
		float: left;
		height: auto;
		margin-top: 28px;
		padding-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	#searchform > div {
		border-radius: 0;
		display: block;
		float: left;
		margin: 0 auto 0 25%;
		width: 50%;
	}
	.p-togle , .post-job.col-md-1,.login-register.top-login-register.col-md-2{
		display:none;
	}
	.main-cat li.col-md-2 {
		width: 33%;
		margin-bottom: 35px;
		min-height: 270px;
	}
	.widget.sfmsb_widget {
		display: block;
		float: left;
		margin: 30px auto;
	}
	.main-top-head.col-md-12.col-sm-12.col-xs-12 {
		padding: 0 10px;
	}
	.content-page-tax-post-job div.entry-content li.col-md-2 {
		min-height: 270px;
		width: 33%;
	}
	.content-page-tax-post-job article {
		padding:0px;
	}
	.list-user.col-md-4.pull-left {
		min-height: 180px;
	}
	.content-page-list-users article,.content-page-list-users {
		padding: 0px;
	}
	.content-page-list-users .entry-header {
		padding-left: 20px;
	}
	.blog-info {
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 700px){
	.main-cat li.col-md-2 {
		min-height: 250px;
	}
	.widget_nav_menu ul li {
		margin: 20px auto 0;
		padding: 0 20px 0 0;
		line-height: 25px;
	}
	.p-df-page.col-md-6.col-md-offset-3 {
		margin-left: 15%;
		width: 70%;
	}
	.content-page-post-job .left-content-post-job {
		clear: both;
		display: block;
		padding: 0 15px;
		width: 100%;
	}
	.right-content-post-job.col-md-6.col-sm-6.col-xs-6.pull-right {
		clear: both;
		display: block;
		float: left !important;
		width: 100%;
	}
	#previewImg {
		min-height: 150px;
	}
	.form-post-job .p-check-box {
		float: left;
		margin: 10px auto;
	}
	.form-post-job .p-check-box > p {
		float: left;
		width: 100%;
	}
	.p-check-box p label {
		margin: 0 auto;
		width: auto;
	}
	.p-add-question,.faq-main-content-page .p-content {
		width: 50%;
	}
	.p-date-time {
		width: 13%;
	}
	.p-blog > div.col-md-11 {
		width: 87%;
	}
	.p-blog div > span {
		margin-top:15px;
	}
	a.nextpostslink {
		padding: 5px 20px;
		position: static;
	}
	a.previouspostslink {
		margin: 0 auto !important;
		padding: 5px 20px;
		position: static;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		margin: 0 10px;
	}
	.p-video-page iframe {
		height: auto;
		min-height: 300px;
	}
	.content-page-tax-post-job div.entry-content li.col-md-2 {
		min-height: 240px;
	}
	.entry-header.entry-title-cat h2 {
		width: 40%;
	}
}
@media screen and (max-width: 650px){
	.list-user.col-md-4.pull-left {
		margin: 15px 2.5% !important;
		width: 95%;
	}
	.p-lang.col-md-1 {
		padding-left: 30%;
	}
	.p-lang li {
		width: 30%;
	}
}
@media screen and (max-width: 600px){
	.main-cat li.col-md-2 {
		min-height: 220px;
	}
	.p-add-question,.faq-main-content-page .p-content {
		width: 100%;
	}
	.p-date-time {
		width: 15%;
		padding: 0;
	}
	.p-blog > div.col-md-11 {
		width: 85%;
	}
	.p-blog div > a {
		display: block;
		float: left;
		width: 100%;
	}
	.p-blog a img {
		float: left;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	.p-blog h3 {
		margin: 0 auto 15px;
	}
	.boxfield {
		width: 100%;
		padding: 0 0 20px;
	}
	.boxfield.p-boxfield.p-checkbox-owner.p-checkbox-owner_langs_edit.col-md-6.pull-right {
		margin: 0 auto;
		width: 100%;
	}
	.content-page-trader-register article {
		padding: 0px;
	}
	.p-boxfield-trader-submit > input {
		width: 50%;
	}
	.button-page-video li:nth-child(2) {
		margin: 15px auto;
	}
	.button-page-video li {
		width: 100%;
	}
	.content-page-tax-post-job div.entry-content li.col-md-2 {
		min-height: 210px;
	}
	.p-term h3 {
		line-height: 30px;
	}
}
@media screen and (max-width: 500px){
	.main-cat li.col-md-2 {
		margin-bottom: 5px;
		width: 50%;
		min-height: 250px;
		padding: 0 5px;
	}
	.drop-cat > p {
		width: 80%;
	}
	.p-df-page.col-md-6.col-md-offset-3 {
		margin-left: 10%;
		width: 80%;
	}
	.right-content-post-job.col-md-6.col-sm-6.col-xs-6.pull-right,..content-page-post-job .left-content-post-job {
		padding: 0;
	}
	.p-register-otr {
		margin: 15px auto;
		width: 100%;
	}
	.trader-register.p-register-otr {
		margin-left: 0;
	}
	.content-page-tax-post-job div.entry-content li.col-md-2 {
		min-height: 250px;
		width: 50%;
	}
}
@media screen and (max-width: 400px){
	#searchform > div {
		margin: 0 auto 0 15%;
		width: 70%;
	}
	.p-lang.col-md-1 {
		padding-left: 30%;
	}
	.p-lang li {
		width: 30%;
	}
	.main-cat li.col-md-2 {
		min-height: 230px;
	}
	.p-df-page.col-md-6.col-md-offset-3 {
		margin: 0 auto 50px;
		width: 100%;
	}
	.content-page-login div.form form p {
		clear: both;
		margin: 10px auto;
	}
	div.not-resgistered p.lost-pw-right {
		float: left;
	}
	.p-date-time {
		width: 20%;
	}
	.p-blog > div.col-md-11 {
		padding: 0;
		width: 100%;
	}
	.p-video-page iframe {
		min-height: 200px;
	}
	.content-page-tax-post-job div.entry-content li.col-md-2 {
		min-height: 210px; 
	}
}
@media screen and (max-width: 360px){
	.main-cat li.col-md-2 {
		min-height: 210px;
	}
}