@charset "UTF-8";


/* FONTS */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), local('OpenSans-Light'), url('../fonts/opensans/opensans-light.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: bold;
	src: local('Open Sans'), local('OpenSans-Regular'), url('../fonts/opensans/opensans-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoDraft';
	font-style: normal;
	font-weight: 400;
	src: local('RobotoDraft'), local('RobotoDraft-Regular'), url('../fonts/robotodraft/robotodraft-regular.woff') format('woff');
}

@font-face {
	font-family: 'FontAwesome';
	src: local('FontAwesome'), local('FontAwesome Webfont'),  url('../fonts/fontawesome/fontawesome.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fa {
	font: normal normal normal 14px/1 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	pointer-events: none;
}

h2 .fa, h3 .fa {
	margin-right: 8px;
}

p > .fa, form a > .fa, span > .fa {
	margin-right: 4px;
}


/* GLOBAL */

html {
	height: 100%;
	min-width: 1200px;
}

body {
	height: 100%;
	margin: 0;
	background: #353b42;
	font: 16px 'Open Sans', sans-serif;
	color: #455A64;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

p {
	margin: 0;
	text-align: justify;
}

a {
	text-decoration: none;
	transition: all 0.4s ease 0s;
	color: #00b8d4;
}

a:hover {
	color: #455A64;
}

.active {
	color: #00b8d4 !important;
}


/* TOP BAR */

header {
	position: fixed;
	background: rgba(255,255,255,0.97) url('../images/includes/logo.png') 50% 50% no-repeat;
	background-size: auto 35px;
	z-index: 20;
	width: 100%;
	min-width: 1200px;
	transition: all 0.6s ease 0s;
	text-align: center;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

#title {
	display: none;
}

header ul {
	margin: 0;
	padding: 10px 5px;
	font-size: 0;
	text-transform: uppercase;
}

header ul li {
	display: inline-block;
	font: 14.1px 'RobotoDraft', sans-serif;
	overflow: hidden;
}

header ul li a {
	display: block;
	border: 1px solid transparent;
	margin: 0 12px;
	color: #455A64;
	line-height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header ul li a:hover {
	color: #00b8d4;
}

#user2content-menu {
	float: left;
}

#user2content-menu i {
	margin-right: 8px;
}

#user2website-menu {
	float: right;
}

#user2website-menu a {
	margin: 0 5px;
}

.button {
	border: 1px solid #7B909B !important;
	padding: 0 10px !important;
}

.button:hover {
	border: 1px solid #00b8d4 !important;
	color: #26C6DA !important;
}

.catchyButton {
	background: #26C6DA;
	border: 1px solid #26C6DA !important;
	color: #FFF !important;
	padding: 0 10px !important;
}

.catchyButton:hover {
	background: #00b8d4;
	border: 1px solid #00b8d4 !important;
}

.profileButton {
	margin-left: 10px !important;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.profileButton div {
	float: left;
	overflow: hidden;
	height: 37px;
	margin: -2px 10px -2px -15px;
	border-right: 1px solid white;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.profileButton img {
	height: 100%;
}


/* CONTENT */

/* Publications */

main {
	min-height: 100%;
	background-color: #f1f4f6;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65);
}

#publication-content {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 70px;
}

#publication-content:before {
	content: "";
	display: block;
	position: absolute;
	left: 194px;
	top: 135px;
	bottom: 95px;
	width: 1px;
	background: #C8D3DB;
	box-shadow: 1px 1px 0 #fff;
}

#publication-content h3 {
	display: block;
	font-size: 22px;
	width: 785px;
	margin: 60px auto 30px;
	padding: 0 150px 0 265px;
}

#publication-content p, #about-content p {
	line-height: 28px;
}

#publication-content p:not(:first-child), #about-content p:not(:first-child) {
	padding: 10px 0 0;
}

#post-comment, #publication-content > div:nth-last-child(2) {
	margin-bottom: 80px !important;
}

#post-comment > .info {
	margin-left: 265px;
	width: 765px;
}

.publication, .comment {
	width: 1050px;
	margin: 0 auto 80px;
	padding-right: 150px;
	position: relative;
}

.comment {
	margin-bottom: 45px !important;
}

.img-2 {
	width: 350px;
	padding: 0 5px;
}

.img-3 {
	width: 230px;
	padding: 0 5px;
}

.timeline-node {
	position: absolute;
	top: 422px;
	text-align: right;
	width: 250px;
}

.timeline-node img {
	width: 100%
}

.timeline-node div{
	float: left;
	width: 159px;
}

.timeline-node span {
	line-height: 25px;
	font-size: 16px;
}

.timeline-node span:last-of-type {
	display: block;
	font-size: 13px;
}

.timeline-node, .navigation, .navigation-pages a, .publications-list a, #publication-content h3 {
	color: #A5B7C3;
	text-shadow: 1px 1px 0 #fff;
	transition: all 0.6s ease 0s;
}

.timeline-node a, .navigation-buttons a {
	height: 44px;
	width: 44px;
	margin-right: 31px;
	border: 3px solid #FFF;
	background: #C4D0D5;
	border-radius: 999px;
	transition: all 0.6s ease 0s;
	overflow: hidden;
	float:right;
}

.timeline-node:hover, .navigation-buttons:hover, .navigation-pages a:hover, .publications-list a:hover {
	color: #26C6DA;
}

.timeline-node:hover a, .navigation-buttons a:hover {
	background: #26C6DA;
}

.fa-arrow-right:before {
	content: "\f178";
	position: relative;
	top: 1px;
}

.navigation-buttons .fa:before, .timeline-node .fa:before {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 44px;
	color: #fff;
	text-shadow: none;
}

#publication-content .wrapper {
	float: right;
	width: 800px;
	background: #FFF;
	box-shadow: 0 0px 2px rgba(0,0,0,0.22);
	border-radius: 4px;
	overflow:hidden;
}

#publication-content .wrapper:before {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #e6e6e6;
	position: absolute;
	top: 436px;
	left: 226px;
}

#publication-content .wrapper:after {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #FFF;
	position: absolute;
	top: 438px;
	left: 230px;
}

.comment .timeline-node div {
	width: 146px;
	margin-top: 14px;
}

.comment .wrapper {
	padding: 25px ;
	width: 735px !important;
}

.comment .wrapper:before {
	top: 27px !important;
	left: 241px !important;
}

.comment .wrapper:after {
	top: 29px !important;
	left: 245px !important;
}

.comment .timeline-node {
	top: 0 !important;
	width: 265px !important;
}

.comment .timeline-node a {
	height: 72px;
	width: 72px;
}

.comment .wrapper p > a {
	font-size: 18px;
	font-weight: bold;
}

.comment-options {
	float: right;
	padding: 0 !important;
}

.comment-options, .comment-options a {
	color: #ccc;
}

.comment-options a:hover, .comment-options a:active {
	color: #00b8d4;
}

.comment p:first-child {
	float: left;
}

.comment p:nth-child(3) {
	clear: both;
}

.publication:after, .comment:after {
	content: '';
	display: block;
	clear: both;
}

.headlines {
	padding: 40px;
}

h2 {
	margin: -10px 0 0;
}

h2 a, .headlines p a {
	color: #00b8d4;
}

h2 a:hover, .headlines p a:hover {
	color: #455A64;
}

.publication .wrapper span, .publication .wrapper span a, .comment .wrapper span {
	font-size: 14px;
	color: #aaa;
}

.publication .cover {
	display: block;
	height: 400px;
	overflow:hidden;
}

.publication .cover:hover {
	opacity: 0.75;
}

.publication .cover img {
	position: relative;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.fa-database:before {
	content: "\f1c0";
	position: relative;
	bottom: 1px;
	font-size: 13px;
}

.fa-new-entry:before {
	content: "\f040";
}

.fa-post-comment:before {
	content: "\f27a";
}

.fa-reply:before {
	content: "\f122";
}

.fa-delete:before {
	content: "\f12d";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-underlined:before {
	content: "\f0cd";
}

.fa-link:before {
	content: "\f0c1";
}

#publication-content textarea {
	width:100%;
	height: 140px;
	padding: 10px;
	text-indent: 0px;
	margin-bottom: 25px;
}

/* Navigation */

.navigation {
	position: relative;
	width: 1050px;
	margin: 0 auto 40px;
	padding-right: 150px;
}

.navigation:after {
	content: '';
	display: block;
	clear: both;
}

.navigation.bottom {
	margin: -40px auto 0px !important;
}

.navigation label {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	padding-right: 10px;
}

.navigation ul {
	margin: 0;
	padding-left: 0;
	float:right;
}

.navigation li {
	display: inline-block;
}

.navigation li i{
	margin: 0 !important;
}

.navigation-buttons {
	text-align: right;
	float:left;
	width: 250px;
	box-sizing: border-box;
	padding-right: 30px;
	font-size: 0;
}

.navigation-buttons li {
	vertical-align: middle;
}

.navigation-buttons li:first-of-type {
	margin: 2px -10px 0 0;
}

.navigation-buttons li:last-of-type {
	margin: 0;
}

.navigation-buttons a {
	margin: 0 !important;
}

.tiny {
	height: 32px !important;
	width: 32px !important;
	margin-top: 4px !important;
}

.tiny i:before {
	font-size: 20px !important;
	line-height: 31px !important;
}

.navigation-pages, .publications-list {
	float: right;
	line-height: 50px;
}

.fa-previous:before {
	content: "\f104 ";
	position: relative;
	right: 3px;
}

.fa-next:before {
	content: "\f105";
}

.fa-home:before {
	content: "\f015";
}

.fa-return:before {
	content: "\f112";
}

/* Contact page */

#contactme-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 120px 0 65px;
}

#contactme-content h4 {
	margin: 0 0 25px;
}

#contactme-content form {
	padding: 30px;
	background: #FFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contactme-content input[type=text], #contactme-content textarea {
	padding: 10px;
	text-indent: 0px;
	margin-bottom: 25px;
}

#contactme-content input[type="submit"] {
	height: 45px;
}

#authorname {
	width: 48.65%;
	float: left;
}

#authoremail {
	width: 48.65%;
	float: right;
}

#subject {
	width: 100%;
}

#message {
	width: 100%;
	height: 348px;
	vertical-align: top;
}

#verification {
	width: 77px;
	margin: 0 !important;
}

/* About page */

#about-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 120px 0 65px;
}

#about-content .wrapper {
	background: #FFF;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#about-content h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

#about-content img {
	width: 100%;
	display: block;
}

.about-main {
	float: left;
	width: 810px;
	padding: 30px;
}

.about-sidebar {
	float: right;
	width: 270px;
	background: #F8F8F8;
	padding: 30px;
	font-size: 13px;
	color: #8C9498;
}

/* Sign up page */

#whySigningUp {
	margin-top: 35px;
	height: 27px;
	width: 608px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

#whySigningUp.hidden {
	height: 0px;
	margin-top: 10px;
	padding: 0 10px 0 !important;
	border: 1px solid white;
}

#whySigningUp p {
	margin: 0 0 5px;
}

.info {
	padding: 10px !important;
	background-color: #FBFAEC;
	border: 1px solid #E1DC99;
	color: #A59D5B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fa-signup:before {
	content: "\f046";
}

.fa-user:before {
	content: "\f007";
}

.fa-mail:before {
	content: "\f0e0";
}

.fa-password:before {
	content: "\f084";
}

.fa-check:before {
	content: "\f00c";
}

.fa-info:before {
	content: "\f05a";
}

/* Log in pages */

.fa-login:before {
	content: "\f090";
}

.fa-question:before {
	content: "\f128";
}

/* Profile pages */

#profile-form {
	width: 800px;
	height: 490px;
	display: inline-block;
}

#profile-form h3 {
	text-transform: uppercase;
}

#profile-form > div > a {
	display: block;
	width: 100px;
	color: #000;
	text-decoration: none;
	background: #fff;
	padding: 5px 10px;
}

#profile-form > div:not(:target) > h3 a {
	color: #455A64;
}

#profile-form > div:target > h3 a {
	color: #26C6DA;
}

#profile-form > div > h3 a:hover {
	color: #00B8D4;
}

#profile-form > div > h3 + form {
	z-index: -1;
	top: 80px;
	left: 180px;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 20px 30px 30px 20px;
}

#profile-form > div:not(:target) > form {
	opacity: 0;
	position: absolute
}

#profile-form > div:target > form {
	opacity: 1;
	z-index: 0;
	transition: all 0.4s ease 0s;
	position: absolute;
}

#profile-form .tip {
	font: 13px 'Open Sans', sans-serif;
	color: #9B9FA1;
	margin: -10px 0 20px;
}

#profile-form > p {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#profile-form input[type=file] {
	width: 94px;
	height: 94px;
	float: left;
	border: 1px solid transparent;
	position: relative;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
	padding: 10px;
}

#fullname, #location {
	width: 302px;
}

#gender, #birthdate {
	width: 160px;
}

#bio {
	width: 628px;
	height: 114px;
}

.fa-location:before {
	content: "\f124";
}

.fa-birthdate:before {
	content: "\f1fd";
}

.fa-gender:before {
	content: "\f228";
	margin-left: -2px;
}

.fa-bio:before {
	content: "\f1dd";
}

#profile-form .avatar {
	width: 94px;
	height: 94px;
	position: absolute;
	top: 114px;
	left: 20px;
	border: 1px solid #EEEEEE;
	background-color: #F8F8F8;
	border-radius: 3px;
	padding: 10px;
}

#profile-form img {
	width: 100%;
}

#file:hover + div {
	border: 1px solid #00b8d4;
}

#file:focus + div {
	background-color: #FFF;
	border: 1px solid #00b8d4;
	box-shadow: inset 0 0px 4px rgba( 0, 184, 212, 0.2);
}

.profile-buttons {
	position: absolute;
	bottom: 30px;
	right: 30px;
}


/* FOOTER */

footer {
	position: relative;
	z-index:-1;
	color: #afafaf;
	font-size: 0px;
}

footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 25px;
	color: #e6e6e6;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer a {
	color: #26C6DA;
}

footer a:hover, footer a:focus, footer a:active {
	color: #FFF;
}

#footer-content {
	padding: 40px 0 60px;
	width: 1200px;
	margin: auto;
	font-size: 0px;
}

#footer-content i {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}

.columns {
	width: 370px;
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	line-height: 1.65em;
}

.columns:last-child {
	float: right;
}

.lists li {
	list-style: none;
}

.lists li:not(:last-of-type) {
	margin-bottom: 20px;
}

.lists li img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25)
}

.lists li > a {
	font-size: 14px !important;
}

.lists span {
	display: block;
}

.lists span a {
	color: #eee;
}

.fa-carnetdevoyage:before {
	content: "\f036";
}

.fa-photos:before {
	content: "\f030";
}

.fa-musique:before {
	position: relative;
	right: 1px;
	bottom: 1px;
	content: "\f001";
}

.fa-web:before {
	content: "\f0ac";
}

.fa-date:before {
	content: "\f073";
}

.fa-author:before {
	content: "\f040";
}

.fa-comments:before {
	content: "\f086";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

#highlight-slider {
	width: 370px;
	height: 220px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.slides, .slide {
	margin: 0 ;
	padding: 0;
}

.slides {
	width: 1000%;
	height: 220px;
	position:relative;
	left: 0px;
	transition: all 0.6s cubic-bezier(.34,0,.37,.97) 0s;
}

.slide {
	display: block;
	width: 370px;
	height: 220px;
	float: left;
	text-align: center;
}

.slide a {
	display: block;
	position: relative;
}

.slide a, .slide a > * {
	width: 100%;
	height: 100%;
}

.slide a:hover div {
	opacity: 1;
}

.slide div {
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	background: rgba(38, 42, 48,0.8);
	opacity: 0;
	padding: 40px 22px;
	transition: all 0.6s ease 0s;
}

.slide .title {
	font-size: 14px !important;
	color: #26C6DA;
	text-align: center;
}

.slide .metadata {
	padding-bottom: 20px;
	color: #afafaf;
	text-align: center;
}

.slide .excerpt {
	color: #fff;
	text-align: center;
}

#footer-linkbar {
	position: relative;
	background: #2a2f35;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
}

#footer-linkbar .wrapper {
	box-sizing: padding-box;
	width: 1200px;
	margin: auto;
	padding: 20px 15px;
	text-align: center;
	font-size: 13px;
}

#footer-linkbar p {
	display: inline-block;
	line-height: 36px;
	color: #cccccc;
}

#footer-linkbar ul {
	display: inline-block;
	font-size: 0;
}

#left-links {
	float:left;
}

#right-links {
	float: right;
}

#footer-linkbar ul li {
	display: inline-block;
}

#footer-linkbar ul li a {
	display: block;
	width: 36px;
	height: 36px;
	background: #333A42;
	font-size: 16px;
	line-height: 36px;
	color: #888888;
}


#footer-linkbar ul li:not(:last-of-type) a {
	margin-right: 1px;
}

.signup .fa-signup:before, .fa-profile:before {
	content: "\f007";
}

.login .fa-login:before {
	content: "\f090";
}

.logout .fa-logout:before {
	content: "\f08b";
}

.rssfeed .fa-rssfeed:before {
	content: "\f09e";
}

.totop .fa-totop:before {
	content: "\f148";
}

.about .fa-about:before {
	content: "\f059";
}

.contact .fa-contact:before {
	content: "\f1d8";
	position: relative;
	right: 1px;
}

#footer-linkbar li a:hover {
	color: #fff;
}

.signup:hover, .myprofile:hover {
	background-color: #009CEF !important;
}

.login:hover {
	background-color: #00DDAC !important;
}

.logout:hover {
	background-color: #C43050 !important;
}

.rssfeed:hover {
	background-color: #F99638 !important;
}

.totop:hover {
	background-color: #9864AE !important;
}

.about:hover {
	background-color: #DC4937 !important;
}

.contact:hover {
	background-color: #7BC0E5 !important;
}


/* FORMS */

body.noscroll
{
	position: fixed; 
	overflow-y: scroll;
	width: 100%;
}

.overlay {
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(241, 244, 246, 0.9);
}

.box {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease 0s;
}

.box.hidden {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0s 0.3s;
}

.box form, #profile-form {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	padding: 30px;
	background: #FFF;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box h2 {
	text-align: center;
	margin: 0 0 30px;
}

.box p:not(:last-of-type) {
	margin: 0 0 25px;
}

.box a {
	color: #00b8d4;
}

.box a.left-spaced {
	margin-left: 10px;
}

.box a:hover {
	color: #455A64;
}

input[type=text], input[type=email], input[type=password], textarea, select {
	background: none repeat scroll 0% 0% #F8F8F8;
	width: 302px;
	height: 45px;
	border: 1px solid #EEEEEE;
	font: 16px 'Open Sans', sans-serif;
	color: #455A64;
	text-indent: 40px;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: background 0.4s ease 0s, border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	outline: 0;
}

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover, select:hover {
	border: 1px solid #00b8d4;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus , textarea:focus ,select:focus {
	background-color: #FFF;
	border: 1px solid #00b8d4;
	box-shadow: inset 0 0px 4px rgba( 0, 184, 212, 0.2);
}

input[type="submit"] {
	float: right;
	height: 35px;
	border: 1px solid #26C6DA;
	padding: 0 10px;
	font: 14px/33px 'RobotoDraft', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #26C6DA;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.6s ease 0s;
}

input[type="submit"]:hover {
	background: #00b8d4;
}

select {
	width: 302px;
	background: #F8F8F8 url('../images/includes/dropdownBoxArrow.png') no-repeat right 0px;
	padding-left: 40px;
	text-indent: 0px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}

select+span {
	position: absolute;
	right: 32px;
	width: 45px;
	height: 45px;
	background: #F8F8F8 url('../images/includes/dropdownBoxArrow.png') no-repeat right -45px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease 0s;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	pointer-events: none;
}

select:hover+span, select:focus +span {
	background-position: right -45px;
	visibility: visible;
	opacity: 1;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #455A64;
}

option {
	background: none repeat scroll 0% 0% #F8F8F8;
	padding: 0px 10px;
	font: 16px 'Open Sans', sans-serif;
	color: #455A64;
	transition: all 0.4s ease 0s;
}

textarea {
	padding: 10px;
	text-indent: 30px;
	resize: none;
}

.input-spaced {
	margin-right: 25px;
}

.input-alone {
	width: 100% !important;
	box-sizing: border-box;
}

.form-button {
	float: right;
	border: 1px solid #7B909B !important;
	padding: 0 10px;
	font: 14px/33px 'RobotoDraft', sans-serif;
	text-transform: uppercase;
	color: #7B909B !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.6s ease 0s;
}

.form-button:hover {
	border: 1px solid #00b8d4 !important;
	color: #26C6DA !important;
}

.box i.ph {
	position: absolute;
	margin: 15px 12px 13px;
	color: #CCC;
}

.error {
	color: #DA2A2D;
	text-indent: 10px;
	animation:fade-out 0.5s  3s forwards 1, reduce 0.5s 3.5s forwards 1;
	-webkit-animation:fade-out 0.5s 3s forwards 1, reduce 0.5s 3.5s forwards 1;
}

.fa-error:before {
	content: "\f057";
}
.success {
	color: #4B9F2C;
	text-indent: 10px;
	animation:fade-out 0.5s  3s forwards 1, reduce 0.5s 3.5s forwards 1;
	-webkit-animation:fade-out 0.5s 3s forwards 1, reduce 0.5s 3.5s forwards 1;
}

@keyframes fade-out {
	from {opacity :1;}
	to {opacity :0;}
}

@-webkit-keyframes fade-out {
	from {opacity :1;}
	to {opacity :0;}
}

@keyframes reduce {
	from {font-size:inherit;}
	to {font-size:0; margin-bottom:0;}
}

@-webkit-keyframes reduce {
	from {font-size:inherit;}
	to {font-size:0; margin-bottom:0;}
}

.fa-success:before {
	content: "\f058";
}