	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #333;
		font-family: 'Pontano Sans', sans-serif;
		font-size: 12pt;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-size: 300;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 1200px;
	}
	
	.cleafix {
		clear: both;
	}

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .button
			{
				font-size: 1.4em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(0,0,0,0.1);
				width: 100%;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.10);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Pontano Sans', sans-serif;
				font-size: 1.2em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

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

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1.5em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #F3CD52;
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		color: #333;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 0em;
		padding: 0.70em 1.5em 0.70em 1.5em;
		background: #F3CD52;
		letter-spacing: 0.10em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em !important;
		color: #333;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
		padding: 0.9em 2em;
		background: #67128F;
		border-radius: 5px;
		line-height: 1.8em;
		font-size: 1em;
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
	}
	
	.title h2
	{
		font-size: 2em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		letter-spacing: 0.10em;
		font-weight: 400;
		font-size: 1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		background: #F3CD52;
	}

	#header
	{
		overflow: hidden;
	}
	
	.top-strip {
		
		background: #333;
		position: relative;
		text-align:right;
	}
	
	.address {
    	overflow:hidden;
		padding-bottom:10px;
		padding-top:10px;
	}
	.address ul {
		padding: 0px;
		list-style: none;
		margin:0px;
	}
	.address ul li {
		display: inline-block;
		margin: 0px 15px 0px 0px;
		    color: rgba(255,255,255,.6);
		vertical-align: top;
		font-size: 14px;
	}
	.address ul li span {
		display: inline-block;
		background: #F3CD52;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #333;
		margin-right:10px;
	}
	
	.address ul li a {
		font-size: 14px;
		font-weight: 500;
		color: rgba(255,255,255,.6);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		text-decoration:none;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 0em 0em 1em 0em;
		text-align: center;
	}
	
	#logo h1
	{
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #333;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(0,0,0,0.5);
	}

	#logo span a
	{
		color: rgba(0,0,0,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	}
	
	#menu ul
	{
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		margin-left: 0.50em;
		padding: 3em 1.5em 1em 1.5em;
		letter-spacing: 0.10em;
		text-decoration: none;
		font-size: 0.90em;
		text-transform: uppercase;
		outline: 0;
		color: #333;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background: #333;
		border-bottom: 4px solid #000;
		color:#FFFFFF;
	}
	
	#menu .current_page_item a
	{
		background: #333;
		border-bottom: 4px solid #000;
		color: #FFF;
	}
	span.menu {
    display: none;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
	}
	
	#banner .heading
	{
		padding: 25px 0em;
		text-align: left;
		font-weight: 300;
		float:right;
		width:35%;
	}

	#banner .heading h2
	{
		padding-bottom: 0.2em;
		font-weight: 600;
		font-size: 2.0em;
		color: #000;
	}
	#banner .heading h3
	{
		padding-bottom: 0.5em;
		font-weight: 600;
		font-size: 1.5em;
		color: #000;
	}
	
	#banner .heading p
	{
		font-size: 1em;
		color: #000;
		font-weight: 400;
	}
	
	#banner 
	{
		overflow: hidden;
		width:1140px;
		padding: 1em 0em;
		border-top: 30px solid rgba(255,255,255,.4);
		border-left: 30px solid rgba(255,255,255,.4);
		border-right: 30px solid rgba(255,255,255,.4);
		background: url(images/img02.jpg) no-repeat;
		background-size: 100% 100%;
	}
	
	#banner img
	{
	}
	
	#banner .button
	{
		background: #F3CD52;
		font-size: 1.3em;
		color: #333;
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #242424;
	}

	#wrapper2
	{
	}

	#wrapper3
	{
		overflow: hidden;
		padding: 0em 0em 3em 0em;
		background-color:#F3CD52;
	}
	
	#wrapper4
	{
		overflow: hidden;
		padding: 4em 0em 4em 0em;
	}

/*** .sidebar ************************/
.sidebar {
	overflow:hidden;
	background-color:rgba(255,255,255,.4);
	
	border-bottom:#333 solid 2px;
	padding-bottom:5px;
	margin-bottom:15px;
	float:left;
	width:250px;
}
.sidebar .heading {
 	background-color:#333;
	padding:10px;
	color:#FFFFFF;
}
.sidebar .heading h2 {
	padding:10px;
	color:#FFFFFF;
	margin:0px;
	font-size:18px;
	font-weight:700;
}
.sidebar .info {
	margin-bottom:15px;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
}
.sidebar .info ul {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    list-style: none;
}
.sidebar .info ul li {
    padding-left: 25px;
    background: url(images/bullet.png) no-repeat left center;
    margin-bottom: 5px;
    margin-top: 5px;
	font-size:14px;
}
.sidebar .info ul li a {
    text-decoration:none;
	color:#000000;
}
.sidebar .info ul li a:hover {
    text-decoration:none;
	color:#F3CD52;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/
	
	#welcome
	{
		overflow: hidden;
		width: 830px;
		text-align: left;
		color: rgba(255,255,255,0.5);
		float:right;
	}
	
	#welcome .title h2
	{
	}
	
	#welcome .content
	{
		padding: 0em 8em;
	}
	
	#welcome .title h2
	{
		color: rgba(0,0,0,1);
		font-size:25px;
		font-weight:700;
	}
	#welcome p
	{
		line-height:140%; 
		font-size:15px;
		color: rgba(0,0,0,1);	
	}
	#welcome h4
	{
		color: rgba(0,0,0,1);
		font-size:17px;
		font-weight:600;
		margin-bottom:10px;
	}
	#welcome h5
	{
		color: rgba(0,0,0,1);
		font-size:17px;
		font-weight:600;
		margin-bottom:10px;
		margin-rop:10px;
	}
	#welcome ul
	{
		display:block;
		margin-left:20px;
	    list-style-type: disc;
	}
	#welcome ul li
	{
		padding-left:5px;
		color: rgba(0,0,0,1);
		margin-top:5px;
		margin-bottom:5px;
		font-size:15px;
	}
	#welcome a,
	#welcome strong
	{
		color: #000;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	.content
	{
		overflow: hidden;
		width: 1120px;
		padding: 2em 20px 0em 20px;
		margin:auto;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}

	
	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}
	header span.byline
	{
		margin-top:20px;
		display:block;
	}


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

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.12em;
		text-align: center;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 4em 0em 8em 0em;
		text-align: center;
	}
	
	#newsletter .title
	{
		margin-bottom: 4em;
	}
	
	#newsletter .title h2
	{
		color: rgba(255,255,255,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
		padding: 4em 0em;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	
	#portfolio .box
	{
		text-align: center;
		color: rgba(255,255,255,0.5);
	}
	
	#portfolio h3
	{
		display: block;
		margin-bottom: 1em;
		font-size: 1.4em;
		font-weight: 300;
		color: rgba(255,255,255,0.8);
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		letter-spacing: 0.10em;
		font-size: 2.5em;
		font-weight: 300;
		color: rgba(255,255,255,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
		overflow: hidden;
		text-align: center;
		color: rgba(255,255,255,.6);
	}
	
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
		float: left;
		width: 320px;
		padding: 60px 40px 40px 40px;
	}
	
	#three-column .title
	{
		letter-spacing: 0.10em;
		text-align: center;
		margin-bottom:10px;
	}
	
	#three-column .title h2
	{
		font-size: 1.50em;
		font-weight: 300;
	}
	#three-column  img
	{
		max-width:100%;
		height:auto;
	}
	#three-column  p
	{
		margin-top:10px;
		line-height:22px;
	}
	#three-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#three-column .arrow-down
	{
		border-top-color: #292929;
	}

@media(max-width:768px){

.container {
    margin: 0px auto;
    width: 300px;
}
.top-strip {
    position: relative;
    text-align: center;
}

address ul {
    text-align:center;
}
.address ul li {
    display: block;
    margin: 0px auto;
    color: rgba(255,255,255,.6);
    vertical-align: top;
    font-size: 14px;
}
#welcome {
    width: auto;
}
span.menu{
     display:block;
     cursor:pointer;
	 text-align:center;
	 width:8%;
	 margin:0 auto;
}
ul.res{
	 display:none;
	 padding:0px;
}
#menu{
	 float:none;
	 width:100%;
}
#menu li a, #menu li span
	{
		display: inline-block;
		margin-left: 0;
		padding: 3em 1.5em 1em 1.5em;
		letter-spacing: 0.10em;
		text-decoration: none;
		font-size: 0.90em;
		text-transform: uppercase;
		outline: 0;
		color: #333;
	}
#menu ul.res li.current_page_item a {
    background: #00CC66;
    border-bottom: 0px solid #000;
    color: #FFF;
}
#menu .current_page_item a:hover {
    background-color:#00CC66;
    border-bottom: 0px solid #000;
    color: #FFF;
}

#menu ul.res li a:hover,.navg ul.res li a.active,  {
	 color:#777;
	 border-bottom: 0px solid #000;
}
#menu ul.res li:hover a, #menu li.active a, #menu li.active span
	{
		border-bottom: 0px solid #000;
		background-color:#00CC66;
	}
	
#menu ul.res li a{
	
	width:90%;
	padding:10px 0px 10px 0px;
	color:#fff;
	background:#333;
	font-size: 13px;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
#menu ul.res li{
	display:block;
	text-align:center;
	margin:1px 0px;
	padding: 0;
}
#banner {
    overflow: hidden;
    width: 320px;
	height:150px;
    padding: 1em 0em;
    border-top: 0px solid rgba(255,255,255,.4);
    border-left: 0px solid rgba(255,255,255,.4);
    border-right: 0px solid rgba(255,255,255,.4);
    background: url(images/img02.jpg) no-repeat;
    background-size: 100% 100%;
}
#banner .heading {
    padding: 10px 7px;
    text-align: left;
    font-weight: 300;
    float: none;
    width: 95%;
	display:none;
}
#three-column #tbox1, #three-column #tbox2, #three-column #tbox3 {
	
    width: 280px;
    padding: 40px 10px 0px 10px;
}
#three-column p {
    margin-top: 10px;
    line-height: 22px;
}
.content {
    overflow: hidden;
    width: 290px;
    padding: 2em 10px 0em 10px;
    margin: auto;
}
.sidebar {
    overflow: hidden;
    background-color: rgba(255,255,255,.4);
    border-bottom: #333 solid 2px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    float: left;
    width: 290px;
}
}