/*
Theme Name: waiti
Theme URI: https://skycodec.com/
Author: Diamond
Author URI: https://skycodec.com/
Description: brainyquocte is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
text-domain: waiti
*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
body{font-family: 'PT Sans'; color:#000;}
.container{
	max-width: 990px;
}
body a{
	color:#737864;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
body a:hover{
	text-decoration: none;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
    font-family: "PT Sans Narrow";
    font-weight: 700;
}
.logo-header .col-sm-3{
	width: 18%;
}
.logo-header .col-sm-9{width: 82%}
.form-login p{margin:0 0 0 15px; display: inline-block;}
.form-login p input{
    background: #fff;
    box-shadow: none;
    border: none;
    height: 27px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
}
.form-login{
	position: relative;
	background-color: #737864;
	padding: 18px 5px;
}
.login-submit{
	position: absolute;
	right: 20px;
	top:18px;
}
.forgotpass{
	display: block;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right:210px;
}
.forgotpass:hover{color:#fff;}
.form-login .login-submit input{
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    background: #719a48;
    color: #fff;
    border: 1px solid transparent;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.form-login .login-submit input:hover{
	background: #fff;
	color:#719a48;
	border-color:#719a48;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.form-login a.button-primary{
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    background: #719a48;
    color: #fff;
    border: 1px solid transparent;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.form-login a.button-primary:hover{
	background: #fff;
	color:#719a48;
	border-color:#719a48;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#logo{margin-top:15px;}
.title-header{
    font-size: 65px;
    color: #a11f26;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    padding: 20px 40px 0;
    text-align: center;
    line-height: 60px;
}
#mainmenu{
	background-color: #a11f26;
	height: 95px;
	margin-top:25px;
}
#mainmenu > div{
	max-width: 960px;
	margin: 0 auto;
	display: block;
}
#mainmenu .menu{
	margin: 0; padding: 0 ;
	list-style: none;
	display: inline-block;
	width: 100%;
}
#mainmenu .menu li{
	float: left;
	text-align: center;
	position: relative;
	display: inline-block;
}
#mainmenu .menu li a{
	display: block;
	color: #fff;
	font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-size: 30px;
    height: 95px;
    padding: 0 18px;
    line-height: 95px;
    background-color: transparent;
    border-top: 1px solid transparent;
}
#mainmenu .menu li.sub-span a, #mainmenu .menu li.sub-span1 a, #mainmenu .menu li.sub-span2 a{
	line-height: 30px;
}
#mainmenu .menu li.sub-span a{
	padding-top:10px;
}
#mainmenu .menu li.sub-span1 a, #mainmenu .menu li.sub-span2 a{
	padding-top:20px;
}
#mainmenu .menu li a span{
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	max-width: 125px;
}
#mainmenu .menu li a:hover, #mainmenu .menu li.current-menu-item a{
	background-color: #fff;
	color:#a11f26;
	/*border-top: 1px solid rgba(162,29,33,.2);*/
}
#mainmenu .menu li ul {
	display: none;
}
#mainmenu .menu li:hover .sub-menu{
	display: block !important;
}
#mainmenu .menu li .sub-menu {
  background: #a11f26;
  position: absolute;
  padding-left: 0;
  width: 200px;
  top: 95px;
  z-index: 99999;
}
#mainmenu .menu li .sub-menu li {
	float: left;
  width: 100%;
  height: auto;
  clear: both;
  padding: 15px 0px;
  line-height: normal;
}
#mainmenu .menu li .sub-menu li a {
  font-size: 20px;
  color: #fff;
  background: #a11f26;
  line-height: normal;
  padding: 0px;
  height: auto;
}
#logo p{margin: 0}
#footer p{
	color:#fff;
	font-size: 14px;
	margin: 0;
	font-family: 'PT Sans Narrow';
    font-weight: 700;
    letter-spacing: 1.5px;
}
#footer p a{color:#fff; text-decoration: underline;}
#footer{
	padding: 20px 0px;
	background-color:#737864;
	border-top: 10px solid #719a48;
}
.copyright{text-transform: uppercase;}
.linksite{text-align: right}
#block-slogan{
	padding-top: 35px;
	padding-bottom: 35px;
}
#block-slogan .text-slogan{
	background-color: #fff;
	padding: 25px;
}
.text-slogan h3{
	color:#a11f26;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow';
    font-weight: 700;
}
.text-slogan p{
	color:#000;
	font-size: 20px;
    line-height: 24px;
}
#block-box{
	padding-top:30px;
	padding-bottom: 30px;
}
.box1{
	min-height: 250px;
	background: url('images/box1.png') no-repeat center center;
	background-size: 100%;
	padding: 25px;
}
.box2{
	min-height: 250px;
	background: url('images/box2.png') no-repeat center center;
	background-size: 100%;
	padding: 25px;
}
.box3{
	min-height: 250px;
	background: url('images/box3.png') no-repeat center center;
	background-size: 100%;
	padding: 25px;
}
#block-box .wpb_content_element p{
    color: #fff;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    max-width: 190px;
}
#block-box .wpb_content_element p br{display: none;}
#block-box .wpb_content_element p strong{
	text-transform: uppercase;
    letter-spacing: 5.5px;
}
#block-box .wpb_content_element p a{border:1px solid transparent;display: inline-block; margin-top:40px;font-family: 'PT Sans'; font-size: 20px; line-height: 20px; padding: 5px; text-transform: uppercase; letter-spacing: 1px}
.search{
	background-color: #a11f26;
	color: #fff;
}
.search:hover{
	color:#a11f26;
	background-color: #fff;
	border-color:#a11f26;
}
.readmore{background-color: #719a48;color: #fff;}
.readmore:hover{
	color:#719a48;
	background-color: #fff;
	border-color:#719a48;
}
#block-about {padding-top: 35px; padding-bottom: 65px;}
#block-contact {padding-top: 35px; padding-bottom: 35px;}
#block-about .vc_col-sm-3 .vc_column-inner{padding-left: 0px;}
#block-about .sidebar-about{
	width: 225px;
	float: right;
	min-height: 640px;
	padding: 20px 25px;
	background: url('images/sidebar.png') no-repeat center center;
}
.sidebar-about h4{
    color: #fff;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 30px;
}
.sidebar-about ul{margin: 0; padding: 0; list-style: none}
.sidebar-about ul li a{
	color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}
.sidebar-about ul li a strong{
	font-family: 'PT Sans Narrow';
    font-weight: 700;
    display: block;
}
.content-about h2{
	font-family: 'PT Sans Narrow';
    font-weight: 700;
    color:#737864;
    font-size: 63px;
    line-height: 60px;
    margin-bottom: 30px
}
.content-about h3{
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    color: #a11f26;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.content-about p, .content-about ul{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.7px;
}.vc_toggle_title > h4 {	font-size:24px;}.content-about .vc_toggle_content ul {	font-size:16px;}
.content-about label {
    font-weight: normal;
    font-size: 16px;
}
#block-find h2{
	font-family: 'PT Sans Narrow';
    font-weight: 700;
    color:#737864;
    font-size: 65px;
    line-height: 60px;
    margin: 35px 0 45px;
}
#block-find .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {width: 450px; border: 1px solid #e96c31}
#block-find .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper{float: right}
#block-find h3{
	position: relative;
    color: #fff;
    background-color: #a11f26;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    padding: 21px 0;
    font-size: 43px;
    text-transform: uppercase;
    text-align: center;
    line-height: 66px;
    margin-bottom: 20px;
}
#block-find h3::before{
	content:'';
	display: inline-block;
	width: 70px;
	height: 70px;
	position: relative;
	left: 70px;
	float: left;
}
.translator h3:before{
	background: url(images/icon.png);
}
.interpreter h3:before{
	background: url(images/icon2.png);
}
#block-find p{
	padding: 0 15px;
	font-size: 20px;
	line-height: 24px;
}
.form{padding: 0 10px; margin-top:15px;}
.form h5{
	color:#a11f26;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
}
.form select{
	height: 30px;
	border: 1px solid #737864;
	min-width: 210px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
    font-size: 16px;
    color: #737864;
    padding: 0 10px;
    line-height: 28px;
    background: url('images/bg_select.png') no-repeat center right;
    float: left; margin-right:20px;
}
.form button{
	height: 30px;
	line-height: 20px;
	color:#fff;
	background-color: #a11f26;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	box-shadow: none;
	border: 0;
	letter-spacing: 1px;
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border: 1px solid transparent;
}
.form button:hover{
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	background-color: #fff;
	color:#a11f26;
	border-color: #a11f26;
}
.form .bottom{margin:45px 0;}
#block-find .form p{
	padding: 0;
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}
.form-group input{
	border: 1px solid #737864;
	padding: 0 10px;
	line-height: 26px;
	height: 26px;
	max-width: 175px;
	font-size: 16px;
	color: #737864;
}
body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #737864
}
body input::-moz-placeholder{
	color: #737864;
	opacity: 1
}
#block-find{padding-bottom: 55px;}
#login-mobi, .login-mobi, #menu-mobi{display: none}
.wpcf7-submit {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 5px;
    text-transform: uppercase;
    background-color: #a11f26;
    color: #fff;
}
.wpcf7-submit:hover {
    background-color: #fff;
    border-color: #a11f26;
    color: #a11f26;
}
.faq-cus {
    line-height: 32px;
}
.faq-cus .vc_toggle_icon::before, .faq-cus .vc_toggle_icon::after, .faq-cus .vc_toggle_icon {
    background: #A11F26 !important;
    border: 1px solid #A11F26 !important;
}
.table-cus {
    border: 1px solid #A11F26;
    margin: 25px 0;
}
.table-cus h4 {
    background-color: #a11f26;
    color: #fff;
    font-family: "PT Sans";
    font-size: 22px;
    letter-spacing: 3px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.table-cus .row-hr {
    padding: 10px;
    border-bottom: 1px solid #A11F26;
}
.table-cus .row-hr:last-child {
    border-bottom: none;
}
.table-cus h5 {
    font-size: 23px;
    color: #A11F26;
}
.cus-btn {
    border: 1px solid transparent !important;
    display: inline-block !important;
    font-family: "PT Sans";
    font-size: 20px !important;
    letter-spacing: 1px !important;
    line-height: 20px !important;
    margin-top: 25px !important;
    padding: 10px !important;
    text-transform: uppercase;
    float: right;
    font-weight: 700;
    background-color: #719a48!important;
}
.cus-btn:hover {
    background-color: #fff !important;
    border-color: #719a48 !important;
    color: #719a48 !important;
}
.table-fee {
	margin-bottom:30px;
}
.table-fee .row-head {
	background:#a11f26;
	border-right:1px solid #a11f26;
	border-left:1px solid #a11f26;
}
.table-fee .row-head .cat-detail{
	padding:22px 10px;
	width:60%;
	float:left;
	border-right:1px solid #fff;
}
.table-fee .row-head  .cat-detail h4{
	text-transform:uppercase;
	color: #fff;
    font-family: "PT Sans";
    font-size: 22px;
	text-align: center;
	letter-spacing:3px;
}
.table-fee .row-head .fee-detail{
	width:40%;
	float:left;
}
.table-fee .row-head .fee-detail h4{
	padding:10px;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:3px;
	color: #fff;
    font-family: "PT Sans";
    font-size: 22px;
	border-bottom: 1px solid;
}
.table-fee .row-head .fee-detail .fee_1{
	border-right:1px solid #fff;
	width:50%;
	float:left;
}
.table-fee .row-head .fee-detail .fee_2{
	width:50%;
	float:left;
}
#applyform  .table-fee .row-head .fee-detail p{
	padding:10px;
	text-align: center;
	color: #fff;
    font-family: "PT Sans";
    font-size: 20px;
	margin:0
}
.table-fee .row-hr {
	border-bottom:1px solid #a11f26;
	border-right:1px solid #a11f26;
	border-left:1px solid #a11f26;
	display: table;
    height: 100%;
    position: relative;
	width:100%;
}
.table-fee .row-hr .cat-detail{
	width:60%;
	float:left;
	padding:10px;
	border-right:1px solid #a11f26;
}
.table-fee .row-hr .cat-detail h5{
    color: #a11f26;
    font-size: 23px;
}
.table-fee .row-hr .cat-detail p{
	font-size: 22px;
    letter-spacing: -0.7px;
    line-height: 24px;
	margin:0
}
.table-fee .row-hr .fee-detail{
    display: table;
    float: left;
    height: 100%;
    position: relative;
    width: 40%;
}
.table-fee .row-hr .fee_1{
    border-right: 1px solid #a11f26;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 50%;
	padding:10px;
	text-align:center;
}
.table-fee .row-hr .fee_1 p{
	font-family: "PT Sans";
    font-size: 22px;
	margin:0;
	color:#a11f26;
	font-weight:bold;
}
.table-fee .row-hr .fee_2{
    display: table-cell;
    height: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.table-fee .row-hr .fee_2 p{
	font-family: "PT Sans";
    font-size: 22px;
	margin:0;
	color:#a11f26;
	font-weight:bold;
}
.form-apply{
	margin-bottom:30px;
}
.form-apply .row-head {
	background:#709b43;
	padding:32px 20px;
}
.form-apply .row-head h4{
    color: #fff;
    font-family: "PT Sans";
    font-size: 26px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.form-apply .form-details{
	border-left:1px solid #709b43;
	border-right:1px solid #709b43;
	border-bottom:1px solid #709b43;
	padding:30px 10px;
}
.form-apply .form-details p {
	font-size: 20px;
    letter-spacing: -0.7px;
    line-height: 24px;
}
.form-apply .form-details .required {
	color:#a21d21;
	text-align:right;
}
.form-apply .form-details .row-form  {
	margin-bottom:10px;
	position: relative;
}
.form-apply .form-details .row-form .left-form {
	width:75%;
	float:left;
}
.form-apply .form-details .row-form .left-form .form-control-feedback {
	color:#a11f26
}
.form-apply .form-details .row-form .left-form h4{
    color: #709b43;
    font-size: 23px;
}
.form-apply .form-details .row-form .left-form span {
    display: block;
    float: left;
    width: 3%;
	color:#a21d21;
	height: 1px;
}
.form-apply .form-details .row-form .left-form input{
	border:1px solid #737864;
	color:#737864;
	padding:5px;
	float:left;
}
.form-apply .form-details .row-form .left-form input {
	border-radius: 0;
}
.form-apply .form-details .row-form .left-form select {
	border-radius: 0;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
    font-size: 16px;
    color: #737864;
    padding: 0 10px;
    line-height: 28px;
	border: 1px solid #737864;
	height:30px;
	min-width:200px;
    background: url('images/bg_select.png') no-repeat center right;
}
.form-apply .form-details .row-form .left-form input.small {
	width:97%;
	max-width:100px;
}
.form-apply .form-details .row-form .left-form input.medium{
	max-width:250px;
	width:97%;
	border-radius: 0;
}
.form-apply .form-details .row-form .left-form input.full {
	width:97%;
}
.form-apply .form-details .row-form .left-form textarea.full {
	width:97%;
	height:200px;
	border:1px solid #737864;
	border-radius: 0;
}
.form-apply .form-details .row-form .left-form a {
	background:#737864;
	border:none;
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px;
	font-weight:bold;
	display:inline-block;
	cursor:pointer;
}

.form-apply .form-details .row-form .left-form .error p {
    font-size: 14px;
    letter-spacing: -0.7px;
    line-height: 24px;
}
.form-apply .form-details .row-form .left-form .error {
    clear: both;
    color: #a21d21;
    font-weight: bold;
}

.form-apply .form-details .row-form .right-form {
	width:25%;
	float:left;
	text-align:center;
}
.form-apply .form-details .row-form .right-form h4{
    color: #709b43;
    font-size: 23px;
}
.form-apply .form-details .row-form .right-form span {
	color:#a21d21;
}
.form-apply-step3 .row-form .btn-apply {
	float:right;
	color:#fff;
	background:#a21d21;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 15px;
	font-size:22px;
	border:none;
	display:none !important;
}
#applyform .content {
    min-height: 100px;
}
#applyform .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
}

.form-apply-step2 {
	border:1px solid #709b43;
}
.form-apply-step2 h2{
	background:#709b43;
	padding: 32px 20px;
	color:#fff;
	text-align:center;
	font-size:40px;
}
.form-step2-inner {
	padding:0 30px 20px;
}
.input_fields_wrap {
	margin-bottom:30px;
}
.input_fields_wrap h3 {
	color:#709b43;
}
.input_fields_wrap select {
	width:18%;
	margin-right:2%;
	height:30px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position: relative;
    font-size: 16px;
    color: #737864;
    padding: 0 10px;
    line-height: 28px;
	border: 1px solid #737864;
    background: url('images/bg_select.png') no-repeat center right;
}
.add_field_button {
	background:#a11f26;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 5px;
	font-size:19px;
	cursor:pointer;
}
.member_list .row-head {
    background: #a11f26 none repeat scroll 0 0;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
}
.member_list .row-head .member-name {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 35%;
}
.member_list .row-head .member-location {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member_list .row-head .member-status {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member_list .row-head .member-language {
    float: left;
    padding: 10px;
    width: 25%;
}
.member_list .row-head h4 {
    color: #fff;
    font-family: "PT Sans";
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.member_list .row-hr {
    border-bottom: 1px solid #a11f26;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
    display: table;
    height: 100%;
	width:100%;
    position: relative;
}
.member_list .row-hr .member-name {
    border-right: 1px solid #a11f26;
    padding: 10px;
    width: 35%;
	display:table-cell;
	height:100%;
}
.member_list .row-hr .member-location {
    border-right: 1px solid #a11f26;
    padding: 10px;
    width: 20%;
	display:table-cell;
	height:100%;
}
.member_list .row-hr .member-status {
    border-right: 1px solid #a11f26;
    padding: 10px;
    width: 20%;
	display:table-cell;
	height:100%;
}
.member_list .row-hr .member-language {
    padding: 10px;
    width: 25%;
	display:table-cell;
	height:100%;
	text-align: center;
}
.member_list .row-hr p {
    font-size: 22px;
    letter-spacing: -0.7px;
    line-height: 24px;
    margin: 0;
	text-align:center;
}
.member_list .row-hr  h5 {
    color: #a11f26;
    font-size: 23px;
	text-align:center;
}
.member_list .row-hr  h5 a {
	color:#a11f26;
}
#block-about .sidebar-member {
    background: rgba(0, 0, 0, 0) url("images/sidebar.png") no-repeat scroll center center;
    float: right;
    min-height: 640px;
    padding: 20px 0;
    width: 225px;
}
.sidebar-member .form select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("images/bg_select.png") no-repeat scroll right center;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-right: 0;
    min-width: 210px;
    padding: 0 10px;
    position: relative;
}
.sidebar-member .form select option {
	color:#737864
}
.sidebar-member .form h5 {
	color:#fff;
}

.member-skill .row-head {
    background: #a11f26 none repeat scroll 0 0;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
}
.member-skill .row-head .skill-type {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-head .language-a {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-head .direction{
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-head .language-b {
    border-right: 1px solid #fff;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-head .credential {
    float: left;
    padding: 13px 10px;
    width: 20%;
}

.member-skill .row-head h4 {
    color: #fff;
    font-family: "PT Sans";
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.member-skill .row-hr {
    border-bottom: 1px solid #a11f26;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
    display: table;
    height: 100%;
    position: relative;
	width:100%;
}
.member-skill .row-hr p {
	font-size: 15px;
    letter-spacing: -0.7px;
    line-height: 1.1;
    margin: 0;
    text-align: center;
}
.member-skill .row-hr .skill-type {
    border-right: 1px solid #a11f26;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-hr .language-a {
    border-right: 1px solid #a11f26;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-hr .direction{
    border-right: 1px solid #a11f26;
    float: left;
    padding: 12px 10px;
    width: 20%;
	text-align: center;
}
.member-skill .row-hr .language-b {
    border-right: 1px solid #a11f26;
    float: left;
    padding: 22px 10px;
    width: 20%;
}
.member-skill .row-hr .credential {
    float: left;
    padding: 13px 10px;
    width: 20%;
}

.contact-member {
	border:1px solid #709b43;
}
.contact-member  h3 {
	background: #709b43 none repeat scroll 0 0;
    padding: 32px 20px;
	text-align:center;
	color:#fff;
}
.contact-member div {
	padding:10px;
}
.member-info h4 {
	color:#a11f26;
	font-size: 30px;
	margin-bottom:15px;
}
.credential-field {
    display: inline-block;
    width: 30%;
}
.language-field {
    display: inline-block;
    width: 15%;
}
.credential-field h4 {
	color: #a11f26;
    font-size: 23px;
}
.language-field h4 {
	color: #a11f26;
    font-size: 23px;
}
.translationfield p {
	font-size: 23px;
	color: #a11f26;
}
.translationfield a {
	background:#a11f26;
	color:#fff;
	text-transform:uppercase;
	padding:2px 3px;
	cursor:pointer;
	font-weight:bold;
}
.form-apply-step3 {
    border: 1px solid #709b43;
}
.form-apply-step3 h2{
	background:#709b43;
	padding: 32px 20px;
	color:#fff;
	text-align:center;
	font-size:40px;
}
.form-step3-inner {
	padding:0 30px 20px;
}
.step3-field h3 {
    color: #709b43;
	margin-top:15px;
}
.step3-field  select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("images/bg_select.png") no-repeat scroll right center;
    border: 1px solid #737864;
    color: #737864;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin-right: 2%;
    padding: 0 10px;
    position: relative;
}
.step3-field  .big-select {
	width:60%
}
.step3-field  .small-select {
	width:30%;
}
.step3-field textarea {
	border: 1px solid #737864;
    color: #737864;
    font-size: 16px;
	width:100%;
	height:140px;
	padding:10px;
}
.step3-field label {
    color: #737864;
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
}
#applyform p {
	color: #000;
}
#applyform ul{
	margin-bottom:10px;
}
#applyform ul li {
	color:#000;
	font-size:22px;
	margin-left:45px;
}
.step3-field .left-form {
    float: left;
    width: 95%;
}
.step3-field .left-form textarea {
	width:97%;
}
.step3-field .left-form span {
    color: #a21d21;
    display: block;
    float: left;
    height: 1px;
    width: 3%;
}
.step3-field .right-form {
    float: right;
    text-align: center;
    width: 5%;
}
.step3-field .right-form span {
    color: #a21d21;
}

.form-detail {
	border:1px solid #a11f26;
	margin-bottom:30px;
}
.form-detail h4 {
    background: #A11F26 none repeat scroll 0 0;
    padding: 15px 20px;
	color:#fff;
	font-size:20px;
}
.form-detail .inner-form {
	padding: 30px 10px;
}
.form-detail .inner-form p {
	font-size:18px;
}
.form-detail .inner-form .row-form {
	margin-bottom:10px;
}
.form-detail .inner-form .row-form span {
	display:inline-block;
	width:2%;
	color:#A11F26;
}
.form-detail .inner-form .row-form span.wpcf7-form-control-wrap {
	display:inline-block;
	width:97%;
}
.form-detail .inner-form .row-form input {
	width:100%;
	border: 1px solid #737864;
    color: #737864;
	padding:5px;
}
.form-detail .inner-form .row-form textarea {
	width:100%;
	height:140px;
	border: 1px solid #737864;
    color: #737864;
	padding:5px;
	display:inline-block;
}
.form-detail .inner-form .row-form input[type="submit"] {
    background: #a21d21 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
	width: auto;
}

.form-pass {
	border:1px solid #709B43;
	margin-bottom:30px;
}
.form-pass h4 {
    background: #709B43 none repeat scroll 0 0;
    padding: 15px 20px;
	color:#fff;
	font-size:20px;
}
.form-pass .inner-form {
	padding: 30px 10px;
}
.form-pass .inner-form p {
	font-size:18px;
}
.form-pass .inner-form .row-form {
	margin-bottom:10px;
}
.form-pass .inner-form .row-form span {
	display:inline-block;
	width:2%;
	color:#A11F26;
}
.form-pass .inner-form .row-form input {
	display:inline-block;
	width:97%;
	border: 1px solid #737864;
    color: #737864;
	padding:5px;
}
.form-pass .inner-form .row-form textarea {
	display:inline-block;
	width:97%;
	height:140px;
	border: 1px solid #737864;
    color: #737864;
	padding:5px;
}
.form-pass .inner-form .row-form input[type="submit"] {
    background: #709B43 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
	width: auto;
}
.form-pass .inner-form .row-form .error,.form-detail .inner-form .row-form .error {
	color:#A21D21;
	margin-left:3%;
	font-size:12px;
}
.page-template-page-logged #block-box .wpb_content_element p br {
    display: inherit;
}
.note {
	display:block;
	position:relative;
}
.note span {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 50%;
    margin-left: -170px;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 99999;
}
.note:hover span {
	display:block;
}
p.login-msg {
	color:#A11F26
}
/* Remove automatic hyphenation */
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
a.add_file_button{
    background: #737864;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
	margin-top:10px;
}
.filenatti a {
    background: #a11f26;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 3px;
    cursor: pointer;
    font-weight: bold;
}
.addfile-field {
    display: inline-block;
    width: 80%;
}
.login-mobi span {
    color: #737864;
    font-weight: bold;
    position: relative;
    left: -8px;
    top: 5px;
    font-size: 17px;
}
div.login-mobi {
    text-align: right;
}
.row-head-table {
    background: #a11f26 none repeat scroll 0 0;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
}
.member_list .row-head-table h4 {
    color: #fff;
    font-family: "PT Sans";
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
.member_list .row-hr-table h5 {
    color: #a11f26;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}
.member_list .row-hr-table h5 a {
    color: #a11f26;
}
.member_list .row-hr-table p {
    font-size: 20px;
    letter-spacing: -0.7px;
    line-height: 24px;
    margin: 0;
    text-align: center;
    padding: 10px;
}
.member_list .row-hr-table .member-language {
    text-align: center;
    padding-bottom: 10px;
    
}
.row-head-table th {
    border-right: 1px solid #fff;
}
.row-hr-table tr {
    border-bottom: 1px solid #A11F26;
}
.row-hr-table {
    border-left: 1px solid #A11F26;
    border-right: 1px solid #A11F26;
}
.row-hr-table td {
    border-right: 1px solid #A11F26;
}
.row-head-table .member-language {
    border-right: 1px solid #A11F26;
}

.member-skill .row-head-table {
    background: #a11f26 none repeat scroll 0 0;
    border-left: 1px solid #a11f26;
    border-right: 1px solid #a11f26;
}
.member-skill .row-head-table h4 {
    color: #fff;
    font-family: "PT Sans";
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
.member-skill .row-hr-table h5 {
    color: #a11f26;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}
.member-skill .row-hr-table h5 a {
    color: #a11f26;
}
.member-skill .row-hr-table p {
    font-size: 20px;
    letter-spacing: -0.7px;
    line-height: 24px;
    margin: 0;
    text-align: center;
    padding: 10px;
}
.member-skill .row-hr-table .direction {
    text-align: center;
    padding-bottom: 10px;
    
}
.row-head-table .credential {
    border-right: 1px solid #A11F26;
}