
body{
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Roboto';
	/* font-family: 'Roboto'; */
	font-size:14px;
	color:#000;
}
@font-face {
    font-family: 'Roboto';
    src: url('/css/fonts/Roboto.eot');
    src: url('/css/fonts/Roboto.eot') format('embedded-opentype'),
    url('/css/fonts/Roboto.woff2') format('woff2'),
    url('/css/fonts/Roboto.woff') format('woff'),
    url('/css/fonts/Roboto.ttf') format('truetype'),
    url('/css/fonts/Roboto.svg#Roboto') format('svg');
}
* { margin:0; padding:0;font-family: 'Roboto';}

.pd{padding:40px;}
.wpcf7-text, .wpcf7-textarea{font-size:12px; background:#fff;     border: 1px solid #99cc33; padding:4px 10px; color:#000; width:400px; line-height:20px; }
.wpcf7-textarea{ height:100px;font-size:12px; }
.wpcf7-submit{  font-size:18px; text-transform:uppercase; color:#fff; border:none;border:0px solid #ff8022;  background: #99cc33; padding:10px 20px; }
.wpcf7-submit:hover{ cursor:pointer;background: #ff8022;}

.wpcf7-not-valid{border:1px solid red; }

div.wpcf7-validation-errors {
    border: 0px solid #f7e700 !important;color:red;
}
div.wpcf7-response-output {
    margin: 0.5em 0em 1em !important;
    padding: 0.2em 0em !important;
}
div.wpcf7-mail-sent-ok{
	border: 0px solid #398f14 !important;
	color: #000;
	font-size: 19px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
}

p{margin-bottom:5px;}
.wpcf7-list-item{padding-right:10px;}

h3{#3c5d2f   font-size:22px;font-weight:100;margin-bottom:10px;}

div.datetime div{display:inline-block;    line-height: 28px;
    vertical-align: top;
    padding-right: 5px;padding-left: 5px;}
div.datetime div:first-child{padding-left: 0px;}

div.datetime{height:45px;}

.selectstyle select {
    border-radius: 0;
    background: none;
    padding-left: 10px;
    height: 28px;
    border: 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    width: 420px;
    outline: none;
   }

.selectstyle{
    overflow: hidden;
    background: #fff;
    position:relative;
    /* margin-left: 30px; */
    font-size: 12px;
    /* background: #99cc33; */
    border: none;
    padding: 0;  border: 1px solid #99cc33; 
    color: #000;
    width: 420px;
    height: 28px;
    line-height: 16px;
   }
   .selectstyle:before{
    position:absolute;
    content:'';
    position: absolute;
    right: 10px;
    bottom: 0px;
    border: 7px solid transparent;
    border-top: 10px solid #000;
    }

.selectstyle2 select {
    border-radius: 0;
    background: none;
    padding-left: 10px;
    height: 28px;
    border: 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    width: 100px;
    outline: none;
	
   }

.selectstyle2{
    overflow: hidden;
    background: #fff;
    position:relative;
    /* margin-left: 30px; */
    font-size: 12px;
    /* background: #fffadc; */
    border: none;
    padding: 0;
    color: #000;border: 1px solid #99cc33; 
    width: 100px;
    height: 28px;
    line-height: 16px;
    display:inline-block;
   }
   .selectstyle2:before{
    position:absolute;
    content:'';
    position: absolute;
    right: 10px;
    bottom: 0px;
    border: 7px solid transparent;
    border-top: 10px solid #000;
    }

.datepicker{width:100px !important;/* background:#fffadc url(/i/calendar.png) 95% center no-repeat; */}

.pr_text{    font-size: 12px;  padding-bottom: 10px;}
.pr_text a{color:#000;}


.form_action_import{}

.form_action_import input.wpcf7-text{width: 300px;}
input.widthsmall {
    width: 100px !important;
}
.wdt {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    line-height: 15px;
}
.lnl {
    display: block;
    height: 2px;
    background: #fff;
}


.pr_text{font-size:10px;}

.wpcf7-not-valid-tip{display:inline-block !important;}
div.wpcf7-response-output {
	margin: 10px 0 0 0 !important;
	padding: 0em !important;
	text-align:center;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14  !important;color:#398f14;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000  !important;color:#ff0000;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500  !important;color:#ffa500;
}

div.wpcf7-validation-errors {
	border: 0px solid #f7e700  !important; color:red;
}

input.wpcf7-not-valid{box-shadow:inset 0px 0px 1px red !important}

@media (max-width: 767px){
body{

}

.pd{
    padding: 20px;
}
.wpcf7-text, .wpcf7-textarea{
    width: 250px;
}
.wpcf7-textarea{  }
.wpcf7-submit{   }
.wpcf7-submit:hover{ }

.wpcf7-not-valid{}

div.wpcf7-validation-errors {}
div.wpcf7-response-output {}
div.wpcf7-mail-sent-ok{}

p{}
.wpcf7-list-item{}

h3{}

div.datetime div{
    /* display: block; */
    padding: 5px 0 0;
}
div.datetime div:first-child{}

div.datetime{height: auto;}

.selectstyle select {width: 250px;}

.selectstyle{
    width: 250px;
}
   .selectstyle:before{ }

.selectstyle2 select { }

.selectstyle2{}
.selectstyle2:before{}

.datepicker{}

.pr_text{   }



.form_action_import{}

.form_action_import input.wpcf7-text{}
input.widthsmall {}
.wdt {}
.lnl {}

div.wpcf7-response-output {}


}
@media (max-width: 400px){
body{

}

.pd{
    padding: 10px;
}
.wpcf7-text, .wpcf7-textarea{
    width: 200px;
}
.wpcf7-textarea{  }
.wpcf7-submit{   }
.wpcf7-submit:hover{ }

.wpcf7-not-valid{}

div.wpcf7-validation-errors {}
div.wpcf7-response-output {}
div.wpcf7-mail-sent-ok{}

p{}
.wpcf7-list-item{}

h3{}

div.datetime div{}
div.datetime div:first-child{}

div.datetime{}

.selectstyle select { }

.selectstyle{}
   .selectstyle:before{ }

.selectstyle2 select { }

.selectstyle2{}
.selectstyle2:before{}

.datepicker{}

.pr_text{   }



.form_action_import{}

.form_action_import input.wpcf7-text{}
input.widthsmall {}
.wdt {}
.lnl {}

div.wpcf7-response-output {}


}