/* =========================================================== */
/* BS redifined /* 
============================================================== */
input.search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs-right > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-search .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .btn-navbar .icon-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pager li > a,
.pager li > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hero-unit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popover-title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
} 
.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropup .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  }


/* =========================================================== */
/* Common /* 
============================================================== */


h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
	color:#666;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
dd {
	margin-bottom: 1em;
}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
	max-width:940px;
}
#main-container {
	min-height: 500px;
}
		
body.boxed {	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 0 0 50px;
}

body.boxed div.body {
	-moz-box-shadow:0 3px 7px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.15);
	box-shadow:0 3px 7px rgba(0,0,0,0.15);
	background-color:#FFFFFF;
	margin:0px auto;
	max-width:100%;
	width:1040px;
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	color:#666;
	line-height:24px;
	z-index:0;
	position:relative;
}
		
.overlaybg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
		background:url(img/bg/pattern.png) repeat;
	background-attachment:fixed;
		z-index:0;
}

img {
	border: 0px;
}

a {
	color:#193259;
}
a:hover, a:focus {
	color:#e7402f;
	text-decoration:none;
}
.content-container a, .content-container a.link, a.link {
	text-decoration:underline;
}
.content-container a:hover, .content-container a.link:hover, a.link {
	color:#e7402f;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#303030;
	font-weight:200;
}
li {
	line-height: inherit;
}

			
.lead {
	margin-bottom:10px;
	font-family: 'PT Sans', sans-serif;
}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {
	font-family:'PT Sans', sans-serif;
	font-size:12px;
}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"] {
	border-radius:0;
}
h1.small {
	font-size:20px;
}
.graysection {
	margin-left:-50px;
	margin-right:50px;
	padding-left:50px;
	padding-right:50px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:25px;
	padding-top:25px;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	background:#f9f9f9;
}

.intro h1 {
	font-family:'PT Sans', sans-serif;
	font-size:30px;
}
.graysection .lead {
	color: #444;
}
.page-header {
	margin:0px;
	padding:0;
	border:0px;
}
.page-header h1 {
	font-size:28px;
	line-height:28px;
	font-family:'PT Sans', sans-serif;
	padding-bottom:10px;
	margin-top:-10px;
}
.headerdivider {
	background:url(img/dots.gif) repeat;
	height:7px;
	margin-bottom:20px;
	opacity:0.4;
}
.pagination-sumary.pagination {
	margin-top: 0;
	margin-bottom: 0;
}
.img-circle {
-webkit-border-radius:500px;
-moz-border-radius:500px;
border-radius:500px;
	 border:4px solid #fff;
}
.break {
height: 40px;
}
.borderpic {
padding:5px;
border:1px solid #eee;
}
.bgtitle {
background:#f5f5f5;
margin-top:-20px;
margin-left:-20px;
margin-right:-20px;
padding-left:20px;
margin-bottom:30px;
border-bottom:1px solid #eee;
}

.inneritem {
padding:10px;
border:#f1f1f1 1px solid;
}
.hero-unit h1 {
font-size:30px;
line-height:1.2;
color:inherit;
letter-spacing:-1px;
margin-bottom:10px;
color:#333;
}
.hero-unit {
padding:40px 60px;
margin-bottom:30px;
font-size:18px;
font-weight:200;
line-height:30px;
color:inherit;
background-color:#fdfdfd;
border:1px dashed #ccc;
font-family:'PT Sans', sans-serif;
}
ul.icons-ul {
text-indent:0em;
}
.paddingright {
padding-right:20px;
}
.paddingleft {
padding-left:20px;
}
iframe {border:0px;}
/* =========================================================== */
/* Header /* 
============================================================== */
header {
	padding:0;
	z-index:50;
}

.row-nav {
	margin-bottom:20px;
	margin-top:20px;
}
.navbar-inner {
    
	background:#00609c;
    	
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

	min-height:33px;
	border: 0;
	/*border-bottom:1px solid #404040;*/
	padding-left:0;
	padding-right:0;
}
.navbar .nav>li>a,.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
	color:#fff;
	padding:0px 20px 0px;
  text-shadow: none;
}
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
  color: #fff;
  background-color: #004977;
  background-image: none;
  filter: none;
}
.navbar .divider-vertical {
	height:50px;
	border-left:1px solid #fafafa;
	border-right:1px solid #fafafa;
	margin:0;
}

.navbar .nav {
	margin:0;
	line-height: 35px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #fff;
  color: #00609c;
}

.brandlogo {
	float:left;
	font-size:0px;
	font-weight:0;
	margin:20px 0 0;
	padding:0;
	text-shadow:none;
	display:inline-block;
}
ul {
	list-style:none outside none;
	margin:0;
}
.language {
	text-align:right;
	font-size:14px;
	line-height:18px;
	color:#333333;
	padding-bottom:18px;
    padding-top: 50px;
}
.language > a.PT-flag {
	padding-left: 20px;
	background: transparent url(/css/img/pt-flag.png) 0 50% no-repeat;
}
.language > a.EN-flag {
	padding-left: 20px;
	background: transparent url(/css/img/en-flag.png) 0 50% no-repeat;
}
.language > a.PT-flag:hover {
	padding-left: 20px;
	background: transparent url(/css/img/pt-flag-bw.png) 0 50% no-repeat;
}
.language > a.EN-flag:hover {
	padding-left: 20px;
	background: transparent url(/css/img/en-flag-bw.png) 0 50% no-repeat;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top:15px;
}
.navbar .nav li.dropdown>.dropdown-toggle .caret,.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret:hover,.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret:hover,.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.dropdown-menu {
	border:0px;
	background-color:#fff;
}
.navbar .nav>li>.dropdown-menu:before {
	border-bottom:7px solid transparent;
}
.navbar .nav>li>.dropdown-menu:after {
	border-bottom:6px solid transparent;
}
.dropdown-menu>li>a {
	color:#222;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #fafafa;
	padding:8px 20px;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a {
	background-color:#00609c;
}
.dropdown-menu {
	padding:0px;
	margin-left:0px;
	margin-top:0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #00609c;
  background-image: none;
  filter: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #00609c;
  background-image: none;
  filter: none;
}

ul.social-icons li {
	display:inline-block;
	float:none;
	padding:13px;
	width:0;
	height:0;
	position:relative;
	background-color:#333;
}
ul.social-icons li i {
	position:absolute;
	font-size:14px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}
ul.social-icons li a {
	color:#fff;
}
ul.social-icons li a i {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	overflow:hidden;
}
ul.social-icons li a i:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
ul.social-icons li a:hover {
	text-decoration:none;
	color: #fff;
}
/* =========================================================== */
/* Footer /* 
============================================================== */
.footer a {
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.footermenu li a:hover,.footer a:hover {
	opacity:0.7;
}
.footer {	
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
	margin-top:60px;
}
.footer.btn {
	background:#fff;
	color:#333!important;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.footer.btn:hover {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.footer hr {
	border-top:1px solid #000;
	border-bottom:1px solid #222;
}
.footer ul.social-links li {
	background:#222;
	margin-right:0px;
	margin-left:10px;
}
.smaller {
	font-size:80%;
}
.fontarial {
	font-family:arial;
}
.copyright {
	font-family:Arial;
}
.footerlogo {
	font-family:'PT Sans', sans-serif;
	font-size:22px;
}
.footerlogo47 {
	background:#fff;
	color:#e7402f;
	display:inline;
	padding:10px;
	font-size:22px;
	border-radius:50%;
}
.footer h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	border-bottom:1px solid #fff;
	display:inline;
	padding-bottom:14px;
}
.footer hr {
	border-top:0;
	border-bottom:1px solid #eee;
	margin-top:5px;
}
.footer {
	font-size:13px;
}
.footer .btn {
	color:#999 !Important;
	font-size:13px;
	border-radius:0;
}
.footerbottom {
		color:#fff;
		line-height:2.0;
		background:#333;
	border-top:1px solid #444;
}
.footerbottom a {
	color:#fff;
}
ul.footermenu {
	list-style:none;
}
ul.footermenu li {
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-transform:uppercase;
	line-height:2.5;
}
ul.footermenu li a {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.footermenu li:before {
	content:'|';
	color:#777;
	display:inline-block;
	margin-right:7px;
}
.footermenu li:nth-child(1):before {
	display:none;
}
.footerdark {
	background:#222;
	color:#ccc;
	margin-top:65px;
	line-height:1.6;
}
.footerdark .footerlogo {
	color:#fff;
}
.footerdark h1 {
	color:#eee;
	border-bottom:1px solid #e7402f;
}
.footerdark hr {
	border-top:0;
	border-bottom:1px solid #555;
}
.footerdark hr {
	border-bottom:1px solid #333;
}
.footerdark .totop,.footerdark .totop:hover {
	background-image:none;
}
.footerdark input,.footerdark textarea,.footerdark input[type="text"] {
	background-color:#333;
	border:0px;
}
.footerdark .btn {
	text-shadow:none;
}
.footerdark .btn:hover {
	background:#3f3f3f;
}
.wraptotop {
	margin-top:-55px;
	padding-bottom:25px;
}
.totop {
	border:2px solid #fff;
	color:#fff !Important;
	background:#e7402f;
	border-radius:50%;
	display:inline-block;
	padding:15px 20px;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.totop:hover {
	cursor:pointer;
	background:#e7402f;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.smallspacetop {
	margin-top:7px;
	padding-top:5px;
	padding-bottom:5px;
}
.footermintitle {
	color:#fff;
	font-weight:200;
}
.textItem {
	position:absolute;
	display: none;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid red !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}

/* =========================================================== */
/* Carousel /* 
============================================================== */
.list_carousel {
	margin-left:-10px;
	clear:both;
}
.list_carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
.list_carousel li {
	max-width:100%;
	display:block;
	float:left;
	margin-left:10px;
	cursor:default !important;
	height:auto;
}
.list_carousel.responsive {
	width:auto;
	margin-left:-10px;
}
.clearfix {
	float:none;
	clear:both;
}
.list_carousel .carousel_nav {
	position:relative;
	margin-top:-43px;
	padding-left:5px;
	float:right;
	padding-right:4px;
}
.list_carousel .carousel-image {
	min-height: 175px;
	display: block;
	width: 100%;
}
a.prev,a.next {
	background:url(img/carousel_arrows.png) no-repeat #e7402f;
	width:24px;
	height:24px;
	display:block;
	position:relative;
	float:left;
	margin-left:3px;
	-webkit-background-clip:padding-box;
	/* for Safari */background-clip:padding-box;
	box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.1);
}
a.prev:hover,a.next:hover {
	background-color:#444;
}
a.prev {
	background-position:-2px 0
}
a.prev.disabled {
	background-color:#555
}
a.next {
	background-position:-22px 0
}
a.next.disabled {
	background-color:#555
}
a.prev.disabled,a.next.disabled {
	cursor:default
}
a.prev span,a.next span {
	display:none
}
.pager {
	float:left;
	width:300px;
	text-align:center;
}
.pager a {
	margin:0 5px;
	text-decoration:none;
}
.pager a.selected {
	text-decoration:underline
}
.timer {
	background-color:#999;
	height:6px;
	width:0px;
}
.testimonials .list_carousel li {
	width:330px
}
.carousel-content {
	float:left;
	width:100%;
}
.list_carousel li strong {
	width:100%;
	display: block;
}
.list_carousel li p {
	margin-top: 0;
	margin-bottom: 0;
}

.featured-projects {
	background:#fff;
	font-size:12px;
	-moz-box-shadow:0 1px 3px rgba(34,25,25,0.4);
	text-align:center;
	overflow:hidden;
	position:relative;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	border:1px solid #eee;
}
.featured-projects:hover {
}
.featured-projects-image {
	padding:0px
}
.featured-projects-image img {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.featured-projects-image a {
	display:block
}
.featured-projects-content {
	padding:0 10px
}
.featured-projects-content p {
	margin-bottom:10px
}
.featured-projects-content h1 {
	font-size:13px;
	line-height:1;
	font-weight:bold;
}
.featured-projects-content h1 a {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	display:block;
	color:#222;
}
.small {
	font-size:12px
}
.grayimage {
	filter:url("data:image/svg+xml;nowhitespace:afterproperty;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+,Firefox on Android */ filter:gray;
	/* IE6-9 */ -webkit-filter: grayscale(100%);
	/* Chrome 19+,Safari 6+,Safari 6+iOS */
}
.imgproject {
	float:left;
	margin-right:20px;
}
/* =========================================================== */
/* Team /* 
============================================================== */
.titleborder div {
	display:inline-block;
	padding:1px 12px;
	position:relative;
}
.titleborder div {
	color:#444;
	background-color: #fff;
	font-size:24px;
	top:14px;
	padding-left:0 !important;
	font-family:'PT Sans', sans-serif;
}
.graysection .titleborder div {
	background-color: #fff;
}
		
.titleborder {
	position:relative;
	border-bottom:medium double #f6f6f6;
	margin-bottom:30px;
}
.thumbnail {
	border:1px solid #f3f3f3;
	font-size:13px;
	background:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding:0px;
	border-bottom:1px solid #ddd;
	text-align:left;
	line-height:25px;
}
.thumbnail h4 {
		font-size:16px;
	line-height:0.5;
	margin-top:20px;
}
.thumbnail .caption {
	color:#888;
	padding:10px 20px 15px;
	background:#f7f7f7;
}
.thumbnail .caption span {
}
.thumbnail img {
	-webkit-transition:all 1s ease;
			-moz-transition:all 1s ease;
			-o-transition:all 1s ease;
			-ms-transition:all 1s ease;
			transition:all 1s ease;
}
.thumbnail img:hover {
	filter:blur(2px);
			-webkit-filter:blur(2px);
			-moz-filter:blur(2px);
			-o-filter:blur(2px);
			-ms-filter:blur(2px);
}
.iconmargin {
	margin-right:5px;
}

/* =========================================================== */
/* Accordion/* 
============================================================== */
.accordion,.toggle {
}
.accordion h3,.toggle h3 {
	padding:10px 11px;
	font-size:15px;
	margin:0 0 3px 0;
	line-height:18px;
	color:#fff;
	cursor:pointer;
	position:relative;
	text-transform:none;
	background:#193259;
	transition:all 300ms ease 0s;
	-webkit-transition:all 300ms ease 0s;
	border-bottom:1px solid #f1f1f1;
}
.accordion h3 span,.toggle h3 span {
	line-height:18px;
	display:block;
	padding:0 0 0 17px;
	background:url(img/acplus.png) no-repeat left top;
}
.accordion h3.active,.toggle h3.active,.accordion h3:hover,.toggle h3:hover {
	background:#606060;
	color:#eee;
}
.accordion h3.active span,.toggle h3.active span {
	background:url(img/acplus.png) no-repeat left top;
}
.accordion h3:hover span,.toggle h3:hover span {
	background:url(img/acminus.png) no-repeat left top !important;
}
.accordion h3.active span {
	background:url(img/acminus.png) no-repeat left top !important;
}
.accordion .accord_cont,.toggle .toggle_cont {
	padding:5px 0 2px 0;
	display:none;
}


.box {
	background:#f7f7f7;
	padding: 22px;
}
.effect1 {
	-webkit-box-shadow:0 10px 6px -6px #777;
	 -moz-box-shadow:0 10px 6px -6px #777;
	 box-shadow: 0 10px 6px -6px #777;
}
.effect2 {
	position:relative;
}
.effect2:before,.effect2:after {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:15px;
	left:10px;
	width:50%;
	top:80%;
	max-width:300px;
	background:#777;
	-webkit-box-shadow:0 15px 10px #777;
	-moz-box-shadow:0 15px 10px #777;
	box-shadow:0 15px 10px #777;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.effect2:after {
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform:rotate(3deg);
	right:10px;
	left: auto;
}
.effect3 {
	position:relative;
}
.effect3:before {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:15px;
	left:10px;
	width:50%;
	top:80%;
	max-width:300px;
	background:#777;
	-webkit-box-shadow:0 15px 10px #777;
	-moz-box-shadow:0 15px 10px #777;
	box-shadow:0 15px 10px #777;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform: rotate(-3deg);
}
.effect4 {
	position:relative;
}
.effect4:after {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:15px;
	right:10px;
	left:auto;
	width:50%;
	top:80%;
	max-width:300px;
	background:#777;
	-webkit-box-shadow:0 15px 10px #777;
	-moz-box-shadow:0 15px 10px #777;
	box-shadow:0 15px 10px #777;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform: rotate(3deg);
}
.effect5 {
	position:relative;
}
.effect5:before,.effect5:after {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:25px;
	left:10px;
	width:50%;
	top:80%;
	max-width:300px;
	background:#777;
	-webkit-box-shadow:0 35px 20px #777;
	-moz-box-shadow:0 35px 20px #777;
	box-shadow:0 35px 20px #777;
	-webkit-transform:rotate(-8deg);
	-moz-transform:rotate(-8deg);
	-o-transform:rotate(-8deg);
	-ms-transform:rotate(-8deg);
	transform:rotate(-8deg);
}
.effect5:after {
	-webkit-transform:rotate(8deg);
	-moz-transform:rotate(8deg);
	-o-transform:rotate(8deg);
	-ms-transform:rotate(8deg);
	transform:rotate(8deg);
	right:10px;
	left: auto;
}
.effect6 {
		position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.effect6:before,.effect6:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.effect6:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.effect7 {
		position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.effect7:before,.effect7:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.effect7:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.effect8 {
		position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.effect8:before,.effect8:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:10px;
	bottom:10px;
	left:0;
	right:0;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.effect8:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
.box {
		margin:0px auto;
		margin-bottom:30px;
}
.box h3 {
	text-align:center;
	font-size:20px;
	margin-top:0;
}
.circleicon {
width:105px;
height:51px;
border-radius:50%;
padding:27px 0;
background:#fff;
margin:0px auto;
margin-bottom:15px;
}
.circleicon i {
font-size:60px;
}
/*================================================== * 
Panels
* ===============================================*/
.panel h1,.panel1 h1 {
font-size:18px;
font-family:RalewayRegular;
margin-top:0;
line-height:24px;
}
.panel ul,.panel1 ul {
margin-left:55px;
list-style:square;
}
.panel,.panel1 {
padding:20px;
background-color:#f7f7f7;
border-left:8px solid #e7402f;
position:relative;
margin-bottom:15px;
}
.panel1:after {
z-index:-1;
position:absolute;
content:"";
bottom:15px;
left:10px;
width:50%;
top:80%;
max-width:300px;
background:#777;
-webkit-box-shadow:0 15px 10px #777;
-moz-box-shadow:0 15px 10px #777;
box-shadow:0 15px 10px #777;
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
-ms-transform:rotate(-3deg);
transform:rotate(-3deg);
}
.panel1:after {
-webkit-transform:rotate(3deg);
-moz-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);
right:10px;
left:auto;
clear:both;
float: none;
}
/*================================================== * 
Info Boxes
* ===============================================*/
.info-box {
background:#EEEEEE !important;
border:1px solid #e4e4e4;
padding:6px;
margin-bottom:15px;
}
.info-box-inner {
background-image:linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-o-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-moz-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-webkit-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-ms-linear-gradient(bottom,#fafafa 0%,#fff 100%);
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border:1px solid #e4e4e4;
padding:25px;
background:#fff;
}
.info-box p {
margin:0;
}
.info-box h4 {
font-size:20px;
line-height:26px;
margin:0;
}
.info-box a {
margin:0;
}
.info-content {
float: left;
}
/*info-box-2*/
.info-box-2 {
margin:0 0 10px 0;
}
.info-box-inner-2 {
background-image:linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-o-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-moz-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-webkit-linear-gradient(bottom,#fafafa 0%,#fff 100%);
background-image:-ms-linear-gradient(bottom,#fafafa 0%,#fff 100%);
-webkit-border-radius:0 0 3px 3px;
-moz-border-radius:0 0 3px 3px;
border-radius:0 0 3px 3px;
border-top:0 none;
border-right:1px solid #e4e4e4;
border-left:1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
padding:17px;
}
.info-box-2 p {
margin:0;
}
.info-box-2 h4 {
color:#2778C8;
font-size:24px;
line-height:26px;
margin:0;
}
.info-box-2 a {
margin:6px 0 0;
}
.info-content-2 {
float: left;
}
/*================================================== * 
Testimonials
* ===============================================*/
.testimonial {
padding:20px 25px;
background-color:#f9f9f9;
/*Change colour here and in .arrow-down*/ float:left;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}
.testimonial h4 {
font-size:15px;
font-family:'PT Sans', sans-serif;
}
.author-wrapper {
width:100%;
float:left;
}
.arrow {
float:left;
margin-left:25px;
width:0;
height:0;
border-top:30px solid #f9f9f9;
border-left:30px solid transparent;
border-right:0px solid transparent;
border-bottom:0px;
}
.testimonial-name {
float:left;
margin:0 8px;
color:#e7402f;
padding-top:5px;
font-size:13px;
}
.testimonial-name span {
color:#555;
font-weight:normal;
}
.hirefor {
margin-bottom:10px
}
.avatarspic {
border:1px solid #ddd;
float:left;
width:70px;
height:70px;
border-radius:50%;
margin-right:15px;
}
blockquote p {
line-height:inherit;
font-size:14px;
font-family:'PT Sans', sans-serif;
}
.elements h3 {
font-family:'PT Sans', sans-serif;
font-size: 18px;
}
/* =========================================================== */
/* Recent Posts /* 
============================================================== */
.recent-posts h4 {
	font-size:15px;
}
.date {
	float:left;
	margin-right:10px;
	margin-top:3px;
	text-align:center;
}
article .day {
	background:#e7402f;
	color:#fff;
	display:block;
	font-size:16px;
	padding:6px;
	margin-bottom:0;
}
.month {
	display:block;
	-moz-border-radius:0;
	-moz-box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	-webkit-border-radius:0;
	-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	background:#193259;
	border-radius:0;
	box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	color:#FFFFFF;
	font-size:0.9em;
	padding:1px 10px 2px;
}
.year {
	display:block;
	-moz-border-radius:0;
	-moz-box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	-webkit-border-radius:0;
	-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	background:#444;
	border-radius:0;
	box-shadow:0 -1px 0 0 rgba(0,0,0,0.07) inset;
	color:#FFFFFF;
	font-size:0.9em;
	padding:1px 10px 2px;
}
.recent-posts article p {
	margin-bottom: 0px;
}


/*=============================================== * 
  Contact Form
* ===============================================*/
#refresh {
cursor:pointer;
}
#captcha {
height:25px;
margin-top:5px;
}
#after_submit {
margin-top:20px;
}
label.error {
color:#CC0000;
font-size:12px;
margin:0 0 10px;
font-style:italic;
width:200px;
}
label.success {
color:#009900;
font-size:12px;
margin:0 0 10px;
font-style:italic;
width:200px;
}
.gmap {
background:white;
border:1px solid #eee;
padding:4px;
margin-bottom:15px;
}

/*=============================================== * 
  Fade Effects
* ===============================================*/

.flexslider .slides img, .textItem, .services h2, .faqstitle, .testimonial h4, .hero-unit, .sectiontitlepost h1, #filter ul li     {    
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}​

/*=============================================== * 
  Spaces
* ===============================================*/
.heightauto {
height:auto !Important;
}
.top0 {
margin-top:0px;
}
.bottom0 {
margin-bottom:0px;
}
.bottom15 {
margin-bottom:15px;
}
.left0 {
margin-left:0px !Important;
}
.left5 {
margin-left:5px !Important;
}
.left10 {
margin-left:10px !Important;
}
.top10 {
margin-top:10px;
}
.top15 {
margin-top:15px;
}
.top20 {
margin-top:20px;
}
.top25 {
margin-top:25px;
}
.top30 {
margin-top: 30px;
}
.top35 {
margin-top: 35px;
}
.top40 {
margin-top: 40px;
}
#map-canvas {
  margin: 0;
  padding: 0;
  height: 350px;
}
#map-canvas img {
  max-width: none;
}
.read-more {
	font-size:11px;
	display: block;
	font-weight: bold;
}
.content-container li {
	padding-left: 1em;
}
.content-container  ul > li {
	padding-left: 12px;
	background: transparent url('img/icon-chevron-right.png') 0 8px no-repeat;
}
.content-container ul {
	margin-bottom: 1em;
}

body.boxed div.body {width:100%;}
body.boxed {padding:0px;}
.graysection {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		background:#fff; 
		margin-top: 20px; 
		margin-bottom:20px; 
		border-bottom: none;
		border-top: none;
}
@media (max-width: 767px) {
  .graysection      { margin-top:0; padding-top:0; }
  #main-container { padding-left: 10px; padding-right: 10px;}
}
header > .container-fluid {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


.navbar .btn-navbar .icon-bar {
  background-color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.navbar .btn-navbar {
  background-color: #00609c;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  border-color: #00609c;
  *background-color: #00609c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;	
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #00609c;
  *background-color: #00609c;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #00609c \9;
}

@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
      background-color: #00609c;
	  color: #fff;
  }
  .nav-collapse .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .nav-collapse .nav .nav-header {
    color: #fff;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .nav-collapse .btn {
    font-weight: normal;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
	color: #fff;
    background-color: #004977;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #00609c;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #00609c;
    border-bottom-color: #00609c;
  }
  .navbar .nav>li>a,
  .navbar .nav>li>a:focus,
  .navbar .nav>li>a:hover {
	color:#fff;
    text-shadow: none;
  }
  .navbar .nav>li>a:focus,
  .navbar .nav>li>a:hover {
  	color: #fff;
  	background-color: #004977;
  	background-image: none;
  	filter: none;
  }
  .navbar .divider-vertical {
	border-left:1px solid #fafafa;
	border-right:1px solid #fafafa;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle,
  .navbar .nav li.dropdown.active > .dropdown-toggle,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  	background-color: #00609c;
  	color: #fff;
  }
  .dropdown-menu>li>a {
	color:#fff;
	border-top:1px solid #00609c;
	border-bottom:1px solid #00609c;
  }
  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus,
  .dropdown-submenu:hover>a,
  .dropdown-submenu:focus>a {
  	color: #fff;
  	background-color: #004977;
  }
}


	/*
body.boxed div.body {
	border-top:5px solid #193259;
}
	*/
.footerlogo47, .primarycolor {
	color:#193259;
}
.cameraContents .camera_caption span, .captionicons, a.tagcloud:hover,.tagcloud a:hover, article .day, .totop, .totop:hover, .primarybg {
	background:#193259;
}

.footerdark h1 {	
	border-bottom:1px solid #193259;
}
.grey-box-icon:hover .fontawesome-icon.circle-white,.grey-box-icon.active .fontawesome-icon.circle-white {
	background-color:#193259;	
}
a.prev,a.next {
	background:url(img/carousel_arrows.png) no-repeat #193259;
}
a.next {
	background-position:-22px 0
}
.btn-primary {
	background-color:#193259;
}
.panel,.panel1 {
border-left:8px solid #193259;
}
#filter ul li .selected {
color: #193259 !Important;
}
.app-icon {
    padding-left: 56px;
    display: block;
    background-color: transparent;
    margin: 1em 0; 
	line-height: 1em;
}
.app-icon > span.bytes {
    display: block;
    font-size: 10px;
}
a.app-icon {
    color: #000;
    text-decoration: none;
}
.app-icon:after {
  content: "Download";
  display: block;
  font-size: 12px;
  color: #f0782e;
}
.pdf {
    background: transparent url('/css/img/icon-apps/pdf.png') 0 50% no-repeat;
}
.doc, .docx {
    background: transparent url('/css/img/icon-apps/docx.png') 0 50% no-repeat;
}
.xls, .xlsx {
    background: transparent url('/css/img/icon-apps/xls.png') 0 50% no-repeat;
}
.ppt, .pptx {
    background: transparent url('/css/img/icon-apps/pptx.png') 0 50% no-repeat;
}
.gif, .jpg, .png {
    background: transparent url('/css/img/icon-apps/png.png') 0 50% no-repeat;
}
.txt {
    background: transparent url('/css/img/icon-apps/txt.png') 0 50% no-repeat;
}

.services {
	margin-top:25px;
}
.services h2 {
	font-size:17px;
	line-height:1.2;
	margin-top:5px;
}
.services h3 { font-size: 14px }
.services h4 { font-size: 12px }

.services i {
	margin-right:7px;
}
.sitemap {
	margin-top: 1em;
}
			
.sitemap .row {
	margin-bottom: 1em;
				}			
.sitemap h2 {
	margin-top: 1em;
	border-bottom: 1px solid #333;
}
				
.sitemap a {
	display: block;
    color: #7c7b7c;
  	padding: 3px 16px 3px 0;
}

.sitemap a:hover {
  	color: #939393;
	text-decoration: none;
}

.sitemap h2 a {
	display: inline-block;
}
	
.sitemap h3 {
	border-bottom: 1px solid #333;
}
	
.sitemap h2 a, .sitemap h3 a {
    color: #333;
}

.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sitemap ul li ul {
    margin-left: 1em;
    list-style: none;
}
.breadcrumb-egapi {
	color: #878787;
	font-size: 11px;
	display: block;
	margin-bottom: 2em;
}
.breadcrumb-egapi a {
	color: #878787;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
