@charset "utf-8";
/* CSS Document */

body, html {
	font-family: 'Source Sans Pro', sans-serif;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #4a4a4a;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	text-decoration: none;
}
.new-pop-up-design .input-field {
    border: 0;
    color: #000;
    font-size: 14px;
    float: left;
    line-height: 1;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    margin-top: 0px !important;
    padding: 13px 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 11px 0 #ddd;
}
.new-pop-up-design textarea {
    min-height: 110px;
}
.new-pop-up-design {
    background-color: #fff !important;
    padding: 30px 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 #333;
    max-width: 700px;
    margin: 0 auto !important;
    display: table;
    float: none !important;
}
.new-pop-up-design .form_outer {
    margin: 0;
}
.new-pop-up-design h2 {
    margin: 0 0 10px;
    font-size: 22px !important;
    font-weight: 700;
}
.new-pop-up-design h3 {
    font-size: 16px;
}
.new-pop-up-design .form_row {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.btn-wp .frsubmit {
    float: none !important;
    margin-top: 13px;
    background-color: #0072bc;
    border: 1px solid #0072bc;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 13px 40px;
    width: auto;
    box-shadow: 6px 4px 8px 0 #9999999e;
}
.capcol {
    width: auto !important;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.form_row.btn-wp {
    margin: 0 auto;
    display: table;
    text-align: center;
}

 








.full-width {
	width: 100%;
	float: left;
	height: auto;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
.form_outer {
	width: 100%;
	float: left;
	margin-top: 90px;
}
.form_outer h1 {
	color: #2098d1;
	float: left;
	width: 100%;
	font-family: "PT Serif Caption", serif;
	font-size: 1.9em;
	width: 100%;
	margin-bottom: 3px;
}
.form_outer h2 {
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-top: 2px;
	width: 100%;
}
.form_row {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.form_col_f {
	width: 100%;
	float: left;
}
.form_col_l {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.form_col_r {
	width: 49%;
	margin-left: 1%;
	float: left;
}
.txt_field {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
	font-size: 1em;
	float: left;
	line-height: 1;
	transition: all 0.3s ease-in 0s;
	width: 100%;
	margin-top: 0px !important;
	padding: 2%;
}
.txt_field_full {
	padding-top: 1%;
	padding-bottom: 1%;
}
.sel_field {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
	font-size: 1em;
	line-height: 1;
	padding: 0.618em;
	transition: all 0.3s ease-in 0s;
	width: 100%;
	float: left;
	/*-webkit-appearance: none;*/
	padding: 1%;
	cursor: pointer;
}
.tarea_field {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
	font-size: 1em;
	font-family: inherit;
	font-style: inherit;
	float: left;
	line-height: 1;
	padding: 0.618em;
	height: 120px;
	transition: all 0.3s ease-in 0s;
	width: 100%;
	padding: 1%;
	cursor: pointer;
}
.thank_msg {
	width: 100%;
	text-align: center;
	margin-top: 20%;
	color: #2098d1;
	font-size: 2.8em;
	line-height: 1em;
}
.txt_field:focus {
	border: 1px solid #2098d1;
}
.sel_field:focus {
	border: 1px solid #2098d1;
}
.tarea_field:focus {
	border: 1px solid #2098d1;
}
.error {
	color: #f00;
	float: left;
	margin-top: 12px;
}
.frsubmit {
	background-color: #FFFFFF;
	font-family: "PT Serif Caption", serif;
	cursor: pointer;
	border: 1px solid #b7b7b7;
	color: #808080;
	float: left;
	font-size: 1.3em;
	transition: all 0.3s;
	padding: 12px;
	text-align: center;
	width: 215px;
}
.frsubmit:hover {
	background-color: #000000;
	color: #FFFFFF;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #b7b7b7;
 opacity:1;
}

::-webkit-select-placeholder { /* Chrome/Opera/Safari */
 color: #b7b7b7;
 opacity:1;
}

::-moz-placeholder { /* Firefox 19+ */
 color: #b7b7b7;
 opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #b7b7b7;
 opacity:1;
}


:-ms-select-placeholder { /* IE 10+ */
 color: #b7b7b7;
 opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
 color: #b7b7b7;
 opacity:1;
}


.form_close{ width:40px; height:40px; position:absolute; z-index:1000; right:50px; top:40px;}

.form_close img{ width:100%;}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.container {
	width: 100%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
}
}
 @media only screen and (max-width: 768px) {
	 
	 .form_close{ width:30px; height:30px; position:absolute; z-index:1000; right:10px; top:15px;}
.form_outer {
	margin-top: 0 !important;
}
.myClose {
}
.form_col_l {
	width: 100%;
	margin-right: 0;
}
.form_col_r {
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}
.container {
	width: 100% !important;
	float: left;
	padding-left: 5%;
	padding-left: 5%;
}
.txt_field_full {
	padding-top: 2%;
	padding-bottom: 2%;
}
.capcol {
	width: 100% !important;
}

.container {
	width: 100% !important;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}

}
 @media only screen and (max-width: 480px) {
	 
.form_outer {
	margin-top: 0 !important;
}

.txt_field_full {
	padding-top: 4%;
	padding-bottom: 4%;
}
.txt_field {
	padding-top: 4%;
	padding-bottom: 4%;
}

.sel_field{ height:50px;}

.frsubmit{  -moz-appearance:none !important; -webkit-appearance:none !important; appearance:none !important;}
}
