/*

	SITE : WEBSITEOFFSWITCH.COM
	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;
}

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


/* http://www.freepik.com/dooder 

	COLOR		: HEX     : RGBA
	==============================================
	BLUE	: #0B2142 : rgba(011,033,066,1.0)
	GREEN	: #6FA97D : rgba(111,169,125,1.0)
	YELLOW	: #FEFCC5 : rgba(254,252,197,1.0)
	RED		: #D25665 : rgba(210,086,101,1.0)
	SAND	: #F3F3DE : rgba(243,243,222,1.0)

*/

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: rgba(011,033,066,1.0);
	background-image: url(../img/bgImage02.png);
	background-position: center;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}
.button.customRed {
	background-color: rgba(210,086,101,1.0);
	border: 2px solid rgba(255,255,255,1.0);
}
.button.customRed:hover {
	background-color: rgba(210,086,101,0.6);
	border: 2px solid rgba(255,255,255,0.6);
}
.button.customBlue {
	background-color: rgba(011,033,066,1.0);
	font-weight: 600;
}
.button.customBlue:hover {
	background-color: rgba(255,255,255,1.0);
	color: rgba(011,033,066,1.0);
	box-shadow: 0 0 7px rgba(000,000,000,0.15);
}
.button.customYellow {
	background-color: rgba(254,252,197,1.0);
	color: rgba(034,034,034,1.00);
	font-weight: 600;
}
.button.customYellow:hover {
	background-color: rgba(243,243,222,1.0);
}
.blankSpace {
	width: 100%;
	display: block;
	opacity: 0;
}
.animateS {
	-webkit-transition: all 750ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition: all 750ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition: all 750ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition: all 750ms 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);
}
.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);
}
.animateF {
	-webkit-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	   -moz-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
		 -o-transition: all 250ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
			transition: all 250ms 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);
}

/* SMALL */
@media only screen {
	/* HEADER */
	header {
		width: 100%;
	}
	#logoContainer {
		position: relative;
		margin-top: 27px;
		width: 68px;
		height: 46px;
		display: block;
	}
	#siteLogo {
		width: 100%;
		background-color: #0B2142;
	}
	#toggleContainer {
		position: absolute;
		margin: auto;
		width: 44px;
		height: 23px;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: #6FA97D;
		border-radius: 22px;
		border: 2px solid #FFFFFF;
	}
	#logoContainer:hover #toggleContainer {
		background: #D25665;
	}
	#toggleButton {
		position: absolute;
		margin-top: -1px;
		width: 22px;
		height: 22px;
		background-color: #FFFFFF;
		border-radius: 50%;
		left: -1px;
	}
	#logoContainer:hover #toggleButton {
		left: 19px;
	}
	
	/* SECTION */
	section.hero {
	}
	section.hero h2 {
		color: rgba(255,255,255,1.0);
		text-align: center;
	}
	.heroLogin {
		margin: 0 0.9375em;
		color: rgba(255,255,255,1.0);
	}
	.heroSubtext {
		color: rgba(255,255,255,0.6);
		font-weight: 300;
		text-align: center;
	}
	
	section.about {
		background-color: rgba(255,255,255,1.0);
	}
	section.about h2 {
		margin-top: 6em;
		margin-bottom: 0.9375em;
		border-bottom: 8px solid rgba(111,169,125,1.0);
		font-weight: 700;
		color: rgba(051,051,051,1.0);
	}
	.circleImage {
		border-radius: 50%;
		overflow: hidden;
	}
	.aboutLogin {
		margin: 0 0.9375em;
		color: rgba(111,169,125,1.0);
		font-size: 1rem;
	}
	
	section.useCase {
		background-color: rgba(111,169,125,1.0);
	}
	section.useCase h2 {
		margin-bottom: 0.9375em;
		border-bottom: 8px solid rgba(243,243,222,1.0);
		font-weight: 700;
		color: rgba(255,255,255,1.0);
	}
	.useCaseLogin {
		margin: 0 0.9375em;
		color: rgba(255,255,255,1.0);
		font-size: 1rem;
	}
	
	section.snippets {
		background-color: rgba(255,255,255,1.0);
	}
	section.snippets h2 {
		margin-bottom: 0.9375em;
		border-bottom: 8px solid rgba(254,252,197,1.0);
		font-weight: 700;
		color: rgba(051,051,051,1.0);
	}
	section.snippets ul {
		margin: 0;
		list-style: none;
	}
	
	section.hero.pricing {
		padding-bottom: 3em;
	}
	section.hero.pricing .title {
		background-color: rgba(011,033,066,1.0);
		font-weight: 600;
	}
	
	section.stats {
		background-color: rgba(255,255,255,1.0);
	}
	section.stats h2 {
		margin-bottom: 0.9375em;
		border-bottom: 8px solid rgba(111,169,125,1.0);
		font-weight: 700;
		color: rgba(051,051,051,1.0);
	}
	section.stats .circleImage {
		position: relative;
		margin: 0 20% 0.9375em 20%;
		width: 60%;
		right: 0; left: 0;
	}
	section.stats h3 {
		text-align: center;
		font-weight: 600;
	}
	section.stats ul {
		margin: 0;
		list-style: none;
	}
	.statCount {
		text-align: center;
		font-size: 4em !important;
	}
	
	/* FOOTER */
	footer {
		background-color: rgba(254,252,197,1.0);
	}
	footer h2 {
		margin-bottom: 0.9375em;
		border-bottom: 8px solid rgba(011,033,066,1.0);
		font-weight: 700;
		color: rgba(051,051,051,1.0);
	}
}
@media only screen and (max-width: 40em) {
}

/* MEDIUM min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}

/* LARGE min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	/* HEADER */
	header {
		position: fixed;
		background-color: rgba(255,255,255,0.15);
		z-index: 999;
	}
	nav {
		height: 100px;
		padding: 27px 0;
	}
	nav a {
		float: right;
		margin-left: 0.9375em !important;
	}	
	
	/* SECTION */
	section.hero {
		padding-top: 10em;
	}
	section.hero h2 {
		margin-bottom: 0.9375em;
	}
	section.hero img {
		margin-bottom: -10em;
	}
	
	section.about {
		padding-bottom: 5em;
	}
	section.about h2 {
		margin-top: 6em;
		margin-bottom: 0.9375em;
	}
	section.about p {
		font-size: 1.25em;
	}
	
	section.useCase {
		padding-top: 7em;
		padding-bottom: 4em;
	}
	section.useCase p {
		font-size: 1.25em;
		color: rgba(255,2555,255,0.8);
	}
	
	section.snippets {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	section.snippets p {
		font-size: 2em;
	}
	
	section.stats {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	section.stats h2 {
	}
	section.stats p {
		font-size: 2em;
	}
	
	section.dashboard {
		padding-top: 10em;
		padding-bottom: 10em;
	}
	section.dashboard h2 {
		color: rgba(255,255,255,1.0);
		text-align: center;
	}
	section.dashboard form {
		position: relative;
		padding: 0.9375em;
		background-color: rgba(255,255,255,1.0);
		border-radius: 3px;
	}
	section.dashboard form #formImage01, section.dashboard form #formImage02 {
		position: relative;
		margin: 2em 40% 0.9375em 40%;
		width: 20%;
		right: 0; left: 0;
	}
	.appContainer {
		position: relative;
		padding: 0.9375em;
		background-color: rgba(255,255,255,1.0);
		border-radius: 3px;
	}
	.appContainer h3 {
		width: 100%;
		height: 40px;
	}
	.appContainer .accordion {
		margin: 0 !important;
	}
	.appContainer .accordion a {
		color: #333333;
		font-weight: 600;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(000,000,000,0.15);
	}
	.accordion .fa-circle {
		margin-right: 10px;
		text-shadow: 2px 2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 3px 0 0 #FFFFFF, 0 3px 0 #FFFFFF, -3px 0 0 #FFFFFF, 0 -3px 0 #FFFFFF, 0 0 7px rgba(000,000,000,0.75);
	}
	.appContainer .accordion .content {
		background-color: #FAFAFA !important;
	}
	.domainContainer .switch {
		position: relative;
		margin: auto;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: #E7E7E7;
		height: 37px;
		float: left;
	}
	.domainContainer .switch label {
		height: 37px;
	}
	.switch label {
		background-color: rgba(210,086,101,1.0);
	}
	.switch input:checked + label {
		background-color: rgba(111,169,125,1.0);
	}
	.domainContainer .switch label::after {
		height: 29px;
	}
	.domainContainer input {
		width: calc(100% - 64px);
		float: left;
	}
		
	
	/* FOOTER */
	footer {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
}

/* XLARGE min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
}
@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;
    }
}
