	html, body
	{
		height: 100%;
		width: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #f4f5d0;
		font-family: 'Montserrat', sans-serif;
		font-size: 11pt;
		font-weight: 200;
		color: #656565;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 700;
		color: #2d3779;
	}
	
	h2.left_pos_top
	{
		position:absolute;
		left:15%;
		font-size:40px;
		font-size:2.7em;
	}

	h4.right_pos_top
	{
		position:absolute;
		font-size:25px;
	}

	p, ol, ul
	{
		margin-top: 0;
		font-weight: 700;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	ul.actions
	{
		text-align: center;
	}
		
		ul.actions li
		{
		}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		width: 1000px;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin-left: auto;
  		margin-right: auto;
		width: 80%;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: 80%;
	}

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

	ul.staff
	{
		margin-bottom: 3em;
	}

	ul.staff li
	{
		display: inline-block;
	}
	
	ul.staff li img
	{
		width: 80%;
		border-radius: 50%;
	}


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

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	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: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }
	

/*********************************************************************************/
/* Arrow Style                                                                  */
/*********************************************************************************/

[class^=arr-]{  /* Arrows @RCB */
  border:       solid currentColor;
  border-width: 0 .2em .2em 0;
  display:      inline-block;
  padding:      .20em;
}
.arr-right {transform:rotate(-45deg);}
.arr-left  {transform:rotate(135deg);}
.arr-up    {transform:rotate(-135deg);}
.arr-down  {transform:rotate(45deg);}



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

	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #79C255;
		border-radius: 8px;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		text-transform: uppercase;
		font-size: 2.7em;
	}
	
	.title .byline
	{
		font-size: 1.7em;
		color: #6F6F6F;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 235px;
	}
	
	.box1,
	.box2,
	.box3,
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		float: right;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC
	{
		width: 320px;
	}

	.boxA,
	.boxB
	{
		float: left;
		margin-right: 20px;
	}
	
	.boxC
	{
		float: right;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}
	
	#wrapper
	{
		background: #FFF;
	}

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

	#header
	{
		position: relative;
		padding: 4em 0em;
	}

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

	#logo
	{
	position: absolute;
	top: 30px;
	left: 2%;
	}
	
	#logo h1
	{
		color: #79C255;
	}
	
	#logo a
	{
		text-decoration: none;
		text-transform: uppercase;
		color: #79C255;
	}

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

	#menu
	{
		position: relative;
		top: 4.5em;
		background:#ec920c;
		padding:12px 0px 0px 7px;
	}
	
	#menu ul
	{
		display: inline-block;
		
	}
	
	#menu li
	{
		display: inline-block;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		padding: 12px 10px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #fff;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		border: 2px solid #710e0d;
		color: #fff;
		background: #710e0d;
	}
	
	#menu .current_page_item a
	{
		border: 2px solid #710e0d;
		background: #710e0d;
		border-radius: 0px;
		padding:12px 10px;
		color: #FFF;
	}
	
	#menu .icon
	{
	}
	
	.mail
	{
	float:right;
	margin-right: 5%;
    margin-top: -8px;
	}
	
	ul.mail li
	{
	display:block
	}
	
	ul.mail
	{
		list-style: none;
	}
	
	ul.mail li
	{
		display: block;
		padding: 0.5em 0.5em;
		font-size: 1em;
		color:#710e0d;
	}
	
	ul.mail li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.mail li a
	{
		color: #710e0d;
        text-decoration: none;
	}
	
	ul.mail li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 10px;
		border-radius: 10px;
		text-align: center;
		color: #FFFFFF;
	}

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

	#banner
	{
		overflow: hidden;
		padding: 10em 0em;
		background: url(images/banner.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		color: rgba(255,255,255,.8);
	}

	#banner .title
	{
		margin-bottom: 1em;
		text-transform: uppercase !important;
	}

	#banner .title h2
	{
		color: #FFF;
	}

	#banner .title .byline
	{
		color: rgba(255,255,255,.6);
	}
	
	#banner .button
	{
		margin-top: 3em;
		background: #589937 !important;
	}
	
	.footer ul li
	{
	display:inline-block;
	width:100%;
	padding:5px 0px;
	}
	.footer ul li a
	{
	text-align:left;
	float:left;
	text-decoration:none;
	color:#656565;
	}
	
	.footer ul li a:before
	{
	content:"\00bb  ";
    position: relative;
	font-size:16px;
	color:#fff;
    opacity: 0;
    left: -20px;
    -webkit-transition: all 1s;
    transition: all 1s;
	}
	
	.footer ul li a:hover:before {
    opacity: 1;
    left: 0px;
}
	
	.footer a
	{
	color:#656565;
	text-decoration:none;
	}
	
	.footer h2
	{
	font-size:1.5em;
	}

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

	#page,#page1
	{
		padding: ;
		text-align: center;
	}
	
	#page .button,#page1 .button
	{
		margin-top: 2em;
		display: inline-block;
		text-align: center;
	}

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

	#content
	{
	}

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

	#sidebar
	{
	}

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

	#footer
	{
	}

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

	#copyright
	{
		overflow: hidden;
		padding: 1em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		color:#fff;
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.5);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}
    
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured,#featured1
	{
		overflow: hidden;
		padding: 2em 0em;
		background: #bb7b1b;
		color: rgba(255,255,255,.8);
		text-align: center;
	}

	#featured a,#featured1 a
	{
		color: rgba(255,255,255,1);
	}
	
	#featured .button,#featured1 .button
	{
		background: #FFF;
		margin-top: 3em;
		font-size: 1em;
		color: #79C255;
	}

	#featured .title,#featured1 .title
	{
	}

	#featured .title h2,#featured1 .title h2
	{
		color: #FFF;
	}

	#featured .title .byline,#featured1 .title .byline
	{
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box
{
	padding: 3em 2em 2em 2em;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	text-align: center;
	border: 2px solid #520e0d;
    outline: 1px dashed #fcb040;
    outline-offset: -20px;
    background: #fff;
    color: #000;
}


	#extra
	{
		overflow: hidden;
		padding: 2em 0em;
	}
	
	#extra .title
	{
		text-align: center;
	}
	
	#extra .button
	{
		margin-top: 5em;
	}
	
	#extra .fa
	{
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 3em;
	}
	
	.gallery
	{
		overflow: hidden;
		margin-bottom: 3em;
	}
	
	
	.sss{width:60%; float:left;}
	.ccc{width:30%; float:left; padding-left:30px;}
	
	
	
	@media (max-width: 500px) {
	
#header > div {
    width: 100%;
    float: left!important;
    padding: 0px!important;
    margin-top: -47px;
}

#menu {
    position: absolute;
    right: 0;
    top: 4.5em;
	margin-top:40px!important;}
	
	#menu li a, #menu li span {
    color: #2b3f48;
    font-size: 7px!important;
    padding: 1em 2px;
    text-decoration: none;
    text-transform: uppercase;
	letter-spacing:0px!important
}

.container {
    width: 300px!important;
}


.boxC
	{
		float: left!important;
	}
	
	
	
	.sss{width:100%!important; float:left;}
	.ccc{width:100%!important; float:left; padding-left:-30px!important;}
	.ccc > img { margin-left: -50px!important;
}

#logo img {
    width: 100%!important;
}

.boxA, .boxB, .boxC 
{ width:293px!important;}
}


.text-center 
{
text-align:center;
}