 /*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

@font-face{
font-family:"Helvetica W02 Light";
src:url("../fonts/739810/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix");
src:url("../fonts/739810/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix") format("eot"),url("../fonts/739810/80c34ad2-27c2-4d99-90fa-985fd64ab81a.woff") format("woff"),url("../fonts/739810/b8cb02c2-5b58-48d8-9501-8d02869154c2.ttf") format("truetype"),url("../fonts/739810/92c941ea-2b06-4b72-9165-17476d424d6c.svg#92c941ea-2b06-4b72-9165-17476d424d6c") format("svg");
}
@font-face{
font-family:"Helvetica W02 Roman";
src:url("../fonts/675478/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
src:url("../fonts/675478/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"),url("../fonts/675478/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"),url("../fonts/675478/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"),url("../fonts/675478/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
}
@font-face{
font-family:"Helvetica W02 Bold";
src:url("../fonts/675481/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot?#iefix");
src:url("../fonts/675481/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot?#iefix") format("eot"),url("../fonts/675481/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff") format("woff"),url("../fonts/675481/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf") format("truetype"),url("../fonts/675481/375c70e5-6822-492b-8408-7cd350440af7.svg#375c70e5-6822-492b-8408-7cd350440af7") format("svg");
}

/* ==========================================================================
   #General Layout 
   ========================================================================== */
img {
  max-width: 80%;
} 
	#wrap {
		position: relative;
		background-color: #fff;
	}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.item {

  display: block;
  float: left;
  margin-top: 85px;
  padding-right: 50px;
  padding-left: 10px;
  height: 100%;
  background: url(../images/divider.png) repeat-y right top;
  opacity: 0;

  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
 
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
 
  -webkit-animation-duration:0.5s;
  -moz-animation-duration:0.5s;
  animation-duration:0.5s;
}

.item.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  max-width: 250px;
  min-height: 225px;
}

.item.two {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  max-width: 250px;
  min-height: 225px;
  
}

.item.three {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  max-width: 250px;
  min-height: 225px;
}

.item.three.last {
  background: none!important;
}

.item.four {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
  max-width: 250px;
  min-height: 225px;
  background: none!important;
}

.item li {
	font-family:"Helvetica W02 Light";
	color: #666666;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 0.5em;
	line-height: 1.25em;
	list-style-type: none;
	margin-left:20px;
}

.item h2{
	font-family:"Helvetica W02 Roman";
	font-size: 20px;
	color: #899e47;
}
.item h3{
	font-family:"Helvetica W02 Light";
	font-size: 20px;
	color: #666666;
}
.item  {
	font-family:"Helvetica W02 Roman";
	font-size: 20px;
	text-align: left;
	color: #666666;
}

.item h4{
	font-family:"Helvetica W02 Roman";
	font-size: 20px;
	color: #899e47;
	}

.text {
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
 
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
 
  -webkit-animation-duration:0.5s;
  -moz-animation-duration:0.5s;
  animation-duration:0.5s;
  font-size: 38px;
  line-height: 1.25em;
  color: #666666;
  font-family:"Helvetica W02 Light";
  }
  
  
.text.index {
	max-width: 690px;
	min-height: 225px;
    position: absolute;
    top: 35%;
    left: 7%;
}
.master-wrap

{max-width: 1200px; margin:0 auto;}

.process.wrapper {
	margin-top: 10%;
	margin-left: 20%;
	max-width:1200px;
	text-align:center;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;
}

.process {
	text-align:center;
	display: block;
	float: center;
	margin: auto;
	
}

.process.one {
  display: block;
  float: left;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
	width: 250px;
	text-align: center;
  max-width: 250px;
  min-height: 225px;

}

.process.two {
  display: block;
  float: left;
	width: 250px;
	text-align: center;
}

.process.three {
  display: block;
  float: left;
	width: 250px;
	text-align: center;
	
}

.process li {
	font-family:"Helvetica W02 Light";
	color: #666666;

}
.process h1{
	font-family:"Helvetica W02 Light";
	font-size: 40px;
	color: #899e47;}
	
.process h2{
	font-family:"Helvetica W02 Light";
	font-size: 30px;
	color: #899e47;
}

.process  {
	text-align: center;
	margin-left:auto;
	margin-left:auto;
    margin-right:auto;
}

.process.text {
	font-family:"Helvetica W02 Light";
	font-size: 40px;
	line-height: 40px;
	text-align: left;
    position:absolute;
	top:23%;
	margin-left:30px;
}

.process.bg1 {

background-image: url(../images/process1a.png);
background-repeat: no-repeat;
height:500px;
background-size: 100%;
}
.process.bg2 {

background-image: url(../images/process2a.png);
background-repeat: no-repeat;
height:500px;
background-size: 100%;
}
.process.bg3 {

background-image: url(../images/process3a.png);
background-repeat: no-repeat;
height:500px;
background-size: 100%;
}

.process h1{
	font-family:"Helvetica W02 Roman";
	font-size: 40px;
	color: #899e47;
	}
	
	
.contact.wrapper {
	max-width: 1200px;
	max-height: 500px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	padding-top:8%;
}

.contact img {
	float:right;
	padding-left:10%;
	}

.contact {
  opacity: 0;

  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
 
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
 
  -webkit-animation-duration:0.5s;
  -moz-animation-duration:0.5s;
  animation-duration:0.5s;
}	
.contact.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  max-width: 250px;
}

.contact.two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  max-width: 250px;
  
}

.contact.three {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
	max-width: 250px;
}

.contact li {
	font-family:"Helvetica W02 Light";
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 0.5em;
	line-height: 1em;
    list-style:none;
	}
	
.contact h2{
	font-family:"Helvetica W02 Roman";
	font-size: 20px;
	color: #899e47;
	}
	
#header-top {
		padding: 12px 0;
		background-color: #aaaaaa;
		color: #fff;
	}

	
#header { padding-top: 0px; }

#logo { 
		display: block;
	}
	
#logo img { display: block; }
		
	/* Menu basics */

	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sf-menu > li { float: left; }

	.sf-menu > li > a {
		position: relative;
		display: block;
	}
	
	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 210;
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu li.dropdown ul { padding: 0 15px; }
	
	.sf-menu li.dropdown { position: relative; }
	
	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
		border-radius: 7px;
		margin-left: 15px;
	}
	
	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }

	/* Menu Skin */
	
	.sf-menu { 
		float: right;
		/*width: 100%;*/
		padding-top: 35px;
		margin-top: 0px;
	} 
	
	.sf-menu a {
		display: block;
		padding: 10px 0px;
		font-size: 20px;
		font-family:"Helvetica W02 Light";
		color: #5e5e5e; 
		text-decoration: none;
		
	}
	
	.sf-menu > li > a span {
		padding-top: 48px;
		padding-right: 16px;
		padding-left: 16px;
		border-right: 1px solid #899e47;
}

	.sf-menu li.dropdown a { padding: 10px 0; }
	.sf-menu li:last-child > a { border-bottom: none; }
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		padding: 6px 0 0px 0;
		border: none;
		color: #aaa;
		font-size: 20px;
	}
	
	.sf-menu > li a i { margin-right: 5px; }
	
	.sf-menu > li.current > a,
	.sf-menu li.sfHover > a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover {
		color: #000;
		text-decoration: none;	
	}
	
	.sf-menu > li.current > a span,
	.sf-menu > li.current > a:hover span {
		color: #899e47;
		font-family:"Helvetica W02 Roman";
	}
	.sf-menu > li.last > a span {
	padding-top: 48px;
	padding-right: 0px;
	padding-left: 16px;
	border-right: 0;
}	
	/**
 	 * 1. allow long menu items to determine submenu width
 	 */
	
	.sf-menu li.dropdown ul {
		min-width: 180px; /* 1 */
		border: 1px solid rgba(0, 0, 0, 0.1);	
		background-color: #fff;			
	}

	.sf-menu > li.dropdown > ul { border-radius: 7px; }
	
	.sf-menu > li.dropdown ul li a:hover { color: #aaaaaa; }
	
	.sf-menu > li.dropdown ul li a:before {
		position: relative;
		top: -1px;
		margin-right: 15px;
		font-family: 'iconfontcustom';
		font-size: 7px;
		content: "";
	}	
		
	/* Mobile Menu  */
			
	#mobile-menu {
		z-index: 20;
		border-bottom: 1px solid #efefef;
		margin-bottom: 0;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { margin-left: 0; }

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #efefef;
		color: #333;
		font-size: 13px;
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 70px;
		border-left: 1px solid #efefef;
		color: #333;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { 
		background-color: #aaaaaa;
		color: #fff;
	}
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }
	
	/* Mobile menu trigger  */
				
	#mobile-menu-trigger { 
		float: right;
		display: none;
		margin-top: 17px;  
		color: #aaaaaa;
		font-size: 32px;
	}				

.fullwidthline {
	position: relative;
	width: 100%;
	height: 30px;
    overflow: hidden;
    padding: 0;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('../../_layout/images/line.png');
	background-repeat:repeat-x;
	z-index: auto;
}
	
/* #Content
   ========================================================================== */
   		
	#content { 
		height: 500px;
		display: table;
		max-width: 100%;
		margin-left:auto;
		margin-right:auto;
	}
	#contact-bg {
		display: block!important;
		width: 100%;
		height:500px;
		background: url(../images/contact-bg.png) repeat-x right top;}

	}

	/* Page Header */
	
	#page-header {
		padding: 35px 0;
		border-top: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
		margin-bottom: 100px;
	}
	
	#page-header h3 {
		padding-top: 10px;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	#page-header i {
		float: left;
		padding: 10px;
		border-radius: 10px;
		margin-right: 25px;
		background-color: #aaaaaa;
		color: #fff;
		font-size: 25px;
	}
			
/* #Footer
   ========================================================================== */		
		
	#footer img{
	padding:2.5px;
	}

	#footer-bottom-right {
		max-width: 1200px;
		margin-top: 10px;
		padding: 0px 0;
		float: right;
		background-color: #fff; 
	}
	#footer-bottom-right p{
	float:left;
	text-align: right;
	padding-right: 10px;
	margin-top:5px;
	font-size: 14px;
	line-height:17px;
	}
	
	#footer-bottom-left {
		max-width: 1200px;
		margin-top: 10px;
		padding: 0px 0;
		float: left;
		background-color: #fff; 
	}
	#footer-bottom-left p{
	float:left;
	text-align: left;
	padding-right: 10px;
	margin-top:5px;
	font-size: 14px;
	line-height:17px;
	}


   
/* #Page 404
   ========================================================================== */
 	
	h1.error {
		margin-top: 100px;
		margin-bottom: 0;
		color: #8e71b5;
		font-size: 172px;
		line-height: 172px;
		
		text-align: center;
	}
	
	h2.error {
		margin-bottom: 100px;
		font-size: 30px;
		
		text-align: center;
		text-transform: uppercase;
	}
	
/* ==========================================================================
   #Responsive
   ========================================================================== */

/* #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 979px) {
		.sy-controls { display: none; }
		.sy-controls hover{ display: none; }
		.contact.img {
		display:none;}
			
		.text {
		font-size: 30px;
		}
  
		.text.index {
		max-width: 690px;
		min-height: 225px;
		position: absolute;
		top: 35%;
}
		
		#header { padding-bottom: 30px; }
		
		#menu { display: none; }
		
		#mobile-menu-trigger { 
			display: block;
			margin-right: 10px;
		}
		
		.process.wrapper {
		margin-top: 10%;
		max-width:768px;
		margin-left:auto;
		margin-right:auto;
		}
		
	}
	
/* #Mobile (Portrait and Landscape )
   ========================================================================== */
	
	@media (max-width: 767px) {
		.sy-controls { display: none!important; }
		.sy-controls hover{ display: none; }
		body { 
			background: none; 
			background-color: #fff; 
		}
		
		.item {
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		padding-left: 20%;
		padding-bottom: 40px;
		padding-top: 30px;
		background: url(../images/line-sm.png) no-repeat center bottom;
		}
		
		#wrap { border-top: 5px solid #aaaaaa; }
		
		#header-top { display: none; }
		
		#header { padding-bottom: 30px; }	
		
		#logo {}
		
		#menu { display: none; }
		
		#mobile-menu-trigger { 
			position: absolute;
			top: 7px;
			right: 10px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}
		
		#footer-bottom-left p{
		font-size: 12px;}
		#footer-bottom-right p{
		font-size: 12px;}
		.row { padding: 0 40px; }
		
		.row .row { 
			width: auto; 
			padding: 0; 
			margin: 0; 
		}
		
		p.last, 
		h1.last, 
		h2.last, 
		h3.last, 
		h4.last, 
		h5.last, 
		address.last, 
		ul.last, 
		ol.last { margin-bottom: 20px; }
		
		.text-right{ text-align: left; }
		
		.process h1{
		font-family:"Helvetica W02 Light";
		font-size: 30px;
		color: #899e47;}
	
		.process h2{
		font-family:"Helvetica W02 Light";
		font-size: 20px;
		color: #899e47;
		}

		.process h4{
		font-family:"Helvetica W02 Roman";
		font-size: 10px;
		color: #899e47;
		}
	
		.process.text {
		font-family:"Helvetica W02 Light";
		font-size: 20px;
		text-align: left;
		position:absolute;
		top:20%;
		margin-left:10px;
		}	

		.text {
		font-size: 30px;
		}
  
  
		.text.index {
		max-width: 690px;
		min-height: 225px;
		position: absolute;
		top: 35%;
		}	
		
		.process.wrapper {
		margin-top: 10%;
		max-width:767px;
		margin-left:auto;
		margin-right:auto;
		}

		.contact.img {
		display:none;}
		.contact.wrapper {
		padding-top: 30%;
		.item {
		padding-left: 30%;
		}
		/* Page 404 */
		
		h1.error { 
			font-size: 100px;
			line-height: 100px;
		}

	}
	
/* #Mobile ( Landscape )
  ========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.sy-controls { display: none; }
		.sy-controls hover{ display: none; }
		.row { padding: 0 40px; }
		#footer-bottom-left p{
		font-size: 12px;}
		#footer-bottom-right p{
		font-size: 12px;}
		#mobile-menu-trigger { right: 30px; }
		.content.contact img {
		display:none;}
			
		.text {
		font-size: 3`0px;
		}
  
		.text.index {
		max-width: 480px;
		min-height: 225px;
		position: absolute;
		top: 35%;
		float: left;
		margin-left:auto;
		margin-right:auto;
		}
		
		.process.wrapper {
		margin-top: 10%;
		max-width:768px;
		float: left;
		margin-left:auto;
		margin-right:auto;
		}
		
		.contact.img {
		display:none;}
		}
		
		.contact.wrapper {
		padding-top: 30%;
		}