@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);



.container {
	max-width:400px;
	width:100%;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	padding:0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#contact h3 {
	color: #D83135;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
border:none;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;

}

#contact input[type="text"], #contact input[type="email"],  #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:3px 0px;
	padding:10px 10px;
	border-radius:4px;
	box-sizing:border-box;
}

#contact input[type="date"] {
	width:90%;
	border:1px solid #CCC;
	background:#FFF;
	margin:3px 0px;
	padding:10px 10px;
	border-radius:4px;
	color:#888;
}



#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:50px;
	max-width:99%;
    resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100px;
	border:none;
	background:#0d679d;
	color:#fff;
	padding:12px;
	font-size:15px;
	margin:3px 0px;
	border-radius:4px;
}

#contact button[type="submit"]:hover {
	background:#02598e;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	color: #fff;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
 padding-left:0%;
}
:-moz-placeholder {
 color:#888;
 padding-left:0%;
}
::-moz-placeholder {
 color:#888;
 padding-left:0%;
}
:-ms-input-placeholder {
 color:#888;
 padding-left:0%;
}

.col_smcal{
 width:50%;
 float:left;
}
.col_smcal2{
 width:33.33%;
 float:left;
}
.txt{
 color:#888;
 font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

input{
	border:1px solid #b0b0b0;
	padding:1%;
	color:#000;
	width:190px;
}

/* The container */
.container_ch {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.container_cha {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#myNumber{
    width: 46px;
    float: left;
    margin-right: 10px;
}

/* Hide the browser's default checkbox */
.container_ch input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_ch:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_ch input:checked ~ .checkmark {
    background-color: #0ab5df;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_ch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_ch .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"] {
	width:25px;
	border:1px solid #CCC;
	background:#FFF;
	margin:3px 0px;
	padding:10px 10px;
	border-radius:4px;
	color:#888;
}


.body_text_ch{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000;
	margin:-3% 0% 0% 5%;
	line-height:150%;
	font-weight:400;
}

.body_text_ch2{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000;
	margin:0% 0% 0% 23%;
	line-height:0%;
	font-weight:400;
}
.b{
    font-weight:bold;
}

@media only screen and (max-width:550px){
.col_smcal {
    width: 100%;
}
}