


/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style1 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.20em 0;
	}
	
	ul.style1 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.7);
	}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #1E1B1A;
	}

	#footer
	{
		margin: 0 auto;
		text-align: center;
		color: #ADADAD;
	}
	
	#footer .title h2
	{
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}

	#footer .title
	{
		border-color: #2D2926 !important;
	}
	
	#footer .style1 li
	{
		padding-top: 10px;
		border-color: #2D2926 !important;
	}
	
	#footer .style1 a
	{
		line-height: 1.2em;
		font-size:1.2em;
		color: #B1B1B1;
		transition: 0.2s;
	}

	#footer .style1 a:hover
	{
		margin-left: -5px;
		color: #1b999d;
		transition: 0.2s;
	}
	
	#footer #box2 li {
		display:inline;
	}

	#box1
	{
		text-align: left;
		vertical-align: top;
		display: inline-block;
		width: 354px;
		margin-right: 24px;
		padding-right: 30px;
		margin-bottom: 50px;
	}

	#box2
	{
		text-align: left;
		vertical-align: top;
		display: inline-block;
		width: 344px;
	}

@media screen and (max-width: 768px) {
	#box1, #box2 {
		width: 100%;
		text-align: center;
		margin-right: 0px;
		padding-right: 0px;
	}

}
	#box2 ul {
		padding: 0px;
		list-style: none;
		font-size: 50px;
	}

	#box2 li {
		padding: 0 10px;
	}

	#box2 a {
		color: #fff;
	}

	#box2 a:hover {
		color: #1b999d;
		transition: 0.2s;
	}

/** MENU */

#menu-wrapper
{
	background: #16a085;
}

#menu {
	overflow: hidden;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	padding: 0px 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	line-height: 100px;
	border: none;
	color: #FFF;
}

#menu .current_page_item a {
	background: #1abc9c;
}

/*-index_footer-*/

#index_footer {
	text-align: center;
}

#index_footer a {
	font-size: 1.2em;
	color: #C0C0C0;
	padding: 0 15px;
	vertical-align: middle;
}

#index_footer .tel {
}

#index_footer i {
	font-size: 1.5em;
}



