html {
    background: #222222;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.container {
	max-width: 1200px;
	position: relative;
	margin: auto;
	height: inherit;
}

.page-home #header-home {
	height: 600px;
	background: rgba(115, 38, 166, 0.3);
}

/*.page-home #header-home .logo,
.page-login #main .logo,
.page-register #main .logo {
	display: inline-block;
	float: left;
	height: 126px;
	background: url(../images/dream-logo-text.png) 10px 5px no-repeat;
	padding-left: 70px;
	color: #fff;
	margin: 30px 0 0 30px;
}*/

.page-home #header-home .logo {
	display: inline-block;
	margin-top: 20px;
}

.page-home #header-home .logo h2,
.page-home #header-home .logo h4,
.page-login #main .logo h2,
.page-login #main .logo h4,
.page-register #main .logo h2,
.page-register #main .logo h4 {
	margin: 0;
}

.page-home #header-home .logo h2,
.page-login #main .logo h2,
.page-register #main .logo h2 {
	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.page-home #header-home .logo h4,
.page-login #main .logo h4,
.page-register #main .logo h4 {
	font-weight: 400;
	font-size: 14px;
	color: #aaaaaa;
}

.page-home #header-home .menu {
	float: right;
	list-style: none;
	padding-left: 0;
	margin: 56px 30px 0 0;
}

.page-home #header-home .menu li {
	display: inline-block;
	margin-right: 30px;
}

.page-home #header-home .menu li:last-of-type {
	margin-right: 0;
}

.page-home #header-home .menu a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}

.page-home #header-home .menu a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.page-home #header-home .form {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-home #header-home h1 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 0;
}

.page-home #header-home h1,
.page-home #header-home form {
	color: #fff;
}

.page-home #header-home form > div {
	float: left;
	letter-spacing: 1px;
}

.page-home #header-home form > div:nth-child(even) {
	margin: 0 30px;
}

.page-home #header-home form > div:last-of-type {
	margin-right: 0;
}

.page-home #header-home form select,
.page-home #header-home form input[type="text"] {
	text-align: center;
	border: 0;
	outline: 0;
	background: none;
	border-bottom: 2px solid #fff;
	padding: 0 0 8px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home #header-home form select:active,
.page-home #header-home form select:focus {
	color: #333;
}

.page-home #header-home form input[type="text"]::placeholder {
	color: #fff;
}

.page-home #header-home form .search {
	outline: 0;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: transparent;
	padding: 5px 20px;
	text-transform: uppercase;
	border: 2px solid #fff;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-clip: padding-box;
}

.page-home #header-home form .search:hover {
	background: #fff;
    border: 2px solid #fff;
    color: #333;
}

.page-home #header-home form .search i {
	color: #fff;
	font-size: 14px;
	margin-right: 5px;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home #header-home form .search:hover i {
	color: #000;
}

.page-home #about-modal {
	text-align: center;
	padding: 10px 20px;
}

.page-home #about-modal h3 {
	padding-bottom: 15px;
	font-size: 20px;
	margin-top: 0;
	color: #7326A6;
	border-bottom: 2px solid #eee
}

.page-home #about-modal p {
	margin-bottom: 0;
}

.page-home .section .title {
	text-align: center;
	margin: 0;
}

.page-home .section .title {
	color: #7326A6;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 40px;
}

.page-home .section.first-section .title {
	margin-bottom: 20px;
}

.page-home .section .item,
.page-favorites .three-columns > div.item,
.template-search .two-columns > div.item,
.template-search .three-columns > div.item,
.template-contact .five-columns > a.item {
	margin-bottom: 20px;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2); 
}

.page-home .section .item:hover,
.page-favorites .three-columns > div.item:hover,
.template-search .two-columns > div.item:hover,
.template-search .three-columns > div.item:hover,
.template-contact .five-columns > a.item:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .4); 
}

.page-home .section > .container {
	padding: 50px 0;
}

.page-home .featured {
	background: #eee;
	display: none;
}

.page-home .featured a.view-all {
    float: right;
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #888;
}

.page-home .featured a.view-all:hover {
    color: #fff;
}

.page-home .recent a.view-all,
.template-search a.load-more,
.template-contact a.load-more {
	margin-top: 10px;
	text-align: center;
    outline: 0;
    display: inline-block;
    color: #7326A6;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #7326A6;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.page-home .recent a.view-all:hover,
.template-search a.load-more:hover,
.template-contact a.load-more:hover {
	background: #7326A6;
	color: #fff;
}

.page-home .recent {
	background: #fff;
}

.page-home .section .top,
.page-favorites .item .top,
.template-search .top {
	position: relative;
}

.page-home .section .item .hover,
.page-favorites .item .hover,
.template-search .item .hover {
	top: 0;
	opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home .section .item .category,
.page-favorites .item .category,
.template-search .item .category {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	color: #fff;
	background: #222;
	z-index: 2;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.page-home .section .item .view-details,
.page-favorites .item .view-details,
.template-search .item .view-details {
	opacity: 0;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	color: #fff;
	display: block;
	background: #7326A6;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home .section .item .view-details:hover,
.page-favorites .item .view-details:hover,
.template-search .item .view-details:hover {
	background: #9447c8;
}


.page-home .section .item:hover .hover,
.page-home .section .item:hover .view-details,
.page-favorites .item:hover .hover,
.page-favorites .item:hover .view-details,
.template-search .item:hover .hover,
.template-search .item:hover .view-details {
	opacity: 1;
}

.page-home .section .top .category,
.page-home .section .top .stars,
.page-home .section .top .share,
.page-favorites .top .category,
.page-favorites .top .stars,
.page-favorites .top .share,
.template-search .top .category,
.template-search .top .stars,
.template-search .top .share {
	position: absolute;
	text-decoration: none;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home .section .item:hover .category,
.page-favorites .item:hover .category,
.template-search .item:hover .category {
	background: #fff;
	color: #000;
}

.page-home .section .top .stars,
.page-favorites .top .stars,
.template-search .top .stars {
	display: none;
	top: 10px;
	right: 50px;
}

.page-home .section .top .stars i,
.page-favorites .top .stars i,
.template-search .top .stars i {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	color: #fff;
}

.page-home .section .top .stars i.on,
.page-favorites .top .stars i.on,
.template-search .top .stars i.on {
	color: #7326A6;
}

.page-home .section .top img,
.page-favorites .top img,
.template-search .top img {
	width: 100%;
	height: auto;
}

.page-home .section .bottom,
.page-favorites .bottom,
.template-search .bottom {
	background: #fff;
	padding: 10px 50px 10px 10px;
	overflow: hidden;
	word-break: break-all;
	position: relative;
}

.page-home .section .bottom .name,
.page-home .section .bottom .address,
.page-home .section .bottom .phone,
.page-home .section .bottom .url,
.page-favorites .bottom .name,
.page-favorites .bottom .address,
.page-favorites .bottom .phone,
.page-favorites .bottom .url,
.template-search .bottom .name,
.template-search .bottom .address,
.template-search .bottom .phone,
.template-search .bottom .url {
	margin: 5px 0;
}

.page-home .section .bottom .favorite,
.page-favorites .bottom .favorite,
.template-search .bottom .favorite {
	display: none;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #7326A6;
}

.page-home.logged-in .section .bottom .favorite,
.page-favorites.logged-in .bottom .favorite,
.template-search.logged-in .bottom .favorite {
	display: block;
}

.page-home .section .bottom > div:first-of-type,
.page-favorites .bottom > div:first-of-type,
.template-search .bottom > div:first-of-type {
	float: left;
	width: 12%;
}

.page-home .section .bottom > div:first-of-type img,
.page-favorites .bottom > div:first-of-type img,
.template-search .bottom > div:first-of-type img {
	width: 100%;
	height: auto;
}

.page-home .section .sticky .bottom > div:first-of-type img,
.page-favorites .sticky .bottom > div:first-of-type img,
.template-search .sticky .bottom > div:first-of-type img {
	width: 90%;
}

.page-home .section .bottom > div:last-of-type,
.page-favorites .bottom > div:last-of-type,
.template-search .bottom > div:last-of-type {
	float: left;
	padding-left: 10px;
	width: 88%;
}

.page-home .section .bottom .name,
.page-favorites .bottom .name,
.template-search .bottom .name {
	font-size: 16px;
	margin-bottom: 5px;
	color: #7326A6;
	font-weight: 700;
}

.page-home .section .bottom p,
.page-favorites .bottom p,
.template-search .bottom p {
	font-size: 14px;
	color: #000;
}

.page-home .section .bottom p i,
.page-favorites .bottom p i,
.template-search .bottom p i {
	margin-right: 4px;
}

.page-home .section .bottom p.description,
.page-favorites .bottom p.description,
.template-search .bottom p.description {
	font-size: 12px;
	color: #333;
}

.page-home .section .bottom p.phone a,
.page-home .section .bottom p.url a,
.page-favorites .bottom p.phone a,
.page-favorites .bottom p.url a,
.template-search .bottom p.phone a,
.template-search .bottom p.url a {
	color: #7326A6;
}

.page-home .section .bottom p.phone a:hover,
.page-home .section .bottom p.url a:hover,
.page-favorites .bottom p.phone a:hover,
.page-favorites .bottom p.url a:hover,
.template-search .bottom p.phone a:hover,
.template-search .bottom p.url a:hover {
	text-decoration: underline;
}

.page-home .section .top .share,
.page-favorites .top .share,
.template-search .top .share {
	top: 10px;
	right: 10px !important;
	display: none;
}

.page-home .section .top .share i,
.page-favorites .top .share i,
.template-search .top .share i {
	font-size: 22px;
	color: #fff;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home .section .top .share:hover i,
.page-favorites .top .share:hover i,
.template-search .top .share:hover i {
	color: #7326A6;
}

.page-home .newsletter {
	background: #7326A6;
	display: none;
}

.page-home .newsletter p,
.page-home .newsletter h2 {
	margin: 0;
}

.page-home .newsletter p {
	color: #98CBFF;
}

.page-home .newsletter h2 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: -4px;
}

.page-home .newsletter .clearfix > div {
	width: 28%;
	float: left;
	margin: 0 1%;
}

.page-home .newsletter .clearfix > div:last-of-type {
	width: 68%;
	float: left;
	margin: 0 1%;
}

.page-home .newsletter form {
	overflow: hidden;
}

.page-home .newsletter form input {
	float: left;
}

.page-home .newsletter input[type="email"] {
	width: 80%;
	border: 0;
	outline: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-clip: padding-box;
}

.page-home .newsletter input[type="submit"] {
	width: 20%;
	display: block;
	background: #7326A6;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;

	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-clip: padding-box;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-home .newsletter input[type="submit"]:hover {
	background: #ec487f;
}

.page-home .three-columns > div,
.page-favorites .three-columns > div,
.template-search .three-columns > div {
	width: 31.3333333%;
	margin: 0 1%;
	float: left;
}

.template-search .three-columns > div {
	background: #fff;
}

.template-contact .five-columns > a {
	width: 18%;
	margin: 0 1%;
	float: left;
}

.page-home .two-columns > div,
.template-search .two-columns > div {
	width: 48%;
	margin: 0 1%;
	float: left;
}

/* HERE */
.page-home .first-section,
.page-home .third-section,
.page-home .fourth-section {
	background: #eee;
}

.page-home .first-section {
	display: none;
}

.page-home .second-section,
.page-home .founder-section {
	background: #fff;
}

.page-home .first-section > .container,
.page-home .second-section > .container,
.page-home .third-section > .container,
.page-home .founder-section > .container,
.page-home .fourth-section > .container {
	padding: 50px 0 70px;
}

.page-home .second-section > .container,
.page-home .third-section > .container,
.page-home .founder-section > .container ,
.page-home .fourth-section > .container {
	padding: 50px 0;
}

.page-home .fourth-section > .container {
	padding: 50px 0 40px;
}

.page-home .first-section p,
.page-home .second-section p,
.page-home .third-section p,
.page-home .founder-section p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}

.page-home .first-section p {
	padding: 0 20px;
}

.page-home .first-section #hometown-heroes-button {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
    background: #7326A6;
    border-radius: 20px;
    background-clip: padding-box;
    color: #fff;
    padding: 10px 40px;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-home .first-section #hometown-heroes-button:hover {
    background: #9447c8;
	color: #fff;
}

.page-home .second-section p,
.page-home .third-section p,
.page-home .founder-section p {
	margin-bottom: 0;
	padding: 0 20px;
}

.page-home #photo-slide img {
	width: 100%;
}

.page-home .founder-section > .container {
	position: relative;
}

.page-home .founder-section img {
	border-radius: 50%;
}

.page-home .founder-section > .container > div {
	position: absolute;
	top: 58px;
	right: 0;
	width: 100%;
	padding-left: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-home .founder-section .title {
	text-align: left;
	margin: 0 0 5px;
	padding: 0;
}

.page-home .founder-section h4 {
	text-transform: uppercase;
	margin: 0 0 20px;
}

.page-home .founder-section p {
	color: #333;
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
	text-align: left;
	border-left: 4px solid #eaeaea;
	padding-left: 20px;
}

.page-home .fourth-section > .container {
	text-align: center;
}

.page-home .fourth-section ul {
	list-style: none;
	display: block;
	margin: 0 -1%;
	padding: 0;
}

.page-home .fourth-section li {
	display: inline-block;
	margin: 0 1% 2%;
}

.page-home .fourth-section li a {
	font-size: 16px;
	padding: 6px 18px;
	background: #ddd;
	color: #333;
	display: block;
	border-radius: 5px;
}

.page-home .fourth-section li a:hover {
	background: #333;
	color: #ddd;
}

.template-search .categories {
	padding-top: 65px;
	background: #fff;
	text-align: center;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .1);
}

.template-search .categories .container > div {
	width: 100%;
}

.template-search .categories p {
	color: #000;
	text-transform: uppercase;
	margin: 10px 0;
	float: left;
}

.template-search .categories ul {
	overflow: hidden;
	float: right;
	list-style: none;
	padding-left: 0;
	margin: 10px 0;
}

.template-search .categories li {
	float: left;
	margin: 0 16px;
}

.template-search .categories li:first-of-type {
	margin-left: 0;
}

.template-search .categories li:last-of-type {
	margin-right: 0;
}

.template-search .categories a {
	color: #333;
	text-transform: uppercase;
}

.template-search .categories li.selected a,
.template-search .categories a:hover {
	color: #7326A6;
}

.template-search .categories a i {
	padding-right: 5px;
}

.template-search .tinynav {
	display: none;
}

#main {
	padding: 0 0 30px;
	background: #fff;
}

.template-search #main {
	background: #fff;
}

.template-search #main #recent {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #eee;
}

.template-search #main #recent h2 {
	text-align: center;
	margin: 0 0 20px;
    color: #7326A6;
    letter-spacing: 1px;
    font-size: 20px;
}

.template-search #main #recent ul {
	display: none;
}

.template-search #main #recent .item {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.template-search #main #search-results {
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.template-search #main > .container > div.heading-title {
	text-align: center;
}

.template-search #main > .container > div.heading-title h2 {
	margin: 0;
    color: #7326A6;
    letter-spacing: 1px;
    font-size: 20px;
}

.template-search #main > .container > div.heading-title h4 {
	margin-top: 0;
	color: #aaa;
	font-weight: 400;
	margin-bottom: 30px;
}

.template-search #main #search-results .three-columns {
	margin: 0 -1% !important;
}

.template-contact #main {
	padding: 60px 0 0;
}

.template-contact .top > div {
	width: 50%;
	float: left;
	padding-right: 12px;
}

.template-contact .top > div:first-of-type {
	padding-right: 30px;
	padding-left: 12px;
}

.template-contact .top > div:last-of-type img {
	width: 100%;
	height: auto;
}

.template-contact h1,
.template-page h1 {
    color: #7326A6;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
	border-bottom: 2px solid #eee;
}

.template-contact .quote {
	padding: 20px;
	margin-top: 30px;
	background: #eee;
}

.template-contact .quote p {
	margin-top: 0;
}

.template-contact .quote span,
.template-contact .quote a {
	color: #7326A6;
}

.template-contact .quote a {
	display: block;
	text-align: right;
}

.template-contact .bottom {
	background: #eee;
	padding: 40px 0;
}

.template-contact .bottom h2 {
    margin: 0;
    text-align: center;
    color: #7326A6;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.template-contact .bottom h4 {
    color: #666;
    margin: 0;
    text-align: center;
    font-weight: 400;
	margin-bottom: 30px;
}

.template-contact .bottom a {
	display: block;
	position: relative;
}

.template-contact .bottom i {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: 10px;
	right: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.template-contact .bottom .item img {
	width: 100%;
	height: auto;
}

.template-contact .bottom a.load-more {
	display: inline-block;
}

.template-contact .data {
    text-align: center;
}

.template-contact .data h3 {
    color: #7326A6;
    margin-top: 0;
    margin-bottom: 0;
}

.template-contact .data p {
	font-size: 12px;
	color: #666;
}

.template-contact .data a {
    outline: 0;
    display: inline-block;
    color: #fff;
	background: #7326A6;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.template-contact .data a:hover {
	background: #ec487f;
}

.template-referabiz #main,
.template-reseller #main {
	padding: 63px 0 0;
}

.template-referabiz #main .left,
.template-referabiz #main .right,
.template-reseller #main .left,
.template-reseller #main .right {
	float: left;
}

.template-referabiz #main .left {
	background: url(../images/register-business-bg.jpg) left top no-repeat;
	background-size: cover;
	width: 40%;
	padding: 60px 4% 60px 10%;
	color: #fff;
}

.template-reseller #main .left {
	background: url(../images/order-bg.jpg) left top no-repeat;
	background-size: cover;
	width: 40%;
	padding: 60px 4% 60px 10%;
	color: #fff;
	height: 690px;
}

.template-referabiz #main .left img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.template-referabiz #main .left ul {
	list-style: none;
	padding-left: 0;
}

.template-referabiz #main .left h2 {
	letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    border-bottom: 2px solid #eee;
}

.template-referabiz #main .left h4 {
	text-transform: uppercase;
	margin-top: 40px;
	letter-spacing: 1px;
}

.template-referabiz #main .left a {
	color: #ddd;
}

.template-referabiz #main .left a:hover {
	color: #fff;
	text-decoration: underline;
}

.template-referabiz #main .right,
.template-reseller #main .right {
	width: 60%;
	padding: 60px 10% 60px 4%;
}

.template-referabiz #main .right h1,
.template-reseller #main .right h1 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 0;
	color: #7326A6;
    border-bottom: 2px solid #eee;
}

.template-reseller #main .right h1 {
	padding-bottom: 20px;
}

.template-reseller #main .right h4 {
	font-size: 16px;
}

.template-referabiz #main .right form,
.template-reseller #main .right form,
.page-login #main .left form,
.page-register #main .left form {
	margin-top: 30px;
}

.template-referabiz #main .right form > div,
.template-reseller #main .right form > div,
.page-login #main .left form > div,
.page-register #main .left form > div {
	width: 100%;
	margin-bottom: 20px;
}

.template-referabiz #main .right form > div:last-of-type,
.template-reseller #main .right form > div:last-of-type,
.page-login #main .left form > div:last-of-type,
.page-register #main .left form > div:last-of-type {
	text-align: right;
	margin-bottom: 0;
}

.template-referabiz #main .right input[type="text"],
.template-referabiz #main .right input[type="email"],
.template-referabiz #main .right select,
.template-reseller #main .right input[type="text"],
.template-reseller #main .right input[type="email"],
.template-reseller #main .right input[type="number"],
.template-reseller #main .right select,
.page-login #main .left input[type="password"],
.page-login #main .left input[type="number"],
.page-register #main .left input[type="text"],
.page-register #main .left input[type="password"],
.page-register #main .left input[type="number"],
.page-register #main .left input[type="email"],
.page-register #main .left select {
	width: 100%;
	background: #eee;
	border: 0;
	outline: 0;
	padding: 10px 15px;
	border: 2px solid transparent;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.template-referabiz #main .right input[type="text"]:hover,
.template-referabiz #main .right input[type="text"]:active,
.template-referabiz #main .right input[type="text"]:focus,
.template-referabiz #main .right input[type="email"]:hover,
.template-referabiz #main .right input[type="email"]:active,
.template-referabiz #main .right input[type="email"]:focus,
.template-referabiz #main .right select:hover,
.template-referabiz #main .right select:active,
.template-referabiz #main .right select:focus,
.template-reseller #main .right input[type="text"]:hover,
.template-reseller #main .right input[type="text"]:active,
.template-reseller #main .right input[type="text"]:focus,
.template-reseller #main .right input[type="email"]:hover,
.template-reseller #main .right input[type="email"]:active,
.template-reseller #main .right input[type="email"]:focus,
.template-reseller #main .right input[type="number"]:hover,
.template-reseller #main .right input[type="number"]:active,
.template-reseller #main .right input[type="number"]:focus,
.template-reseller #main .right select:hover,
.template-reseller #main .right select:active,
.template-reseller #main .right select:focus,
.page-login #main .left input[type="password"]:hover,
.page-login #main .left input[type="password"]:active,
.page-login #main .left input[type="password"]:focus,
.page-login #main .left input[type="number"]:hover,
.page-login #main .left input[type="number"]:active,
.page-login #main .left input[type="number"]:focus,
.page-register #main .left input[type="text"]:hover,
.page-register #main .left input[type="text"]:active,
.page-register #main .left input[type="text"]:focus,
.page-register #main .left input[type="password"]:hover,
.page-register #main .left input[type="password"]:active,
.page-register #main .left input[type="password"]:focus,
.page-register #main .left input[type="number"]:hover,
.page-register #main .left input[type="number"]:active,
.page-register #main .left input[type="number"]:focus,
.page-register #main .left input[type="email"]:hover,
.page-register #main .left input[type="email"]:active,
.page-register #main .left input[type="email"]:focus,
.page-register #main .left select:hover,
.page-register #main .left select:active,
.page-register #main .left select:focus {
	border: 2px solid #ddd;
}

.template-referabiz #main .right input[type="submit"],
.template-reseller #main .right input[type="submit"],
.page-login #main .left input[type="submit"],
.page-register #main .left input[type="submit"] {
	border: 0;
    outline: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: #7326A6;
    padding: 10px 30px;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.template-referabiz #main .right input[type="submit"]:hover,
.template-reseller #main .right input[type="submit"]:hover,
.page-login #main .left input[type="submit"]:hover,
.page-register #main .left input[type="submit"]:hover {
	background: #ec487f;
}

.template-reseller #main .right a {
	text-transform: uppercase;
	font-size: 10px;
	color: #ccc;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: 700;
}

.template-reseller #main .right a:hover {
	color: #aaa;
}

.template-reseller #main .right .two {
	overflow: hidden;
}

.page-login #main,
.page-register #main {
	padding: 0;
}

.page-login #main .left,
.page-login #main .right,
.page-register #main .left,
.page-register #main .right {
	float: left;
}

.page-login #main .left,
.page-register #main .left {
	width: 30%;
}

.page-login #main .left .home,
.page-register #main .left .home {
	text-transform: uppercase;
	font-size: 10px;
	color: #ccc;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 90px;
	font-weight: 700;
}

.page-login #main .left .home:hover,
.page-register #main .left .home:hover {
	color: #aaa;
}

.page-login #main .logo-container,
.page-register #main .logo-container {
	background: #222;
	text-align: center;
	padding: 20px 40px;
}

.page-login #main .logo,
.page-register #main .logo {
	float: none;
	display: inline-block;
	margin: 0;
}

.page-login #main .logo h2,
.page-register #main .logo h2 {
	margin: 8px 0 0;
}

.page-login #main .logo h4,
.page-register #main .logo h4 {
	text-align: left;
}

.page-login #main .left h1,
.page-register #main .left h1 {
	letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 0;
	color: #7326A6;
    border-bottom: 2px solid #eee;
}

.page-login #main .left .content,
.page-register #main .left .content {
	padding: 30px 40px;
}

.page-login #main .left label,
.page-register #main .left label {
	font-weight: 700;
	display: block;
	padding-bottom: 8px;
}

.page-login #main .left .buttons,
.page-register #main .left .buttons {
	text-align: right;
}

.page-login #main .left .buttons > div,
.page-register #main .left .buttons > div {
	overflow: hidden;
	display: inline-block;
}

.page-login #main .left .buttons button,
.page-login #main .left .buttons input,
.page-register #main .left .buttons button,
.page-register #main .left .buttons input,
.page-register #main .left .buttons a {
	float: left;
}

.page-login #main .left button,
.page-register #main .left button,
.page-register #main .left form a {
	border: 0;
    outline: 0;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: #7326A6;
    padding: 10px 30px;
    text-transform: uppercase;
	margin-right: 10px;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.page-login #main .left button:hover,
.page-register #main .left button:hover,
.page-register #main .left form a:hover {
	background: #3087DE;
}

.page-login #main .right,
.page-register #main .right {
	background: url(../images/login-bg.jpg) left bottom no-repeat;
	background-size: cover;
	width: 70%;
	height: 680px;
	padding: 0;
	text-align: right;
	position: relative;
}

.page-register #main .right {
	background: url(../images/register-bg.jpg) left top no-repeat;
	background-size: cover;
}

.page-login #main .right a,
.page-register #main .right a {
	text-align: center;
    outline: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	margin: 20px 20px 0 0;
    background: transparent;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
	letter-spacing: 1px;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.page-login #main .right a:hover,
.page-register #main .right a:hover {
	background: #7326A6;
	border-color: #7326A6;
	color: #fff;
}

.page-login #main .right .caption {
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 50%;
	color: #fff;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-register #main .right .caption {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-login #main .right .caption h2,
.page-register #main .right .caption h2 {
	font-family: 'SouthernAire', serif;
	font-size: 128px;
	line-height: 90px;
	font-weight: normal;
	margin: 0;
	text-shadow: 2px 2px 1px #7326A6;
}

.page-login #main .right .caption h3,
.page-register #main .right .caption h3 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Maven Pro', sans-serif;
	text-shadow: 2px 2px 1px #7326A6;
	text-transform: uppercase;
}

.page-register #main .left form > div.two {
	overflow: hidden;
}

.page-register #main .left form > div.two input {
	float: left;
	width: 47%;
	margin-right: 3%;
}

.page-register #main .left form > div.two input:last-of-type {
	margin-left: 3%;
	margin-right: 0;
}

.page-register #main .left form .birthday-picker {
	overflow: hidden;
}

.page-register #main .left form .birthday-picker select {
	float: left;
	width: 31.3333333%;
	margin-right: 2%;
}

.page-register #main .left form .birthday-picker select:first-of-type {
	width: 33.3333333%;
}

.page-register #main .left form .birthday-picker select:last-of-type {
	margin-right: 0;
}

.template-contact #main,
.template-reseller #main,
.template-referabiz #main {
	padding-top: 56px;
}

.template-contact #main > .clearfix,
.template-reseller #main > .clearfix,
.template-referabiz #main > .clearfix {
	background: #fff;
}

.template-contact #main h1,
.template-reseller #main h1,
.template-referabiz #main h1,
.template-page #main h1 {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.template-page #main h1 {
	padding-top: 40px;
}

.template-reseller #main h1 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.template-contact #main h3,
.template-referabiz #main h3,
.template-reseller #main h3 {
	border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.template-contact #main .left,
.template-reseller #main .left,
.template-referabiz #main .left {
	padding: 40px;
	color: #fff;
	background: url(../images/contact-bg.jpg) center top no-repeat;
	background-size: cover;
	float: left;
	width: 40%;
}

.template-contact #main .left {
	height: 952px;
}

.template-reseller #main .left {
	background: url(../images/reseller-bg.jpg) left top no-repeat;
	background-size: cover;
	width: 40%;
	height: 948px;
}

.template-referabiz #main .left {
	background: url(../images/register-business-bg.jpg) left top no-repeat;
	background-size: cover;
	width: 40%;
	height: 892px;
}

.template-referabiz #main .left ul {
	list-style: none;
}

.template-contact #main .left ul {
	color: #bbb;
	padding-left: 0;
	margin: 0;
	list-style-position: inside;
}

.template-contact #main .left ul:hover {
	color: #fff;
}

.template-contact #main .left p {
	display: inline;
}

.template-contact #main .left a {
	color: #bbb;
	display: inline-block;
}

.template-contact #main .left a:hover {
	color: #fff;
}

.template-contact #main .left img {
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
}

.template-contact #main .left a.button-alt {
	color: #fff;
	border-color: #fff;
	margin-top: 30px;
}

.template-contact #main .right,
.template-reseller #main .right,
.template-referabiz #main .right {
	padding: 40px;
	background: #fff;
	float: right;
	width: 60%;
}

.template-page #main {
	padding: 40px;
}

.template-reseller #main .right p,
.template-referabiz #main .right p {
	margin-bottom: 25px;
}

.template-reseller #main .right form,
.template-referabiz #main .right form {
	margin-top: 30px;
}

.template-contact #main .right form > div,
.template-reseller #main .right form > div,
.template-referabiz #main .right form > div {
	margin-bottom: 20px;
}

.template-contact #main .right form > div:last-of-type,
.template-reseller #main .right form > div:last-of-type,
.template-referabiz #main .right form > div:last-of-type {
	text-align: right;
	margin-bottom: 0;
}

.template-contact #main .right textarea {
	height: 140px;
}

.template-contact #main .right .two,
.template-reseller #main .right .two,
.template-referabiz #main .right .two {
	overflow: hidden;
}

.template-contact #main .right .two > div:first-of-type,
.template-reseller #main .right .two > div:first-of-type,
.template-referabiz #main .right .two > div:first-of-type {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.template-contact #main .right .two > div:last-of-type,
.template-reseller #main .right .two > div:last-of-type,
.template-referabiz #main .right .two > div:last-of-type {
	float: left;
	width: 49%;
	margin-left: 1%;
}

.template-reseller label[for="total"] {
	padding-bottom: 0;
	font-size: 16px;
	color: #7326A6;
	text-align: center;
}

.page-change-password #main form > div {
	margin-bottom: 20px;
}

.page-change-password #main form > div:last-of-type {
	margin-bottom: 0;
}

.page-change-password #main form > div.two {
	overflow: hidden;
	margin: 0 -1% 20px;
}

.page-change-password #main form > div.two > div {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.page-favorites .three-columns {
	margin: 0 -1% !important;
}

.page-HometownHeroes #header,
.page-HometownHeroesFundraising #header,
.page-favorites #header {
	background: #006dd9;
}

.page-HometownHeroes #header .logo,
.page-HometownHeroesFundraising #header .logo,
.page-favorites #header .logo {
	background: url(../images/hometown-heroes-logo.png) left top no-repeat;
	height: 59px;
	padding-left: 60px;
}

.page-HometownHeroes #header .logo h2,
.page-HometownHeroesFundraising #header .logo h2,
.page-favorites #header .logo h2 {
	font-size: 14px;
	margin: 21px 0 0;
}

.page-HometownHeroes #header .right,
.page-HometownHeroesFundraising #header .right,
.page-favorites #header .right {
	margin-top: 8px;
}

.page-HometownHeroes #header input:hover,
.page-HometownHeroes #header input:active,
.page-HometownHeroes #header input:focus,
.page-HometownHeroes #header select:hover,
.page-HometownHeroes #header select:active,
.page-HometownHeroes #header select:focus,
.page-HometownHeroesFundraising #header input:hover,
.page-HometownHeroesFundraising #header input:active,
.page-HometownHeroesFundraising #header input:focus,
.page-HometownHeroesFundraising #header select:hover,
.page-HometownHeroesFundraising #header select:active,
.page-HometownHeroesFundraising #header select:focus,
.page-favorites #header input:hover,
.page-favorites #header input:active,
.page-favorites #header input:focus,
.page-favorites #header select:hover,
.page-favorites #header select:active,
.page-favorites #header select:focus {
	border: 2px solid #e22121;
}

.page-HometownHeroes #header button:hover,
.page-HometownHeroes #header button:focus,
.page-HometownHeroesFundraising #header button:hover,
.page-HometownHeroesFundraising #header button:focus,
.page-favorites #header button:hover,
.page-favorites #header button:focus {
	color: #e22121 !important;
}

.page-HometownHeroes #main .left a.button-alt:hover,
.page-HometownHeroesFundraising #main .left a.button-alt:hover,
.page-favorites #main .left a.button-alt:hover {
	border: 2px solid #e22121 !important;
    background: #e22121 !important;
}

.page-HometownHeroes #main h1,
.page-HometownHeroesFundraising #main h1,
.page-favorites #main h1 {
	color: #006dd9 !important;
}

.page-HometownHeroesFundraising label[for="total"] {
	color: #000000 !important;
}

.page-HometownHeroes .button,
.page-HometownHeroesFundraising .button,
.page-favorites .button {
	background: #e22121;
}

.page-HometownHeroes .button:hover,
.page-HometownHeroesFundraising .button:hover,
.page-favorites .button:hover {
	background: #f75757 !important;
}

.page-favorites #main h1 {
	padding-top: 60px;
}

.page-favorites .bottom .name,
.page-favorites .bottom .favorite,
.page-favorites .bottom p.url a {
	color: #e22121;
}

.page-favorites .item .view-details {
	background: #e22121;
}

.page-favorites .item .view-details:hover {
	background: #f75757 !important;
}

/* TODO: */

#header {
	position: fixed;
	z-index: 999;
	top: -65px;
	width: 100%;
	background: #7326A6;
    padding: 10px 40px;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-inner #header {
	display: block;
}

#header.shrink,
.template-search #header,
.template-contact #header,
.template-referabiz #header,
.template-reseller #header,
.template-page #header {
	position: fixed;
	width: 100%;
	top: 0;
}

#header.shrink {
    z-index: 999;
}

#header > .container {
	max-width: 1200px;
	padding: 0 12px;
}

#header .logo {
	display: inline-block;
	float: left;
	height: 43px;
	background: url(../images/dream-logo.png) left top no-repeat;
	background-size: contain;
	padding-left: 95px;
	color: #fff;
	float: left;
}

#header .logo h2 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 13px 0 0;
}

#header .right {
	float: right;
}

#header .toggle {
	display: none;
}

#header button {
	outline: 0;
}

#header form {
	float: left;
	color: #fff;
}

#header select,
#header input {
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 5px;
	background-clip: padding-box;
	border: 2px solid transparent;
	color: #333;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header select:hover,
#header select:active,
#header select:focus,
#header input:hover,
#header input:active,
#header input:focus {
	border: 2px solid #000;
}

#header input::placeholder {
	color: #333;
}

#header button {
	font-size: 14px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	background-clip: padding-box;
	color: #fff;
    padding: 8px 20px;
    margin-top: 2px;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header button span {
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

#header button:hover {
	background: #fff;
	color: #7326A6;
}

#header button i {
	font-size: 14px;
	margin-right: 5px;
}

#header .right > a {
	float: right;
}

#header form > div {
	float: left;
}

#header form > div:nth-child(even) {
	margin: 14px 20px 0;
	letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

#header form > div:last-of-type {
	margin: 0 0 0 20px;
}

#footer {
	padding: 15px 0;
	color: #fff;
}

#footer ul {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#footer li {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}

#footer li:last-of-type {
	margin-right: 0;
}

#footer a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#footer i {
	font-weight: 400;
	font-size: 20px;
}

#footer ul:first-of-type a {
	font-size: 12px;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .container {
	overflow: hidden;
	padding: 0 20px;
}

#footer .container > div {
	float: left;
	width: 33.3333333%;
}

#footer .container > div:nth-of-type(3) {
	width: 21.3333333%;
	text-align: right;
}

#footer .container > div:nth-of-type(2) {
	width: 45.3333333%;
	text-align: center;
}

#footer .container > div:nth-of-type(2) > div {
	overflow: hidden;
	display: inline-block;
}

#footer .container > div:nth-of-type(2) p,
#footer .container > div:nth-of-type(2) ul {
	float: left;
}

#footer .container > div:nth-of-type(2) p {
	margin: 0 30px 0 0;
}

#footer .container > div:nth-of-type(2) li {
	margin-right: 10px;
}

#footer .container > div:nth-of-type(2) li:last-of-type {
	margin-right: 0;
}

#footer .container > div:nth-of-type(3) p {
	margin: 0;
}

@media (max-width: 1390px) {

	#header form > div:nth-child(even) {
		margin: 13px 10px 0;
	}

	#header form > div:last-of-type {
		margin: 0 0 0 10px;
	}

}

@media (max-width: 1352px) {

	.page-home #header-home .form {
		width: 71%;
	}

}

@media (max-width: 1321px) {

	.page-login #main .right .caption,
	.page-register #main .right .caption {
		width: 90%;
	}

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 100px;
	}

	.page-login #main .left,
	.page-register #main .left {
		width: 40%;
	}

	.page-login #main .right,
	.page-register #main .right {
		width: 60%;
	}

}

@media (max-width: 1310px) {

	.template-search .categories,
	.template-referabiz #main,
	.template-reseller #main,
	.template-page #main {
		padding-top: 63px;
	}

	.template-contact #main {
		padding: 63px 0 0;
	}

	#header {
		padding: 10px 20px;
	}

	#header > .container > .clearfix {
		text-align: center;
	}

}

@media (max-width: 1260px) {

	.page-home #header-home .logo {
		margin-left: 30px;
	}

	.template-contact .top > div:first-of-type {
		padding-left: 30px;
	}

	.page-home .founder-section img {
		margin-left: 30px;
	}

	.page-home .founder-section > .container > div {
		padding-left: 275px;
		padding-right: 30px;
	}

	.template-search #main #search-results .three-columns {
		margin: 0 !important;
	}

}

@media (max-width: 1230px) {

	.template-search .categories p {
		margin-left: 10px;
	}

	.template-search .categories li {
		margin: 0 10px;
	}

	.template-search .categories li:last-of-type {
		margin-right: 10px;
	}

}

@media (max-width: 1215px) {

	#header {
		padding: 10px 0;
	}

}

@media (max-width: 1168px) {

	.page-home #header-home .form {
		width: 75%;
	}

}

@media (max-width: 1152px) {

	.page-login #main .right .caption,
	.page-register #main .right .caption {
		width: 100%;
	}

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 90px;
		line-height: 70px;
	}

}

@media (max-width: 1150px) {

	.template-contact h1 {
		margin-bottom: 20px;
	}

	.template-contact .quote {
		margin-top: 20px;
	}

}

@media (max-width: 1116px) {

	#header .logo h2 {
		display: none;
	}

	.page-home #header-home {
		height: 438px;
	}

	.page-home #header-home h1 {
		font-size: 24px;
	}

}

@media (max-width: 1104px) {

	#header .logo h2 {
		font-size: 13px;
		margin-top: 12px;
	}

	.page-home #header-home .form {
		width: 76%;
	}

}

@media (max-width: 1080px) {

	.template-search .categories > div {
		text-align: center;
	}

	.template-search .categories p {
		display: none;
	}

	.template-search .categories ul {
		float: none;
		display: inline-block;
		margin-bottom: 6px;
	}

	.template-search .categories li:last-of-type {
		margin-right: 0;
	}

}

@media (max-width: 1075px) {

	.page-home #header-home .form {
		width: 82%;
	}

}

@media (max-width: 1045px) {

	#header {
		top: -132px;
	}

	.page-home #header-home .form {
		display: block;
	}

	.template-search .categories,
	.template-referabiz #main,
	.template-contact #main,
	.template-reseller #main,
	.template-page #main {
		padding-top: 120px;
	}

	.template-referabiz #main .left,
	.template-reseller #main .left {
		padding: 40px 5%;
	}

	.template-reseller #main .left {
		height: 937px;
	}

	.template-referabiz #main .right,
	.template-reseller #main .right {
		padding: 40px 5%;
	}

	#header {
		padding: 20px;
	}

	#header .logo,
	#header .right {
		float: none;
	}

	#header .logo {
		padding-left: 80px;
		height: 50px;
	}

	.page-favorites #header .logo,
	.page-HometownHeroesFundraising #header .logo {
		padding-left: 50px;
	}

	#header .logo h2 {
		display: inline-block;
		font-size: 20px;
		margin-top: 6px;
		display: none;
	}

	#header .right {
		margin-top: 20px;
		border-top: none;
		display: none;
	}

	#header form,
	#header form > div {
		float: none;
	}

	#header form {
		width: 400px;
		margin: 0 auto !important;
	}

	#header form > div select,
	#header form > div input {
		width: 100%;
	}

	#header form > div:nth-child(even) {
		margin: 10px;
	}

	#header form > div:last-of-type {
		margin-top: 20px !important;
		margin-right: 0;
		margin-left: 0;
	}

	#header button {
		width: 100%;
		padding: 8px 15px;
	}

	#header button i,
	#header button span {
		font-size: 16px;
		text-transform: uppercase;
	}

	#header button span {
		margin-left: 2px;
		display: inline-block;
	}

	#header .toggle {
		display: block;
		margin: 5px auto 0;
		float: none;
		width: 32px;
	}

	.page-favorites #header .toggle,
	.page-HometownHeroesFundraising #header .toggle {
		margin-top: 10px !important;
	}

	#header .toggle i {
		font-size: 32px;
		display: block;
		color: #fff;

		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#header .toggle:hover i {
		color: #000;
	}

	.page-home .founder-section > .container {
		text-align: center;
	}

	.page-home .founder-section > .container > div {
		position: static;
		top: auto;
		right: auto;
		padding: 0;
		margin-top: 20px;
	}

	.page-home .founder-section img {
		margin: 0;
		display: inline-block;
	}

	.page-home .founder-section .title,
	.page-home .founder-section h4 {
		text-align: center;
	}

	.page-home .founder-section p {
		text-align: left;
		margin: 0;
		padding: 0 20px;
	}

	.page-HometownHeroes #header form,
	.page-HometownHeroesFundraising #header form,
	.page-favorites #header form {
		margin: 15px auto 0 !important;
	}

	.page-HometownHeroes #header .toggle:hover i,
	.page-HometownHeroesFundraising #header .toggle:hover i,
	.page-favorites #header .toggle:hover i {
		color: #e22121;
	}

}

@media (max-width: 1020px) {

	/*.page-home #header-home .logo {
		padding-left: 70px;
	}*/

	.page-home #header-home .menu li {
		margin-right: 15px;
	}

	.page-home #header-home .menu a {
		font-size: 12px;
		font-weight: 700;
	}

	.page-home .newsletter .clearfix > div {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		text-align: center;
	}

	.page-home .newsletter form {
		margin-top: 20px;
		width: 80%;
		display: inline-block;
	}

	.template-contact .top > div {
		float: none;
		width: 100%;
	}

	.template-contact .top > div:last-of-type {
		padding: 20px 30px;
	}

}

@media (max-width: 1000px) {

	.template-search .categories {
		padding-top: 120px;
	}

	.template-search .categories a {
		font-size: 12px;
	}

	.page-login #main .left,
	.page-register #main .left {
		float: none;
		width: 100%;
	}

	.page-login #main .right,
	.page-register #main .right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.page-login #main .right a,
	.page-register #main .right a {
		margin: 60px 0 0 0;
	}
	
	.page-login #main .left .home,
	.page-register #main .left .home {
		margin-bottom: 20px;
	}

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 130px;
		line-height: 100px;
	}

	.page-register #main .left form > div.two input {
		width: 49%;
		margin-right: 1%;
	}

	.page-register #main .left form > div.two input:last-of-type {
		margin-left: 1%;
	}

}

@media (max-width: 995px) {

	.page-home #header-home .form {
		width: 90%;
	}

}

@media (max-width: 960px) {

	#footer .container {
		padding: 0;
	}

	#footer .container > div {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
		border-bottom: 1px solid #333;
		padding-bottom: 15px;
		margin-bottom: 15px;
		padding: 0 20px 15px;
	}

	#footer .container > div:last-of-type {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#footer .container > div:nth-of-type(2) {
		text-align: center;
	}

	#footer .container > div:nth-of-type(2) > div {
		display: inline-block;
	}

	#footer .container > div:nth-of-type(2) p {
		margin: 0 0 10px 0;
		float: none;
	}

	#footer .container > div:nth-of-type(2) ul {
		float: none;
		display: inline-block;
		margin-bottom: -5px;
	}

}

@media (max-width: 920px) {

	.page-home #header-home form > div:nth-child(even) {
		margin: 0 15px;
	}

}

@media (max-width: 900px) {

	.page-home .two-columns > div,
	.page-home .three-columns > div,
	.page-favorites .three-columns > div,
	.template-search .two-columns > div,
	.template-search .three-columns > div,
	.template-contact .five-columns > a {
		width: 360px;
		margin: 0 auto 40px;
		float: none;
	}

	.page-home .featured a.view-all {
		float: none;
		display: block;
		text-align: center;
		margin-right: 0;
	}

	.page-home .section .sticky .bottom > div:first-of-type img,
	.page-favorites .sticky .bottom > div:first-of-type img,
	.template-search .sticky .bottom > div:first-of-type img {
		width: 100%;
	}

	.template-search .categories > div {
		padding: 10px;
		background: #7326A6;
	}

	.template-search .categories ul {
		display: none;
	}

	.template-search .tinynav {
		outline: 0;
		display: block;
		padding: 5px;
		border: 0;
		width: 100%;
	}

	.template-referabiz #main .left,
	.template-referabiz #main .right,
	.template-reseller #main .left,
	.template-reseller #main .right {
		float: none;
		width: 100%;
	}

	.template-contact #main > .clearfix > div,
	.template-reseller #main > .clearfix > div,
	.template-referabiz #main > .clearfix > div {
		float: none !important;
		width: 100% !important;
	}

	.template-contact #main .left img {
		width: auto;
	}

	.template-contact #main .left p:first-of-type {
		text-align: center;
	}

	.template-contact #main .left {
		height: 360px;
	}

	.template-reseller #main .left {
		height: auto;
	}

	.template-referabiz #main .left {
		height: auto;
		background-position: center center !important;
	}

	.page-HometownHeroesFundraising #main > .clearfix > div {
		padding: 60px 20px 40px !important;
	}

}

@media (max-width: 890px) {
	.page-home #header-home .logo h2 {
		font-size: 16px;
	}
}

@media (max-width: 860px) {

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 90px;
		line-height: 80px;
	}

}

@media (max-width: 853px) {

	.page-home #header-home {
		text-align: center;
		height: 225px;
		background-position: center center;
	}

	.page-home #header-home .form {
		display: none;
	}

	.page-home #header-home .logo,
	.page-login #main .logo,
	.page-register #main .logo,
	.page-home #header-home .menu {
		float: none;
		margin: 30px 0 25px;
	}

	.page-home #header-home .menu {
		margin: 0 0 20px;
	}

	.page-home #header-home .menu li:last-of-type {
		margin: 0;
	}

	.page-home #header-home .form {
		margin: 70px 0 40px;
		width: 360px;
	}

	.page-home #header-home h1 {
		font-size: 22px;
	}

}

@media (max-width: 780px) {

	.template-contact #main .left {
		height: 400px;
	}

}

@media (max-width: 630px) {

	.template-contact #main .left {
		height: 440px;
	}

}

@media (max-width: 615px) {

	.page-home .fourth-section > .container {
		padding: 50px 0 40px;
	}

	.page-home .fourth-section ul {
		width: 300px;
		display: block;
		margin: 0 auto !important;
	}

	.page-home .fourth-section li {
		display: block;
		margin: 0 0 20px;
	}

}

@media (max-width: 600px) {

	.page-login #main .right,
	.page-register #main .right {
		height: 320px;
	}

	.page-register #main .right .caption {
		bottom: 20px;
		text-align: center;
		left: 0;

		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 70px;
		line-height: 60px;
	}

}

@media (max-width: 530px) {

	.template-contact #main .left {
		height: 460px;
	}

}

@media (max-width: 500px) {

	.page-home #header-home {
		height: 360px;
	}

	.page-home #header-home .menu li {
		display: block;
		margin: 0 0 15px 0 !important;
	}

	.page-home #header-home .menu li:last-of-type {
		margin-bottom: 0 !important;
	}

	.page-home #header-home .menu a {
		font-size: 14px;
		font-weight: 700;
	}

	.page-home .newsletter input[type="email"] {
		width: 70% !important;
	}

	.page-home .newsletter input[type="submit"] {
		width: 30% !important;
	}

	.page-login #main .right,
	.page-register #main .right {
		height: 260px;
	}

	.page-login #main .right .caption h2,
	.page-register #main .right .caption h2 {
		font-size: 44px;
		line-height: 40px;
	}

	.page-login #main .right .caption h3,
	.page-register #main .right .caption h3 {
		font-size: 20px;
	}

	.template-contact #main > .clearfix > div,
	.template-reseller #main > .clearfix > div,
	.template-referabiz #main > .clearfix > div,
	.template-page #main {
		padding: 20px !important;
	}

	.template-page #main h1 {
		padding-top: 130px;
	}

	.template-contact #main .right .two > div:first-of-type,
	.template-reseller #main .right .two > div:first-of-type,
	.template-referabiz #main .right .two > div:first-of-type {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.template-contact #main .right .two > div:last-of-type,
	.template-reseller #main .right .two > div:last-of-type,
	.template-referabiz #main .right .two > div:last-of-type {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.page-HometownHeroesFundraising #main .left {
		height: 310px;
	}

	.page-HometownHeroesFundraising #main > .clearfix > div {
		padding: 60px 20px !important;
	}

}

@media (max-width: 485px) {
	#header .logo h2 {
		font-size: 17px;
		margin-top: 8px;
		text-align: left;
	}
}

@media (max-width: 470px) {

	#header form {
		width: 90%;
	}

}

@media (max-width: 450px) {

	#header .logo h2 {
		display: none;
	}

	.page-home .two-columns > div,
	.page-home .three-columns > div,
	.template-search .two-columns > div,
	.template-search .three-columns > div,
	.template-contact .five-columns > a {
		width: 90%;
		margin: 0 auto 20px;
	}

}

@media (max-width: 440px) {

	.page-home #header-home .form {
		width: 70%;
	}

	.page-home #header-home h1 {
		font-size: 20px;
	}

	.page-login #main .left .buttons > div,
	.page-register #main .left .buttons > div {
		width: 100%;
	}

	.page-login #main .left .buttons input,
	.page-login #main .left .buttons button,
	.page-register #main .left .buttons input,
	.page-register #main .left .buttons button,
	.page-register #main .left .buttons a {
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.page-register #main .left form > div.two input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-register #main .left form > div.two input:last-of-type {
		margin-left: 0;
		margin-bottom: 0;
	}

	.page-register #main .left form .birthday-picker select {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.page-register #main .left form .birthday-picker select:first-of-type {
		width: 100%;
	}

	.page-register #main .left form .birthday-picker select:last-of-type {
		margin-bottom: 0;
	}

}

@media (max-width: 425px) {

	#header .logo h2 {
		font-size: 16px;
	}

	.page-home .section > .container {
		padding: 40px 0;
	}

	.page-home .newsletter input[type="email"] {
		width: 100% !important;
		float: none;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		background-clip: padding-box;
	}

	.page-home .newsletter input[type="submit"] {
		margin-top: 10px;
		width: 100% !important;
		float: none;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		background-clip: padding-box;
	}

}

@media (max-width: 420px) {

	.template-contact #main .left {
		height: 480px;
	}

}

@media (max-width: 415px) {

	.page-HometownHeroesFundraising #main > .clearfix > div {
		padding: 60px 20px 40px !important;
	}

	.template-reseller #main .left {
		height: auto;
	}

}

@media (max-width: 400px) {

	.page-home #header-home .logo,
	.page-login #main .logo,
	.page-register #main .logo,
	.page-home #header-home .menu {
		margin: 30px 20px;
	}

	.page-home #header-home .logo h2,
	.page-login #main .logo h2,
	.page-register #main .logo h2 {
		text-align: left;
		margin-top: 12px;
	}

}

@media (max-width: 383px) {

	.template-contact #main .left {
		height: 530px;
	}

	.page-change-password #main form > div.two {
		margin: 0;
	}

	.page-change-password #main form > div.two > div {
		width: 100%;
		margin: 0;
		float: none;
		margin-bottom: 20px;
	}

}

@media (max-width: 377px) {

	.page-login #main .logo-container,
	.page-register #main .logo-container {
		padding: 20px 0;
	}

	.page-home #header-home .logo,
	.page-login #main .logo,
	.page-register #main .logo {
		padding-left: 60px;
	}

}

@media (max-width: 361px) {

	.page-home #about-modal {
		padding: 0;
	}

	.page-home #header-home .menu li {
		margin-right: 20px;
	}

	.page-home .newsletter input[type="email"] {
		width: 60% !important;
	}

	.page-home .newsletter input[type="submit"] {
		width: 40% !important;
	}

	.template-search .categories,
	.template-referabiz #main,
	.template-reseller #main {
		padding-top: 121px;
	}

	.template-search #main {
		padding: 30px 0;
	}

	.template-reseller #main .right .two input {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.template-reseller #main .right .two input:last-of-type {
		width: 100%;
	}

	.template-contact #main .button,
	.template-contact #main .button-alt,
	.template-reseller #main .button,
	.template-referabiz #main .button {
		width: 100%;
		text-align: center;
	}

	#header .logo {
		height: 44px;
	}

	#header .logo h2 {
		text-align: left;
		margin: 0;
	}

	#header .toggle {
		margin: 10px auto 0;
	}

}

@media (max-width: 351px) {

	.template-contact #main .left {
		height: 570px;
	}

}

@media (min-width: 901px) {

	.page-home .section .sticky .item .view-details,
	.template-search .sticky .item .view-details {
		font-size: 14px;
		padding: 10px 20px;
	}

}

@media (min-width: 1220px) {

	.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}
