html,
button,
input,
select,
textarea {
    color: #3e3e3e;
}

body {
    font-size: 20px;
    line-height: 1.5;
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
    margin: 0;
    height: 100%;
    background: #f7f7f7;
}

/*-----------------CONTAINERS------------------*/

#header-white, #header-smoke {
	width: 100%;
	z-index: 900;
}
#header-white {
	background: #fff;
}
#header-smoke {
	background: #4e4e58;
}

#content-wrapper {
	width: 100%;
}

#content-wrapper .section {
	width: 100%;
	padding: 80px 0;
}

.content {
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
#content-wrapper .bg-home {
	background: #3a3a45;
	text-align: center;
}

#content-wrapper .bg-white {
	background: #fff;
}
#content-wrapper .bg-pink {
	background: #e6579b;
}
.bg-type {
	background-image: url("../images/bg-type.png");
    background-position: center top;
    background-repeat: no-repeat;
}
#content-wrapper .column1, #content-wrapper .column2 {
	width: 50%;
	float: left;
}



/*-------------------------------Elements--------------*/

::-moz-selection {
    background: #f9d300;
    text-shadow: none;
}

::selection {
    background: #f9d300;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}
#rightcol hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 2em 0;
    padding: 0;
}


/* =================HELPERS=========== */

.nospace {
	margin: 0;
}
.center {
	text-align: center;
}
.spaceleft {
	margin: 0 0 0 10px;
}
.vertspace {
	margin: 10px 0 20px;
	text-align: center;
}
.vertspacing {
	margin: 10px 0 20px;
	text-align: left;
}


.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.spacer10 {
	height: 10px;
}
.spacer20 {
	height: 20px;
}
.spacer30 {
	height: 30px;
}
.spacer40 {
	height: 40px;
}
.spacer50 {
	height: 50px;
}
.spacer60 {
	height: 60px;
}
.spacer80 {
	height: 80px;
}
.spacer120 {
	height: 150px;
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

