@font-face {
	font-family: 'century_gothicregular';
	src: url('../fonts/gothic-webfont.woff2') format('woff2'),
				url('../fonts/gothic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 14px;
	color: #78797c;
}
.green {
	color: #7CB142;
}
.brown {
	color: #462300;
}
body {
	font-family: 'century_gothicregular', 'Helvetica Neue', Helvetica, sans-serif;
}
.padding20 {
	padding: 20px 0;
}
.bold {
	font-weight: bold;
}
textarea {
	resize: vertical;
	min-height: 100px;
}
.see-our-design .col-sm-6:nth-child(odd) {
	clear: left;
}
/* HEADER */
.header {
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.header a:hover {
	text-decoration: none;
}
h1 {
	font-size: 17px;
	color: #78797c;
	margin: 20px 0 0;
}
.logo {
	width: 100px;
}
.send-mail {
	/*display: inline-block;
	position: absolute;
	right: 0;
	top: 0;*/
}
.header .form-group {
	display: inline-block;
}
.join-title {
	font-size: 11px;
	color: #78797c;
	display: inline-block;
}
.header .form-control {
	height: 30px;
	font-size: 12px;
	padding: 6px 8px;
	width: 200px;
	display: inline-block;
}
.header .btn {
	font-size: 12px;
	line-height: 14px;
	height: 30px;
	background-color: #462300; 
	color: #fff;
	font-weight: bold;
}
/* MENU */
.main-menu {
	background-color: #fcf9f2;
}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu li {
	list-style: none;
	float: left;
	width: 50%;    
	padding: 10px 2%;    
	transition: background-color 0.5s ease;   
	cursor: pointer; 
}
.main-menu li span{ 
	display: none;
}
.main-menu a {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #aa7942;
	text-align: center;
}
.main-menu li:hover a, .main-menu li.active a {
	text-decoration: none;
	color: #d79854;
}

/* CONTENT */
.main-content {
	padding: 20px 0;
}
.content {
	padding: 20px 0;
}
.title {
	font-size: 25px;
	font-weight: bold;
	color: #462300;
}
.text {
	font-size: 16px;
}
.link-text {
	font-size: 14px;
	color: #7CB142;
	font-weight: bold;
}
.link-text:hover {
	color: #7CB142;
}
.img-wrap {
	text-align: center;
}
img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.send-mail {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
	}
	.join-title {
		display: block;
	}
	.header .form-control {
		width: 200px;
		display: block;
	}
	.main-menu {
		text-align: center; 
	}
	.main-menu li {
		width: auto;       
		padding: 15px 2%;      
		float: none;
		display: inline-block;   
	}
	.main-menu li span{ 
		display: block;
		float: left;
		margin-top: 1px;
		margin-right: 5px;
	}
	.main-menu a, .main-menu span {
		color: #bcbdbd;
	}
	.main-menu a {
		font-size: 16px;		
	}
	.main-menu span {
		font-size: 14px;		
	}
	.main-menu li:hover a, .main-menu li:hover span,
	.main-menu li.active a, .main-menu li.active span {
		color: #7CB142;
	}
	.header {
		text-align: left;
	}
	.title {
		font-size: 36px;
	}
	h1 {
		font-size: 22px;
	}
	h1, .logo {
		display: inline-block;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.main-menu li {
		padding: 15px 3%;
	}
}