@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-family: 'Hind', sans-serif;	
	font-weight:400; /*Bold = 700 */
	
}

html, body {
	height: 100%;
	min-height:100%;
	width: 100%;
	background:#b4e34a;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2.5em;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	background: #4acbf5;
	
}

#header img {
	display:block;
}


#header img {
	padding: 2em 25% 0 25%; 
	width:50%;	
}

#header h1 {
	display:block;
	font-size:24px;
	line-height:2.5em;
	height:3em;
	text-align:center;
	margin: 0 auto -1em auto;
}

#nav {
	clear:both;
	margin: 2em auto 0 auto;
	display:block;
	height:1.5em;
	width:90%;
	
}

#nav ul {
	list-style-type:none;
	text-align:center;
}

#nav li {
	display:inline-block;
	padding: 0.2em 0;
	width:70px;
	
}

.nav-icon {
	margin: -5px 10px -5px 10px;	
}

.blank{fill:rgba(255,255,255,1);
		
		} 
.design{fill: rgba(0,0,0,1);
	-webkit-transition:fill 500ms ease-in;
	transition:fill 500ms ease-in;
} 

#nav a, #nav a:visited {
	font-family:'Lobster', cursive;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	transition:ease-in 0.5s;
}

#nav a:hover, #nav a:active{
	color: #4acbf5;
	
}

#nav a:hover .design {
	fill: rgba(74,203,245,1);	
}

#content {
	display:block;
	overflow:hidden;
	padding:6em 5% 5em 5%;
	margin: 0 5% 3em 5%;
	width:80%;
	background:#FFFFFF;
	-webkit-border-bottom-right-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-moz-border-radius-bottomright: 2em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
}

#content h2 {
	color: #4acbf5;
	font-size:24px;
	text-align:center;
	margin:10px auto 21px auto;
}	

#content p {
	margin: 0 0 10px 0; 
}

.firstChar {
	color: #4acbf5;
	float:left;
	font-family:'Lobster', cursive;
	font-size:430%;
	line-height:0.5em;
	margin-right:0.1em !important;
	margin-bottom:0 !important;	
}

#content span {
	font-weight:800;	
}

#content a img {
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	transition: 0.5s ease-in;
	max-width:150px;
	min-width:75px;
	width:18%;
	margin: 1px ;
}

#content a img:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.twoThirds {
	overflow:hidden;
	clear:both;	
}

.third ul {
	list-style-type:none;
	postion:relative;
	width:45%;
	padding-right:5%;
	float:left;
}

.third li {
	font-weight:800;	
	padding:0 0 0.5em 0;
}

.emailFrame {
	background:#E1E1E1; 
	margin-top:35px; 
	padding: 0 15px 0 0; 
	-webkit-border-radius: 0.7em; 
	-moz-border-radius: 0.7em; 
	border-radius: 0.7em; 
	background-image:url(../images/feedback/feedback_bkgd.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	position:relative;	
}

.email {
	background:#FFF; 
	border:#C1C1C1 solid 1px; 
	padding:25px; 
	margin-top:-1px; 
	-webkit-border-bottom-left-radius: 0.7em;
	-moz-border-radius-bottomleft: 0.7em; 
	border-bottom-left-radius: 0.7em;	
}

.email ul {
    list-style: none;
    padding:0;
    margin:0;
	
}

.email li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.email li:before {
	font-weight:bold;
	font-size:16px;
	line-height:12px;
    content: "• ";
    color: #4acbf5;
}

#push, #footer {
	height: 0.5em;
	clear: both;
	padding:1em;
}

#footer p {
	font-size:10px;
	text-align:center;	
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */


h1, h2, h3 {
	font-family: 'Lobster', cursive;
	font-weight:400;
}

.green {
	color: #b4e34a;
}

.centered{
	text-align:center;	
}

/* ------------ FORM ------------ */

label {
	display:block;
	postion:relative;
	clear:right;
	float:right;
	vertical-align:center;
	font-size:12px;
	color:#000;
	width:100%;
	text-align:right;
}

label.top {
	vertical-align:top !important;	
	
}

input {
	float:right;
	font-size:14px;
	width:72%;
	padding:12px 2%;
	margin:-10px 2% 24px 2%;
	border: #BCBCBC solid 1px;
	color: #0066A2;
}

textarea {
	float:right;
	font-size:14px;
	width:72%;
	max-width:72%;
	height:200px;
	padding:8px 2%;
	margin:-10px 2% 24px 2%;
	border: #BCBCBC solid 1px;
	color: #0066A2;
}

input:focus, textarea:focus { 
	outline: #000; 
	background:#FFFFFF;
}

input[type=submit] {
	font-family: 'Lobster', cursive;
	font-weight:400;
	color: #FFFFFF;
	font-size:24px;
	width:76%;
	padding:12px 2%;
	margin:-10px 2% 24px 2%;
	border:none;
	clear:both;

	background:#4acbf5;
	-webkit-box-shadow: 1px 1px 5px 1px #BCBCBC;
	box-shadow: 1px 1px 5px 1px #BCBCBC;
	
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	
	transition: 1s;
    -webkit-transition: 1s; /* Safari 3.1 to 6.0 */
}

input[type=submit]:hover {
	background:#b4e34a;
	color:#FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 1px #BCBCBC;
	box-shadow: 0px 0px 5px 1px #BCBCBC;
	
	cursor: pointer;
}

/* ------------ BREAK POINT >641PX ------------ */

@media screen and (min-width:799px){
#header img {
	float:left;
	max-width:15em;
	padding: 3em 3em 0 3%;
}

#header h1 {
	color:#FFFFFF;
	display:block;
	position:relative;
	font-size:24px;
	line-height:2.5em;
	text-align:center;
	margin: -4em auto 1.5em auto;
}

#header #ui {
	float:right;
	margin: 0 5% 0 auto;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	min-width:490px;
	background:#FFFFFF;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-top-left-radius: 2em;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-topleft: 2em;
	border-top-right-radius: 2em;
	border-top-left-radius: 2em;	
}

#nav {
	margin: 0 auto 2.5% auto;
	display:block;
	height:3.5em;
	width:95%;
}

#nav ul {
	margin:-1.5em auto 2em auto;	
}

#nav li {
	display:inline-block;
	width:78px !important;
	text-align:center;
		
}

#nav a {
	font-size:12px;
	
}

.nav-icon {
	margin: -15px 20px -10px 20px;	
}

#content {
	padding:2.5em 5% 5em 5%;
}

.twoThirds {
	display:block;
	position:relative;
	float:left;
	width:70%;
	padding-right:5%;	
}

.third {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    font-size: 36px;
}
.third ul {
	list-style-type:none;
	postion:relative;
	width:100%;
	float:left;
}

.cntrDiv {
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}




}



.gif {
	display:block;
	margin:0 auto 0 auto;
	height:auto;
	max-width:100%;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

/* --- before/after comparison --- */



.beforeAfter {
	position: relative;
	font-size: 0;
	margin: 0 auto;
}

.before img {
	width: 100%;
	height: auto;
}
.after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	
	opacity:1;
	transition:ease-out 1s;
	
	-webkit-animation-name: auto; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-name: auto;
    animation-duration: 4s;
    animation-delay: 2s;
	
}

@-webkit-keyframes auto {
	0% {opacity:1;}
	60% {opacity:0;}
	80% {opacity:0;}
	100% {opacity:1;}
}

.after:hover {
	opacity:0;
}
