@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;

	background-color: #f3f3f3;
	color: #32323a;
	font-size:14px;
	font-weight:400;
}


a, a:hover {
	color: #f47937;
	text-decoration:none;
	transition:all, 0.5s;
}

b {
	font-weight:700;
}

p {
	line-height:1.3em;
	margin-bottom:1em;
}

h1 {
	color: #f47937;
	font-size:18px;
	font-weight:300;
	text-align:left;
	margin:0;
	margin-bottom:15px;
}
.box h1:last-child {
	margin-bottom:0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
}

@media (min-width: 768px) {
	h1 { font-size:20px; }
}
@media (min-width: 992px) {
	h1 { font-size:22px; }
}
@media (min-width: 1200px) {
	h1 { font-size:24px; }
}

p {
	font-weight:400;
}


/* Bootstrap defaults */
input.transparent{
	background: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 2px;
	border-radius: 0;
	box-shadow: none;
}
input.transparent::-webkit-input-placeholder{
	color: #f47937;
}
input.transparent:-moz-placeholder{
	color: #f47937;
}
input.transparent::-moz-placeholder{
	color: #f47937;
}
input.transparent:-ms-input-placeholder{
	color: #f47937;
}
input.transparent:hover,
input.transparent:focus{
	background: #fff;
	border-color: #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

button.link,
button.link:hover{
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #f47937;
	text-decoration:none;
	transition:all, 0.5s;
}
button.link:hover,
button.link:focus{
}


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
	display:inline-block;
	width:27px;
	height:27px;
	border:solid 1px #f47937;
	background: #fff;
	cursor:pointer;
	position: relative;
}
input[type="checkbox"] + label span {
	display: none;
}
input[type="checkbox"]:checked + label span {
	display: inline-block;
	font-size: 38px;
	position: absolute;
	top: -11px;
	left: 0px;
}
.btn,
.alert{
	border-radius: 0;
}

/* Bootstrap defaults END */

.space-half{
	margin-bottom: 15px !important;
}
.space{
	margin-bottom: 30px !important;
}
.space-double{
	margin-bottom: 60px !important;
}

.box {
	background: #fff;
	padding: 15px;
}