/*

	SITE : Build One For Us - BUILDONEFOR.US
	AUTHOR : Ryan Zindorf - Hollowl Inc.
	
 */
 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@-webkit-keyframes buttonPulse {
	0%   {background-color: rgba(041,141,225,1.0)}
	50%  {background-color: rgba(041,141,225,0.7)}
	100% {background-color: rgba(041,141,225,1.0)}
}
@-moz-keyframes buttonPulse {
	0%   {background-color: rgba(041,141,225,1.0)}
	50%  {background-color: rgba(041,141,225,0.7)}
	100% {background-color: rgba(041,141,225,1.0)}
}
@-ms-keyframes buttonPulse {
	0%   {background-color: rgba(041,141,225,1.0)}
	50%  {background-color: rgba(041,141,225,0.7)}
	100% {background-color: rgba(041,141,225,1.0)}
}
@-o-keyframes buttonPulse {
	0%   {background-color: rgba(041,141,225,1.0)}
	50%  {background-color: rgba(041,141,225,0.7)}
	100% {background-color: rgba(041,141,225,1.0)}
}
@keyframes buttonPulse {
	0%   {background-color: rgba(041,141,225,1.0)}
	50%  {background-color: rgba(041,141,225,0.7)}
	100% {background-color: rgba(041,141,225,1.0)}
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	background-color: rgba(255,127,102,1.0);
}
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
.animate {
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		  -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			  transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
		  -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
			  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.row {
	max-width: 1440px !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
textarea {
	resize: none;
}
.button {
	background-color: rgba(041,141,225,1.0);
}
.button:hover {
	background-color: rgba(041,050,063,1.0) !important;
}
.button:active, .button:visited {
	background-color: rgba(041,141,225,1.0);
}

/* SMALL */
@media only screen {
	header {
		padding-top: 1.5em;
	}
	h1 {
		margin-bottom: 0;
		font-family: 'Amatic SC', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: rgba(255,255,255,1.00);
	}
	h1 a {
		color: rgba(255,255,255,1.00);
	}
	h1 a:hover {
		color: rgba(041,050,063,1.0);
	}
	h1 span {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 0.65rem;
	}
	h2 {
		margin-top: 0;
		font-family: 'Amatic SC', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.jumbo {
		padding: 2em 0;
	}
	.jumbotron  {
		padding-bottom: 0.9375em;
	}
	.jumbotron img {
		width: 100%;
	}
	.jLink {
		position: relative;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.jLink:hover {
		margin-top: -10px;
	}
	.jLink:hover img {
		opacity: 0.9;
	}
	.jLink a {
		position: absolute;
		margin: auto 0;
		width: 100%;
		height: 100%;
		padding: 0;
		top: 0; right: 0; botom: 0; left: 0;
		text-align: center;
		line-height: 3.25em;
		font-size: 2em;
		font-family: 'Gidugu', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: rgba(041,050,063,1.0);
	}
	.jLink:hover a {
		color: rgba(041,141,225,1.0);
	}
	.jText {
		position: absolute;
		margin: 0;
		width: 100%;
		height: 70%;
		padding: 7% 10%;
		top: 0; right: 0; bottom: 0; left: 0;
		color: #FFFFFF;
	}
	.jText a {
		position: absolute;
		margin: 0 !important;
		right: 10%; bottom: 5%;
	}
	#pulseButton {
		background-color: rgba(041,141,225,1.00);
		-webkit-animation: buttonPulse 2s infinite;
			-moz-animation: buttonPulse 2s infinite;
			 -ms-animation: buttonPulse 2s infinite;
			  -o-animation: buttonPulse 2s infinite;
				  animation: buttonPulse 2s infinite;
	}
	#pulseButton:hover {
		background-color: rgba(255,127,102,1.0);
		-webkit-animation: none;
			-moz-animation: none;
			 -ms-animation: none;
			  -o-animation: none;
				  animation: none;
	}
	section {
		padding-bottom: 77px;
	}
	.speechBubble {
		position: relative;
		margin-top: 20px !important;
		padding: 15px;
		background-color: rgba(241,244,249,1.0);
	}
	h3 {
		font-family: 'Amatic SC', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 3em;
		text-align: center;
		border-bottom: 1px solid #222222;
	}
	.midButton {
		width: 100%;
		text-align: center;
		display: block;
	}
	.midButton a {
		font-size: 1em;
		color: #222222 !important;
	}
	.midButton a i {
		font-size: 1.4em;
		color: #222222;
	}
	.midButton a i.fi-plus {
		font-size: 1em;
	}
	.ui-button-text {
		font-size: 1rem;
		font-weight: normal;
	}
	.speechBubble p {
		/*font-family: 'Gidugu', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-weight: normal;
		font-size: 1.3em;
		color: #999999;
	}
	.nextButton {
		margin-bottom: 0.9375em !important;
		float: right;
	}
	.speechArrow {
		position: absolute;
		top: 20%; right: -42px;
	}
	
	/*
		Hello iClientInfo.php
	*/
	#sB1 {
	}
	#sB1L {
	}
	
	/*
		Project Type iProjectType.php
	*/
	#sB2 {
	}
	
	/*
		Current Assets iCurrentAssets.php
	*/
	#sB3 {
	}
	.currentAsset label {
		cursor: default;
		text-align: center;
		border-radius: 0px;
		background-color: #FFF;
		font-family: inherit;
		border-style: solid;
		border-width: 1px;
		border-color: #CCC;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
		color: rgba(0, 0, 0, 0.75);
		display: block;
		font-size: 0.875rem;
		margin: 0px 0px 1rem;
		padding: 0.5rem;
		height: 2.3125rem;
		width: 100%;
		box-sizing: border-box;
		transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	}
	
	/*
		Business Info iClientDescription.php
	*/
	#sB4 {
	}
	
	/*
		Design Brief iTargetAudience.php
	*/
	#sB5 {
	}
	
	/*
		Target Audience iProjectGoals.php
	*/
	#sB6 {
	}
	
	/*
		Websites iWebsitesLiked.php
	*/
	#sB7 {
	}
	.sampleWebsiteBottom {
		margin-bottom: 0.9375em;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/*
		Brief Uploads iProjectUploads.php
	*/
	#sB8 {
	}
	.fileUpload {
		margin-bottom: 0.9375em;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/*
		Logo Styles iLogoStyles.php
	*/
	#sB9 {
	}
	.visualSelection {
	}
	.visualBar {
		border-bottom: 1px solid #CCCCCC;
	}
	.logoContainer {
		padding-top: 0.875em;
	}
	.selectVisualType img {
		width: 100%;
	}
	.selectVisualType .button {
		width: 100%;
	}
	
	/*
		Icon Styles iIconStyles.php
	*/
	#sB10 {
	}
	
	/*
		Layout Styles iLayoutStyles.php
	*/
	#sB11 {
	}
	
	/*
		Range Values iRangeValues.php
	*/
	#sB12 {
	}
	.rangeContainer {
	}
	.rangeSecond {
		text-align: right;
	}
	
	/*
		Colors iColors.php
	*/
	#sB13 {
	}
	
	/*
		Product Additions iAdditions.php
	*/
	#sB14 {
	}
	.addedFeature label {
		cursor: default;
		text-align: center;
		border-radius: 0px;
		background-color: #FFF;
		font-family: inherit;
		border-style: solid;
		border-width: 1px;
		border-color: #CCC;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
		color: rgba(0, 0, 0, 0.75);
		display: block;
		font-size: 0.875rem;
		margin: 0px 0px 1rem;
		padding: 0.5rem;
		height: 2.3125rem;
		width: 100%;
		box-sizing: border-box;
		transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	}
	.f-dropdown {
		min-width: 256px;
	}
	.additionalNeeds {
		margin-bottom: 0 !important;
	}
	.additionNotice {
		margin: 0 0 1.9375em 0;
		padding: 0.9375em;
		display: block;
		background-color: #F2F2F2;
		border: 1px solid #CCCCCC;
		border-top: none;
	}
	
	/*
		Page Descriptions iPageDescription.php
	*/
	#sB15 {
	}
	
	/*
		Project Info iProjectInfo.php
	*/
	#sB16 {
	}
	
	/*
		Client Contact iClientContact.php
	*/
	#sB17 {
	}
	
	/*
		Complete Bid iCompleteBid.php
	*/
	#sB18 {
	}
	
	.aboutProduct {
		clear: both !important;
		padding-bottom: 1.25em !important;
	}
	.productLabel {
		cursor: pointer !important;
		text-transform: uppercase;
	}
	.productLabel:hover {
		background: #EEEEEE;
	}
	.productLabel i {
		margin-left: 0.9275em;
	}
	h4 {
		font-family: 'Amatic SC', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 2em;
		border-bottom: 1px solid #222222;
	}
	
	footer {
		position: fixed;
		margin: 0;
		width: 100%;
		height: auto;
		min-height: 50px;
		padding: 0;
		right: 0; bottom: 0; left: 0;
		background: rgba(255,255,255,1.00);
		z-index: 99999;
	}
	footer menu {
		margin: 0;
		padding: 0;
	}
	#visableCost {
		margin: 0.5rem 0;
		background-color: #FFFFFF;
		box-shadow: none !important;
		font-weight: bold;
	}
	.visableTotal a {
		margin: 0.5rem 0;
	}
	.lilyContainer {
		position: relative;
		margin: 0;
		height: 50px;
		bottom: 0;
	}
	.lilyContainer img {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}
@media only screen and (max-width: 40em) {
	.prefix {
		border-right: 1px solid #CCCCCC !important;
		border-bottom: none !important;
	}
}

/* MEDIUM min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.speechBubble {
		border-radius: 0 7px 7px 0;
	}
	h2 {
		font-size: 2em;
		line-height: 1em;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.jLink a {
		line-height: 2em;
		font-size: 5vw;
	}
	.jText p {
		font-size: 3vw;
	}
}

/* LARGE min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.jLink a {
		line-height: 2em;
		font-size: 3.75vw;
	}
	.jText p {
		font-size: 1.7vw;
	}
}

/* XLARGE min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
	.speechBubble {
		border-radius: 7px;
	}
	.jLink a {
		line-height: 2em;
		font-size: 3.5em;
	}
	.jText p {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}

/* XXLARGE min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
