/**, html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}*/

/*body {
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
}*/
.form-control {
	box-sizing: border-box;
}	
p {
    /*margin: 0 0 10px;*/
}
::focus { 
    outline: none; 
}
::moz-focus-inner {
	border:0;
}

label {
    color: #FFF;
	font-weight: 700;
	display: inline-block;
	max-width: 100%;
	margin: 0 0 5px 0;
	font-size: 18px;
}
input {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
}
textarea {
    min-height: 100px;;
	overflow: auto;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
}
.form-row {
	width: 100%;
}
.clear-float {
	clear: both;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.form-sub-set {
	width: 49%;
	float: left;
}
.form-col-left {
	margin: 0 1% 0 0;
}
.form-col-right {
	margin: 0 0 0 1%;
}
.form-group {
	margin: 0 0 15px 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px 6px 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.has-error .form-control {
	border-color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFF;
	font-size: 14px;
}
.help-block ul {
	list-style: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	cursor: pointer;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.text-muted {
    color: #777;
}
.alert {
    padding: 15px;
        padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.privacy {
    margin: 25px 0 0 0;
}