/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Home.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:	iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */



/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- BANNER --------------------------------------------------------------------------------------------------------------------------------- */

#container-banner {
	position: relative;
	z-index: 10;
	background-color: #199edc;
	background-image: url('/assets/templates/main/images/backgrounds/bg-hero.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#container-banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -25px;
}

#wrapper-banner {
	padding-top: 0;
	padding-bottom: 0;
}

#banner {
	height:100%;
	/*height: 358px;*/
}

#banner .banner-slide {
	width:100%;
	max-height: 380px;
	/*height: 380px;*/
	position: relative;
	overflow: hidden;
}
#banner .banner-slide::after {
	content: "";
	display: block;
	width: 1px;
	margin-left: -1px;
	float: right;
	padding-top: 31%;
}

#banner .banner-slide > a {
	display:block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*height:94%;*/
	/*height: 0;*/
	text-decoration: none; 
	width:100%;
	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 10;
}
#banner .banner-slide > a:hover,
#banner .banner-slide > a:active {
	opacity: 0.8;
}

#banner .banner-slide img {
	display: block;
	width:auto;
	max-width: 57%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.banner-text {
	background: none;
	bottom: 50%;
	display: block;
	left: 1%;
	padding: 0 5px 22px 0;
	position: absolute;
	width: 40%;
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	transition: none;
}

.banner-text span {
	color: #FFF; 
	display:block;
	line-height:1.2em;
	margin:0;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.66);
	transition: none;
	text-align: center;
}

.banner-text span.banner-text-title {
	font-size:4.8em;
	transition: none;
}

.banner-text span.banner-text-description {
	font-size:1.6em;
	transition: none;
}




/* --- HOMEPAGE BANNER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */

@media all and (min-width: 1781px) {
	#container-banner {
		background-position: bottom center;
	}
}

@media all and (min-width: 801px) and (max-width: 1780px) {
	#container-banner {
    background-size: auto 141%;
    background-position: bottom center;
	}
}

/*@media all and (min-width:1025px) {
	#wrapper-banner {
		padding-right: 0;
	}
}*/

@media all and (min-width: 801px) {
	#wrapper-banner {
		padding-right: 0;
	}
}

@media all and (min-width: 801px) and (max-width: 1280px) {
	.banner-text span.banner-text-title {
    font-size: 3.52vw;
  }
  #container-banner::after {
  	margin-top: -1.9%;
  }
  .banner-text {
  	padding: 0 0.39vw 1.72vw 0;
  }
  #banner {
  	height: auto;
  }
  #banner .banner-slide {
  	height: auto;
  }
}

/*@media all and (min-width: 801px) and (max-width:1025px) {
	#banner .banner-slide {
		height: 275px;
	}
	#banner {
		height: 258px;
	}
}*/

@media all and (max-width: 800px) {
	#container-banner::after {
		display: none;
	}
	#banner .banner-slide::after {
		display: none;
	}
	#banner {
		height: auto;
	}
	#banner .banner-slide {
		max-height: none;
		height: 480px;
	}
	#banner .banner-slide > a {
		height: 100%;
	}
	#banner .banner-slide img {
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 25%;
		right: 50%;
		height: auto;
		width: 100%;
		/*max-width: 525px;*/
		/*height: 257px;*/
		max-width: 428px;
		-ms-transform: translate(50%, 50%);
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
		/*display: block;
		position: static;
		height: auto;
		width: auto;
		max-height: none;
		max-width: 540px;
		margin: 0 auto;
		padding: 0;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);*/
	}
	.banner-text {
		text-align: center;
		width: 395px;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 75%;
		left: 50%;
		-ms-transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		/*position: static;
		height: auto;
		width: 455px;
		max-height: none;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		text-align: center;*/
	}
	.banner-text span.banner-text-title {
		font-size: 3em;
	}
}

@media all and (max-width: 570px) {
	#banner .banner-slide {
		height: 370px;
	}
	#banner .banner-slide img {
		/*height: 189px;*/
		max-width: 314px;
	}
	.banner-text {
		width: 290px;
	}
	.banner-text span.banner-text-title {
		font-size: 2.2em;
	}
}


/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- MINI FORM --------------------------------------------------------------------------------------------------------------------------------- */

#container-request-evaluation-quickform .width-limiter {
	padding-top: 45px;
	padding-bottom: 30px;
}

#container-request-evaluation-quickform #request-evaluation-quickform .secondary-tools span.secondary-tools-heading{
	text-align: center;
	font-size: 2.35em;
	padding-left: 0;
	margin-bottom: 20px;
	padding-right: 50px;
}

@media all and (max-width: 1025px) {
	#container-request-evaluation-quickform #request-evaluation-quickform .secondary-tools span.secondary-tools-heading {
		padding-right: 0;
		text-align: left;
		font-size: 2em;
	}
}

@media all and (max-width: 800px) {
	#container-request-evaluation-quickform #request-evaluation-quickform .secondary-tools span.secondary-tools-heading {
		padding-left: 80px;
		padding-top: 0;
	}
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- POW BANNER --------------------------------------------------------------------------------------------------------------------------------- */

#container-pow-banner {
	font-family: 'Righteous', cursive;
	background: #2d234e;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('/assets/templates/main/images/pow/hero.jpg');
}

#wrapper-pow-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#pow-banner {
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 0;
	padding: 0 2%;
}

#container-pow-banner .when {
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: 10px;
	color: #ff9b24;
	margin: 15px auto 0;
}
#container-pow-banner .when span {
	display: inline-block;
}

#container-pow-banner .what {
	text-align: center;
	font-size: 24px;
	line-height: 1.416;
	color: #fff;
	margin: 0 auto;
	max-width: 612px;
}

#pow-secondary .callout {
	text-align: center;
	background: #9c2481;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('/assets/templates/main/images/pow/call-to-action-container.png');
	background-color: transparent;
	margin: 0 auto 13px;
	max-width: 275px;
	color: #fff;
	font-size: 19px;
	line-height: 1.578;
	padding: 22px 15px 55px;
}

#pow-secondary .callout.save-your-spot {
	padding-top: 30px;
	padding-bottom: 68px;
}

#pow-secondary .callout span {
	display: inline-block;
}

#pow-secondary .callout .narrow {
	max-width: 80%;
}

#pow-secondary .callout .larger {
	font-size: 1.526em;
	line-height: 1.24;
}

#pow-secondary .callout .dark {
	color: #28d4cc;
}


#pow-banner .pow-img-link {
	display: block;
	margin: 0 auto 30px;
	max-width: 612px;
}

#pow-banner .pow-img-link img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

#pow-banner .pow-img-link img + img {
	margin-top: 5px;
}

#pow-register-button span {
	display: block;
}

#pow-register-button a {
	font-family: 'Righteous', cursive;
	font-size: 24px;
	text-transform: capitalize;
	text-shadow: none;
	box-shadow: none;
	color: #fff;
	background: #5f2b83;
	border-radius: 5px;
	font-weight: normal;
	max-width: 240px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 23px 18px;
}

#pow-register-button a:link,
#pow-register-button a:visited {
  color: #fff;
  background-color: #ff6c10;
}

#pow-register-button a:active,
#pow-register-button a:hover {
	color: #fff;
	background-color: #5f2b83;
}


@media all and (min-width: 801px) {
	#pow-banner {
		position: relative;
	}
	#pow-banner .content-block {
		width: 100%;
		display: inline-block;
		margin: 0 -3px 0 0;
		vertical-align: middle;
		padding: 50px 40px;
	}
	#pow-banner .content-block:nth-child(1) {
		width: 63%;
	}
	#pow-banner .content-block:nth-child(2) {
		width: 37%;
	}

	#pow-banner::after {
		content: '';
		display: block;
		width: 2px;
		height: calc(100% - 100px);
		position: absolute;
		top: 50px;
		left: 63%;
		background: #c4527f;
		-ms-transform: translate(-1px, 0);
		-webkit-transform: translate(-1px, 0);
		transform: translate(-1px, 0);
	}
}

@media all and (min-width: 801px) and (max-width: 1024px) {
	#pow-banner .content-block {
		padding: 40px 30px;
	}

	#container-pow-banner .what {
    font-size: 20px;
  }

  #container-pow-banner #pow-secondary {
  	margin: 10px auto;
  }

  #container-pow-banner #pow-secondary .callout {
  	font-size: 16px;
		max-width: 230px;
		padding: 22px 10px 55px;
  }
  #container-pow-banner #pow-secondary .callout.save-your-spot {
		padding-top: 30px;
		padding-bottom: 68px;
	}

  #container-pow-banner #pow-register-button a {
  	max-width: 225px;
	}

	#container-pow-banner .when {
		font-size: 35px;
	}

}

@media all and (max-width: 800px) {
	#pow-banner {
	 	padding: 15px 10px;
	}

	#pow-banner .content-block {
		padding: 5px 5px;
	}

	#pow-banner .pow-img-link {
    margin: 0 auto 10px;
    max-width: 420px;
  }

  #pow-banner img.profit-makers-img {
  	max-width: 165px;
  }

	#container-pow-banner .what {
    font-size: 17px;
		max-width: 100%;
  }

  #container-pow-banner #pow-secondary {
  	margin: 10px auto;
  }

  #container-pow-banner #pow-secondary .callout {
  	font-size: 15px;
		max-width: 200px;
		padding: 10px 10px 43px;
  }
  #container-pow-banner #pow-secondary .callout.save-your-spot {
		padding-top: 15px;
		padding-bottom: 50px;
	}

  #container-pow-banner #pow-register-button a {
  	max-width: 225px;
	}

	#container-pow-banner .when {
		font-size: 25px;
	}

	#pow-banner .content-block:nth-child(1):after {
		content: '';
		display: block;
		height: 1.5px;
		width: 100%;
		background: #c4527f;
		max-width: 450px;
		margin: 25px auto 11px;
	}
}

@media all and (max-width: 570x) {
	#container-pow-banner .what {
		max-width: 420px;
  }
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TOP CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

#container-home-top-content {
	/*background: #fbfbfb;*/
	background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.jpg");
	background-position: center center;
	border-bottom: 3px solid #e4eefa;
	padding-top: 19px;
	padding-bottom: 7px;
}

#container-home-top-content .content-spacer {
	padding: 30px 25px 0;
}

#container-prosperity + #container-home-top-content h1 {
	margin-top: 0;
}

#container-home-top-content .content-spacer > h1:first-child {
	margin-top: 5px;
	font-size: 4.3em;
	font-weight: normal;
	font-style: italic;
    font-family: 'Bitter', serif;
    color: #2e3393;
}

#container-home-top-content .content-spacer > h1:first-child::before {
	height: 5px;
	background-color: #d92027;
	margin-bottom: 10px;
}

#container-home-top-content + #container-home-main-content {
	background: #FFFFFF;
}

#container-home-top-content .text-widget-container {
	padding-top: 15px;
	padding-bottom: 0;
}

#container-home-main-content {
	padding-top: 22px;
	padding-bottom: 20px;
}

.text-widget-container .text-widget {
	padding: 0 11px;
	margin: 0 -3px 46px 0;
	max-width: 310px;
}

.widget-wrapper {
	padding: 30px 15px 10px;
	background-color: #e4eefa;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	min-height: 320px;
}

.text-widget .header h2 {
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 2.4em;
}

.text-widget .header h2,
.text-widget .header h2 a:link, 
.text-widget .header h2 a:visited {
	color: #d92027;
}

.text-widget .header h2 a:hover, 
.text-widget .header h2 a:active {
	color: #1aa3dd;
}

.text-widget.text-widget-seo .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-seo-new.png');
}

.text-widget.text-widget-web-design .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-web-design-new.png');
}

.text-widget.text-widget-social-media .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-social-media-new.png');
}

.text-widget.text-widget-ppc .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-ppc-new.png');
}

.text-widget.text-widget-email .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-email-marketing-new.png');
}

.text-widget.text-widget-reputation .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-recommend-me-new.png');
}

.text-widget.text-widget-chat .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-live-chat-new.png');
}

.text-widget.text-widget-blog .header h2::before {
	background-image: url('/assets/templates/main/images/icons/icon-blogging.png');
}

.text-widget .body {
	text-align: center;
}

.text-widget p {
	font-size: 1.6em;
	line-height: 26px;
}

@media all and (min-width: 801px) {
	#container-home-main-content .content-spacer::after {
		content: "";
		display: block;
		height: 1px;
		margin-top: -1px;
		width: 100%;
		clear: both;
	}
	#container-home-main-content .content-spacer > h2:first-child {
		clear: both;
	}

	#container-home-main-content .secondary-partners {
		float: right;
		width: 387px;
		margin-left: 30px;
	}

	#container-home-main-content .secondary-partners .secondary-tools::before {
		content: "";
		display: block;
		margin: 0 auto 24px;
		width: 201px;
		height: 363px;
		background: transparent;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto auto;
		background-image: url('/assets/templates/main/images/tech.jpg');
	}
}

@media all and (max-width: 570px) {
	#container-request-evaluation-quickform #request-evaluation-quickform .secondary-tools span.secondary-tools-heading {
		/*padding-top: 30px;*/
		padding-top: 0;
		padding-left: 65px;
	}
	#container-request-evaluation-quickform #request-evaluation-quickform .secondary-tools span.secondary-tools-heading::before {
		width: 55px;
		left: 27.5px;
	}
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- MAIN CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

#container-home-main-content .content-spacer > h2:first-child {
	font-size: 4.3em;
	font-style: italic;
	font-weight: normal;
    font-family: 'Bitter', serif;
    color: #2e3393;
    margin-top: 0;
}

#container-home-main-content .content-spacer > h2:first-child::before {
	height: 5px;
	background-color: #d71920;
	margin-bottom: 30px;
}

@media all and (max-width: 800px){
	#container-home-main-content .content-spacer > h2:first-child {
		font-size: 3.2em;
	}
}

@media all and (max-width: 570px){
	#container-home-main-content .content-spacer > h2:first-child {
		font-size: 3em;
	}
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- REVIEWS --------------------------------------------------------------------------------------------------------------------------------- */

#container-reviews {
	border-top: 3px solid #e4eefa;
	background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.jpg");
	padding: 30px 0;
}

#container-reviews #testimonials-secondary .secondary-tools span.secondary-tools-heading {
	margin-top: 10px;
    font-family: 'Bitter', serif;
    font-size: 4.2em;
    font-style: italic;
    font-weight: normal;
    color: #2e3393;
}

#container-reviews #testimonials-secondary .secondary-tools span.secondary-tools-heading::before {
	height: 5px;
	background-color: #d92027;
	margin-bottom: 20px;
}

#container-reviews #testimonials-secondary {
	background:transparent;
  border: medium none;
  margin: 0 auto;
  background-color: #e4eefa;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 25px 30px 18px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}

#container-reviews #testimonials-secondary .source {
	line-height: 1.2em;
}

#container-reviews #testimonials-secondary .secondary-tools {
	position: relative;
	z-index: 20;
}

#testimonials-secondary .case-study-img {
	float: right;
	margin-left: 10px;
	max-width: 50%;
	width: auto;
	height: auto;
}

#container-reviews #testimonials-secondary .testimonials {
	position: relative;
	z-index: 30;
}

#container-reviews #testimonials-secondary .testimonial {
	position: relative;
	z-index: 40;
}

#container-reviews #testimonials-secondary .source {
	position: relative;
	z-index: 50;
}

#container-reviews #testimonials-secondary .secondary-tools-footer {
	position: relative;
	z-index: 60;
}

#container-reviews #testimonials-secondary .quote p:first-child::before {
	position: relative;
	right: 3px;
}

#testimonials-secondary .quote p:first-of-type::before {
	/* content: '"'; */
	content: open-quote;
	color: #d92027;
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	line-height: 8px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

#testimonials-secondary .quote p:last-child::after {
	content: close-quote;
}

@media all and (min-width: 801px) {
	#container-reviews {
		padding: 70px 0;
	}
	#container-reviews #testimonials-secondary {
		max-width: 1011px;
		margin: 0 auto;
		padding: 55px 85px 20px 75px;
	}
	#container-reviews #testimonials-secondary .testimonials {
		margin-bottom: -148px;
		min-height: 148px;
	}
	#container-reviews #testimonials-secondary .testimonial {
		/*padding-bottom: 148px;*/
		padding-bottom: 60px;
	}
	#container-reviews #testimonials-secondary .secondary-tools {
		padding-bottom: 148px;
	}
	#container-reviews #testimonials-secondary .source {
		/*padding-right: 226px;
		margin-top: 17px;
		margin-bottom: -117px;
		min-height: 55px;*/
		margin: 50px 0;
	}

	#container-reviews #testimonials-secondary .secondary-tools-footer  {
		text-align: center;
		width: 230px;
		position: absolute;
		bottom: 0;
		right: 30px;
		z-index: 798;
	}
	#container-reviews #testimonials-secondary .secondary-tools-footer p.view-all {
		text-align: center;
	}
}

@media all and (max-width: 1025px) {
	#container-reviews #testimonials-secondary {
		padding: 55px 55px 20px;
	}
}

@media all and (max-width: 800px) {
	#container-reviews {
		padding: 55px 0;
	}
	#container-reviews #testimonials-secondary {
		/*padding: 60px 70px 40px;*/
		padding: 40px 40px 40px;
	}
	#container-reviews #testimonials-secondary .secondary-tools span.secondary-tools-heading {
		font-size: 3.2em;
	}
	#testimonials-secondary .case-study-img {
		max-width: 33.333%;
	}
}

@media all and (max-width: 570px) {
	#container-reviews {
		padding: 45px 0;
	}
	#container-reviews #testimonials-secondary {
		padding: 40px 30px 30px;
	}
	#container-reviews .testimonial .quote p {
		font-size: 1.6em;
	}
}

/* --- END HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
