/* @override 
	http://176.31.185.54/~newacuity/templates/yoo_finch/styles/acuity/css/custom.css

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== 
 
 
Acuity Red: #960000
Orange: #AA8039
*/


.text-mediumsize {
	font-size: 1.16em;
}
.redbullets li { 
   position:relative;
}
.redbullets li:before {
      content:'';
      display: block;
      position: absolute;
      width: 7px;
      height:7px;
      border-radius:9px;
      left: -18px;
      top: .4em;
      background-color: #960000;
}

/* *************** HEADER & NAVBAR ********************** */

#body-slash  {
	background: url('../../../images/homepage-slash.png') no-repeat;
	width: 170px;
	height: 550px;
	position: absolute;
	left: -40px;
	top: 0px;
	z-index: 100;
}
img.header-logo {
	height: 100%;
	margin-left: 29px;
	margin-top: 20px;
}
nav.tm-navbar.uk-navbar {
	padding-left: 0;
}
/* *************** SIDE MENU ********************** */
.uk-nav-side li.uk-parent {
	font-size: 1.15em;
}
.uk-nav-side ul.uk-nav-sub {
	padding-left: 45px;
	font-size: 0.85em;
}
.tm-footer p {
	color: #fff;
}
.tm-footer a {
	color: silver !important;
}
/* *************** HOMEPAGE SLIDESHOW ********************** */
.mod-title {
	margin-bottom: 10px;
}
span.title-red {
	color: #960000;
	text-transform: uppercase;
}
p.uk-text-large {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0px;
}
div.homepage-slideshow .uk-overlay-panel {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#myCanvasContainer {
	background: url('../../../images/tag-back.png') -30px no-repeat;
	border-radius: 10px;   
}
div#myCanvasContainer canvas#myCanvas {
	margin-left: -80px;
}
div.uk-panel.tagplaceholder {
	background: url('../../../images/tag-back.png') -30px no-repeat;
	border-radius: 10px;   
}

/* *************** HOMEPAGE WORKLIST MODULE ********************** */

.worklist h3 {
	font-size: 1em;
	margin: 0;
}
.worklist p {
	font-size: 0.9em;
	margin: 0;
	line-height: 1.6em;
}

/* *************** WEBLINKS ********************** */
div.weblink-category div.list-title  {
	padding-top: 10px;
}
div.weblink-category div.list-title a {
	font-size: 1.4em;
}
div.weblink-category p.lead {
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
/*--------------------------- CONTACTS WORLD MAP ---------------------------------------*/
.contactFond {
	background: url('../../../images/WorldMap-contacts.jpg') 0 no-repeat #efefef;
	width: 100%;
	height: 495px;
}
.contactFond .contactCol1 {
	float: left;
	width: 380px;
}
.contactFond .contactCol2 {
	float: left;
	width: 330px;
}
.contactFond .contactCol3 {
	float: left;
	width: 307px;
}
.contactFond .contactBlock {
	width: 110px;
	background-color: #e0dfdf;
	height: 205px;
	margin-left: 50px;
	margin-top: 200px;
	border: 1px solid #aeabab;
	padding: 5px;
}
.contactFond .contactBlock3 {
	margin-left: 190px;
	background-position: 0 0;
}
.contactFond .contactBlock img {
	width: 110px;
}
.contactFond .contactName {
	font-weight: bold;
	color: black;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 7px;
}
.contactFond .contactCountry {
	color: #960000;
}
.contactFond .contactCoords {
	width: 250px;
	background-color: #e0dfdf;
	height: 40px;
	margin-left: 50px;
	margin-top: 10px;
	border: 1px solid #aeabab;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: black;
	padding-top: 10px;
}
.contactFond .contactCoords3 { 
	margin-left: 65px;
	width: 240px;
}
