#php-contact-form div.cf_results {
    background: #f7faff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmY0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7faff 0%, #eff4ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7faff), color-stop(100%, #eff4ff));
    background: -webkit-linear-gradient(top, #f7faff 0%, #eff4ff 100%);
    background: -o-linear-gradient(top, #f7faff 0%, #eff4ff 100%);
    background: -ms-linear-gradient(top, #f7faff 0%, #eff4ff 100%);
    background: linear-gradient(to bottom, #f7faff 0%, #eff4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faff', endColorstr='#eff4ff', GradientType=0);
    border: 1px solid #b8ccdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0071cc;
    font-weight: bold;
    margin: 0 0 15px;
    text-shadow: 1px 1px 0 #fcfdff;
}

#php-contact-form div.cf_results.cf_failure {
    background: #fff7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff7f7 0%, #ffefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff7f7), color-stop(100%, #ffefef));
    background: -webkit-linear-gradient(top, #fff7f7 0%, #ffefef 100%);
    background: -o-linear-gradient(top, #fff7f7 0%, #ffefef 100%);
    background: -ms-linear-gradient(top, #fff7f7 0%, #ffefef 100%);
    background: linear-gradient(to bottom, #fff7f7 0%, #ffefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7f7', endColorstr='#ffefef', GradientType=0);
    border-color: #de8282;
    color: #c20000;
    text-shadow: 1px 1px 0 #fffcfc;
}

#php-contact-form div.cf_results ul {
    font-size: smaller;
    line-height: 1.5;
    list-style-type: circle;
    margin: 10px;
    padding: 0 0 0 25px;
}

#php-contact-form div.cf_results.cf_please_wait {
    position: relative;
}

#php-contact-form div.cf_results.cf_please_wait ul {
    list-style: none;
    padding: 0 0 0 45px;
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper {
    left: 12px;
    height: 31px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_loading {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 4px 4px 0 0;
    position: absolute;
    height: 10px;
    width: 4px;
    -moz-border-radius: 4px 4px 0 0;
    -moz-transform: scale(0.4);
    -moz-animation-name: cf_fadeG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: cf_fadeG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 4px 4px 0 0;
    -ms-transform: scale(0.4);
    -ms-animation-name: cf_fadeG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 4px 4px 0 0;
    -o-transform: scale(0.4);
    -o-animation-name: cf_fadeG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    transform: scale(0.4);
    animation-name: cf_fadeG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load01 {
    left: 0;
    top: 11px;
    -moz-animation-delay: 0.39s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: 0.39s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: 0.39s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: 0.39s;
    -o-transform: rotate(-90deg);
    animation-delay: 0.39s;
    transform: rotate(-90deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load02 {
    left: 3px;
    top: 4px;
    -moz-animation-delay: 0.52s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: 0.52s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: 0.52s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: 0.52s;
    -o-transform: rotate(-45deg);
    animation-delay: 0.52s;
    transform: rotate(-45deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load03 {
    left: 10px;
    top: 1px;
    -moz-animation-delay: 0.65s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: 0.65s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: 0.65s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: 0.65s;
    -o-transform: rotate(0deg);
    animation-delay: 0.65s;
    transform: rotate(0deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load04 {
    right: 3px;
    top: 4px;
    -moz-animation-delay: 0.78s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: 0.78s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: 0.78s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: 0.78s;
    -o-transform: rotate(45deg);
    animation-delay: 0.78s;
    transform: rotate(45deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load05 {
    right: 0;
    top: 11px;
    -moz-animation-delay: 0.9099999999999999s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: 0.9099999999999999s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: 0.9099999999999999s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: 0.9099999999999999s;
    -o-transform: rotate(90deg);
    animation-delay: 0.9099999999999999s;
    transform: rotate(90deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load06 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 1.04s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: 1.04s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: 1.04s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: 1.04s;
    -o-transform: rotate(135deg);
    animation-delay: 1.04s;
    transform: rotate(135deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load07 {
    bottom: 0;
    left: 10px;
    -moz-animation-delay: 1.1700000000000002s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: 1.1700000000000002s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: 1.1700000000000002s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: 1.1700000000000002s;
    -o-transform: rotate(180deg);
    animation-delay: 1.1700000000000002s;
    transform: rotate(180deg);
}

#php-contact-form div.cf_results.cf_please_wait .cf_loading_wrapper .cf_load08 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 1.3s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 1.3s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 1.3s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 1.3s;
    -o-transform: rotate(-135deg);
    animation-delay: 1.3s;
    transform: rotate(-135deg);
}

@-moz-keyframes cf_fadeG {
    0% {
        background-color: rgba(0, 0, 0, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

@-webkit-keyframes cf_fadeG {
    0% {
        background-color: rgba(0, 0, 0, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

@-ms-keyframes cf_fadeG {
    0% {
        background-color: rgba(0, 0, 0, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

@-o-keyframes cf_fadeG {
    0% {
        background-color: rgba(0, 0, 0, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

@keyframes cf_fadeG {
    0% {
        background-color: rgba(0, 0, 0, 0.75);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

#php-contact-form form fieldset {
    background: transparent;
    border: 0 none;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

#php-contact-form form .cf_asterisk {
    display: inline-block;
    height: 10px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}

#php-contact-form form .cf_asterisk:after {
    color: #d30000;
    content: "\*";
    font-weight: bold;
    height: 10px;
    left: 0;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

#php-contact-form form label {
    color: #555;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
}

#php-contact-form form input,
#php-contact-form form select,
#php-contact-form form textarea {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#03000000', GradientType=0);
    border-top: 1px solid #afafaf;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 8px;
    *padding: 3%;
    width: 100%;
    *width: 94%;
}

#php-contact-form form label,
#php-contact-form form input,
#php-contact-form form select,
#php-contact-form form textarea {
    -webkit-transition: opacity .75s;
    -moz-transition: opacity .75s;
    -ms-transition: opacity .75s;
    -o-transition: opacity .75s;
    transition: opacity .75s;
}

#php-contact-form form.cf_processing label,
#php-contact-form form input[disabled="disabled"],
#php-contact-form form select[disabled="disabled"],
#php-contact-form form textarea[disabled="disabled"] {
    opacity: 0.75;
}

#php-contact-form form input[type="button"] {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #afafaf;
}

#php-contact-form form input[type="button"][disabled="disabled"] {
    background: #eaeaea;
}

#php-contact-form form .cf_field_error {
    border-top-color: #c20000 !important;
    border-right-color: #cf7777 !important;
    border-bottom-color: #cf7777 !important;
    border-left-color: #c10000 !important;
}

#php-contact-form form textarea {
    display: block;
    min-height: 100px !important;
    max-width: 100% !important;
}

#php-contact-form form input[type="button"],
#php-contact-form form input[type="file"],
#php-contact-form form input[type="submit"],
#php-contact-form form select,
#php-contact-form form select option {
    cursor: pointer;
}

#php-contact-form form select {
    -webkit-appearance: none;
    padding: 7px;
    width: 100%;
}

#php-contact-form form select option {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 2;
    margin: 5px;
    padding: 0 5px;
}

#php-contact-form form.cf_processing label,
#php-contact-form form.cf_processing input,
#php-contact-form form.cf_processing select,
#php-contact-form form.cf_processing textarea {
    cursor: progress;
}

#php-contact-form form span.cf_small {
    color: #777;
    font-size: smaller;
}

#php-contact-form form div.cf_row.cf_attachment span.cf_small {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

#php-contact-form form div.cf_row {
    float: left;
    margin: 0 0 7px;
    width: 100%;
}

#php-contact-form form div.cf_row div.cf_column {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#php-contact-form form div.cf_row div.cf_column:first-child:last-child {
    width: 100%;
}

#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(1) {
    width: 32.333%;
}

#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(2) {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(4),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(5),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(4),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(2),
#php-contact-form form div.cf_row div.cf_column:nth-child(5):nth-last-child(1) {
    width: 49%;
}

#php-contact-form form div.cf_row div.cf_column:nth-child(1):nth-last-child(5) {
    width: 100%;
}

#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(3):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(5):nth-last-child(1),
#php-contact-form form div.cf_row div.cf_column:nth-child(2):nth-last-child(3),
#php-contact-form form div.cf_row div.cf_column:nth-child(4):nth-last-child(1) {
    float: right;
}

#php-contact-form form div.cf_row.cf_attachment div {
    margin-bottom: 10px;
    position: relative;
}

#php-contact-form form div.cf_row.cf_attachment div input {
    margin-bottom: 0;
}

#php-contact-form form div.cf_row.cf_attachment div .cf_asterisk {
    left: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(1):nth-last-child(2),
#php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(2):nth-last-child(2) {
    width: 80%;
}

#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(2):nth-last-child(1),
#php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(3):nth-last-child(1) {
    margin-left: 3%;
    width: 17%;
}

#php-contact-form form div.cf_row.cf_attachment input[type="button"].cf_attachment_remove {
    color: #c40000;
}

#php-contact-form form div.cf_row.cf_cc,
#php-contact-form form div.cf_row.cf_subscribe {
    margin: 10px 0;
}

#php-contact-form form div.cf_row.cf_cc+.cf_row.cf_subscribe {
    margin-top: 0 !important;
}

#php-contact-form form div.cf_row.cf_cc label,
#php-contact-form form div.cf_row.cf_subscribe label {
    display: inline;
    margin-left: 10px;
}

#php-contact-form form div.cf_row.cf_cc input,
#php-contact-form form div.cf_row.cf_subscribe input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important;
    width: auto;
}

#php-contact-form form div.cf_row.cf_captcha label {
    margin: 0;
}

#php-contact-form form div.cf_row.cf_captcha img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}

#php-contact-form form div.cf_row.cf_captcha #cf_captcha {
    float: left;
    height: 50px;
    *height: 30px;
    margin: 0 10px 0 0;
    padding: 10px;
    text-align: center;
    width: 70px;
}

#php-contact-form form div.cf_row.cf_captcha p {
    color: #555;
    float: left;
    font-size: smaller;
    margin: 0;
    width: 45%;
}

#php-contact-form form div.cf_row.cf_captcha a {
    font-weight: bold;
    text-decoration: none;
}

#php-contact-form form div.cf_row.cf_captcha a:focus,
#php-contact-form form div.cf_row.cf_captcha a:hover,
#php-contact-form form div.cf_row.cf_captcha a:active {
    text-decoration: underline;
}

#php-contact-form form div.cf_row.cf_submit {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#php-contact-form form div.cf_row.cf_submit input {
    background: #aafc86;
    /*	background: #97c6ef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YzZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjNTRhM2VlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNjlkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #97c6ef 0%, #54a3ee 4%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c6ef), color-stop(4%,#54a3ee), color-stop(100%,#1e69de));
	background: -webkit-linear-gradient(top, #97c6ef 0%,#54a3ee 4%,#1e69de 100%);
	background: -o-linear-gradient(top, #97c6ef 0%,#54a3ee 4%,#1e69de 100%);
	background: -ms-linear-gradient(top, #97c6ef 0%,#54a3ee 4%,#1e69de 100%);
	background: linear-gradient(to bottom, #97c6ef 0%,#54a3ee 4%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c6ef', endColorstr='#1e69de',GradientType=0 );
	border-left: 1px solid #7ca9e5;
	border-right: 1px solid #1c549f;
	border-top: 1px solid #7ca9e5;
	border-bottom: 1px solid #1c549f;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555555;
    display: block;
    font-size: larger;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    width: 100%;
}

#php-contact-form form div.cf_row.cf_submit input:focus,
#php-contact-form form div.cf_row.cf_submit input:hover {
    background: #69bd45;
    /*	background: #7bb9ed;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiYjllZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzE5MmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNThkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #7bb9ed 0%, #3192ed 4%, #0058dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bb9ed), color-stop(4%,#3192ed), color-stop(100%,#0058dd));
	background: -webkit-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%);
	background: -o-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%);
	background: -ms-linear-gradient(top,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%);
	background: linear-gradient(to bottom,  #7bb9ed 0%,#3192ed 4%,#0058dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb9ed', endColorstr='#0058dd',GradientType=0 );
	border-left-color: #6f9fde;
	border-right-color: #124891;
	border-top-color: #6f9fde;
	border-bottom-color: #124891;*/
}

#php-contact-form form div.cf_row.cf_submit input:active {
    background: #41a018;
    /*	background: #4883db;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4ODNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzljZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4883db 0%, #3c9cea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4883db), color-stop(100%,#3c9cea));
	background: -webkit-linear-gradient(top, #4883db 0%,#3c9cea 100%);
	background: -o-linear-gradient(top, #4883db 0%,#3c9cea 100%);
	background: -ms-linear-gradient(top, #4883db 0%,#3c9cea 100%);
	background: linear-gradient(to bottom, #4883db 0%,#3c9cea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4883db', endColorstr='#3c9cea',GradientType=0 );
	border-bottom-color: #6f9fde;
	border-left-color: #124891;
	border-right-color: #6f9fde;
	border-top-color: #124891;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.75);*/
}

#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"],
#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"]:focus,
#php-contact-form form div.cf_row.cf_submit input[disabled="disabled"]:active {
    background: #69bd45;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

@media only screen and (max-width:800px) {
    #php-contact-form form div.cf_row {
        margin: 0;
        width: 100%;
    }
    #php-contact-form form div.cf_row div.cf_column {
        padding: 0 !important;
        width: 100% !important;
    }
    #php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(1):nth-last-child(2),
    #php-contact-form form div.cf_row.cf_attachment input[type="file"]:nth-child(2):nth-last-child(2) {
        width: 70%;
    }
    #php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(2):nth-last-child(1),
    #php-contact-form form div.cf_row.cf_attachment input[type="button"]:nth-child(3):nth-last-child(1) {
        margin-left: 2%;
        width: 28%;
    }
    #php-contact-form form div.cf_row.cf_captcha p,
    #php-contact-form form div.cf_row.cf_captcha #cf_captcha {
        margin: 5px 0 0;
        width: 100%;
    }
}