/* *************************************************************************
 GENERAL
 ************************************************************************ */
* {
	outline: none;
}
.wrap {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.cell {
	padding-right: 10px; 
}

/* *************************************************************************
 NAV - MOBILE
************************************************************************* */
.title-bar {
	/*background-color: #47adad;*/
	background-color: #7e7e7e;
}
.title-bar-title {
	color: #000000;
	font-size: .9em;
	font-family: "Times New Roman";
}
/*.title-bar-left .co_name2 {
	color: white;
	font-family: "Times New Roman";
	font-size: .8em;
}*/
.title-bar-left button {
	/*color: #383838;*/
	color: red;
}
#mobile-menu {
	/*background-color: #47adad;*/
	background-color: #7e7e7e;
	padding-top: 15px;
	padding-left: 20px;
}
#mobile-menu a {
	/*color: rgba(255,255,255,0.8);*/
	color: #000000;
	font-weight: bold;
}
#mobile-menu .tel {
	color: white;
	font-weight: bold;
}
#mobile-menu li {
	list-style-type: none;
	/*padding-bottom: 15px; - use line height instead */
	color: rgba(255,255,255,0.6);
	line-height: 2.5;
}
#mobile-menu .menu_items {
	padding-top: 20px;
}
#mobile-menu .co_name1 {
	/*color: #383838;*/
	color: #000000;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 1.2em;
}

/* *************************************************************************
 NAV - DESKTOP
************************************************************************* */
.nav-desktop {
	/*background-color: #47adad;*/
	background-color:	#7e7e7e;
	height: 60px;
	padding-left: 3%;
}
.site-logo  {
	height: 60px;
	width: auto;
	padding-bottom: 1.5px
	padding-left: 20px;
}
.nav-desktop .menu-desktop  {
	background-color: transparent;
	line-height: 60px;
}
.menu > li > a {
	display: inline-block;
	line-height: 60px;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: bold;
	color: #000000;
}
.menu > li > a:hover {
	background-color: rgba(255,255,255, 0.15);
}
.top-bar .is-dropdown-submenu-parent > a:after {
	border-color: black;
}
.top-bar-right {
	white-space: nowrap;
}
.top-bar-left h4 {
	/*color: #484848;*/
	color: black;
	font-weight: bold;
}

/* *************************************************************************
 HERO 
 ************************************************************************ */
.hero {
  background-color: black;
	/*background-color: #47adad;*/
  /*padding: .5% 0;*/
	position: relative;
}
.hero ul {
	list-style-type: none;
	font-size: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.herospan {
	color: rgba(255,255,255,0.8);
	/*border-size: 1px;
	border-style: solid;
	border-color: red;*/
	height: 110px;
}
.herospan img{
	height: 105px;
}
.herospan2 {
	color: #2f4f4f;
}

/* *************************************************************************
 MAIN 
 ************************************************************************ */
.main {
  padding: 2% 0;
}
.face {
	padding-bottom: 50px;
}
.cell hr {
	margin-top: 5px;
}
.topic {
	color: #47adad;
	font-weight: bold;
}
.topic_nobreak {
	color: #47adad;
	font-weight: bold;
	display: inline;
}
#procedure {
	padding-top: 30px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.contact {
	list-style-type: none;
}

/* *************************************************************************
 FOOTER 
 ************************************************************************ */
footer h4 {
	color: rgba(255,255,255,0.9);
	font-size: 1.2em;
} 
footer {
	/*background-color:	#47adad;*/
	background-color:	#7e7e7e;
  padding: 2% 0;
}
footer a {
	display: block;
	color: rgba(255,255,255,0.7);
	line-height: 30px;
}
footer a span {
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}
footer a:hover {
	color: rgba(255,255,255,1.0);
}
footer hr {
	border-color: rgba(255,255,255,0.1);
	margin: 10px;
}
footer .small-up-1 h4 {
	padding-top: 20px;	
}
footer small {
	/*border-size: 3px;
	border-style: solid;
	border-color: red;*/
	color: rgba(255,255,255,0.7);
	display: block;
	padding-top: 120px;
}
footer .hidden {
	visibility: hidden;
}
/* *************************************************************************
 MEDIA QUERY 
 ************************************************************************ */
@media (max-width: 834px) {
	.herospan {
		font-size: .8em;
	}
	/*.herospan ul {
		padding-top: 5%;
	}*/
	.top-bar-left h4 {
		font-size: 1.3em;
	}
	.top-bar-right ul {
		font-size: .9em;
	}
	.herospan ul {
		font-size:	1.2em;
	}
}
@media (max-width: 760px) {
	.top-bar-right ul {
		font-size: .75em;
	}
	.top-bar-left h4 {
		font-size: 1em;
	}
	/*.herospan ul {
		padding-top 10%;
	}*/
}

@media (max-width: 660px) {
	.nav-desktop {
		display: none;
	}
	footer a {
		font-size: .9em;
	}
	.hero {
		display: none;
	}
	.hero2 {
		display: none;
	}
}
@media (max-width: 661px) {
	.hero h2 {
		font-size: 23px;
	}
	.hero p {
		font-size: 15px;
	}
}
@media (min-width: 661px) {
	.title-bar {
		display: none;
	}
}
body {
}

.title-bar {
}
.top-bar {
}
.logo1 {
  font-family: "Times New Roman";
  font-size: 2.4em;
  font-weight: medium;
  color: #3c4938;
}
.logo2 {
  font-family: "Times New Roman";
  font-size: 1em;
  color:white;
}
.options {
  color: white;
}
