
#wrap_enquire{
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
}
/* enquiry */
.privacy {
	font-size: 10px;
    padding: 0 !important;
}
.chk_holder {
    height: 2.4375rem;
    border:1px solid #000;
	margin: 10px auto 10px auto;
    margin-top: 1rem;
    text-align: left;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("../images/buttons/uncheck.png") no-repeat left center;
	padding: 7px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(../images/buttons/check.png) no-repeat left center;
}
/* Token Style */
ul.token-input-list-project {
	width: 100%;
	margin: 0 auto;
    height: 2.4375rem;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 1px solid #000;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0 !important;
    text-transform: uppercase;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 1rem;
}
li.token-input-token-project {
    width:100%;
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 8px 5px;
	color: #000;
	cursor: default;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}


div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}

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

@media screen and (max-width : 720px) and (min-width : 640px){
    .medium-6 {
        width: 100% !important;
    }
    #form-left {
        padding-right: 0 !important;
    }
    #form-right {
        padding-left: 0 !important;
    }
}

@media screen and (max-width : 720px) {
    #wrap_enquire{
        width: 100%;
    }
}

@media screen and (max-width : 420px) {
}
