@charset utf-8;
/*--
	Theme Name: WordPress Theme Number
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

.nivo-caption-inner {
	display: block;
	}

/* General
---------------------------------------- */
html,
body {
	min-width: 1148px;
	}
	
body {
	background: url(http://cedoc.unl.pt/wp-content/uploads/2014/08/fundosite2.jpg) no-repeat fixed center;
	position: relative;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	color: #000000;
}

#main {
	font-size:.75em;
}


dl {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}

	dl dt {
		font-weight: bold;
		color: #75abb7;
	}
	
	dl dd {
		margin: 0;
		padding: 0 0 18px 0;
	}




/* Header
---------------------------------------- */

#header {
	position: relative;
	height: 84px;
	padding: 31px 0 0 0;
	z-index: 99;
}

	#header .container {
		background: url(images/header.gif) repeat-x 0% 0%;
		position: relative;
		width: 1136px;
		height: 81px;
		margin: 0 auto;
		border: 0px solid #fff;
	}
	
	#header #searchform {
		position: absolute;
		top: 7px;
		right: 20px;
	}

.logo {
	position: absolute;
	top: 5px;
	left: 20px;
}

/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.top-box {
		background:#eee;
		border:1px solid #dbdbdb;
		padding:20px;
		margin-bottom:20px;
		overflow:hidden;
		zoom:1;
		position:relative;
		min-height:80px;
		}
	.box-button {
		float:right;
		background:#dbdbdb;
		font-size:21px;
		color:#fff;
		text-decoration:none;
		padding:10px;
		position:absolute;
		right:30px;
		top:50%;
		margin-top:-25px;
		}
	.box-text {
		float:left;
		width:75%;
		}



/* Slider
---------------------------------------- */

#slider-wrapper {
	position: relative;
	width: 100%;
	height:390px;
	overflow: hidden;
}

	#slider-wrapper .container {
		background: #f6f7fa;
		width: 1136px;
		height: 390px;
		overflow: hidden;
		margin: 0 auto;
		border: 0px solid #fff;
	}
	
#slider {
	background: url(images/loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 1136px;
	height: 529px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	background: none;
	width: 510px;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	position: absolute;
	top: 42px;
	left: 91px;
	z-index: 89;
	opacity: 0.8; /* Overridden by captionOpacity setting */
}

	.nivo-caption p {
		padding: 0 150px 34px 7px;
		line-height: 18px;
		font-size: 12px;
		color: #000000;
	}

.slider-button {
	background: url(images/slider-button.png) no-repeat 0% 0%;
	display: block !important;
	width: 140px;
	height: 44px;
	padding: 0 24px 0 0;
	overflow: hidden;
	letter-spacing: -1px;
	line-height: 40px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #016a62;
	margin-top: -20px;
}

	.slider-button:hover {
		color: #75abb7;
	}

.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 1136px;
	height: 22px;
	text-align: center;
	position: absolute;
	top: 478px;
	left: 0;
}
.nivo-controlNav a {
	background: url(images/pagination.png) no-repeat 0% 0%;
	display: inline-block !important;
	position: relative;
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin: 0 10px;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position: 0% -22px;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:45%;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:15px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position: absolute;
	top: 29px;
	right: 20px;
	z-index: 2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	width: 184px; /* left offset of submenus need to match (see below) */
	border-top: 1px solid #fff;
	position: absolute;
	top: -999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	0;
	top: 28px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float: right;
}
.sf-menu a {
	text-decoration: none;
	color: #8e90a3;
}

.sf-menu li {
	background: none;
	margin: 0 0 0 24px;
}

	.sf-menu li a {
		line-height: 1.2em;
		letter-spacing: -1px;
		font-family: 'Maven Pro', sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		color: #8e90a3;
	}

.sf-menu li li {
	background: none;
	margin: 0;
}

	.sf-menu li li a {
		background: #ecedf3 url(images/menu.png) no-repeat 9px 0%;
		height: 25px;
		padding: 0 0 0 20px;
		overflow: hidden;
		line-height: 24px;
		letter-spacing: normal;
		border: 1px solid #fff;
		border-top: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		text-decoration: none;
		color: #8e90a3;
	}

.sf-menu li li li {
	background: none;
	margin: 0;
}

	.sf-menu li li li a {
		background: #ecedf3 url(images/menu.png) no-repeat 9px 0%;
		height: 25px;
		padding: 0 0 0 20px;
		overflow: hidden;
		line-height: 24px;
		letter-spacing: normal;
		border: 1px solid #fff;
		border-top: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		text-decoration: none;
		color: #8e90a3;
	}

.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	color: #75abb7;
	outline: 0;
}

.sf-menu li li:hover > a, .sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
	background-position: 9px -25px;
	background-color: #568acf;
	color: #fbfcfc;
	outline: 0;
}

.sf-menu li li li:hover > a, .sf-menu li li li.sfHover > a,
.sf-menu li li li > a:focus, .sf-menu li li li > a:hover, .sf-menu li li li > a:active, .sf-menu li li li.current-menu-item > a {
	background-position: 9px -25px;
	background-color: #568acf;
	color: #fbfcfc;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}


#before-content {
	width: 100%;
	padding: 0 0 0px 0;
	overflow: hidden;
}

	#before-content .container {
		background: #f9fafb url(images/background.jpg) no-repeat 50% 0%;
		width: 1136px;
		margin: 0 auto;
		padding: 0px 0 0px 0;
		border: 0px solid #fff;
	}


/* Content
---------------------------------------- */

.primary_content_wrap {
	position: relative;
	width: 100%;
	padding: 0 0 1px 0;
	overflow: hidden;
	z-index: 1;
}

	.primary_content_wrap .container {
		background: #f7f8f8 url(images/content.gif) repeat-x 50% 0%;
		width: 1136px;
		margin: 0 auto;
		padding: 40px 0 40px 0;
		border: 0px solid #fff;
	}
	
	.primary_content_wrap ul {
		margin: 0;
		padding: 0 0 18px 0;
		list-style: none;
	}
	
		.primary_content_wrap ul li {
			background: url(images/line.gif) repeat-x 0% 0%;
			margin: 0;
			padding: 2px 0;
			list-style: none;
			line-height: 18px;
			font-size: 12px;
			color: #016a62;
		}
		
		.primary_content_wrap ul li:first-child {
			background: none;
		}
		
			.primary_content_wrap ul li a {
				background: url(images/marker.png) no-repeat 0% 4px;
				margin: 0 0 0 0px;
				padding: 0 0 0 0px;
				text-decoration: none;
				color: #016a62;
			}
			
				.primary_content_wrap ul li a:hover {
					color: #75abb7;
				}
	
#content {
	float: left;
}

#content.left {
	float:right !important;
	}
	#content .indent {
		padding:0 0px 0 0;
		}




/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	

	li.comment {
		background: none !important;
		padding: 0 !important;
		line-height: 18px !important;
		font-size: 12px !important;
		color: #848484 !important;
		list-style-type:none;
		overflow:hidden;
	}
	
		.commentlist li ul {
			padding: 0;
		}
		
		li.comment .comment-body {
				padding:10px 10px 25px 60px;
				position:relative;
				zoom:1;
				background:#fff;
				border:1px solid #e5e5e5;
				margin-bottom:20px;
				}
		.author-comment {
			
		}
		
		.comment-author {
			padding: 8px 0 8px 0;
			line-height: 18px;
			font-size: 12px;
			font-weight: bold;
			color: #75abb7;
		}
		
			.comment-author cite {
				font-style: normal;
				text-transform: capitalize;
			}
		
		.comment-text {
			
		}
		
		.comment-meta {
			line-height: 18px;
			font-size: 11px;
			color: #016a62;
			position: absolute;
			top: 18px;
			right: 20px;
		}
		
			.comment-meta a {
				background: none !important;
				margin: 0 !important;
				padding: 0 !important;
				text-decoration: none !important;
				color: #016a62 !important;
			}
			
				.comment-meta a:hover {
					text-decoration: underline !important;
				}
		
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
				
				.reply {
					height: 26px;
					overflow: hidden;
					position: absolute;
					right: 20px;
					bottom: 10px;
				}
				
					.reply a {
						background: #016a62 !important;
						display: inline-block !important;
						height: 26px !important;
						overflow: hidden !important;
						padding: 0 14px !important;
						line-height: 26px !important;
						text-decoration: none !important;
						color: #fff !important;
						border-radius: 12px;
						-moz-border-radius: 12px;
						-webkit-border-radius: 12px;
					}
					
					.reply a:hover {
						background: #75abb7 !important;
					}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


article {
	margin-bottom:35px;
	width:100%;
	position:relative;
	clear:both;
	}

/* Post header */
article header h2 {
	margin-bottom:.5em;
	}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */

.featured-thumbnail {
	float: left;
}

	.featured-thumbnail img {
		background: #fff;
		float: left;
		margin: 6px 20px 18px 0;
		padding: 1px;
		border: 0px solid #f5f5f9;
	}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:none;
		}
	.featured-thumbnail.large img {
		width:100%;
		height:auto;
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:url(images/magnify.png) no-repeat 50% 50%;
		display:block;
		float:left;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}

/* Post content */
.post-content {
	
}

	.post-content .excerpt {
		padding: 0 0 18px 0;
		line-height: 18px;
		font-size: 12px;
		color: #000000;
	}

/* Post footer */
article footer {
	clear:both;
	padding:5px 0 0 0;
	}
article.single-post footer {
	margin-top:20px;
	}
		

.post-meta {
	width: 100%;
	overflow: hidden;
	padding: 0 0 18px 0;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #75abb7;
}

	.post-meta a {
		color: #75abb7;
	}
	
p.gravatar {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */

.alignleft {
	background: #fff;
	float: left;
	margin: 0 20px 10px 0;
	padding: 1px;
	border: 0px solid #f5f6f9;
}

	.alignleft-1 {
		background: #fff;
		float: left;
		margin: 0 20px 0 0;
		padding: 1px;
		border: 0px solid #f5f6f9;
	}

.alignright {
	background: #fff;
	float: right;
	margin: 0 0 10px 20px;
	padding: 1px;
	border: 0px solid #f5f6f9;
}

	.alignright-1 {
		background: #fff;
		float: right;
		margin: 5px 0 0 20px;
		padding: 1px;
		border: 0px solid #f5f6f9;
	}

.aligncenter {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 1px;
	border: 0px solid #f5f6f9;
}

article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}



/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}



/* Author
---------------------------------------- */
#post-author {
	background: #fff;
	overflow:hidden;
	border: 1px solid #e5e5e5;
	padding: 15px 20px 20px 20px;
	margin-bottom:2em;
	}
	
	#post-author h3 {
		padding: 0 0 18px 0;
	}
	
#author-link {
	margin-top:1.5em;
}

	#author-link p {
		padding: 0;
		font-weight: bold;
	}

	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
		
#author-description {
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */

#recent-author-comments ul li a {
	background: none;
	padding: 0;
}

#recent-author-comments ul li i {
	display: none;
}

#recent-author-comments ul li b {
	font-weight: normal;
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */

#error404 {
	background: url(images/error.png) no-repeat 0% 14px;
	margin: -3px 0 0 0;
	padding: 0 0 48px 556px;
}

	#error404 p {
		padding: 0 100px 18px 5px;
	}
	
	#error404 #searchform {
		margin: -6px 0 0 4px;
	}

.error404-num {
	padding: 0 0 40px 0;
	letter-spacing: -5px;
	line-height: 1.2em;
	font-family: 'Maven Pro', sans-serif;
	font-size: 72px;
	font-weight: 700;
	color: #58c3e6;
}

	.error404-num b {
		display: block;
		margin: -6px 0 0 0;
		padding: 0 0 0 2px;
		letter-spacing: -2px;
		line-height: 1.2em;
		font-size: 32px;
		font-weight: 700;
		color: #9597a9;
	}



/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}

	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:2.5em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:300px;
			margin:0 21px 50px 0;
			position:relative;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				border:1px solid #e3e3e3;
				border:1px solid rgba(0, 0, 0, .1);
				height:160px;
				width:300px;
				position:relative;
				}
			#gallery .portfolio li span.image-border:before {
				-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(-4deg);
				-moz-transform: rotate(-4deg);
				-o-transform: rotate(-4deg);
				position: absolute;
				left: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";
			}
			#gallery .portfolio li span.image-border:after {
				-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(4deg);
				-moz-transform: rotate(4deg);
				-o-transform: rotate(4deg);
				position: absolute;
				right: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				padding:4px;
				border:1px solid #fff;
				overflow:hidden;
				width:290px;
				height:150px;
				position:relative;
				background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 .5em;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:5px;
				top:-152px;
				width:290px;
				height:150px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				cursor:pointer;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover .zoom-icon {
				top:5px;
				}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
		width:610px;
		height:310px;
		float:left;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:600px;
		height:300px;
		}
	#gallery.one_column .zoom-icon {
		top:-252px;
		width:600px;
		height:300px;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 40px;
			overflow:hidden;
			width:290px;
			line-height:1.5em;
			}
		#gallery.one_column header {
			margin-bottom:1.5em;
			}
		#gallery.one_column header h2 {
			margin-bottom:.1em;
			}
			#gallery.one_column header time {
				font-size:11px;
				color:#999;
				}
	#gallery.one_column .portfolio li .hr {
		margin:0 0 50px 0;
		}
	#gallery.one_column .portfolio li:first-child .hr {
		display:none;
		}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:450px;
	margin-right:45px;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width:450px;
		height:250px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:440px;
		height:240px;
		}
	#gallery.two_columns .zoom-icon {
		top:-252px;
		width:440px;
		height:240px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:210px;
	margin-right:33px;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:210px;
		height:130px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:200px;
		height:120px;
		}
	#gallery.four_columns .zoom-icon {
		top:-152px;
		width:200px;
		height:120px;
		}







/* Sidebar
---------------------------------------- */

#sidebar {
	float: left;
}

	#sidebar .indent {
		padding: 0 0 0 20px;
	}
	
	#sidebar .indent-1 {
		padding: 0 20px 0 0;
	}
	
	#sidebar ul {
		padding: 0;
	}
	
		#sidebar ul li ul {
			margin: 2px 0 -2px 0;
		}
	
			#sidebar ul li ul li {
				padding: 2px 0 2px 19px;
			}
			
				#sidebar ul li ul li:first-child {
					background: url(images/line.gif) repeat-x 0% 0%;
				}
				
				#sidebar ul li ul li a {
					display: inline-block;
				}
				
		#sidebar ul li i {
			display: none;
		}
		
		#sidebar ul li b {
			font-weight: normal;
		}
	
	#sidebar .textwidget {
		line-height: 18px;
		font-size: 12px;
		color: #000000;
	}
	
	.widget {
		margin-bottom: 30px;
	}
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#666;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}

/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		background:#fff;
		padding:1.5em;
		margin-bottom:2em;
		margin-right:5px;
		background:url(images/quotes.png) no-repeat 10px 10px #f3f3f3;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#333;
			}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding:15px 0 15px 30px;
			margin:0;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#888;
				display:block;
				}
			.testimonials div.testi_item blockquote a:hover {
				color:#333;
				}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}

/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}



/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #eee;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	line-height:1.4em;
	font-weight:normal;
	color:#87929f;
	margin-bottom:35px;
	}
	article.testimonial .testi-pic {
		position:absolute;
		left:20px;
		top:20px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #eee;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-size:1.83em;
	line-height:1.4em;
	font-style:italic;
	margin:0;
	position:relative;
	color:#87929F;
	}
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-pic {
			position:absolute;
			left:20px;
			top:20px;
			}
			.testi-pic img {
				padding:7px;
				background:#fff;
				border:1px solid #dbdbdb;
				}






/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}

















































#searchform {
	background: #fff;
	width: 298px;
	height: 26px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
}

	#searchform input[type="text"] {
		background: none;
		width: 239px;
		height: 20px;
		margin: 0;
		padding: 8px 8px 8px 8px;
		border: none;
		float: left;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #8e90a3;
	}
	
	#searchform input[type="submit"] {
		background: url(images/search-submit.gif) no-repeat 0% 0%;
		width: 43px;
		height: 36px;
		margin: 0;
		padding: 0;
		border: none;
		float: left;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #fff;
		cursor: pointer;
	}

	#sidebar #searchform {
		width: 198px;
	}
	
		#sidebar #searchform input[type="text"] {
			width: 139px;
		}

.latestpost {
	width: 100%;
	margin-left:55px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

	.latestpost li {
		float: left;
		width: 210px;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 50px;
		list-style: none;
		line-height: 18px;
		font-size: 12px;
		color: #acaebc;
	}
	
	.latestpost li:first-child {
		padding: 0;
	}

a.arrow {
	background: url(images/arrow.gif) no-repeat 0% 50%;
	display: inline-block;
	height: 15px;
	margin: 0 0 0 3px;
	padding: 0 8px 0 6px;
	vertical-align: text-bottom;
	text-decoration: none;
}

	a.arrow:hover {
		background-position: 100% 50%;
	}

div.image {
	width: 100%;
	padding: 0 0 26px 0;
	overflow: hidden;
}

	div.image img {
		background: #fff;
		float: left;
		padding: 1px;
		border: 0px solid #f5f6f9;
	}

div.image-1 {
	width: 100%;
	padding: 0 0 18px 0;
	overflow: hidden;
}

	div.image-1 img {
		background: #fff;
		float: left;
		margin: 0;
		padding: 1px;
		border: 0px solid #f5f6f9;
	}

.box-1 {
	width: 100%;
	padding: 0 0 64px 0;
	overflow: hidden;
}

	.box-1 h6 {
		padding: 0 0 23px 0;
	}
	
	.box-1 p {
		padding: 0 0 27px 0;
	}

div.link {
	width: 100%;
	overflow: hidden;
}

	div.link a {
		background: #016a62;
		position: relative;
		float: left;
		height: 26px;
		overflow: hidden;
		line-height: 26px;
		font-size: 12px;
		text-decoration: none;
		color: #fff;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	
		div.link a:hover {
			background-color: #75abb7;
		}
		
		div.link a span {
			background: url(images/link.gif) no-repeat 100% 50%;
			float: left;
			height: 26px;
			padding: 0 21px 0 14px;
		}

#recentcomments li i {
	display: none;
}

#recentcomments li a {
	background: none;
	padding: 0;
}

#recentcomments li b {
	font-weight: normal;
}

.privacy {
	padding: 2px 175px 0 0;
}

	.privacy h2 {
		padding: 0 0 20px 0;
	}
	
	.privacy p {
		padding: 0 0 14px 0;
	}
	
		.privacy p a {
			text-decoration: none;
		}
		
			.privacy p a:hover {
				text-decoration: underline;
			}

.map {
	background: #fff;
	width: 254px;
	height: 268px;
	overflow: hidden;
	margin: 5px 0 22px 0;
	padding: 1px;
	border: 10px solid #f5f6f9;
}

.contact-info {
	width: 100%;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}

	.contact-info small {
		float: right;
		padding: 0 40% 0 0;
		font-size: 12px;
	}
	
	.contact-info a {
		text-decoration: none;
	}
	
		.contact-info a:hover {
			text-decoration: underline;
		}
		
	.contact-info span {
		color: #30b7e1;
	}

ul.team {
	width: 100% !important;
	padding: 0 !important;
	overflow: hidden !important;
}

	ul.team li {
		background: none !important;
		width: 100% !important;
		padding: 0 0 44px 0;
		overflow: hidden !important;
		vertical-align: top !important;
		line-height: 18px !important;
		font-size: 12px !important;
		color: #000000 !important;
	}
	
		ul.team li a {
			background: none !important;
			margin: 0 !important;
			padding: 0 !important;
		}
	
		ul.team li .thumb-wrap {
			float: left !important;
			width: 158px !important;
			height: 171px !important;
			overflow: hidden !important;
			margin: 0 20px 0 0 !important;
		}
		
			ul.team li .thumb-wrap img {
				background: #fff !important;
				padding: 1px !important;
				border: 0px solid #f5f6f9 !important;
			}
			
		ul.team li h5 {
			letter-spacing: 0 !important;
			line-height: 18px !important;
			font-family: Arial, Helvetica, sans-serif !important;
			font-size: 12px !important;
			font-weight: bold !important;
			text-transform: none !important;
			color: #75abb7 !important;
		}
		
			ul.team li h5 a {
				text-decoration: none !important;
				color: #75abb7 !important;
			}
			
			ul.team li h5 a:hover {
				color: #016a62 !important;
			}
		
		ul.team li .excerpt {
			padding: 0 0 12px 0;
		}
		
		ul.team li a.button {
			background: url(images/arrow.gif) no-repeat 100% 50% !important;
			padding: 0 15px 0 0 !important;
			text-transform: capitalize !important;
			text-decoration: none !important;
			color: #75abb7 !important;
		}
		
			ul.team li a.button:hover {
				text-decoration: underline !important;
			}

ul.solutions {
	width: 100%;
	padding: 0 0 48px 0;
	overflow: hidden;
}

	ul.solutions li {
		background: none;
		float: left;
		width: 270px;
		padding: 0 0 0 50px;
		line-height: 18px;
		font-size: 12px;
		color: #000000;
	}
	
		ul.solutions li:first-child {
			padding: 0;
		}
		
		ul.solutions li a {
			background: none;
			margin: 0;
			padding: 0;
		}
		
		ul.solutions li .thumb-wrap {
			float: left;
			margin: 0 20px 0 0;
		}
		
		ul.solutions li h5 {
			letter-spacing: normal;
			line-height: 18px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-transform: none;
			color: #75abb7;
		}
		
			ul.solutions li h5 a {
				text-decoration: none;
				color: #75abb7;
			}
			
				ul.solutions li h5 a:hover {
					color: #016a62;
				}
				
		ul.solutions li a.button {
			background: #016a62;
			position: relative;
			float: left;
			height: 26px;
			padding: 0 14px;
			overflow: hidden;
			line-height: 26px;
			font-size: 12px;
			text-decoration: none;
			color: #fff;
			border-radius: 12px;
			-moz-border-radius: 12px;
			-webkit-border-radius: 12px;
		}
		
			ul.solutions li a.button:hover {
				background-color: #75abb7;
			}
			
		ul.solutions li .excerpt {
			padding: 0 0 18px 0;
		}









































































/* Footer
---------------------------------------- */

#footer {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

	#footer .container {
		background: url(http://animamundi-sintra.com/cedoc/wp-content/uploads/2013/01/fundo-rodape.png) repeat-x 0% 0%;
		width: 1136px;
		height: 300px;
		overflow: hidden;
		margin: 0 auto;
		border: 0px solid #fff;
	}
	
	#footer .inner {
		padding: 19px 19px 0 19px;
	}
	
	#footer p {
		float: right;
		padding: 0;
		line-height: 18px;
		font-size: 12px;
		color: #016a62;
	}
	
		#footer p a {
			text-decoration: none;
			color: #ffffff;
		}
		
			#footer p a:hover {
				text-decoration: underline;
			}
			
		#footer p b {
			padding: 0 0 0 14px;
			font-weight: normal;
			color: #016a62;
		}
		
			#footer p b a {
				color: #016a62;
			}
	
nav.footer {
	float: left;
}

	nav.footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		nav.footer ul li {
			float: left;
			margin: 0 15px 0 0;
			padding: 0;
			list-style: none;
			line-height: 18px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
		}
		
			nav.footer ul li a {
				text-decoration: none;
				color: #ffffff;
			}
			
				nav.footer ul li a:hover {
					color: #20595d;
				}
				
				nav.footer ul li.current-menu-item a {
					color: #20595d;
				}
	


/* Misc
---------------------------------------- */

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle ~ br {
	display:none;
	}

.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 5px;
	}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
	margin-left:0;
	margin-right:0;
	} 

/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}


/* EasyTooltip */
#easyTooltip{
	padding:3px 8px;
	background:#000;
	color:#fff;
	font-size:10px;
	z-index:9999;
	}


/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
}
input[type="text"], textarea {
	background:#fff;
	border:1px solid #e5e5e5;
	padding:6px 0 6px 5px;
	resize: none;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	margin: 10px 0 0 0;
	padding:0 14px;
	line-height:26px;
	background:#016a62;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border:none;
	height:26px;
	cursor:pointer;
	margin-right:4px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #75abb7;
	}


/* Comment form */
#commentform {
	width: 100%;
	overflow: hidden;
	}
	#commentform p.field {
		margin-bottom:5px;
		}
		
		#commentform p {
			padding: 0 0 5px 0;
		}
		
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}









/* Fluid Columns */
.one_half{ width:400px; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

#topnav {
	margin-top: 25px;
}



.nivoSlider h5 big{
	color: #016a62;
}


.nivoSlider h5 small{
	color: #016a62;
}

.latestpost h4 b {
	color: #000000;

}

	a.arrow:hover {
		background-position: 100% 50%;
		color: #17697b;
	}

#before-content .wrapper
{

margin-left: -78px;
width: 1200px;
}


h4  {
font-size:1.35em;
	color: #000000;
}
h5  {
	color: #000000;
font-size: 1.25em;
line-height: 20px;
}

h4 b  {
font-size:1.65em;
	
}

h5 small  {
	color: #016a62;
}

a.comments-link{
	display: none;
}
p{
	margin-top: 0px;
padding-top: 0px;
}

.image1
{

	margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
height:60px;
}


.islidi

{
width: 1000px;
margin-left: 200px;
}

.islidi a

{
text-decoration: none;

}

.islidi small

{
color:#666;

}

.islidi h2

{
font-size: 33px;
margin-top: -50px;
}



.page-id-706 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-706 #content
{
width: 820px;

}
.page-id-706 .wrapper
{
width: 1200px;
}
.page-id-706 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-711 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-711 #content
{
width: 820px;

}
.page-id-711 .wrapper
{
width: 1200px;
}
.page-id-711 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-714 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-714 #content
{
width: 820px;

}
.page-id-714 .wrapper
{
width: 1200px;
}
.page-id-714 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-723 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-723 #content
{
width: 820px;

}
.page-id-723 .wrapper
{
width: 1200px;

}
.page-id-723 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-582 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-582 #content
{
width: 820px;

}
.page-id-582 .wrapper
{
width: 1200px;

}
.page-id-582 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-717 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-717 #content
{
width: 820px;

}
.page-id-717 .wrapper
{
width: 1200px;

}
.page-id-717 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-726 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-726 #content
{
width: 820px;

}
.page-id-726 .wrapper
{
width: 1200px;

}
.page-id-726 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-728 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-728 #content
{
width: 820px;

}
.page-id-728 .wrapper
{
width: 1200px;

}
.page-id-728 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-730 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-730 #content
{
width: 820px;

}
.page-id-730 .wrapper
{
width: 1200px;

}
.page-id-730 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-732 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-732 #content
{
width: 820px;

}
.page-id-732 .wrapper
{
width: 1200px;

}
.page-id-732 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-734 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-734 #content
{
width: 820px;

}
.page-id-734 .wrapper
{
width: 1200px;

}
.page-id-734 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-736 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-736 #content
{
width: 820px;

}
.page-id-736 .wrapper
{
width: 1200px;

}
.page-id-736 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-738 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-738 #content
{
width: 820px;

}
.page-id-738 .wrapper
{
width: 1200px;

}
.page-id-738 h2
{
margin-left: 20px;
width: 1200px;
}







.page-id-740 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-740 #content
{
width: 820px;

}
.page-id-740 .wrapper
{
width: 1200px;

}
.page-id-740 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-742 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-742 #content
{
width: 820px;

}
.page-id-742 .wrapper
{
width: 1200px;

}
.page-id-742 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-744 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-744 #content
{
width: 820px;

}
.page-id-744 .wrapper
{
width: 1200px;

}
.page-id-744 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-746 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-746 #content
{
width: 820px;

}
.page-id-746 .wrapper
{
width: 1200px;

}
.page-id-746 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-748 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-748 #content
{
width: 820px;

}
.page-id-748 .wrapper
{
width: 1200px;

}
.page-id-748 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-750 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-750 #content
{
width: 820px;

}
.page-id-750 .wrapper
{
width: 1200px;

}
.page-id-750 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-752 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-752 #content
{
width: 820px;

}
.page-id-752 .wrapper
{
width: 1200px;

}
.page-id-752 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-754 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-754 #content
{
width: 820px;

}
.page-id-754 .wrapper
{
width: 1200px;

}
.page-id-754 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-756 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-756 #content
{
width: 820px;

}
.page-id-756 .wrapper
{
width: 1200px;

}
.page-id-756 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-760 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-760 #content
{
width: 820px;

}
.page-id-760 .wrapper
{
width: 1200px;

}
.page-id-760 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-448 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-448 #content
{
width: 820px;

}
.page-id-448 .wrapper
{
width: 1200px;

}
.page-id-448 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-737 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-737 #content
{
width: 820px;

}
.page-id-737 .wrapper
{
width: 1200px;

}
.page-id-737 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-707 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-707 #content
{
width: 820px;

}
.page-id-707 .wrapper
{
width: 1200px;

}
.page-id-707 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-708 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-707 #content
{
width: 820px;

}
.page-id-708 .wrapper
{
width: 1200px;

}
.page-id-708 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-709 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-709 #content
{
width: 820px;

}
.page-id-709 .wrapper
{
width: 1200px;

}
.page-id-709 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-710 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-710 #content
{
width: 820px;

}
.page-id-710 .wrapper
{
width: 1200px;

}
.page-id-710 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-711 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-711 #content
{
width: 820px;

}
.page-id-711 .wrapper
{
width: 1200px;

}
.page-id-711 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-712 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-712 #content
{
width: 820px;

}
.page-id-712 .wrapper
{
width: 1200px;

}
.page-id-712 h2
{
margin-left: 20px;
width: 1200px;
}






.page-id-713 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-713 #content
{
width: 820px;

}
.page-id-713 .wrapper
{
width: 1200px;

}
.page-id-713 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-714 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-714 #content
{
width: 820px;

}
.page-id-714 .wrapper
{
width: 1200px;

}
.page-id-714 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-715 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-715 #content
{
width: 820px;

}
.page-id-715 .wrapper
{
width: 1200px;

}
.page-id-715 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-707 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-716 #content
{
width: 820px;

}
.page-id-716 .wrapper
{
width: 1200px;

}
.page-id-716 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-717 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-717 #content
{
width: 820px;

}
.page-id-717 .wrapper
{
width: 1200px;

}
.page-id-717 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-718 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-718 #content
{
width: 820px;

}
.page-id-718 .wrapper
{
width: 1200px;

}
.page-id-718 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-719 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-719 #content
{
width: 820px;

}
.page-id-719 .wrapper
{
width: 1200px;

}
.page-id-719 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-720 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-720 #content
{
width: 820px;

}
.page-id-720 .wrapper
{
width: 1200px;

}
.page-id-720 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-721 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-721 #content
{
width: 820px;

}
.page-id-721 .wrapper
{
width: 1200px;

}
.page-id-721 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-722 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-722 #content
{
width: 820px;

}
.page-id-722 .wrapper
{
width: 1200px;

}
.page-id-722 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-723 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-723 #content
{
width: 820px;

}
.page-id-723 .wrapper
{
width: 1200px;

}
.page-id-723 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-724 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-724 #content
{
width: 820px;

}
.page-id-724 .wrapper
{
width: 1200px;

}
.page-id-724 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-725 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-725 #content
{
width: 820px;

}
.page-id-725 .wrapper
{
width: 1200px;

}
.page-id-725 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-726 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-726 #content
{
width: 820px;

}
.page-id-726 .wrapper
{
width: 1200px;

}
.page-id-726 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-727 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-727 #content
{
width: 820px;

}
.page-id-727 .wrapper
{
width: 1200px;

}
.page-id-727 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-729 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-729 #content
{
width: 820px;

}
.page-id-729 .wrapper
{
width: 1200px;

}
.page-id-729 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-731 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-731 #content
{
width: 820px;

}
.page-id-731 .wrapper
{
width: 1200px;

}
.page-id-731 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-733 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-733 #content
{
width: 820px;

}
.page-id-733 .wrapper
{
width: 1200px;

}
.page-id-733 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-735 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-735 #content
{
width: 820px;

}
.page-id-735 .wrapper
{
width: 1200px;

}
.page-id-735 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-737 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-737 #content
{
width: 820px;

}
.page-id-737 .wrapper
{
width: 1200px;

}
.page-id-737 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-739 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-739 #content
{
width: 820px;

}
.page-id-739 .wrapper
{
width: 1200px;

}
.page-id-739 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-741 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-741 #content
{
width: 820px;

}
.page-id-741 .wrapper
{
width: 1200px;

}
.page-id-741 h2
{
margin-left: 20px;
width: 1200px;
}





.page-id-743 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-743 #content
{
width: 820px;

}
.page-id-743 .wrapper
{
width: 1200px;

}
.page-id-743 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-745 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-745 #content
{
width: 820px;

}
.page-id-745 .wrapper
{
width: 1200px;

}
.page-id-745 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-747 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-747 #content
{
width: 820px;

}
.page-id-747 .wrapper
{
width: 1200px;

}
.page-id-747 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-749 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-749 #content
{
width: 820px;

}
.page-id-749 .wrapper
{
width: 1200px;

}
.page-id-749 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-751 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-751 #content
{
width: 820px;

}
.page-id-751 .wrapper
{
width: 1200px;

}
.page-id-751 h2
{
margin-left: 20px;
width: 1200px;
}


.page-id-753 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-753 #content
{
width: 820px;

}
.page-id-753 .wrapper
{
width: 1200px;

}
.page-id-753 h2
{
margin-left: 20px;
width: 1200px;
}




.page-id-755 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-755 #content
{
width: 820px;

}
.page-id-755 .wrapper
{
width: 1200px;

}
.page-id-755 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-757 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-757 #content
{
width: 820px;

}
.page-id-757 .wrapper
{
width: 1200px;

}
.page-id-757 h2
{
margin-left: 20px;
width: 1200px;
}



.page-id-759 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-759 #content
{
width: 820px;

}
.page-id-759 .wrapper
{
width: 1200px;

}
.page-id-759 h2
{
margin-left: 20px;
width: 1200px;
}





#respond
{
display: none;
}


.reply
{
display: none;
}

#post-author
{
display: none;
}
.oldernewer
{
display: none;
}

.gravatar
{
display: none;
}

.nocomments
{
display: none;
}



#translate
{
positon: absolute;

margin-left: 700px;
margin-top: 5px;
width: 200px;
color: #FFF;
height: 20px;
}

#translate input
{
display: none;
}

#transposh-2
{
margin-left: 200px;
}


#translate2
{
positon: absolute;

margin-left: 990px;
margin-top: 5px;
width: 200px;
color: #FFF;
height: 20px;
}


#translate a
{
text-decoration:none;
color: #444;

}



ul .sub-menu {
	width: 400px;
}




.page-id-1607 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1607 #content
{
width: 820px;

}
.page-id-1607 .wrapper
{
width: 1200px;

}
.page-id-1607 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1607 .indent
{
width: 220px;
}



.page-id-1652 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1652 #content
{
width: 820px;

}
.page-id-1652 .wrapper
{
width: 1200px;

}
.page-id-1652 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1652 .indent
{
width: 220px;
}





.page-id-1657 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1657 #content
{
width: 820px;

}
.page-id-1657 .wrapper
{
width: 1200px;

}
.page-id-1657 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1657 .indent
{
width: 220px;
}





.page-id-1662 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1662 #content
{
width: 820px;

}
.page-id-1662 .wrapper
{
width: 1200px;

}
.page-id-1662 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1662 .indent
{
width: 220px;
}








.page-id-1670 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1670 #content
{
width: 820px;

}
.page-id-1670 .wrapper
{
width: 1200px;

}
.page-id-1670 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1670 .indent
{
width: 220px;
}






.page-id-1657 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-1657 #content
{
width: 820px;

}
.page-id-1657 .wrapper
{
width: 1200px;

}
.page-id-1657 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-1657 .indent
{
width: 220px;
}

.email2
{
margin-top: -20px;
padding: 0px;
font-size: 10px;
color: #000000;~
height:100px;
}





#sidebar h3 {
	font-size: 16px;
}


.ende {
	height: 180px;
}


.page-id-1989 #my_poststypewidget-5{
	display:none;
}
.page-id-1989 #my_poststypewidget-7{
	display:none;
}


.page-id-2197 #archives-2{
	display:none;
}

.page-id-2197 #text-3{
	display:none;
}

.page-id-2197 #categories-2{
	display:none;
}


.page-id-2197 #my_poststypewidget-5{
	display:none;
}


.single-solutions #archives-2{
	display:none;
}

.single-solutions #text-3{
	display:none;
}

.single-solutions #categories-2{
	display:none;
}


.single-solutions #my_poststypewidget-5{
	display:none;
}



.page-id-2827 #archives-2{
	display:none;
}

.page-id-2827 #my_poststypewidget-7{
	display:none;
}

.page-id-2827 #text-3{
	display:none;
}
.page-id-2827 #categories-2{
	display:none;
}



.page-id-2792 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-2792 #content
{
width: 820px;

}
.page-id-2792 .wrapper
{
width: 1200px;

}
.page-id-2792 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-2792 .indent
{
width: 220px;
}

a{
color:#026072;
}




h1 a{
color:#000000;
}

h2 a{
color:#000000;
}

h3 a{
color:#000000;
}

h4 a{
color:#000000;
}

h5 a{
color:#000000;
}


h1{
color:#000000;
}

h2{
color:#000000;
}

.home .grid_4 h2{
font-size:18px;
color:#000000;
}

h3{
color:#000000;
}

h4{
color:#000000;
}
h5{
color:#000000;
}



.single-post #my_poststypewidget-5{
	display:none;
}
.single-post #my_poststypewidget-7{
	display:none;
}

.archive #my_poststypewidget-5{
	display:none;
}
.archive #my_poststypewidget-7{
	display:none;
}


.single-team #archives-2{
	display:none;
}

.single-team #my_poststypewidget-7{
	display:none;
}

.single-team #text-3{
	display:none;
}
.single-team #categories-2{
	display:none;
}

p{
	color:#000000;
}

.post-title{
	margin-left:0px;
padding-left:0px;
}


.fleft { display:none;}

.comments-link { display:none;}



.page-id-3413 .one_half .last
{
width: 400px;

}


#widget_my_postwidget{
	margin-left:120px;
}
#text-4{
	width:220px;
}
#text-6{
	margin-left:00px;
width:300px;
}















.page-id-451 .container_12
{
margin-left: 0px;
padding-left: 0px;
}
.page-id-451 #content
{
width: 820px;

}
.page-id-451 .wrapper
{
width: 1200px;

}
.page-id-451 h2
{
margin-left: 20px;
width: 1200px;
}

.page-id-451 .indent
{
width: 220px;
}


#goo
{
margin-left: 230px;
}
