@charset "UTF-8";
/* CSS Document */
/* Mise en forme du site Michael Kuszla Photographie, ©MILK-Michael Kuszla 2014 */
/* _________________ Pense-bête __________________*/
/*
FONTS:			Roboto, Reso
Couleurs:		3c3c3b
				6CE5C9
				2DB8C5
				D7E5B1

/* _________________ BASICS __________________*/
html {
	width:100%;
	height:100%;
	overflow-x:hidden;
}
body {
	text-decoration: none;
	font-family: 'Roboto';
	font-weight: 200;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	color: #3c3c3b;
	background:#fff;
	overflow-x:none;
	
}
#container {
	width:100%;
	/*width: calc(100%-40px);
	padding: 20px;*/
	margin:0 auto;
}
a, a:link, a:visited {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #3c3c3b;
	text-decoration: none;
}
a:hover {
	color: #6CE5C9;
	text-decoration: none;
}
blockquote {
	font-family: Roboto;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: overline;
	padding: 0px;
	margin: 0px 50px 20px 50px;
	text-transform: uppercase;
	text-align: left;
}
h1 {
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 48px;
	text-align: center !important;
	display: inline-block;
	font-weight: 400;
}
h2 {
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 48px;
	line-height: 48px;
	text-align: center !important;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 20px;
	height: 48px;
	background:#fff;
}
h3, #idc-container-parent #idc-container .idc-head h3{
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 22px;
	line-height: 22px;
	text-align: center !important;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0 16px 0;
	height: auto;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3c3c3b;
}
h4{
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 22px;
	line-height: 22px;
	text-align: center !important;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 16px 0;
	height: auto;
	width: 100%;
}
h5 {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 14px;
	text-align: left !important;
	display: inline-block;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;	
	width: 280px;
	height: 14px;
	padding: 16px 0px 34px 0px;
}
h6 {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 14px;
	display: inline;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	height: 14px;
}
h7{
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 20px;
	line-height: 20px;
	text-align: left !important;
	display: inline-block;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	padding: 30px 0 10px 0;
	margin: -12px 0 0 0px;
	height: auto;
	/*width: 620px;*/
	max-width: 1300px;
	width: 100%;
	z-index:16;
	position:relative;
	background-image:url(../images/h7-spot.png);
	background-repeat: no-repeat;
	background-position: center top;
}
@-moz-document url-prefix() {
	  h7{font-family: 'Reso', 'Reso-SemiBold';
	font-size: 20px;
	line-height: 20px;
	text-align: left !important;
	display: inline-block;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	padding: 30px 0 10px 0;
	margin: -12px 0 0 0px;
	height: auto;
	width: 620px;
	z-index:16;
	position:relative;
	background-image:url(../images/h7-spot.png);
	background-repeat: no-repeat;
	background-position: center top;
  }
}
}
@-ms-document url-prefix() {
	  h7{font-family: 'Reso', 'Reso-SemiBold';
	font-size: 20px;
	line-height: 20px;
	text-align: left !important;
	display: inline-block;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	padding: 30px 0 10px 0;
	margin: -12px 0 0 0px;
	height: auto;
	width: 620px;
	z-index:16;
	position:relative;
	background-image:url(../images/h7-spot.png);
	background-repeat: no-repeat;
	background-position: center top;
  }
}
h8 {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 14px;
	text-align: left !important;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;	
	width: 100%;
	padding: 16px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3c3c3b;
}

p {
	font-family: 'Roboto';
	font-size: 12px;
	line-height: 18px;
	font-weight: 200;
	text-decoration: none;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}


/* _________________ NAVIGATION ____________________ */
nav#menu {
	margin: 0px auto auto auto;
	text-align: center;
	min-width: 620px;
	/*width:940px;*/
	height:76px;
}
#basis header.main {
	display:none;
}
#main-logo {
	background:url(../images/main-logo.png) center center no-repeat;
	margin: 50px auto 0 auto;
	right:auto;
	left:auto;
	width:100%;
	height: 150px;
	position:absolute;
	z-index:70;
}

nav ul {
	margin:0 auto;
	padding:0;
	display:block;
}

nav ul li {
	display:inline-block;
	width:auto;
	margin:-30px 20px 0 0;
	font-family: Roboto;
	font-size: 0.85em;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}

nav a, nav a:visited {
	color:#333;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* _________________ HIGHLIGHT DU MENU ACTIF __________________*/
nav a, nav a:link, nav a:active {
	color:#333;
	text-decoration: none;
}
nav a.k-nav-current {
	color:#6CE5C9;
	text-decoration: none;
}
nav a:hover {
	color: #6CE5C9;
}
header.main h1 a {
	color:inherit !important;
	border-bottom:none !important;
}

/* _________________ MISE EN FORME __________________*/
#home-title {
	text-align: center !important;
	display: block;
	margin: 35px auto 35px auto;
	width: 100%;
	height: 48px;
	background: url('../images/background-title.gif') repeat-x left top;
}
section#journal-home #home-title, section#lifestyle-home #home-title{
	margin: 0 auto 35px auto;
}
section#journal-list .journal-article{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3c3c3b;
	padding:0;
}
section#journal-list #home-title{
	margin: 115px auto 35px auto;
}
section#journal-list .journal-article:first-child {
	border: none;
	padding:0;
}
/*#image-grid {
	width: 280px !important;
	margin: 0px 1.04em; /*1.06*/
	/*float:left;
}*/
/*#image-grid a img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#image-grid a img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}*/
#photographies-cat {
	padding: 0 0 40px 0;
	vertical-align: top;
	text-align: center !important;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 14px;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	height: 14px;
}
#photographies-cat a {
	margin: 0 20px;
}
#photographies-cat .k-nav-current {
	color: #6CE5C9;
}
#photographies-cat .k-nav-current>last-child {
	margin:0;
	background:none;
}
#kgrid, #photographies-grid {
	max-width: 1200px; /*1600 */
	width:100%;
}
.kgrid_item, .kgrid_item-tag {
    /* Hides each medium sized image */
    display:none;
	width: 100%;
    max-width:100%;
    height:auto;
}
.kgrid_item a img, .kgrid_item-tag a img {
    max-width:100%;
    height:auto;
	margin-bottom:20px;
}
#image-grid.kgrid_item, #image-grid.kgrid_item-tag {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#image-grid.kgrid_item:hover, #image-grid.kgrid_item a:hover, #image-grid.kgrid_item-tag:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
    /* Responsive magic */
#photographies-grid-preview {
	background-image:url(../images/h7-spot.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 0 10px 0;
	width: calc(100% - 20px);
	height: 40px;
	text-align:center;
	position:relative;
	z-index:10;
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	margin-top: -85px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#photographies-grid-preview h5 {
	width: calc(100% - 20px);
	height: 14px;
	padding: 15px 10px 15px 10px;
	background-color: #fff;
	text-align:center !important;
}

/* _________________ CONSTRUCTION __________________*/
header {
	top: 0px;
	left: 0;
	position:fixed;
	width: 100vw;
	margin: 0;
	height: 75px;
	background-image: url(../images/background-alpha.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:50;
	text-align:center;
}
#enplus {
	top: 75px;
	margin-top: 150px;
	position:relative;
	float: left;
}
div#photographies-home, section#journal-home, section#journal-list, section#lifestyle-home {
	max-width: 1200px; /* 1600 */
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
	/*text-align: center !important;*/
}
#photographies-home {
	margin-bottom:20px !important;
}
#wholecontent {
	background:#fff;
	padding:0 10px; /*inexistant*/
	margin-top: 20px;
}
.clearing {
	clear:both;
}
footer.main {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	background-color:#00FF00;
	z-index:30;
}
figure {
	background-color: #EEEDEE;
}

/* _________________ SLIDESHOW __________________*/
#homeslideshow {
	display: flex;
	position: relative;
	margin:40px;
	left: 0;
	top: 0;
	bottom: 40px;
	overflow: hidden;
	z-index: 0;
	height: 100%;
	min-height: calc(100% - 80px);
	width: calc(100% - 80px);
}
#sldshw-prev {
	left: 0px;
	background-image: url('../images/scrollers/prev-scroll-off.png');
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#sldshw-prev:hover {
	left: 0px;
	background-image: url('../images/scrollers/prev-scroll-over.png');
}
#sldshw-next {
	right: 0px;
	background-image: url('../images/scrollers/next-scroll-off.png');
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#sldshw-next:hover {
	right: 0px;
	background-image: url('../images/scrollers/next-scroll-over.png');
}
#sldshw-prev, #sldshw-next {
	position: absolute;
	height: 66px;
	width: 47px;
	top: 50%;
	margin-top: -21px;
	z-index: 12;
	cursor: url('../images/cursor/c-view.png'),auto;
}
#sldshw-suite {
	height: 66px;
	width: 66px;
	margin: 0 auto!important;
	z-index: 98;
	cursor: url('../images/cursor/c-view.png'),auto;
	background-image: url(../images/boutons/suite-off.png);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
}
#sldshw-suite:hover {
	background-image: url('../images/boutons/suite-hover.png');
}


h1#overlaytitle {
	font-family: Roboto;
	font-size: 14px;
	text-align: center !important;
	font-weight: 200;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: 3px double #fff;
	padding: 8px 12px;
	height: auto;
	width: auto;
	margin: 0 0 !important;
	bottom: 40px !important;
	right: 140px;
	z-index: 92;
	display: block;
	position: inherit;
	float: right;
	clear: both;
	pointer-events: none;
}

.pulse-main-container div {
	text-align: center !important;
	vertical-align: middle !important;
	white-space: nowrap;
	cursor: url('../images/cursor/c-view.png'),auto;
}

/* _________________ JOURNAL __________________*/

#journal-content, #lifestyle-content {
	max-width: 1300px;
	width: calc(100% - 360px);
	height: auto;
	margin: 0 20px 0 20px;
	float:left;
}
#journal-content a {
	text-decoration:underline;
}
.journal-article, .lifestyle-article {
	width: auto;
	margin: 0 0 20px 0;
}
.k-source-essay #container #journal-list #journal-content .journal-article p {
	margin: 40px 0;
}
#journal-nav, #lifestyle-nav {
	max-width: 300px;
	width: 300px;
	height: auto;
	margin: 0 20px 0 0;
	float:right;
}
.journal-cat, .journal-social {
	margin-bottom: 30px;
}
.journal-cat li {
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 14px;
	text-align: center !important;
	display: block;
	font-weight: 200;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;	
	width: auto;
	padding: 2px;
}
.journal-social {
	display:block;
}
.journal-social li {
	display:inline-block;
	margin:0;
	padding:0;
	height:52px;
	width:70px;
}
li.facebook {
	background:url('../images/social/social-icons.png') no-repeat left top;
}
li.twitter{
	background:url('../images/social/social-icons.png') no-repeat -75px top;
}
li.cinqcentpx{
	background:url('../images/social/social-icons.png') no-repeat -150px top;
}
li.flickr{
	background:url('../images/social/social-icons.png') no-repeat right top;
}
li.facebook:hover {
	background:url('../images/social/social-icons.png') no-repeat left bottom;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
li.twitter:hover {
	background:url('../images/social/social-icons.png') no-repeat -75px bottom;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
li.cinqcentpx:hover {
	background:url('../images/social/social-icons.png') no-repeat -150px bottom;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
li.flickr:hover {
	background:url('../images/social/social-icons.png') no-repeat right bottom;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#journal-article-date {
	text-decoration: none;
	background-image: url(../images/background-date.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 88px;
	width: 79px;
	vertical-align: middle;
	position: absolute;
	padding:12px 0 0 0;
	margin: 20px 0 0 20px;
	float: right;
}
.date-number {
	font-family: 'Roboto';
	font-size: 38px;
	line-height: 40px;
	font-weight: 500;
	text-decoration: none;
}
.date-month {
	font-family: Roboto;
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	text-decoration: none;
	text-transform: uppercase;
}
.read-more a {
	max-width: 1300px;
	width: 100%;
	height:49px;
	display:block;
	background:url(../images/separator-essay-see.png) no-repeat center center;
	cursor: url('../images/cursor/c-view.png'),auto;
	-webkit-transition: all 0.2 ease 0.7;
	-moz-transition: all 0.2 ease 0.7;
	-o-transition: all 0.2 ease 0.7;
	-ms-transition: all 0.2 ease 0.7;
	transition: all 0.2 ease 0.7;
}
.read-more a:hover {
	background:url(../images/separator-essay-see-hover.png) no-repeat center center;
	cursor: url('../images/cursor/c-view.png'),auto;
	-webkit-transition: all 0.2 ease 0.7;
	-moz-transition: all 0.2 ease 0.7;
	-o-transition: all 0.2 ease 0.7;
	-ms-transition: all 0.2 ease 0.7;
	transition: all 0.2 ease 0.7;
}
.pagination-all {
	display:block;
	font-family: 'Roboto';
	font-size:12px;
	line-height:18px;
	font-weight:200;
	text-decoration:none;
	width: 100%;
	text-align:center;
}
.pagination-all li {
	display:inline-block;
}
/* _________________ PHOTOGRAPHIES __________________*/
#home-title.photographie-title, #home-title.journal-title {
	margin: 85px auto 35px auto !important;
}


/* _____________________ ESSAYS _____________________*/

.essays-read-more {
	display:inline-block;
	width:16px;
	height:20px;
	margin-top: -4px;
	background:url(../images/icon-read_more-off.png) no-repeat center 7px;
	-webkit-transition: all 0.2 ease 0.7;
	-moz-transition: all 0.2 ease 0.7;
	-o-transition: all 0.2 ease 0.7;
	-ms-transition: all 0.2 ease 0.7;
	transition: all 0.2 ease 0.7;
	opacity:0.3;
}
.essays-read-more:hover {
	background:url(../images/icon-read_more-hover.png) no-repeat center center;
	-webkit-transition: all 0.2 ease 0.7;
	-moz-transition: all 0.2 ease 0.7;
	-o-transition: all 0.2 ease 0.7;
	-ms-transition: all 0.2 ease 0.7;
	transition: all 0.2 ease 0.7;
	opacity:1;
}

li.topics-list img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-bottom: 16px;
	border: 1px dotted #FF0066;
}
li.topics-list img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
li.topics-list a {
	display:block;
	margin-bottom: 16px;
}
li.topics-list a:last-child {
	display:block;
	margin-bottom: 0px;
}
#essay-social {
	display:block;
}

/* DISQUS */
, div#disqus_thread div, div#disqus_thread p, div#disqus_thread a, div#disqus_thread ~ div {
	text-decoration: none;
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 12px;
}


/* _________________ FORMS __________________*/
fieldset {
	border:none;
	padding:0;
	margin:0;
}
div.field {
	width: 100%;
	display:block;
	float:left;
	clear:both;
	margin-bottom:20px;
}
label {
	min-width: 100px;
	display: inline-block;
	padding: 10px 0px;
	float:left;
	clear:both;
	font-size:12px;
}
input, textarea {
	min-width: 200px;
	max-width:450px;
	width: 100%;
	display:inline-block;
	float:right;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D9D9D9;
}
textarea {
	height:120px;
}
form button {
	min-width:160px;
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3c3c3b;
	border: 1px solid #D9D9D9;
	color: #fff;
	text-decoration: none;
	font-family: 'Reso', 'Reso-SemiBold';
	font-weight: 200;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	float:right;
}
form button:hover {
	/*background: #6CE5C9;*/
	background-image:-webkit-gradient(linear,right top,left bottom,color-stop(0, #2DB8C5),color-stop(1, #D7E5B1));
	background-image: -o-linear-gradient(left bottom, #2DB8C5 0%, #D7E5B1 100%);
	background-image: -moz-linear-gradient(left bottom, #2DB8C5 0%, #D7E5B1 100%);
	background-image: -webkit-linear-gradient(left bottom, #2DB8C5 0%, #D7E5B1 100%);
	background-image: -ms-linear-gradient(left bottom, #2DB8C5 0%, #D7E5B1 100%);
	background-image: linear-gradient(to left bottom, #2DB8C5 0%, #D7E5B1 100%);
	/*---*/
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-shadow: 0px 0px 6px #3c3c3b;
}
input:hover, textarea:hover, button:hover {
	box-shadow: 0px 0px 2px #2DB8C5;
	border: 1px solid #6CE5C9;
}

#form-messages {
	font-size:12px;
	font-weight:200;
	display:block;
	width: 100%;
	height:auto;
	text-align:center;
}

.success {
	background:#6CE5C9;
	padding:40px 0 20px 0;
	margin-top: 54px;
	color: #3c3c3b;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.error {
	background:#CF0B3F;
	padding:40px 0 20px 0;
	margin-top: 54px;
	color: #fff;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* _________________ FX __________________*/


img {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
    }