/* CONTACT FORM 7 */

.row {
	display : inline-block;
	position : relative;
	font-size : 0;
	line-height : 0;
	width : 100%;
}

.row .column {
	float : left;
	position : relative;
	vertical-align : top;
	zoom : 1;
	*display : inline;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}

.row .column.w100 {
	width : 100%;
}

.row .column.w075 {
	width : 75%;
}

.row .column.w070 {
	width : 70%;
}

.row .column.w060 {
	width : 60%;
}

.row .column.w055 {
	width : 55%;
}

.row .column.w050 {
	width : 50%;
}

.row .column.w040 {
	width : 40%;
}

.row .column.w033 {
	width : 33.3%;
}

.row .column.w030 {
	width : 30%;
}

.row .column.w025 {
	width : 25%;
}

.row .column .box {
	position : relative;
}

.row .column .box.text {
	display : inline-block;
	margin : 17px 0 13px;
    font-size : 17px;
    line-height : 1.8em;
    width : 100%;
}

.row .column .box.text.small {
	margin : 10px 0 0;
    padding : 0;
    font-size : 14px;
    line-height : 1.7em;
	font-style : italic;
	font-weight : 400;
}

.column.w025:first-child .box {
	margin-right : 11px;
}

.column.w025:first-child + div.w075 .box,
.column.w075:first-child + div.w025 .box {
	margin-left : 11px;
}

.column.w070 .box {
	margin-right : 10px;
}

.column.w025:first-child + div  + div .box {
	margin-left : 11px;
}

.column.w025:first-child + div.w050 .box {
	margin-left : 11px;
	margin-right : 11px;
}

.column.w075:first-child .box {
	margin-right : 11px;
}

.column.w033:first-child .box {
	margin-right : 14px;
}

.column.w033:first-child  + .w033 .box {
	margin-left : 8px;
	margin-right : 8px;
}

.column.w033:first-child  + .w033 + .w033 .box {
	margin-left : 14px;
}

.column.w050:first-child + div .box,
.column.w050:first-child + div + div .box {
	margin-left : 20px;
}

#wrapper #main .wpcf7 {
    margin: 0;
	text-align : left;
}

#wrapper #main .wpcf7 .row {
	float : left;
    margin: 0;
}

#wrapper #main .wpcf7 .row p {
    margin: 0;
}

#wrapper #main .select2 {
    width : 100% !important;
}

#wrapper #main .wpcf7 input,
#wrapper #main .select2-container .select2-selection--single {
	display : block;
    border : 1px solid rgba(147,132,111,0.4);
	border-radius : 4px;
	outline : none;
	margin : 0;
    padding : 10px 10px;
	font-size : 17px;
	line-height : 1.3em;
    color : #4f4d4d;
    text-decoration : none;
	width : 100%;
	max-width : none !important;
	height : auto;
}

#wrapper #main .wpcf7 input:disabled {
	background : #f0f0f0;
}

#wrapper #main .wpcf7 input.wpcf7-file {
	display : block;
    border : none;
	border-radius : 4px;
	margin : 0;
    padding : 0;
	width : 100%;
}

#wrapper #main .wpcf7 input#upload {
	display : none;
}

#wrapper #main .wpcf7 .row label.selectfile {
	background : #fafafa;
    border : 1px solid #e0dede;
	border-radius : 5px;
	padding : 9px 15px !important;
	margin : 0;
	outline : none;
	white-space : nowrap;
	cursor : pointer;
	text-align : center;
	font-family : Calibri Bold;
	font-size : 17px !important;
	line-height : 1.0em !important;
	color : #000000;
	text-transform : uppercase;
	width : 100%;
}

#wrapper #main .wpcf7 .row label.selectfile:hover,
#wrapper #main .wpcf7 .row label.selectfile:active {
	background : #f01c00;
	border : 1px solid #f01c00;
	color : #FFFFFF;
}

#wrapper #main .select2-container .select2-selection--single {
	border-right : none;
	border-radius : 4px 0 0 4px;
}

#wrapper #main .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding : 0;
	font-size : 15px;
	line-height : 1.3em;
}

#wrapper #main .select2-container--default .select2-selection--single .select2-selection__arrow {
	background : #FFFFFF;
    border : 1px solid #e0dede;
	border-left : none;
	border-radius : 0 4px 4px 0;
	top : 0;
	width : 37px;
    height : 37px;
}

#wrapper #main .wpcf7 .row label {
	display : block;
	padding : 20px 0 10px;
	line-height : 1.0em;
	font-size : 17px;
	font-weight : 600;
	color : #000000;
}

#wrapper #main .wpcf7 .row label span {
	display : inline-block;
	padding : 0;
	line-height : 1.0em;
	font-size : 12px;
	font-weight : 400;
	color : #a6a6a6;
}

#wrapper #main .wpcf7 select {
	background : #FFFFFF;
    outline : none;
    border : 1px solid #e0dede;
	border-radius : 5px;
    padding : 8px 10px;
    margin : 0;
    cursor : pointer;
	font-size : 15px;
	line-height : 1.3em;
    color : #4f4d4d;
    font-weight : 400;
	width : 100%;
	height : auto;
}

#wrapper #main .wpcf7 .wpcf7-select-parent .select-arrow  {
	border-left : none;
	border-radius : 3px;
	line-height : 0;
	font-size : 0;
}

#wrapper #main .wpcf7 .wpcf7-select-parent .select-arrow::before {
	position : absolute;
    top : 50%;
	left : 50%;
    border-color : #888 transparent transparent transparent;
    border-style : solid;
    border-width : 5px 4px 0 4px;
	margin : -2px 0 0 -4px;
	content : ' ';
    width : 0;
	height : 0;
}

#wrapper #main .wpcf7 .wpcf7-radio {
	display : inline-block;
	margin : 4px 0 -12px;
	width : 100%;
}

#wrapper #main .wpcf7 .wpcf7-radio .wpcf7-list-item {
	display : inline-block;
	margin : 0;
	font-size : 13px;
	line-height : 1.3em;
    color : #4f4d4d;
	width : 100%;
}

#wrapper #main .wpcf7 .wpcf7-radio .wpcf7-list-item label {
	display : inline-block;
	padding : 0 0 12px;
}

#wrapper #main .wpcf7 .wpcf7-radio .wpcf7-list-item input {
	float : left;
	margin : 1px 5px 0 0;
	width : auto;
}

#wrapper #main .wpcf7 .wpcf7-radio .wpcf7-list-item span {
	float : left;
	font-size : 15px;
	color : #5b5b5b;
}

#wrapper #main .wpcf7 textarea.wpcf7-textarea {
    display: block;
	border-radius : 5px !important;
    border: 1px solid #e0dede !important;
    outline: none;
	margin : 5px 0 0;
    padding: 7px 10px;
	font-size : 17px;
	line-height : 1.6em;
    color: #4f4d4d;
    text-decoration: none;
	height : 100px;
}

#wrapper #main .wpcf7 form input[aria-invalid='true'],
#wrapper #main .wpcf7 form textarea.wpcf7-textarea[aria-invalid='true'] {
	border : 1px solid #00b6de !important;
}

#wrapper #main .wpcf7 input.wpcf7-submit,
#wrapper #main .wpcf7 button.wpcf7-submit {
	background : #00b6de;
    border: none;
	border-radius : 5px;
	padding: 15px 20px !important;
    margin: 20px 0 0 0;
    font-size: 17px !important;
	font-weight : 600;
    line-height: 1.0em !important;
    color: #FFFFFF;
    cursor: pointer;
    transition-duration: .25s;
    width: auto;
    height: auto;
}

#wrapper #main .wpcf7 input.wpcf7-submit:hover {
	background : #93846f;
}

#wrapper #main .wpcf7 .fusion-alert  {
    background : #ffecec;
    border : 1px solid #d70000;
    border-radius : 5px;
    margin : 12px 0 6px;
    padding : 12px;
	font : 14px/1.5em Arial;
    font-weight : 400;
    color : #662424;
    text-transform : none;
}

#wrapper #main .wpcf7 .fusion-alert strong {
    font-weight : 600;
}

#wrapper #main .wpcf7 .sent .fusion-alert,
#wrapper #main .wpcf7 .fusion-alert.sent {
	background : #eef7de;
	border : 1px solid #69a000;
	color : #4f6624;
}

#wrapper #main .wpcf7 .fusion-slider-loading {
	display : none !important;
}