@import url('https://fonts.googleapis.com/css?family=Cantarell|Fjalla+One');

html, body{
	padding: 0px;
	margin: 0px;
	background: #fafafa;
	font-family: 'Cantarell', sans-serif;
	color: #5a5a5a;
}

h1, h2, h3, h4{
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
}

h1{
	font-size: 38px;
	line-height: 48px;
}

h2{
	font-size: 32px;
	line-height: 40px;
}

h3{
	font-size: 24px;
	line-height: 36px;
}

h4{
	font-size: 20px;
	line-height: 32px;
}

.clear{
	clear: both;
}

#header{
	display: block;
	height: 105px;
	width: 100%;
	border-top: 5px solid #f78c40;
	border-bottom: 10px solid #e9eaee;
	background: #FFFFFF;
}

#header_pull_left{
	width: 23%;
	float: left;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

#header_pull_right{
	float: left;
	display: block;
	box-sizing: border-box;
	margin-top: 60px;	
}

#header_pull_right a{
	margin-right: 20px;
}

.site-logo{
	text-decoration: none;
	margin: 10px 0;
	display: block;
}

.site-logo img{
	vertical-align: middle;
	border: 0;
}

#page-wrap{
	width: 100%;
	margin: 20px 0 160px 0;
}

#page-content{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.feature-divider{
	margin: 30px 0;
	clear: both;
}

hr{
	margin: 22px 0;
	border: 0;
	    border-top-width: 0px;
	    border-bottom-width: 0px;
	    border-top-style: none;
	    border-bottom-style: none;
	    border-top-color: currentcolor;
	    border-bottom-color: currentcolor;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #ee7c2a;
    background-image: -moz-linear-gradient(top,#f78c40,#e16309);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f78c40),to(#e16309));
    background-image: -webkit-linear-gradient(top,#f78c40,#e16309);
    background-image: -o-linear-gradient(top,#f78c40,#e16309);
    background-image: linear-gradient(to bottom,#f78c40,#e16309);
    background-repeat: repeat-x;
    border-color: #e16309 #e16309 #984306;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
a {
    color: #f78c40;
    text-decoration: none;
}

a.btn:focus, a.btn:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
}
.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
    color: #fff;
    background-color: #e16309;
}
a:focus, a:hover {
    color: #e16309;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}

.btn-box{
	display: block;
	width: 200px;
	height: 80px;
	text-align: center;
	vertical-align: center;
	/*line-height: 80px;*/
	overflow: hidden;
	font-size: 18px;
	font-weight:800;
}

.btn-box-text{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-row-3{
	float: left;
}

.btn-1, .btn-2{
	margin-right: 50px;
}

.table{
	display: table;
	width: 100%;
}

.table-row{
	display: table-row;
}

.table-cell{
	display: table-cell;
	width: 50%;
}

.cell-input-header{
	color: #f78c40;
}

.table input[type="text"]{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	padding: 5px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	color: #5a5a5a;
	-o-text-overflow: clip;
	text-overflow: clip;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2) inset;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#footer{
	width: 100%;
	font-family: 'Cantarell';
	font-weight: 400;
	font-size: 11px;
	color: #FFFFFF;
	background: #5a5a5a;
	padding: 20px 0 20px 0;
	position: fixed;
	bottom: 0px;
}

#footer_inner{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

#footer_inner ul{
	margin: 0 0 10px 0;
}

#footer_inner ul li{
	list-style: none;
	line-height: 22px;
}

#footer_inner ul li a{
	color: #FFFFFF;
}

#footer_inner ul li::before{
	content: '\203A';
	position: relative;
	left: -10px;
	color: #f78c40;
	-webkit-transition: left .2s;
	-moz-transition: left .2s;
	-ms-transition: left .2s;
	-o-transition: left .2s;
	transition: left .2s;
}
