html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8 url(images/overlay.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}

h1, h2, h3 {
	margin: 0 0 10px 0;;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	color: #2D2D2D;
}

h2 {
	padding: 0px 0px 30px 0px;
	font-size: 2.50em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: rgba(0,0,0,.8);
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image2
	{
		display: 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;
	}

.image-map {box-shadow: 10px 10px 5px #888888; float: left!important; width: 95%; margin-top: 10px;}

hr {
	display: none;
}

/** WRAPPER */

#wrap {
	background: #FFF;
	margin: 0px 0px;
}

.cont {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#head-wrap
{
	background: url(images/img01.jpg) no-repeat left top;
	background-size: cover;
}

#head {
	position: relative;
	overflow: hidden;
	height: 400px;
}

#soc
{
	position: absolute;
	top: 4em;
	right: 0;
}

/** LOGO */

#lg {
	position: absolute;
	top: 3em;
	left: 0;
}

#lg h1, #lg p {
	margin: 0;
	padding: 0;
}

#lg h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.5em;
	color: #FFF;
}

#lg p {
	padding: 0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFF;
}

#lg p a {
	color: #FFF;
}

#lg a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFF;
}

/** MENU */

#mn {
	overflow: hidden;
	background: #4b5d61;
}

#mn ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#mn li {
	display: inline-block;
}

#mn a {
	display: block;
	padding: 0px 60px 0px 60px;
	line-height: 70px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	border: none;
}

#mn a:hover, #mn .current_page_item a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#mn .current_page_item a {
}

#mn .last {
	border-right: none;
}

/** PAGE */

#pg {
	overflow: hidden;
	padding: 5em 0em;
}

	#pg img
	{
		margin-bottom: 1em;
	}

	#pg .ttl
	{
		margin-bottom: 2em;
	}

	#pg .ttl h2
	{
		font-size: 1.5em;
		font-weight: 400;
		color: rgba(0,0,0,0.8);
	}
	
	#pg .ttl .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}
	
#pg .col1
{
	width: 582px;
}

#pg .col1 ul li,
#pg .col1 ol li {
    line-height: 180%;
}

#pg .col1 ul ,
#pg .col1 ol  {
    padding-left: 20px;
}

#pg .col6
{
	width: 400px;
}

#pg .button
{
	margin-top: 1em;
}

/** CONTENT */

#cnt {
	float: left;
	width: 800px;
	padding-right: 50px;
	border-right: 1px solid #E6E7DC;
}

#cnt .post-title
{
	margin-bottom: 2em;
}

#cnt .post-title h2
{
	margin: 0;
	padding: 0;
}


#cnt .post
{
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 4em;
}

#sidebar1 h2,
#sidebar2 h2
{
	font-size: 1.5em;
	font-weight: 400;
}

/** SIDEBAR 2 */

#sidebar2 {
	float: right;
	width: 250px;
}

/* Footer */

#foot {
	overflow: hidden;
	padding: 20px 0px;
}

#foot p {
	margin: 0;
    text-align: center;
	color: rgba(0,0,0,0.7);
}

#foot a {
		color: rgba(0,0,0,0.7);
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portf-wrap
	{
		overflow: hidden;
		padding: 2em 0em;
		background: rgba(0,0,0,.02);
		background-image: url(images/triangular.png);
		opacity: 0.7;
		background-repeat: repeat;
		border-top: 1px solid rgba(0,0,0,.05);
	}
	
	#portf
	{
		text-align: center;
	}
	
	
	#portf .icon
	{
		display: inline-block;
		margin-bottom: 1em;
		font-size: 2em;
		color: #699bc0;
	}

	#portf .bx
	{
		color: rgba(0,0,0,0.5);
	}
	
	#portf h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#portf .ttl
	{
	}

	#portf .ttl h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#portf .ttl .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

	.col1,
	.col2,
	.col3,
	.col4
	{
		width: 282px;
	}
	
	.col1,
	.col2,
	.col3
	
	{
		float: left;
		margin-right: 24px;
	}
	
	.col4,
	.col5
	{
		float: right;
	}

.col5 {width: 400px;}
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.ttl
	{
		margin-bottom: 3em;
	}
	
	.ttl h2
	{
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.ttl .byline
	{
		padding-top: 0.50em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0em 1em;
		background: #699bc0;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}
	
.popup { width:350px; display:none; background: rgba(75,93,97,0.8); position:absolute; margin:0px 0px 0px -60px; z-index: 9999}
.popup ul { margin:0!important; padding: 15px!important;}
.popup ul li { margin:0!important; font-size:13px;}
.popup ul li a {display: block;
	padding: 0px!important;
	line-height: 30px!important;
	letter-spacing: 0.5px!important;
	font-size: 12px!important;
	color: rgba(255,255,255,1)!important;
	border: none;}
.popup ul li a:hover {text-decoration: underline!important;}

.popup2 { width:350px; display:none; background: rgba(75,93,97,0.8); position:absolute; margin:0px 0px 0px -75px;z-index: 9999}
.popup2 ul { margin:0!important; padding: 15px!important;}
.popup2 ul li { margin:0!important; font-size:13px;}
.popup2 ul li a {display: block;
	padding: 0px!important;
	line-height: 30px!important;
	letter-spacing: 0.5px!important;
	font-size: 12px!important;
	color: rgba(255,255,255,1)!important;
	border: none;}
.popup2 ul li a:hover {text-decoration: underline!important;}