/*
header titles: #719D98;
body color: #2e2d2d;
link: #aeadad;
Light Green: #B2CFC0
Dark green / link hover: #719D98;
blue: #42A8DA
borders, soft grey: #EEE;
*/

::-moz-selection { background: #719D98; color: #fff; text-shadow: none; }
::selection { background: #719D98; color: #fff; text-shadow: none; }

html, body {
	margin: 0;
	padding: 0;
	font-family: 'OpenSansRegular', Helvetica, Arial, 'san-serif';
	font-size: 15px;
	line-height: 18px;
	color: #2e2d2d;
	background: #333;
}


/* Global Styles */



@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

.left {float: left;}
.right {float: right;}
.clear {clear: both}
.inner {width: 1200px; margin: 0 auto;}

h1, h2, h3, h4 {
	margin: 0 0 15px;
	/* color: #719D98; */
	color: #719D98;
}

h2, h3, h4 {
	font-family: 'OpenSansLight', Helvetica, Arial, 'sans-serif';
	font-weight: normal;
}


h2 { 
	font-size: 2.25em;
	line-height: 1em;
}

a {
	color: #aeadad;
	text-decoration: none;
}

a:hover {
	color: #719D98;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

p{line-height: 1.45em;}

#header h1 {
	font-family: 'OpenSansLight', Helvetica, Arial, 'sans-serif';
	font-size: 1.6em;
	line-height: 1em;
	float: left;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
}

#header.header-top h1 {
	margin-top: 10px;
	font-size: 3.75em;
}

#header.header-top h1 a {
	line-height: 1em;
	color: #B2CFC0;
	margin-bottom: 0;
}

#header h1 a {
	line-height: 1em;
	color: #FFF;
	margin-bottom: 0;
}

#header h1 a:hover {
	color: #719D98;
}


#downscroll, #upscroll {
	position: fixed;
	width: 40px;
	height: 25px;
	right: 25px;
	z-index: 1000;
	text-align: center;
	display: block;
	color: #000000;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#downscroll:hover, #upscroll:hover {
	background-color: #719D98;
}

#downscroll {
	bottom: 25px;
	background: #aaaaaa url(../images/arrow-down.png) center center no-repeat;
}


#upscroll {
	bottom: 51px;
	background: #aaaaaa url(../images/arrow-up.png) center center no-repeat;
}

/* Structural */


#header {
	
	background: rgba(0,0,0,.8);
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
	height: 44px;
	
	
}

#header, #header h1, #nav, #nav a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#header h1 a {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#header .inner {
	padding: 10px 0;
}

#header.header-top {

	background: #FFF;
	height: 100px;
}

#footer.case-container {
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
	height: 185px;
	background: #333333;
}


#wrapper {
	padding: 44px 0 45px;
	background: #FFF;
}


/* Navigation */

#nav {
	float: right;
	color: #EEE;
	margin-top: 3px;
}

#nav  ul {
	margin: 0px;
	padding: 0px;
}

#nav  ul li{
	display: inline;
}

#nav  ul li:after {
	content:"\005C";
}

#nav ul li.last:after { content: ""; }

#nav  ul li a{
	color: #FFF;
	margin: 0 10px 0 5px;
}

#nav  ul li a:hover{
	color: #719D98;
}

#header.header-top #nav {margin-top: 45px;}

#header.header-top a{
	color: #777;
}

#header.header-top #nav  ul li a:hover{
	color: #719D98;
}



/* Case study menu */

#case-menu-container {
	background: #2e2d2d url(../images/noisy_net.png) repeat;
	z-index: 100;
	position: fixed;
	padding: 10px 0;
	top: -200px;
	left: 0;
	right: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#case-menu-container ul {
	padding: 0px;
	margin: 0px;
}

#case-menu-container.opened {
	top: 0;
}


#case-thumbs > li {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	margin-right: 45px;
}

#case-thumbs > li img {
	width:150px;
	height:150px;
	display: block;
	cursor: pointer;
}

#case-menu-container p {
	margin: 0px;
}

#case-thumbs > li a {
	position: absolute;
    top: 150px;
    left: 0;
    width: 130px;
    height: 130px;
    padding: 10px;
    margin: 0;
    background: rgba(255,255,255,.85);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-delay: 100ms;
    -moz-transition-delay: 100ms; /* Firefox 4 */
    -webkit-transition-delay: 100ms; /* Safari and Chrome */
    -o-transition-delay: 100ms; /* Opera */  
    color: #2e2d2d;
}

#case-thumbs > li a:hover {
	color: #2e2d2d;
}


#case-thumbs > li:hover a {
    top: 0;
}


/* Case Study Layouts */

.case-layout {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0px;
}

.case-container {
	background: #FFF;
}

.case-container:nth-child(odd) {
	background: #d9d5cd url(../images/bedge_grunge.png) repeat;
}

.tall-sitemap {margin-bottom: 35px;}

.case-layout h2 {
	font-size: 2.3em;
	line-height: 1em;
	font-weight: normal;
}

.columns {
	width:600px;
	float: left;
}

.columns img, .four-blocks-b img {
	border: 1px solid #EEE;
}

.columns img, .four-blocks-b img, .case-container:nth-child(even) .four-blocks-b img {
	border: 1px solid #EEE !important;
}

.case-container:nth-child(odd) .columns img, .four-blocks-b img {
	border: none !important;
}

.columns .info {
	margin-top: 75px;
}

.case-container:nth-child(odd) h2 {
	color: #FFF;
}




#sachs {
	background: url(../images/sachs-people-grain.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

#best-center {
	background: url(../images/bestcenteroc-grain.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

#binder-lab {
	background: url(../images/binderlab-grain.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

#rymg {
	background: url(../images/rymg-grain.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

#iamjgf {
	background: url(../images/iamjgf-grain.jpg) no-repeat top center;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

/*case-layout-full*/

#case-layout-full {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: url(../images/dot-pattern.png);
	background-attachment: fixed;
	
}

#case-layout-full .inner {
	/* margin-top: 300px; */
}

#case-layout-full .inner .case-description{
	position: absolute;
	bottom: 10%;
}

#case-layout-full h2 {
	color: #FFF;
	background:rgba(0, 0, 0);/*  Fallback */
	background-color: rgba(0, 0, 0, .6);
	padding: 15px 25px;
	float: left;
	font-size: 2em;
	line-height: 1em;
	margin-bottom:  10px;
}

#case-layout-full p {
	color: #FFF;
	background:rgba(0, 0, 0);/*  Fallback */
	background-color: rgba(0, 0, 0, .7);
	padding: 25px;
	width: 450px;
	clear: left;
}

/*two-blocks*/


.two-blocks .content-container {
	width: 1000px;
	margin: 45px auto 0;
}

.two-blocks .content-container h2{
	float: left;
	margin: 85px 0 0 15px;
}

.two-blocks .content-container h2.short-info {
	margin: 65px 0 0 0;
}

.two-blocks .content-container .info {
	float: right; 
	width: 450px;
}

.two-blocks .content-container .info p {margin-top: 0;}

.two-blocks .content-container .info p:last-child {margin-bottom: 0px;}

/*four-blocks*/

.four-blocks .columns img:first-child {
	margin-bottom: 35px;
}

.four-blocks .columns .info {
	margin-top: 75px;
}


.four-blocks-b img.block-image {
	display: block;
	margin-bottom: 15px;
}

.case-layout .panels {margin-bottom: 15px;}

.case-layout .panels img {
	float: left;
}

.case-layout .panels .info {
	float: right;
	width: 600px;
	margin-top: 85px;
}

.four-blocks-b .columns .info {

}


/*three-blocks*/

.three-blocks .columns .big-img {
	margin-left: 145px;
}

/*gallery*/

.site-link-container {
	width: 1000px;
	margin: 0 auto;
}

.gallery { /* Need to add this to make the container to .rslides_container initiate the 100% for responsive. Will not work if width is fixed width */
	width: 100%;
	
}

a.site-link {
	background: #aeadad url(../images/right-arrow-rev.png) no-repeat 95% 15px;
	padding: 8px 20px 8px 8px;
	color: #FFF;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

a.site-link:hover {
	background: #719D98 url(../images/right-arrow-rev.png) no-repeat 95% 15px;
}

/*Works Page*/

#desk{
	background: url(../images/ux-desk-2.jpg) no-repeat;
	height: 575px;
	position: relative;
	background-size: cover;
	background-origin: padding-box;
	background-attachment: fixed;
}

#intro-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 25;
	background: url(../images/dot-pattern.png);
	background-attachment: fixed;
	
}


#intro-container #intro {
	padding-top: 200px;
	width: 550px;
	color: #FFF;
}

#intro-container #intro p {
	background:rgba(0, 0, 0);/*  Fallback */
	background-color: rgba(0, 0, 0, .75);
	padding: 20px;
	float: left;
	font-size: 1.1em;
	margin-bottom: 10px;
	
}

#intro-container #intro p.intro-last {
	margin-top: 0px;
}

#intro p span {
	font-family: 'OpenSansLight', Helvetica, Arial, 'sans-serif';
	font-size: 3em;
	color: #fff;
	line-height: 1em;
}

#intro p strong {
	font-family: 'OpenSansRegular', Helvetica, Arial, 'sans-serif';
	color: #B2CFC0;
}


#works-container {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}

#works-container > li img {
	width:400px;
	height:400px;
	display: block;
	cursor: pointer;
}

#works-container > li {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
}

#works-container > li .work-description {
	position: absolute;
    top: 400px;
    left: 0;
    width: 360px;
    height: 360px;
    padding: 20px;
    margin: 0;
    background: rgba(0,0,0,.85);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition-delay: 200ms;
    -moz-transition-delay: 200ms; /* Firefox 4 */
    -webkit-transition-delay: 200ms; /* Safari and Chrome */
    -o-transition-delay: 200ms; /* Opera */  
    color: #ffffff;
}

#works-container > li:hover .work-description {
    top: 0;
}

#works-container > li .work-description {
	 color: #FFF;
	 font-family: 'OpenSansRegular', Helvetica, Arial, 'sans-serif';
}


#works-container > li .work-description h3 {
	margin-bottom: 9px;
	font-size: 1.55em; 
	line-height: 1em;
	color: #B2CFC0;
}

#works-container > li .work-description p {
	margin: 9px 0;
	font-size: .85em;
}

#works-container > li .work-description p strong {
	font-family: 'OpenSansRegular' Helvetica, Arial, 'sans-serif';
}

#works-container > li .work-description ul {
	font-size: .75em; 
}

#works-container > li .work-description ul li {
	margin-bottom: 1px;
}


#works-container > li .work-description a {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #aeadad url(../images/right-arrow-rev.png) no-repeat 108px 12px;
	padding: 5px 20px 5px 8px;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;

}

#works-container > li .work-description a:hover {
	background-color: #719D98;
}



/* About */

#about-section {
	padding-top: 50px;
	margin-top: 50px;
}

#about-image-container {
		float: left;
		background: none !important;
}

#about-image {
	margin-bottom: 5px;
}

#about-image h2 {
	padding-top: 400px;
	font-size: 3em;
}


#about { 
	width: 550px;
	float: right;
}

#about p {
	margin-top: 0px;
}



#about a.resume-icon {
	color: #FFF;
	background: #aeadad url(../images/resume.png) no-repeat 80px center;
	padding: 8px 0px 8px 8px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: block;
	width: 96px;
}

#about a.resume-icon:hover {
	background-color: #719D98;
}

#attribution {
	margin-top: 20px;
	font-size: .8em;
}

#attribution h3 {margin: 10px 0 5px;}

#attribution ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#attribution a {text-decoration: underline;}

/*----------------------------------- < Quick overlook section styles - About Me >-----------------------------------------*/

#quick-overlook {
	background: #d9d5cd url(../images/bedge_grunge.png) repeat;
	padding-top: 85px;
	min-height: 565px;
	
}

#quick-overlook h3 {
	font-size: 1.75em;
	margin-bottom: 30px;
	line-height: 1em;
	color: #FFF;
}

#quick-overlook .inner {
	position: relative;
}




#my-pie {
	float: left;
}

#my-skills-container {
	width: 375px;
	float: left;
	margin: 0 0 0 35px;
}

#basadur-profile {
	float: right;
	
}


/* isotope styles */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}



#personal-filters {
	margin: 0 0 15px;
	padding: 0px;
	list-style: none;
}

#personal-filters li {
	float: left;
	margin-right: 3px;
}

#personal-filters li a {
	display: block;
	padding: 4px;
	font-size: .8em;
	text-transform: uppercase;
	opacity: .65;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-delay: 100ms;
    -moz-transition-delay: 100ms; /* Firefox 4 */
    -webkit-transition-delay: 100ms; /* Safari and Chrome */
    -o-transition-delay: 100ms; /* Opera */ 
     
}

#personal-filters li a.selected {
	opacity: 1;
}

#personal-filters li a.show-bttn {
	background: #FFF;
	color: #2e2d2d;
}

#personal-filters li a.design-bttn {
	background: #2e2d2d;
	color: #FFF;
}


#personal-filters li a.technical-bttn{
	background: #719D98;
	color: #FFF;
}
#personal-filters li a.business-bttn {
	background: #42A8DA;
	color: #FFF;
}

#personal-filters li a:hover{
	background: #aeadad;
}

#personal-filters li a.show-bttn:hover {
	color:#FFF;
}

.skills {
	float: left;
	margin: 5px;
	padding: 10px;
	color: #FFF;
}

.design{background: #2e2d2d}
.technical{background: #719D98}
.business {background: #42A8DA}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Contact */

#overlay {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 490;
	top: 0;
	left: 0;
}

#contact-tab-wrapper {
	width: 600px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: -600px;
	margin-top: -200px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 500;
}

#contact-tab-wrapper.opened {
	left: 0;
}



#contact-tab {
	display: block;
	background: #719D98;
	position: absolute;
	top: 50%;
	left: 535px;
	padding: 8px;
	margin-top: -17px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	width: 80px;
	background: #719D98 url(../images/contact-rev.png) 92% 50%  no-repeat; 
}


#contact-tab.hover, #contact-tab.opened {
	display: block;
	background: ;
	position: absolute;

	left: 600px;
	padding: 8px;
	
	cursor: pointer;
	
}

#contact-tab a, #contact-tab a:hover  {
	color: #FFF;
	outline: 0px;
}

#contact-tab a {
	
	padding-right: 30px;
	
}



#contact-tab-form {
	width: 600px;
	height: 400px;
	background: #FFF;
}

/* Form */

.form-loader {
	background: #000000;
	background: rgba(0,0,0,.9);
	height: 70px;
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -100px;
	text-align: center;
	padding-top: 30px;
	color: #FFF;
}

.form-loader span {
	background: url(../images/ajax-loader.gif) center center no-repeat;
	width: 31px;
	height: 31px;
	display: block;
	margin: 0 auto;
}

form {
	clear: both;
	padding: 20px;

}

/*
#contact-tab-form p {
	margin: 0;
    color: #719D98;
	padding: 0;
	float: left;
	font-size: 2.5em;
	font-family: 'OpenSansLight', Helvetica, Arial, 'sans-serif';

}
*/

#for-now-contact {
	padding: 95px 20px;
}

#contact-tab-form #for-now-contact  p {
	margin: 0;
    color: #719D98;
	font-size: 2em;
	font-family: 'OpenSansLight', Helvetica, Arial, 'sans-serif';

}

#contact-tab-form p#form-complete-message {
	font-size: 1.5em;
	padding: 140px 20px;
	text-align: center;
	color: #719D98;
}

#contact-tab-form p#form-complete-message a {
	color: #ffffff;
	
}

#contact-tab-form p#form-complete-message a:hover {
	color: #000000;	
}

#contact-tab-form p.subtext {
	font-size: .8em;
	text-transform: uppercase;
	color: #000000;
	background: rgba(255,255,255,.7);
	padding: 0 5px;
	margin-top: 10px;
}

.required-field {
	color: #719D98;
	font-weight: bold;
}

.form-section { 
	width: 230px;
	float: left;
	margin-right: 45px;
}

input[type='text'], textarea {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 220px;
	-webkit-border-radius: 0px;
	border: 1px solid #646262;
	padding: 5px;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
}

input[type='text'] {
	height: 25px;
}

label {

	line-height: 20px;
	font-size: 15px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	color: #000000;
	display: inline-block;
	clear: both;
	float: left;
}

#contact-tab-form label.error {
	margin-top: 5px;
	font-weight: normal;
	background: #719D98;
	color: #ffffff;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;
	padding: 5px;
}

textarea {
	height: 156px;
	resize: none;
	
}

#contact-submit {
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
	padding: 10px 20px;
	background: #aeadad;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0px solid #719D98;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#contact-submit:hover, #contact-submit:active {
	background: #719D98;
}

#contact-submit.disabled {
	background: #999999;
}


/* Social */

#footer p {
	float: left;
}

#social {
	margin: 5px 0 0;
	padding: 0px;
	float: right;
}

#social li {
	display: inline;
}

