@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');

button:focus {
	outline: none;
}

input[type="reset"]:focus {
	outline: none;
}

input:focus {
	outline: none;
}

* {
	outline: none;
}

*:focus {
	outline: none;
}

.form-control:focus {
	box-shadow: none;
}

p {
	line-height: 1.1em;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

::placeholder {
	color: #fff;
}

/**
 * Header
 */

.logo {
	max-width: 180px;
}

/**
 * Menu
 */
.icon {
	max-height: 20px;
	max-width: 20px;
}

/**
 * Searchbar
 */
.searchbar {
	max-width: 500px;
	width: 500px !important;
	margin-bottom: auto;
	margin-top: auto;
	height: 50px;
	background-color: #eaeaea;
	border-radius: 30px;
	border: 0px;
	padding: 20px;
	color: #e3342f;

}

.searchbar:focus {
	background-color: #d4d4d4;
	color: #fff;
	border: 0px;
	box-shadow: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-round {
	border: 0px;
	border-radius: 30px;
	background-color: red;
	color: #fff;
	width: 50px;
	height: 50px;
	margin-left: -45px;
	z-index: 1000;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-round:hover {
	color: green;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	margin-left: -45px;

}

/**
 * Footer
 */
.page-footer {
	background-color: #F8F8F8;
}

.page-footer p {
	font-size: 12px;
}

.page-footer .social {
	max-width: 20px;
}


.newsletter .content {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.newsletter .content h2 {
	color: #243c4f;
	margin-bottom: 40px;
}

.newsletter .content .form-control {
	height: 50px;
	border-color: #ffffff;
	border-radius: 0;
}

.newsletter .content.form-control:focus {
	box-shadow: none;
	border: 0px solid #243c4f;
}

.newsletter .content .btn {
	min-height: 50px;
	border-radius: 0;
	background: #d4d4d4;
	color: #fff;
	font-weight: 600;
}

