@font-face {
	font-family: 'cutive';
	src: url('avenir.woff') format('woff');
}

@font-face {
	font-family: 'cutive';
	src: url('Cutive-Regular.woff') format('woff');
}


html, body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'avenir';
	font-size: 12pt;
	font-weight: 200;
	color: black;
}

* { margin:0; padding:0;}


#background-image {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../images/background-texture.jpg");
	background-position: center top;
}



h1 {
	font-family: 'cutive';
	font-size: 16pt;
	font-weight: 200;
	margin-bottom: 5pt;
}

h2 {
	font-family: 'cutive';
	font-size: 14pt;
	font-weight: 200;
	margin-bottom: 25pt;
}

h3 {
	font-family: 'cutive';
	font-size: 12pt;
	font-weight: 200;
	margin-bottom: 0;
}


hr {
	border: none;
	border-top: 1px solid #eee;
}


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

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #EF1F2F;
}




/*============================/
/           HEADER            /
/============================*/

.header {
	width: 100%;
	height: 132px;
	background-image:url('../images/frame_top.png');
    background-position: center top;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	position: fixed;
	top: 0 !important;
	left: 0;
	z-index: 1000;
	background-repeat: no-repeat;
	/*box-shadow: 0 5px 5px 1px #eee;*/
}

#header-inner {
	width: 100%;
	height: 132px;
	position: relative;
}

.menu {
	display: none;
}

a#menu-btn {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: -150px;
}

.nav {
	height: 132px;
	position: relative;
	top: 20%;
	margin: 0 auto;
	text-align: center;
}

.nav a {
	display: inline-block;
	color: black;
	padding: 6pt 10pt;
	margin-right: 0;
	border-radius: 7px;
	text-decoration: none !important;
	background-color: rgba(245, 25, 25, 0.2);
	font-family: 'cutive';
	font-size: 8pt;
	font-weight: 400;
}

.nav a:hover {
	padding: 6pt 11pt;
	margin-right: 0;
	text-decoration: none !important;
	border-bottom: 0px !important;
	background-color: rgba(245, 25, 25, 0.35);
}

.icons-left {
	position: absolute;
	top: 120px;
	left: 200px;
	color: white;
}

.icons-right {
	position: absolute;
	top: 120px;
	right: 200px;
	color: white;
}

#logo-div {
	display: inline-block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	margin: 0 auto;
	text-align: center;
}

#logo-div img {
	width: 100%;
	max-width: 607px;
}


/*====== Temporary Mobile Solution======*/

@media only screen and (max-width: 1150px) and (min-width: 950px) {
	.nav {
		height: 132px;
		position: relative;
		top: 25px;
		margin: 0 auto;
		text-align: center;
	}

	.nav a {
		display: inline-block;
		color: black;
		padding: 2pt 5pt;
		margin-right: 0;
		border-radius: 3px;
		text-decoration: none !important;
		background-color: rgba(245, 25, 25, 0.2);
		font-family: 'cutive';
		font-size: 12px;
		font-weight: 400;
	}

	.nav a:hover {
		padding: 2pt 5pt;
		margin-right: 0;
		text-decoration: none !important;
		border-bottom: 0px !important;
		background-color: rgba(245, 25, 25, 0.35);
	}

}

@media only screen and (max-width: 600px) {

	#logo-div {
		display: inline-block;
		width: 100%;
		height: auto;
		position: absolute;
		top: 40px;
		margin: 0 auto;
		text-align: center;
	}
}




/*============================/
/         MOBILE MENU         /
/============================*/

@media only screen and (max-width: 949px) {

	.nav {
		display: none;
	}

	.menu {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		padding-top: 100px;
		background-color: hsla(0, 0%, 0%, 0.8);
		overflow-y: auto;
		z-index: 2000;
	}

	.menu a {
		position: relative;
		opacity: 0;
		height: 20px;
		/*line-height: 0;*/
		/*letter-spacing: 15pt;*/
		margin: 0 auto;
		font-size: 11pt;
		color: white !important;
		border-bottom: 0px solid #1da0f2;
		cursor: pointer;
	}

	.menu-section::after {
		position: absolute;
		content: '';
		width: 150%;
		height: 1px;
		bottom: 0;
		left: -25%;
		background-color: #1da0f2;

		transform: scaleX(0.33);
		transition: 0.3s ease-in-out;
	}

	.menu-section:hover::after {
		transform: scaleX(1);
		transition: 0.3s ease-in-out !important;
	}


	a#menu-btn {
		display: block;
		width: 34px;
		height: 27px;
		line-height: 27px;
		padding-top: 5px;
		position: fixed;
		top: 15px;
		left: 20px;
		font-size: 14pt !important;
		color: black;
		border-bottom: none !important;
		cursor: pointer;
		opacity: 100;
		z-index: 2100;
		transition: none !important;
	}

	#menu-btn-inner {
		display:inline-block;
		width:34px;
		float:right;
	}

	a#menu-btn:hover > #menu-btn-inner > .m-mark {
		border: 2px solid #1da0f2 !important;
		border-radius: 2px;

		transition: 0.2s ease-in-out 0s;
		-moz-transition: 0.2s ease-in-out 0s;
		-webkit-transition: 0.2s ease-in-out 0s;
	}

	a#menu-btn:hover {
		color: #00bcba;
		border-bottom: none !important;
		transition: 0.2s ease-in-out;
	}

	.m-mark {
		display: block !important;
		height: 0px;
		float: right;
		font-size: 0;
		margin-bottom: 7px;
		border: 2px solid #3d3d3d;
		border-radius: 2px;

		transition: 0.4s ease-in-out !important;
		-moz-transition: 0.4s ease-in-out !important;
		-webkit-transition: 0.4s ease-in-out !important;
	}

	#top-mark {
		width: 32px;
	}

	#mid-mark {
		width: 32px;
	}

	#bot-mark {
		width: 32px;
	}

	.rot-top {
		width: 32px !important;
		border: 2px solid #1da0f2 !important;
		border-radius: 2px;
		transform: rotate(45deg) translateX(6px) translateY(9px);
		-ms-transform: rotate(45deg) translateX(6px) translateY(9px);
		-webkit-transform: rotate(45deg) translateX(6px) translateY(9px);

		transition: 0.4s ease-in-out !important;
		-moz-transition: 0.4s ease-in-out !important;
		-webkit-transition: 0.4s ease-in-out !important;
	}

	.hide-mid {
		opacity: 0;
		color: white;

		transition: 0.4s ease-in-out !important;
		-moz-transition: 0.4s ease-in-out !important;
		-webkit-transition: 0.4s ease-in-out !important;
	}

	.rot-bot {
		width: 32px !important;
		border: 2px solid #1da0f2 !important;
		border-radius: 2px;
		transform: rotate(-45deg) translateX(7px) translateY(-9px);
		-ms-transform: rotate(-45deg) translateX(7px) translateY(-9px);
		-webkit-transform: rotate(-45deg) translateX(7px) translateY(-9px);

		transition: 0.4s ease-in-out !important;
		-moz-transition: 0.4s ease-in-out !important;
		-webkit-transition: 0.4s ease-in-out !important;
	}

	#services-hover-menu {
		width: 100%;
		height: 300px;
		display: none;
		position: fixed;
		top: 51px;
		left: 0;
		background-color: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid #eee;
	}

}



/*============================/
/           CONTENT           /
/============================*/

.title-img {
	width: 85%;
	max-width: 150px;
	height: auto;
}

.wrapper {
	display: block;
	width: 90%;
	max-width: 750px;
	height: 100%;
	margin: 200px auto 0 auto;
	padding-bottom: 50px;
	color: black;
	overflow-x: hidden;
}

.wrapper img, .wrapper iframe {
	max-width: 100%;
	height: auto;
}

.post-summary {
	display: block;
	margin-bottom: 50px;
}

#top-content {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 50px;
}


/*====== Mobile======*/

@media only screen and (max-width: 601px) and (min-width: 300px) {

	.wrapper {
		margin: 120px auto 0 auto;
	}
}

/*============================/
/           FOOTER            /
/============================*/

.footer {
	display: inline-block;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 20;
}

#floating-footer {
	display: block;
	/*width: 250px;*/
	height: 35px;
	position: absolute;
	right: 0px !important;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 0 0;
	paddint: 3px 5px;
}

#floating-footer a {
	display: inline-block;
	font-size: 9pt;
	color: white;
	padding: 7px 10px;
	cursor: pointer;
}

#floating-footer a:hover {
	color: #1da0f2;
	padding: 7px 10px;
	border-bottom: 0px;
	cursor: pointer;
}

#news-form {
	display: block;
	/*width: 300px;
	height: 450px;*/
	height: 420px;
	visibility: hidden;
	/*position: fixed;*/
	/*top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -150px;
	color: white;
	z-index: 10000;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
