/* Cenit AG CSS
creative360
www.cenit.de
Start: 31.05.2012
Letzte Aenderung: 04.10.2012
*/
/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (Linkfarbe Grün): #009a8f
Farbton (Schriftfarbe Grau): #394147
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/

/* Reset
--------------------------------------------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Globals und Typo 
--------------------------------------------------------------------------------------- */
html {
	background: url(../images/bg_repeat.png) #ebebeb;
	color: #394147;
	font-family: 'Open Sans', sans-serif;	
	font-size: 81,3%;
	}

html>body {
	font-size: 13px;
	}

body {
	font-size: 13px;
	}

a:link {
	color: #009a8f;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
	}

a:visited {
	color: #009a8f;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
	}

a:hover {
	color: #02433e;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
	}

a.download {
	background-image:url(../images/icons/pdf_icon.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:0px 3px 0 15px;
   -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}
a.mail {
	background-image:url(../images/icons/email.gif);
	/*background-position:0px 5px;*/
	background-position:2px;
	background-repeat:no-repeat;
	padding:0px 3px 0 15px;
   -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}
span.mail {
	background-image:url(../images/icons/email.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 3px 0 15px;
   -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}
a.rsslink {
	background-image:url(../img/icons/rss.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:2px 0 0 15px;
}
.pluginSkinLight .clearfix{
	display:none !important;
	
}
_s0{
	width:40px;
	height:40px;
}
/* --------------------------------------------------------------------------------------- 
Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */
a:focus {
    outline: none;
	}

/* --------------------------------------------------------------------------------------- 
Vertikaler Rhythmus basierend auf 12px Basisgröße für den Fließtext
--------------------------------------------------------------------------------------- */
/*
changes in the paragraph followed by bullet
p {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	}
*/
p {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
p.portfolio_text {
	margin-bottom: 30px;	
	}
/*Changed without padding for the header padding: 2px 0 2px 12px;*/
h1 {
	font: 1.67em/0.9em;
	padding: 2px 0 2px 0px;
	}
	
#maincolumn_left h1, #maincolumn_right h1 {
	background: url(../images/bg_h1.png);	
	font: 1.67em/0.9em;
	padding: 2px 0 2px 12px;
	}	

h2 {
	font: 1.385em/1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
	}

h3 {
	font: 1.33em/1.13em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	}

/* --------------------------------------------------------------------------------------- 
Animation
--------------------------------------------------------------------------------------- */
.transition-0-2-ease { 
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	}	
	
/* --------------------------------------------------------------------------------------- 
Primary Page Layout
--------------------------------------------------------------------------------------- */
#start {
	background: url(../images/bg_top_repeat.png);
	height: 141px;
	}
	
#start2 {
	background: url(../images/test.png);
	height: 141px;
	}	

#wrapper {
	margin: 0 auto;	
	width: 1200px;
	}	

.button {
	background: #03b1a4;
	background: -moz-linear-gradient(top,  #03b1a4 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03b1a4), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1a4', endColorstr='#009a8f',GradientType=0 );
	border-color: #009a8f !important;
    border-radius: 2px 2px 2px 2px;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff !important;
    float: left;
    font-size: 1em !important;
	height: 28px;
    margin: 20px 0 0 0;
    padding-top: 10px !important;
	padding-right: 52px !important;
	padding-left: 18px !important;
	white-space: nowrap;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: auto !important;
	
	position:relative;
	
	}

ul.tabs-content .button{
	position:absolute;
	/*bottom: 50px;*/
}
	
.button .arrow {
    background: url(../images/sprite.png) no-repeat scroll -175px -26px transparent;
    height: 40px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px;
    z-index: 10;
}	

.button:hover { 
	background: #04bdaf;
	background: -moz-linear-gradient(top,  #04bdaf 0%, #01a297 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bdaf), color-stop(100%,#01a297));
	background: -webkit-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: -o-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: -ms-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bdaf', endColorstr='#01a297',GradientType=0 );
}	
	
.link a {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	position: relative;
	z-index: 1000;
}

a p.link{
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	position: relative;
	z-index: 1000;
}

a.link {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position:right 5px;
	padding-right: 9px;
	position: relative;
	/*z-index: 1000;*/
	/*modified by Iuliana because we see the links above the gallery images*/
	z-index: 100;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}	

a.link:visited {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 9px;
	padding-top:5px;
	margin-bottom:-3px;
	position: relative;
	z-index: 1000;
  	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}

.small_link a {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	top: -14px;
	padding-right: 14px;
	position: relative;
	z-index: 100;
}	
	
img {
	max-width: 100%;
	height: auto;
}

/*very important for google maps that max-width !!!!! */
#map_cenit img
{
	max-width:none; 
}	
	
/* --------------------------------------------------------------------------------------- 
Meta navigation
--------------------------------------------------------------------------------------- */
#meta {
	color: #fff;
	height: 50px;
	width: 100%;
}
	
#meta a {
	color: #fff;
}
	
#meta a:hover {
	color: #02433e;
	text-decoration: none;
}	

#metanavigation {
	float: right;
	font-size: 11px;
	list-style-type: none;
	padding-top: 16px;
}

#metanavigation li {
	float: left;
}

#metanavigation li.separator {
	background: url(../images/sprite.png) 0px 0px;
	margin: 0 10px;
	height: 16px;
	width: 1px;
}
	
#meta_icons {
	float: right;
	list-style-type: none;
	margin: 10px 20px 0 15px;
}
	
#meta_icons li, #meta_icons li a:hover {
	display: block;
	float: left;
}	
	
#youtube a {
 	background: url(../images/sprite.png) no-repeat 0 -26px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}

#youtube a:hover {
	background-position: 0 -56px;
}
	
#xing a {
 	background: url(../images/sprite.png) no-repeat -30px -26px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}
	
#xing a:hover {
	background-position: -30px -56px;
}	
	
#facebook a {
 	background: url(../images/sprite.png) no-repeat -60px -26px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}
	
#facebook a:hover {
	background-position: -60px -56px;
}	
	
#twitter a {
 	background: url(../images/sprite.png) no-repeat -90px -26px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}	

#twitter a:hover {
	background-position: -90px -56px;
}

#linkedin a {
 	background: url(../images/sprite_linkedid.png) no-repeat 0px 0px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 0 0 0;
  	width: 30px;
}	

#linkedin a:hover {
	background-position: 0px -30px;
}
	
#search {
	float: right;
	margin-top: 8px;
	opacity: 0.85;
}
	 
#search:hover {
	 opacity: 0.99;
}	 
	 
#search input[type=text] {
	background: #158e86;
	background: -moz-linear-gradient(top,  #158e86 0%, #159d93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#158e86), color-stop(100%,#159d93));
	background: -webkit-linear-gradient(top,  #158e86 0%,#159d93 100%);
	background: -o-linear-gradient(top,  #158e86 0%,#159d93 100%);
	background: -ms-linear-gradient(top,  #158e86 0%,#159d93 100%);
	background: linear-gradient(top,  #158e86 0%,#159d93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158e86', endColorstr='#159d93',GradientType=0 );
	
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;		
	
	border-top: 1px solid #15877f;
	border-right: none;
	border-bottom: 1px solid #3ac4ba;
	border-left: 1px solid #3ac4ba;			 
	color: #fff; 
	font-family: 'Open Sans', sans-serif;
	height: 30px;
	padding: 2px 5px 1px 10px;
	width: 160px; 	
}
	
#search input[type=text]:focus {
	color: white;
	width: 240px;
}

#search input[type=submit] {
    background: url(../images/sprite.png) no-repeat scroll -129px -26px transparent;
	border: none;
	cursor: pointer;
	height: 35px;
	line-height: 100%;	
	margin: 0 0 0 -5px;
	padding: 0;
	text-indent: -9999px;	
	width: 36px;
}	

/* --------------------------------------------------------------------------------------- 
Language select
--------------------------------------------------------------------------------------- */		
#language {
	float: right;	
	position: relative;
	right: 67px; 	
	top: 49px; 		
}
	
#signin_menu, #language_mobil #signin_menu {
	background: #35bab1;	
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);	
	border: 1px solid #009b90;	
	color: #fff;
	display: none;
	list-style-type: none;
	position: absolute;
	text-align: left;
	width: 180px;
	z-index: 5000;	
}

#signin_menu li.notrans{
	display:none !important;
	visibility:hidden;
}
	
#signin_menu li.headline, #language_mobil #signin_menu li.headline {
	font-size: 15px;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
	text-align: left;
}		

#signin_menu li a, #language_mobil #signin_menu li a {
	background: #35bab1;
	background: -moz-linear-gradient(top,  #35bab1 0%, #27ada4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35bab1), color-stop(100%,#27ada4));
	background: -webkit-linear-gradient(top,  #35bab1 0%,#27ada4 100%);
	background: -o-linear-gradient(top,  #35bab1 0%,#27ada4 100%);
	background: -ms-linear-gradient(top,  #35bab1 0%,#27ada4 100%);
	background: linear-gradient(to bottom,  #35bab1 0%,#27ada4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bab1', endColorstr='#27ada4',GradientType=0 );	
	border-top: 1px solid #009b90;
	color: #fff;
	display: block;
	padding: 4px 15px 14px 15px;
}

#signin_menu li a:hover, #language_mobil #signin_menu li a:hover {
	background: #1c9c93;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;	
	transition: all 0.1s ease-in-out;		
}

.icon_language {
	padding-right: 8px;
	position: relative;
	top: 7px;
}
	
.meta_icon_language {
	float: left;
	padding-right: 8px;
	position: relative;
	top: -5px;
}
	
#meta_language_mobil {
	display: none;
}
	
/* --------------------------------------------------------------------------------------- 
Main navigation
--------------------------------------------------------------------------------------- */
#mainnavigation {
	color: #fff;
	height: 100px;
	width: 100%;	
}
	
.logo_link {
	display: block;
	height: 51px;	
	width: 174px;
	z-index:100;
}	

#logo {
	background: url(../images/sprite.png) no-repeat -394px 0 transparent;	
	display: block;	
	float: left;
	height: 51px;	
	margin-top: 19px;
	opacity: .99;	
	width: 174px;	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
	
#logo:hover {
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}

#logo_print {
	display: none;
}
	
#main_navi {
	float: right;
	list-style-type: none;
	margin-top: 30px;
}
	
#main_navi li {
	float: left;
	margin-left: 10px;
}		
	
#main_navi li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	color: #fff;
	display: block;
	padding: 8px 20px;
}	

#main_navi li a.active {
	background-color: #fff;
	color: #009a8f;
	text-decoration: none;
}	

#main_navi li a:hover {
	background-color: #fff;
	color: #009a8f;
	text-decoration: none;
}		
	

/* --------------------------------------------------------------------------------------- 
Solution navigation
--------------------------------------------------------------------------------------- */
#solution_nav {
	height: 54px;	
	margin: 30px 0 0 0;	
	width: 100%;	
}
	
#solution_nav ul {	
	float: left;
	list-style-type: none;
	margin-left: 10px;
}	
	
#solution_nav ul li {
	background: #33aea5;
	background: -moz-linear-gradient(top,  #33aea5 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33aea5), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: linear-gradient(to bottom,  #33aea5 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aea5', endColorstr='#009a8f',GradientType=0 );	
	float: left;
	height: 54px;	
}
	
#solution_nav ul li a {
	border-image: url(../images/trenner.png) 0 0 0 1 stretch;		
	-moz-border-image: url(../images/trenner.png) 0 0 0 1 stretch;	
	border-left: 1px solid #69c7c0;		
	color: #fff;
	cursor: pointer;
	display: block;
	height: 16px;
	padding: 18px 20px 20px 20px;	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
	text-decoration: none;
}
		
#solution_nav ul li:last-child a {
	padding: 18px 40px 20px 20px;	
}
	
#solution_nav ul #oneitem:last-child a {
	padding: 18px 40px 20px 30px;	
}

#solution_nav ul li:first-child a {
	padding: 18px 20px 20px 40px;	
}	
	
#solution_nav ul li a:hover {
	background: #008279;
	text-decoration: none;
}

#solution_nav ul li.act a{
	background: #008279;
	text-decoration: none;
}
	
#solution_nav ul li span.first {
	background: url(../images/sprite.png) no-repeat -169px -227px transparent;
	display: block;
	height: 54px;
	position: relative;	
	top: -54px;	
	width: 30px;	
}

#solution_nav ul #exclude span.first {
	background: url(../images/sprite.png) no-repeat -169px -227px transparent;
	display: block;
	height: 54px;
	position: relative;	
	top: -54px;	
	width: 30px;	
}

#solution_nav ul #exclude{
	background: #33aea5;
	background: -moz-linear-gradient(top,  #33aea5 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33aea5), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: linear-gradient(to bottom,  #33aea5 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aea5', endColorstr='#009a8f',GradientType=0 );	
	float: left;
	height: 54px;
	width:0px;	
}

#solution_nav ul li span.last {
	background: url(../images/sprite.png) no-repeat -196px -227px transparent;	
	border: none;
	display: block;	
	height: 54px;
	position: relative;
	top: -54px;
	width: 30px;
	float:right;
}

#solution_nav .solution {
	background: url(../images/nav_solution_active.png) no-repeat;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	padding: 16px 10px 0 55px;
}

/*Added for link inside solution edge*/
#solution_nav .solution a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
	
#solution_nav .solution_new {
	background: url(../images/nav_solution_active.png) no-repeat;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	padding: 16px 10px 0 55px;
	width: auto;
}	
	
#solution_nav .solution span.solution_edge {
	background: url(../images/nav_solution_edge.png) no-repeat;
	float: right;
	height: 54px;
	margin: -16px -40px 0 15px;
	position: relative;
	width: 30px;
	z-index: 10;
}	
	

	
/* --------------------------------------------------------------------------------------- 
Slidingpanel
--------------------------------------------------------------------------------------- */		
#slidingpanel {
    left: -350px;	
    position: absolute;
    top: 250px;
    width: 350px;	
    z-index: 999;	
}
	
#slidingpanel .close img {
    left: 318px;	
	opacity: 0.99;
	position: relative;
	top: 23px;
}	

#slidingpanel .close img:hover {
	opacity: 0.85;
}	

#subnavi_Solutions, #subnavi_Software, #subnavi_Services, #subnavi_Trainings, #subnavi_Industries, #subnavi_Lösungen, #subnavi_Software, #subnavi_Services, #subnavi_Schulungen, #subnavi_Branchen, #subnavi_Webinare, #subnavi_Webinars {
    position: absolute;
    top: 0;
	width: 340px;
}
		
#theme_subnavi {
	background: url(../images/bg_subnavi_texture.png);
	border-radius: 0 2px 2px 0;	
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.25);		
	height: auto;
	padding-top: 15px;		
	left: -200px;	
}

#theme_subnavi .headline {
	background: url(../images/sprite.png) no-repeat 0 -601px transparent;	
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
	padding: 16px 0 0 20px;
	width: 238px;
}
	
#theme_subnavi .headline a {
	color: #fff;
}	
	
#theme_subnavi .headline a:hover {
	color: #009a8f;
	text-decoration: none;
}
	
#theme_subnavi .headline .arrow {
	background: url(../images/arrow.png) right center no-repeat;
	padding-right: 20px;
}	
	
#theme_subnavi .headline .arrow:hover {
	background: url(../images/arrow_green.png) right center no-repeat;
	padding-right: 20px;	
}		
		
	
#theme_subnavi ul li {
	background: url(../images/arrow.png) no-repeat 320px 13px;	
	border-top: 1px solid #06b2a6;
	border-bottom: 1px solid #007c73;
	cursor: pointer;
}	
	
#theme_subnavi ul li:first-child {
	margin-top: 20px;
}		
		
#theme_subnavi ul li:last-child {
	border-bottom: 4px solid #007c73
}			
		
#theme_subnavi ul li a {
	color: #fff;
	display: block;
	padding: 10px 0 10px 20px;	
	text-decoration: none;
}	
	
#theme_subnavi ul li a:hover {
	background: url(../images/arrow.png) no-repeat 320px 13px;		
	background-color: #33aea5;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;	
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;		
}	
	
.theme_subnavi_end {
	background: url(../images/sprite.png) no-repeat 0 -660px transparent;	
	height: 28px;
	width: 322px;
}

/* --------------------------------------------------------------------------------------- 
Slider Homepage
--------------------------------------------------------------------------------------- */	
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {
	outline: none;
}
	
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none;	
	margin: 0;
	padding: 0;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	/*width:1200px;*/
	margin: 30px 0 0 0;
	padding: 0;
	/*added Iuliana */
	overflow: hidden;
}
	
/*added Iuliana*/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
/*end added*/

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides li:first-child {
	/*display: inline;*/ /*comented Iuliana because of the design of one single slide */
	display: block;
}	
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
	
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both; 
	content: "."; 	
	display: block;
	height: 0;	
	line-height: 0;
	visibility: hidden;
}

	
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider
*********************************/
.flexslider {
	background: none;
	zoom: 1;
	position: relative;
	
}
	
.flexslider .slides {
	zoom: 1;
}
	
.flexslider .slides > li {
	position: relative;
}
	
.flex-container {
	position: relative;
	zoom: 1;	
}

/* 
Caption style 
Remain to position the a href in the left side of the frame!!!
*/
.flex-caption {
	/*to be hide in case of frame inside the picture*/	
	color: #fff; 	
	font-size: 14px;
	margin: 0;
}

#Bottom_Left{
	position: absolute;
	left: 12.8%; bottom: 12%;

}

#Bottom_Right{
	position: absolute;
	right: 17.8%; bottom: 12%;
}

#Top_Left{
		position: absolute;
	left: 16.3%; top:6.6%;	
}

#Top_Right{
	position: absolute;
	right: 11.0%; top:6.6%;	
}	

#c783 #Top_Left {

		position: absolute;
	left: 175px; top:9.6%;
}
  /*
#Bottom_Left{
	left: 200px; bottom: 50px;	
	position: absolute;
}
#Bottom_Right{
	right: 250px; bottom: 50px;	
	position: absolute;
}
#Top_Left{
	left: 200px; top: 50px;	
	position: absolute;
}
#Top_Right{
	right: 250px; top: 50px;	
	position: absolute;
}
 */
.flex-caption p {
	font-size: 1.385em;
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0;	
}

.flex-caption span {
	font-size: 2.5em;
	font-weight: bold;
}

/* Direction Arrows */
.flex-direction-nav {
	 height: 0;
}
	  
.flex-direction-nav li a {
	cursor: pointer;	
	display: block; 
	height: 77px;
	margin: -13px 0 0; 
	position: absolute;
	top: 50%;
	text-indent: -999em;
	width: 120px;	
}		 
		 
.flex-direction-nav li .next { 
/*.flex-direction-nav li .flex-next { */
background: url(../images/sprite.png) no-repeat -300px -67px transparent;	
	height: 77px;	
	margin-top: -60px;
	opacity: 0.8;	
	right: 10px;
	width: 275px;
}
		
.flex-direction-nav li .prev {
/*.flex-direction-nav li .flex-prev {*/
    background: url(../images/sprite.png) no-repeat -382px -144px transparent;
	height: 55px;  
	margin-top: 15px; right: 20px;
	opacity: 0.8;  	
	width: 129px;
}
	 	 
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
	
.flex-direction-nav li .next:hover, .flex-direction-nav li .prev:hover { 
	opacity: 0.99;	
}

/* Pager */
.flex-control-nav {
	bottom: 15px;
	font-size: 0px;	
	position: absolute;
	right: 30px;
	text-align: right;
	text-indent: -9999em; 	
	width: 100%;	
	z-index: 1000;
}
	 	 
.flex-control-nav li {
	display: inline;	
	display: inline-block;
	margin: 0 0 0 5px;	
	zoom: 1;
}
	  
.flex-control-nav li:first-child {
	margin: 0;
}
	
.flex-control-nav li a {
	background: url(../images/sprite.png) no-repeat 0 -89px; 	
	cursor: pointer; text-indent: -999em;	
	display: block;
	height: 16px; 
	width: 16px;	
}
	  
.flex-control-nav li a:hover {
	background-position: 0 -105px;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;	
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;	
}
	
.flex-control-nav li a.active {
	background-position: 0 -121px;
	cursor: default;
}

.slider_shadow {
	background: url(../images/slider_shadow.png) no-repeat;
	height: 15px;
	width: 100%;
}	
  /* --------------------------------------------------------------------------------------- 
Tabelement Homepage
--------------------------------------------------------------------------------------- */
ul.tabs {
	display: block;
	margin: 15px 0 14px 30px;
}
	
ul.tabs li {
	display: block;
	float: left;
	height: 30px;
	margin-right: 6px;
	width: auto;	
}	
	
ul.tabs li a {
	background: #cecece;
	background: -moz-linear-gradient(top,  #cecece 0%, #bbb9b9 76%, #afaeae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(76%,#bbb9b9), color-stop(100%,#afaeae));
	background: -webkit-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: -o-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: -ms-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	border-radius: 2px 2px 0 0;		
	color: #3c3c3c;
	float: left;
	font-size: 18px; 
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;	 
	width: auto;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;	
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;	
}
	 
ul.tabs li.ui-state-active a {
	background: #fff;
	color: #009a8f !important;	
	height: 30px;
	position: relative;	
}	
	
ul.tabs li a:hover {
	color: #000;
}		
ul.tabs-content {
	background: #f7f7f7;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);	
	display: block;
	float: left;		
	height: auto;
	padding: 10px 15px 80px 15px; /*48+20*/
	
	/*position:relative;*/
	/*margin-bottom: 48px; /*the height+margin of button link*/
}
	 
ul.tabs-content > li {
	display:none;
}	
	
ul.tabs-content > li.ui-state-active {
	list-style-type: none; 
	display: block;
}


/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: "\0020";
	display: block;
	height: 0;	
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
	
ul.tabs:after {
	clear: both;
}
	
ul.tabs {
	zoom: 1; 
}	
	
.two_columns_hp {
	float: left;
	list-style-type: none;	
	/*margin: 0 15px;*//*changed Iuliana for resizing tabs on home page -- very important */
	margin: 0 10px;
	width: 555px;
	
	position: relative;
}
		
.four_columns {
	float: left;
	/*margin: 0 15px; -- changed Iuliana*/
	margin: 0 13px;
	list-style-type: none; 		
	width: 262px;
	height: auto;	
	position: relative;
}
/*New style for hompege columns*/
#four_columns tr .col1, #four_columns tr .col2,#four_columns tr .col3,#four_columns tr .col4{
	float: left;
	margin: 0 15px;
	list-style-type: none; 		
	width: 252px;
	height: auto;	
	position: relative;

}


/*Hp style end*/
.four_columns_last {
	float: left;
	list-style-type: none; 		
	width: 240px;
}
		
.tabbox_start_list {
	margin-top: 11px;
}
	
.tabbox_start_list li {
	line-height: 24px;
	list-style-image: url(../images/bulletpoint.png);	
	margin-left: 18px;
}	
	
ul.tabs-content p {
	margin-bottom: 0;
}			
/* --------------------------------------------------------------------------------------- 
Tabelement subpage - from Creative
--------------------------------------------------------------------------------------- */

#tabelement_sub {
	float: left;
	margin: 20px 0;
	}

ul.tabs_sub {
	display: block;
	margin: 0 0 14px 0;
	}
	
ul.tabs_sub li {
	display: block;
	float: left;
	height: 30px;
	margin-right: 6px;
	width: auto;	
	}	
	
ul.tabs_sub li a {
	background: #cecece;
	background: -moz-linear-gradient(top,  #cecece 0%, #bbb9b9 76%, #afaeae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(76%,#bbb9b9), color-stop(100%,#afaeae));
	background: -webkit-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: -o-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: -ms-linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	background: linear-gradient(top,  #cecece 0%,#bbb9b9 76%,#afaeae 100%);
	border-radius: 2px 2px 0 0;		
	color: #3c3c3c;
	float: left;
	font-size: 18px; 
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;	 
	width: auto;
	-webkit-transition: all 0s ease-in;
	-moz-transition: all 0s ease-in;
	-ms-transition: all 0s ease-in;	
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;	
	}
	 
ul.tabs_sub li.ui-state-active a {
	background: #33aea5;
	background: -moz-linear-gradient(top,  #33aea5 0%, #019a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33aea5), color-stop(100%,#019a8f));
	background: -webkit-linear-gradient(top,  #33aea5 0%,#019a8f 100%);
	background: -o-linear-gradient(top,  #33aea5 0%,#019a8f 100%);
	background: -ms-linear-gradient(top,  #33aea5 0%,#019a8f 100%);
	background: linear-gradient(to bottom,  #33aea5 0%,#019a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aea5', endColorstr='#019a8f',GradientType=0 );
	color: #fff !important;	
	height: 30px;
	margin-top: -2px;	
	position: relative;	
	}	
	
	
/*ul.tabs_sub li a.active:after {*/
ul.tabs_sub li.ui-state-active a:after { 
	content:"";
	display: block;
	width: 0; 
	height: 0;
	margin: 14px auto 0 auto;
	text-align: center;
	border-top: 6px solid #009a8f;
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent; 	
	}		
	
ul.tabs_sub li a:hover {
	color: #000;
	}		

ul.tabs_sub_content {
	background: #f7f7f7;
	border-top: 4px solid #009a8f;
	border-right: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;	
	border-left: 1px solid #e2e2e2;
	display: block;
	float: left;		
	height: auto;
	padding: 20px 15px 20px 15px;
	width: 708px;	
	}
	 
ul.tabs_sub_content > li {
	display:none;
	}	
	
ul.tabs_sub_content > li.ui-state-active {
	list-style-type: none; 
	display: block;
	}
	
ul.tabs_sub_content li {
	list-style-type: none; 
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs_sub:before, ul.tabs_sub:after {
	content: "\0020";
	display: block;
	height: 0;	
	overflow: hidden;
	visibility: hidden;
	width: 0;
	}
	
ul.tabs_sub:after {
	clear: both;
	}
	
ul.tabs_sub {
	zoom: 1; 
	}	
	
#tabelement_sub .one_column {
	float: left;
	list-style-type: none;	
	margin: 0 15px;
	width: 670px;
	}	
	
#tabelement_sub .two_columns {
	float: left;
	list-style-type: none;	
	margin: 0 15px;
	width: 324px;
	}
	
#tabelement_sub .two_columns ul {	
	list-style-image: url(../images/bulletpoint.png);
	line-height: 250%;
	}
		

		
/* --------------------------------------------------------------------------------------- 
Top visual
--------------------------------------------------------------------------------------- */
#keyvisual {
	width: 100%;
}		
	
#visual {
	float: left;
	margin-top: 30px;	
	width: 100%;		
}		
		
.keyvisual_shadow {
	background: url(../images/slider_shadow.png) no-repeat;
	float: left;	
	height: 15px;
	margin-top: -4px;
	width: 100%;
}		
	
/* --------------------------------------------------------------------------------------- 
Breadcrumb
--------------------------------------------------------------------------------------- */
#breadcrumb {
	float: left;
	font-size: 13px;
	height: 12px;
	margin: 5px 0 -2px 0;
	width: 100%;
}	
	
.home a {
    background: url(../images/sprite.png) no-repeat -144px -227px transparent;	
	display: block;
	float: left;
	height: 16px;
	margin-right: 5px;
	position: relative;
	width: 20px;
}
	
/* --------------------------------------------------------------------------------------- 
Main content
--------------------------------------------------------------------------------------- */
#content {
	background: #fff;	
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);	
	float: left;
	margin-top: 30px;
	padding: 30px 2%;
	width: 96%;
}
	
#maincontent {
	float: left;
	width: 740px;
}
#twocolumn_layout {
	/*z-index:-1;*/
	/*float: left;*/ 
	width: 720px; 
	/*height: 300px;*/
	/*display:inline-block;
	overflow:visible;*/
	clear:both;
}
#twocolumn_layout:after {
	display:block;
	content:"";
	clear:both;
}

#twocolumn_layout .first {
	/*float: left;
	margin: 0 30px 0 0; 
	height:300px;
    display:inline-block;
	width: 324px; */
	float:left;
	width:50%;
	
}
#twocolumn_layout .second {
	/*float: left;
	width: 324px;
    /*height:300px;
	display:inline-block;*/
	float:left;
	width:50%;
}

.first div p.small_link, .second div p.small_link{
	margin-left:auto !important;
	margin-right:auto !important;
	width:65%;
	padding-left:60px;
}
.first div p.small_link a.big-link img, .second div p.small_link a.big-link img{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	border: 1px solid #009a8f;
}

	
#threecolumn_layout {
	float: left;
	margin-top: 30px;
	width: 100%;
}

#threecolumn_layout .first {
	float: left;
	margin: 0 60px 0 0;
	width: 340px;
}
	
#threecolumn_layout .second {
	float: left;
	margin: 0 60px 0 0;
	width: 340px;
}	

#threecolumn_layout .third {
	float: left;
	width: 340px;
}
/*three column layout subpages*/
#threecolumn_layout_sub {
	float: left;
	margin-top: 30px;
	width: 100%;
}

#threecolumn_layout_sub .first_sub {
	float: left;
	margin: 0 30px 0 0;
	width: 216px;
}
	
#threecolumn_layout_sub .second_sub {
	float: left;
	margin: 0 30px 0 0;
	width: 216px;
}	

#threecolumn_layout_sub .third_sub {
	float: left;
	width: 216px;
}	
#text {
	float: left;	
	margin-bottom: 20px;
	width: 100%;	
}
	
#media_text {
	float: left;
	margin: 20px 0;
	width: 100%;
}
	
.media {
	float: left;
	margin-right: 20px;
}
	
/*addded Iuliana*/
.tx-andshadowbox-thumb a.option{
	position: relative;
}
/*Style for image overlay enlarge icon*/
a.shadowbox {
	position: relative;
}

/*added Iuliana for shadowbox images - very important */

DIV.csc-textpic DIV.csc-textpic-single-image img{
	float:none;
	margin:0;
}

.media span.image, .tx-andshadowbox-thumb a.option span.image, .tx-andshadowbox-text a.option span.image, a.shadowbox span.image,DIV.csc-textpic DIV.csc-textpic-single-image span.image {
	background: url(../images/sprite.png) -229px -226px;
	/*float: right;*/
	height: 55px;
	/*left: 269px;
	margin-left: -64px;*/
	opacity: 0.70;
	width: 64px;
	/*position: relative;*/
	position: absolute;
	bottom: 10px;
	right: 10px;
	/*top: 145px;*/
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}
a.shadowbox span.image{
	bottom: 20px;	
}
	
.tx-andshadowbox-thumb a.option span.video, .tx-andshadowbox-text a.option span.video{
	background: url(../images/sprite.png) -297px -226px;
	/*float: right;*/
	height: 55px;
	/*margin-top:-65px;
	margin-right:10px;*/
	opacity: 0.70; 
	width: 64px;
	/*position: relative;*/
	position:absolute;
	bottom: 10px;
	right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}

.tx-andshadowbox-thumb a.option span.galleyimages, .tx-andshadowbox-text a.option span.galleyimages{
	background: url(../images/bildergallerie.png);
	height: 71px;
	opacity: 0.70; 
	width: 114px;
	position:absolute;
	bottom: 10px;
	right: 10px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}	

	
	
.tx-andshadowbox-thumb a.option span.image:hover,.tx-andshadowbox-text a.option span.video:hover, a.shadowbox span.image:hover,
.tx-andshadowbox-text a.option span.galleyimages:hover,.tx-andshadowbox-thumb a.option span.galleyimages:hover,DIV.csc-textpic DIV.csc-textpic-single-image span.image:hover{
	opacity: 0.99;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}	
	
#maincolumn_left {
	float: left;
	width: 47%
}
	
#maincolumn_right {
	float: right;
	width: 47%	
}	
	
.icon {
	float: left;
	margin: 10px 15px 0 0;
	padding-bottom: 30px;
}
	
	
hr.portfolio {
	background: #e2e2e2;
	border: none;
	float: left;
	height: 1px;
	margin: 0 0 24px 0;
	width: 100%;
}	
	
/* --------------------------------------------------------------------------------------- 
Testimonial homepage
--------------------------------------------------------------------------------------- */
#testimonial_start {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #009a8f;
	float: left;
	max-width: 695px;
	min-height:125px;
	padding: 0 20px 10px 20px;
	width: 100%;
	overflow: hidden !important;
}

#testimonial_start .flexslider, #testimonial_sub_slide .flexslider {
	margin: 0;
	padding-bottom: 20px;
}

#testimonial_start .cite li, #testimonial_sub_slide .cite li {
	font-size: 22px;
	font-style: italic;
}
	
#testimonial_start .quote, #testimonial_sub_slide .quote {
	background: url(../images/cite.png) no-repeat;
	display: block;
	height: 31px;
	/*changed Iuliana 65 -> 64 */
	left: -64px;
	margin: 0;
	position: relative;
	top: -10px;
	width: 10px;	
}	

#testimonial_start .cite li span, #testimonial_sub_slide .cite li span {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	margin: 20px 0 0 5em;
	width: 85%;
}

span.author:before  {
	content: "— ";
}
	
#testimonial_start .flex-control-nav, #testimonial_sub_slide .flex-control-nav  {
	display: none;
}		
		
#testimonial_start .next, #testimonial_sub_slide .next { 
	background: url(../images/sprite.png) no-repeat -116px -227px transparent;
	height: 22px;
	margin:0px;
	padding:0px;	
	top: 88%;
	opacity: 0.8;
	right: 0;
	width: 22px;
}
		
#testimonial_start .prev, #testimonial_sub_slide .prev {
  background: url(../images/sprite.png) no-repeat -92px -227px transparent;
	height: 22px;
	margin:0px;
	padding:0px;	  
	top: 88%;
	right: 26px;
	opacity: 0.8;
	width: 22px;
}


#testimonial_start .next:hover, #testimonial_start .prev:hover  {
	opacity: 0.99;	
}	
/* --------------------------------------------------------------------------------------- 
Testimonial subpage
--------------------------------------------------------------------------------------- */
#testimonial_sub, #testimonial_sub_slide {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #009a8f;
	float: left;
	margin: 30px 0;
	max-width: 695px;
	min-height:125px;
	padding: 0 20px 20px 20px;
	width: 100%;
	overflow: hidden !important;
}

#testimonial_sub .flexslider {
	margin: 0;
	padding-bottom: 20px; 
}

#testimonial_start .flexslider {
	margin: 0;
	padding-bottom: 20px;
}
#testimonial_sub_slide .flexslider {
	margin: 0;
	padding-bottom: 20px;
}	
.cite li {
	font-size: 22px;
	font-style: italic;
	list-style-type: none;	
}
	
.quote {
	background: url(../images/cite.png) no-repeat;
	display: block;
	height: 31px;
	left: -65px;
	margin: 0;
	position: relative;
	top: -10px;
	width: 10px;	
}	
#testimonial_sub ul.cite li span.author{
	width: 90%;
}
.cite li span {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	margin: 20px 0 0 5em;
	width: 90%;
}

span.author:before  {
	content: "— ";
}



/* --------------------------------------------------------------------------------------- 
Leadgoal small
--------------------------------------------------------------------------------------- */
#leadgoal_small {	
	float: left;
	margin: 20px 0;
	width: 100%;
}
	
.contact_person {
	float: left;
	margin-right: 20px;
}
	
.leadgoal_small_text {
	float: left;
	width: 500px;
}
	
/* --------------------------------------------------------------------------------------- 
Leadgoal wide
--------------------------------------------------------------------------------------- */
#leadgoal_wide {
	float: left;
	margin: 20px 0;
	width: 100%;
}
	
.leadgoal_wide_text {
	float: left;
	width: 740px;
}	
	
.leadgoal_box {
	float: left;
	width: 740px;
}	
	
#leadgoal_wide .brochure {
	float: right;
}
	
/* --------------------------------------------------------------------------------------- 
Form
--------------------------------------------------------------------------------------- */		
#form {
	float: left;
	margin-top: 16px;
	padding: 20px 0 !important;
	/*width: 740px;*/
	width: 638px;
}

/* after form everything will go to bottom */
.parentform:after {
    content: "";
    display: block;
    clear: both;
}
	/*
#form ul {
	float: left;
	list-style-type: none;
	width: 640px;
	}*/
	
#form li {
	list-style-type: none;
	float: left;
	margin: 0 28px 12px 0;
	padding: 0;
	text-align: left;
	width: 290px;		
}
/*define the style for input Teilnehmer1,... */
#form ul li.dropdown_right_input {
	clear:both;
	width: 210px;
}
	/*select in the left and input normal in the right */
#form li.dropdown_left_input_normal{
	list-style-type: none;
	float: left;
	margin: 0 28px 12px 0;
	padding: 0;
	text-align: left;
	width: 290px;		
}
	
#form input {
	background: #f7f7f7;	
	border: 1px solid #e1e1e1;	
	color: #777678;
	float: left;
	font-family: 'Open Sans', sans-serif;	
	height: 44px;
	margin-bottom: 8px;
	width: 275px; 
	padding-left: 20px;
	padding-bottom: 3px;
	/*Runde Ecken*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;	
	/*Schatten*/
	-webkit-box-shadow: 0 0 5px #dedede;
	-moz-box-shadow: 0 0 5px #dedede;
	box-shadow: inset 0 0 5px #dedede;	
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}
#form ul li.long_right input
{
	width: 355px;
}

#form ul li.only_input 
{
	width: 100%; /*nothing in his right side */
}

/*for radio buttons - one column or two */
#form ul li.radio_2_columns div{
	width:50%;
}

#form ul li.radio_1_column div{
	width:100%;
}


#form ul li.my_powermail_html 
{
	width: 26%; 
	margin-right:30%;
}
/*style for textarea */
#form textarea  {
	background: #f7f7f7;	
	border: 1px solid #e1e1e1;	
	color: #777678;
	float: left;
	font-family: 'Open Sans', sans-serif;	
	height: 132px;
	margin-bottom: 8px;
	width: 595px; 
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 3px;
	/*Runde Ecken*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;	
	/*Schatten*/
	-webkit-box-shadow: 0 0 5px #dedede;
	-moz-box-shadow: 0 0 5px #dedede;
	box-shadow: inset 0 0 5px #dedede;	
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	

	margin-top: 10px;
	
}


#form .select {
    background: url(../images/sprite.png) no-repeat -230px -320px transparent;
	color: #777678;	
	height: 35px;
	overflow: hidden;
	padding: 15px 0 0 20px;	
	position: absolute;	
	width: 200px;	
}
	
#form input:active, #form input:hover, #form input:focus, #form textarea:active, #form textarea:hover, #form textarea:focus {
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;	
}
	
#form input.btnSend:hover, #form input.btnSend:active, #form input.btnSend:focus  {
	background-color: #d567b3;
	border: 1px solid #98387a;	
}	
	
.privacy {
	float: left;
	margin-top: 10px;
}
	
.submit {
	/*margin-right: 126px;*/
	/*margin-right: 124px;*/
	/*float:left;*/
	/*margin-left:69%;*/
	float: right;
	margin-right:3%;
	/*margin-top: -10px;*/
	/*position:absolute;
	margin-bottom:40px;*/
	
}
	
#form input[type=submit] {
	background: #03b1a4;
	background: -moz-linear-gradient(top,  #03b1a4 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03b1a4), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	background: linear-gradient(top,  #03b1a4 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b1a4', endColorstr='#009a8f',GradientType=0 );
	border-color: #009a8f !important;
    border-radius: 2px 2px 2px 2px;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff !important;
	cursor: pointer;
    float: left;
    font-size: 1em !important;
	height: 40px;
    margin: 20px 0 0 0;
	padding: 10px 18px;
	white-space: nowrap;
    position: relative;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: auto !important;
}	
		
#form input[type=submit]:hover {	
	background: #04bdaf;
	background: -moz-linear-gradient(top,  #04bdaf 0%, #01a297 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04bdaf), color-stop(100%,#01a297));
	background: -webkit-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: -o-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: -ms-linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	background: linear-gradient(top,  #04bdaf 0%,#01a297 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04bdaf', endColorstr='#01a297',GradientType=0 );
}	

.checkbox {
	background: url(../images/checkbox.png) no-repeat;
	clear: left;
	height: 25px;	
	display: block;
	float: left;
	padding: 0 5px 0 0;
	width: 19px;	
}
/*added Iuliana for radio design */
.radio {
	background: url(../images/HR/radio.png) ;
	clear: left;
	cursor: pointer;
	height: 19px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -2px;
	opacity: 0.99;
	width: 19px;
}

.radio:hover {
	opacity: 0.70;
	/*-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;*/
}
/*end added*/	
	
#form ul li.dropdown {
	margin-bottom: 19px;
	width: 100%;
}
	
.new-dropdown button {
	background: url(../images/bg_dropdown.png) center right no-repeat;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
	border: none;
	color: #777678 !important;		
	height: 50px;
	width: 220px;
	padding: 1px 20px 0 20px;		
	text-align: left;	
}
/*for dropdown wide */
#form li.only_dropdown_wide {
	width: 100%;
}
	
li.only_dropdown_wide button, li.dropdown_wide button{
	background: url(../images/bg_dropdown_wide_300.png) center right no-repeat;	
	width: 300px;
}
	
.new-dropdown ul {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);		
	width: 218px !important;
	/*added Iuliana height */
	/*height:auto;*/
	max-height: 220px;
	overflow-y: scroll;
	overflow-x:hidden;
	/*added Iuliana*/
	/*z-index:101;*/
}
	
li.only_dropdown_wide ul, li.dropdown_wide ul {
	width: 298px !important;
}

.new-dropdown ul li {
	height: 20px !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 12px 0 12px 20px !important;	
	width: 198px !important;
	text-align: left !important;		
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
.only_dropdown_wide .new-dropdown ul li, .dropdown_wide .new-dropdown ul li{
	height: auto !important;
}
	
.new-dropdown ul li.active {
	background-color: #ccc;
	padding: 12px 0 12px 10px;
	width: 198px !important;	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}	

li.only_dropdown_wide ul li, li.dropdown_wide ul li {
	width: 278px !important;
}

li.only_dropdown_wide ul li.active, li.dropdown_wide ul li.active {	
	width: 278px !important;
}
	
/* --------------------------------------------------------------------------------------- 
Sidebar
--------------------------------------------------------------------------------------- */
#sidebar {
	float: left;
	margin-left: 60px;
	width: 340px;
	padding-top:15px;
}

#events_start, #events, #contact_details, #benefits, #downloads, #promotion, #news, #references, .universal {
	float: right;
	margin-bottom: 25px;
	width: 340px;
}
.contact_text{
	float:left;
	margin-left:-15px;
}
.events_headline, .contact_details_headline, .benefits_headline, .downloads_headline, .promotion_headline, .news_headline, .references_headline, .universal_headline  {
    background: url(../images/sprite.png) no-repeat 0 -144px transparent;
	color: #fff;
	height: 44px;
	font-size: 18px;
	font-weight: bold;
	margin-top: -9px;
	opacity: 0.99;		
	padding: 17px 0 0 32px;
	text-shadow: 0 2px 1px rgba(0,0,0,.2);	
	width: 308px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
	cursor: default;		
}	
	
.events_headline a, .contact_details_headline a, .benefits_headline a, .downloads_headline a, .promotion_headline a, .news_headline a, .references_headline a, .universal_headline a {
	color: #fff;
	display: block;
	height: 40px;
	text-decoration: none;
	width: 340;		
}
	
.events_headline:hover, .contact_details_headline:hover, .benefits_headline:hover, .downloads_headline:hover, .promotion_headline:hover, .news_headline:hover, .references_headline:hover, .universal_headline:hover  {
	cursor: default;
	opacity: 0.85;	
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
/*added for ul li ul class rte list*/
ul.rtelist{
	padding-top: 0.4em;
	padding-bottom: 0.2em;	
}
.universal ul.rtelist, ul.rtelist{
  list-style-image: url(../images/bulletpoint.png);
	margin-left: 30px;
}
.universal p.bodytext{
  	margin-left: 15px;
}
.universal ul.rtelist li ul.rtelist, ul.rtelist li ul.rtelist, ul.rtelist li ul.rtelist li ul.rtelist{
  	list-style-image: url(../images/bulletpoint1.png);
}
ol, ul.rtelist{
	line-height:1.6em;
	padding:none;
	margin:none;
}
li ul.rtelist, li ol{
	padding:none;
	margin:none;	
}
ul.rtelist li, ol li{
	padding:none;
	margin:none;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
.universal ol, ol{
	line-height:1.6em;
	padding:none;
	margin:none;
  	margin-left: 30px;
	list-style-type: decimal;
}
ol li ul.rtelist, ol li ul.rtelist, ul.rtelist li ol li ul.rtelist{
	list-style-image: url(../images/bulletpoint.png);
}
ol, ol li ul.rtelist li ol, ul.rtelist li ol, ul.rtelist li ul.rtelist li ol{
	list-style-type: decimal;
	list-style-image:none;
}
#events_start ul, #events ul, #benefits ul, #downloads ul{
	list-style-image: url(../images/bulletpoint.png);
	line-height: 1.6em;
	margin-left: 30px;
}
#events_start ul li ul, #events ul li ul, #benefits ul li ul, #downloads ul li ul{
	list-style-image: url(../images/bulletpoint.png);
	line-height: 200%;
	margin-left: 30px;
}
#events_start ul li, #events ul li{
	font-weight: normal;
}
#events_start ul li span, #events ul li span, .universal ul li span{
	display: block;
	font-weight: normal;
	width: 100%;
}
	
#contact_details ul {
	line-height:1.6em;
	list-style-type: none;
	margin: 7px 0 0 30px;
}
#contact_details ul li{
	line-height: 250%;
    display: block;
    font-weight: bold;
    width: 100%;
}
#contact_details ul li span {
    display: block;
    font-weight: normal;
    width: 100%;
    margin-top:-12px;
}
	
#contact_details .icon_phone {
    background: url(../images/sprite.png) no-repeat -455px -320px transparent;	
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	margin: 12px 20px 5px 15px;
	width: 42px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}
	
#contact_details .icon_mail {
    background: url(../images/sprite.png) no-repeat -499px -320px transparent;	
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	margin: 12px 20px 5px 15px;
	width: 42px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}	
	
#contact_details .icon_contactperson {
    background: url(../images/sprite.png) no-repeat -543px -320px transparent;	
	cursor: pointer;
	display: block;
	float: left;
	height: 42px;
	margin: 12px 20px 5px 15px;
	width: 42px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}	
#contact_details a.link {
	background: none;
}	
#contact_details a.link:visited {
	background: none;
}	
#contact_details .icon_phone:hover, #contact_details .icon_mail:hover, #contact_details .icon_contactperson:hover {	
	opacity: 0.80;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
	
#contact_details .link {
	display: block;
	height: 42px;	
	width: 42px;
}
	
#contact_details .row {
	float: left;
	width: 100%;
}
	
#promotion img {
	margin: 10px 0 0 16px;
}
	
#news p {
	margin: 0 0 -2px 16px;
}
/*Added for universal content box*/
.universal_content{
	margin: 0 0 -2px 16px;
  z-index:-1 !impoprtant;
}
.universal_content p.bodytext, .universal_content .contact_text {
	margin: 0 0 -2px 0px;
}
	
#references .flexslider{
	position:relative;
	margin: 12px 0px 0 15px;
}
#references_without_padding .flexslider{
	margin: 12px 0px 15px 0px;
}	
#references .flex-control-nav, #references_without_padding .flex-control-nav{
	display: none;
}

#references_without_padding ul li img{
	margin-left:auto;
	margin-right:auto;	
}			
#references .next,#references_without_padding .next{ 
	background: url(../images/sprite.png) no-repeat -116px -227px transparent;
	height: 22px;	
	position:absolute;
	margin: 12% 8px 0 0;
	opacity: 0.8;
	right: 20px;
	width: 22px;
	z-index:1000;
}
		
#references .prev, #references_without_padding .prev{
    background: url(../images/sprite.png) no-repeat -92px -227px transparent;
	height: 22px;  
	margin: 12% 8px 0 0;
	position:absolute;
	right:46px;
	opacity: 0.8;
	width: 22px;
	z-index:1000;
}

#references .next:hover,#references_without_padding .next:hover, #references .prev:hover, #references_without_padding .prev:hover {
	opacity: 0.99;	
}	

/* --------------------------------------------------------------------------------------- 
Footer Ribbon
--------------------------------------------------------------------------------------- */
/*changed for small bootom navi */
#footer {  
	background: url(../images/bg_footer.png);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);	
	float: left;
	height: auto;
	position: relative;
	padding: 0 2%;
	z-index: 100;
	width: 96%;
}
	
#ribbon_left {
	background: url(../images/sprite.png) no-repeat -217px -26px transparent;
	height:72px;
	float: left;
	left: -13px;	
	position: absolute;
	top: -13px;
	width: 13px;
}
	
#ribbon_center { 
	background: url(../images/ribbon_center.png) repeat-x;
	float: left;
	height: 59px;
	left: 0px;	
	position: absolute;
	top: 0px;
	width: 100%;		
}		
	
#ribbon_right {
	background: url(../images/sprite.png) no-repeat -231px -26px transparent;
	height: 72px;
	float: right;
	right: -13px;	
	position: absolute;
	top: -13px;
	width: 13px;
}
	
#ribbon_logo {
	background: url(../images/sprite.png) no-repeat -110px -380px transparent;
	cursor: pointer;
	float: left;
	height: 34px;
	margin: 12.5px 0 0 15px;
	opacity: .7;
	width: 116px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
	
#ribbon_logo:hover {
	opacity: .99;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}
	
.ribbon_logo_link {
	display: block;
	height: 34px;	
	width: 116px;	
}
	
#footer_social {
	list-style-type: none;
	margin: 14px 0 0 10%;
	float: right;
}
	
#footer_social li {
	float: left;
}	
	
#footer_social li.recommend {
	color: #898f93;
	font-size: 11px;
	margin: 6px 15px 0 0;
}
	
#footer_social li.xing a {
 	background: url(../images/sprite.png) no-repeat 0 -227px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}
	
#footer_social li.xing a:hover {
	background-position: 0 -257px;
}	
	
#footer_social li.facebook a {
 	background: url(../images/sprite.png) no-repeat -30px -227px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}
	
#footer_social li.facebook a:hover {
	background-position: -30px -257px;
}	
	
#footer_social li.twitter a {
 	background: url(../images/sprite.png) no-repeat -60px -227px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 6px 0 0;
  	width: 30px;
}	

#footer_social li.twitter a:hover {
	background-position: -60px -257px;
}	
#footer_social li.linkedin a {
 	background: url(../images/sprite.png) no-repeat -30px -380px;
	cursor: pointer;
 	display: block;
	float: left;
 	height: 30px;
	margin: 0 0 0 0;
  	width: 30px;
}	

#footer_social li.linkedin a:hover {
	background-position: -30px -410px;
}	
		
#footer_social li.print a {
	background: #1c2830;
	background-image: url(../images/icon_print.png);
	background-repeat: no-repeat;
	background-position: 90% 4px;
    border-radius: 2px 2px 2px 2px;	
	color: #fff;
	display: block;
	font-size: 11px;
	height: 22px;
	margin: 0 30px 0 20px;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 8px;
}	
	
#footer_social li.print a:hover {
	opacity: 0.8;
	text-decoration: none;
}
	
/* --------------------------------------------------------------------------------------- 
Footer Navigation
--------------------------------------------------------------------------------------- */	
#footer_columns {
	color: #fff;
	float:left;	
    margin:0px;
    padding:0px;
	margin-top: 58px;
	padding: 20px 0;
	width: 100%;
	position: relative;
}
	
#footer_columns ul {
	float: left;
	list-style-type: none;
	margin-right: 2%;
	width: 32%;
}
	
#footer_columns ul.last {
	float: right;
	list-style-type: none;
	margin-right: 0%;	
	width: 32%;
}	
	
#footer_columns li {
	border-bottom: 1px solid #007a72;
	border-top: 1px solid #02afa3;
	line-height: 175% !important;
}			
#footer_columns li.headline { 
	background: url(../images/bg_footer_headline.png);
	font-size: 18px;
	font-weight: 600;	
	padding-left: 20px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);	
	
}			
#footer_columns ul li a {
	color: #fff;
	display: block;
	padding: 0 15px;
}
	
#footer_columns ul li a:hover {
	background: #04aca0;
	text-decoration: none;
}	

#footer_columns ul li:last-child {
	border-bottom: none;
}
		
/* --------------------------------------------------------------------------------------- 
Footer bottombar
--------------------------------------------------------------------------------------- */		
#footer_bottombar {
	background: #33aea5;
	border-top: 1px solid #007a72;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);		
	float: left;
	height: 30px;
	padding: 0 2%;
	position: relative;
	width: 96%;	
}

#back-top {
 	background: url(../images/sprite.png) no-repeat -4px 0;
	height: 22px;
	margin: 0 auto;
	position: relative;
	top: 7px;
	width: 30px;
}
		
#back-top span {
 	cursor: pointer;
	display: block;
	height: 22px;
	width: 30px;
}	
#back-top:hover {
 	opacity: 0.8;
}	
	
#footer_bottom_logo {
	background: url(../images/sprite.png) no-repeat 0 -301px transparent;	
	display: block;	
	float: left;
	height: 74px;
	left: 50%;	
	margin: 30px 0 20px -113px;
	opacity: .99;	
	position: relative;
	width: 226px;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}
	
#footer_bottom_logo:hover {
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}	

/* --------------------------------------------------------------------------------------- 
Layer jquery reveal
--------------------------------------------------------------------------------------- */	
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 300;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -400px;
	width: 760px;
	background: #fff;
	position: absolute;
	z-index: 1000;
	padding: 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.99);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.99);
	-box-shadow: 0 0 10px rgba(0,0,0,.99);
}
	
.reveal-modal_bottom {
	background: url(../images/bg_layer_bottom.png) no-repeat 0 0;	
	float: left;
	height: 21px;
	left: -20px;
	position: relative;
	top: 41px;
	width: 800px;
	z-index: 10000000;
}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	cursor: pointer;	
	position: absolute;
	right: 12px;
	top: 12px;
} 	
	
/* --------------------------------------------------------------------------------------- 
Portfolio Layer
--------------------------------------------------------------------------------------- */	
#dd_portfolio_box {
	width: 100%;	
}
	
#dd_portfolio_box .header {
	font-size: 13px;
}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim    {
	margin: 30px 20px 0 0;
	width: 760px;	
}		
.portofolio_content{
	height:auto;
	overflow:visible;
	z-index:1000;
}
.dd_portfolio_head {
	background: #f7f7f7 url(../images/arrow_left.png) 20px 19px no-repeat;
	cursor: pointer;
	height: 20px;	
	margin: 2px 0;	
	padding: 15px 40px;
	position: relative;
	width: 680px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;		
}
	
.dd_portfolio_head:hover {
	background: #e2e2e2 url(../images/arrow_left.png) 20px 19px no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}	
	
.dd_portfolio_body,.portofolio_content .dd_portfolio_body{
	background: #fff !important;
	display: none;
	padding: 5px 20px;
	width: 720px;
	height:auto;
}	
.dd_portfolio_body p.bodytext img{
	padding-right:15px;
}	
.dd_portfolio_body ul {
	list-style-image: url(../images/bulletpoint.png);
	margin-left: 10px;
}		
	
.dd_portfolio_body ul li {
	margin-bottom: 4px;
}		

.overview {
	display: block;
	font-weight: bold;
	height: 30px;	
	list-style-type: none;
	margin-top: 10px;
}
.dd_portfolio_body ul li:first-child{
	display:block;
	font-weight: bold;
	height: 30px;	
	list-style-type: none;
	margin-top: 10px;
}
/*Added for contact image style main template*/
.contact_image {
	float: left;
	overflow: hidden;
}
#sidebar .contact_image{
	float: left;
	width: 100%;
}
.contact_image img {
	margin: 10px 0 0 16px;
}
	
/*Added by Iuliana for style Courses */
/* --------------------------------------------------------------------------------------- 
Searchbox 
--------------------------------------------------------------------------------------- */	

.search_select_box {
	float: left;
	margin: 0 70px 24px 0;
	/*edited Iuliana */
	/*margin: 0 40px 24px 0px;*/
	/*end edited */
	min-height: 150px;
	width: auto;
}
	
.search_select_box_last {
	float: left;
	/*float: right;*/
	margin: 0 0px 24px 0px;
	min-height: 150px;
	width: auto;
}

.search_list_headline {
	font-weight: bold;
	margin-bottom: 20px;
}	
	
#scrollbar_category, #scrollbar_ort, .scrollbars_news { 
	float: left;
	margin: -10px 0 0 -10px;
	padding: 10px;
	width: 200px;	
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;	
	transition: all 0.25s ease-in-out;	
}
	
#scrollbar_category:hover, #scrollbar_ort:hover, .scrollbars_news:hover { 
	background: #f7f7f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;	
	transition: all 0.25s ease-in-out;	
}	

#scrollbar_category .viewport, #scrollbar_ort .viewport, .scrollbars_news .viewport { 
	/*height: 108px;*/
	/*changed to appear 5 lines in place instead of 4 lines in multiselection*/
	height: 135px;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
/*renamed overview to overview_scroll because the id is not unique !!!!!!!!!!!!! */
#scrollbar_category .overview_scroll, #scrollbar_ort .overview_scroll, .scrollbars_news .overview_scroll { 
	left: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#scrollbar_category .thumb, #scrollbar_ort .thumb, .scrollbars_news .thumb {
	background: #1dc0b4;
	background: -moz-linear-gradient(-45deg,  #1dc0b4 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1dc0b4), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(-45deg,  #1dc0b4 0%,#009a8f 100%);
	background: -o-linear-gradient(-45deg,  #1dc0b4 0%,#009a8f 100%);
	background: -ms-linear-gradient(-45deg,  #1dc0b4 0%,#009a8f 100%);
	background: linear-gradient(135deg,  #1dc0b4 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc0b4', endColorstr='#009a8f',GradientType=1 );
	margin: 3px 0;
	opacity: 0.80;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	
#scrollbar_category .thumb .end, #scrollbar_ort .thumb .end, .scrollbars_news .thumb .end  {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;	
}
	
#scrollbar_category .thumb:hover, #scrollbar_ort .thumb:hover, .scrollbars_news .thumb:hover {
	opacity: 0.99;
}
	
#scrollbar_category .scrollbar, #scrollbar_ort .scrollbar, .scrollbars_news .scrollbar {
	float: right; 
	position: relative;	
	width: 15px;
}
	
#scrollbar_category .track, #scrollbar_ort .track, .scrollbars_news .track { 
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	box-shadow: inset 0 0 6px #cccccc;	
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0 0 5px 2px; 	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;			
}
	
#scrollbar_category .thumb, #scrollbar_ort .thumb, .scrollbars_news .thumb   {
	height: 20px;
	width: 13px; 
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
	
#scrollbar_category .thumb .end, #scrollbar_ort .thumb .end, .scrollbars_news.thumb .end{ 
	overflow: hidden;
	height: 5px;
	width: 13px;
}
	
.scrollbar.disable{
	display: none;
}
	
.search_list {
	list-style-type: none;
	/*added Iuliana*/
	height: auto;
	/*end added */
}
	
.search_list li {
	/*margin-bottom: 11px;*/
	/*!!!!!very important to appear the last checkbox */
	height:16px;
	margin-bottom: 11px;
}/*added Iuliana */
/*.search_list li:last-child{
	margin-bottom: 20px;
}*//*end added*/
	
.search_input, .search_input_von, .search_input_bis {
	margin-top: 4px;
}
	
.search_input input[type=text], .search_input_von input[type=text], .search_input_bis input[type=text] {
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f0f0f0 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e8e8e8',GradientType=0 );	
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;		
	border-top: 1px solid #e8e8e8;
	border-right: none;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;			 
	color: #394147; 
	font-family: 'Open Sans', sans-serif;
	height: 35px;
	line-height: 150%;
	padding: 0px 5px 1px 10px;
	width: 340px; 	
}	
	
.search_input input[type=text]:focus, .search_input input[type=text]:hover,.search_input_von input[type=text]:focus, .search_input_von input[type=text]:hover,
.search_input_bis input[type=text]:focus, .search_input_bis input[type=text]:hover {
	background: #e8e8e8;
}

.contentbox {
	background: #fff;
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.05); 	
	float: left;
	margin-bottom: 30px;
	padding: 30px;
	width: 710px;
}	
	
table.responsive, table.responsive_details {
	background: #ebecec;
	border-spacing: 0;
	border-collapse: separate;
	/*added Iuliana */
	margin-top:35px;
}
	
table.responsive th, table.responsive_details th { 
	background-color: #fff;
	color: #394147;	
	font-weight: bold;
	padding: 6px;
	text-align: left;
}
	
table.responsive th.location {
	width: 160px;
}	
	
table.responsive th:hover { 
	color: #394147;
}	

table.responsive td, table.responsive_details td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;		
}	
	
table.responsive td {
	padding: 0 8px;
}
/*	
table.responsive_details td {
	padding: 0 4px;
	}	*/	
		
table.responsive td a{
	color: #394147;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}

table.responsive td.aktion a {
	color: #009a8f;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
	padding:0;
}

table.responsive td a:hover{
	color: #fff;
}	
	
table.responsive tr:hover {
	background: #009a8f;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;	
	transition: all 0.1s ease-in-out;			
}
/* for current courses */
table.responsive tr.row_courses:hover {
	cursor: auto;
}
table.responsive td.aktion {
	padding:8px;
}

table.responsive td.aktion a:hover{
	text-decoration:underline;
}

table#table_responsive_details tr td:first-child
{
	font-weight: bold;	
	vertical-align:top;
	padding-top: 8px;
}
table.responsive tr:hover a{
	color: #fff;
}		
	
table tbody tr:nth-child(even) { 
	background: #f3f4f4;
}
	
table.responsive_details td p.bodytext
{
	margin-bottom: 8px;
	margin-top: 6px;
}
table#table_responsive_currents td
{
	padding: 8px 4px;
}
/*remove br from the end of p.bodytext*/
table.responsive_details td p.bodytext br
{
	display: none;
}
		
/*for pagination table_responsive */
ul.display {
	list-style-type: none;
}
	
ul.display li {
	border-right: 1px solid #d7d9da;
	color: #394147;
	float: left;
	margin: 10px 0  0 5px;
	padding-right: 5px;
	text-decoration: none;
	/*added Iuliana */
	cursor: pointer;
}	
	
ul.display li:last-child {
	border-right: none;
}
	
ul.display li a, ul.pager li a  {	
	color: #394147;
	text-decoration: none;	
}
	
ul.display li a:hover, ul.pager li a:hover {
	color: #009a8f;
}		
	
ul.display li span.selected, ul.pager li a.active {
	color: #009a8f;
}
	
/*added Iuliana for disabled f from display links */
ul.display li span.disabled {
	color: #CCCCCC;
	cursor: default;
}
/*end added */
	
ul.pager {
	list-style-type: none;
	float: right; /*added by Iuliana */
}
	
ul.pager li, .btn {
	color: #394147;
	float: left;
	margin: 10px 0  0 5px;
	padding-right: 5px;
	text-decoration: none;
}	
	
/* --------------------------------------------------------------------------------------- 
Autocomplete - added by Iuliana
--------------------------------------------------------------------------------------- */
.match
{
	/*color: red;*/
	color: #009a8f;
}

.ui-autocomplete 
{
	max-height: 215px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

/*----------------------------------------------------------------------------------------
TT NEWS
----------------------------------------------------------------------------------------*/
.news-catmenu {
	padding:5px 0px 0px 5px;
	margin:10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu DIV IMG {
	margin:0px;
	padding: 0px 3px 3px 0px;
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------- 
Shadowbox
--------------------------------------------------------------------------------------- */		
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:10000000 !important;;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background: url(../images/IR/loading.gif)  no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../images/IR/close.png);}
#sb-nav-next{background-image:url(../images/IR/next.png);}
#sb-nav-previous{background-image:url(../images/IR/previous.png);}
#sb-nav-play{background-image:url(../images/IR/play.png);}
#sb-nav-pause{background-image:url(../images/IR/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}	

/*added Iuliana */
/*scrollable tabs css*/
.ui-scrollable-tabs {
	overflow:hidden; 
	position:relative;	
}

.ui-scrollable-tabs .ui-tabs-nav {
	width:1000000px;
	/*padding:0;
	border-left:none;
	border-right:none;
	padding-top:1px;*/
	position:relative;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows {
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0px;
}

/*IE7 fix*/
*:first-child+html .ui-scrollable-tabs .ui-tabs-nav-arrows {
	z-index:1;
}

.ui-scrollable-tabs .ui-tabs .ui-tabs-nav li{
	
}

.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-next { 
	float:right;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows .ui-tabs-arrow-previous {
	float:left;
}

.ui-scrollable-tabs .ui-tabs-nav-arrows li {
    list-style:none;
    position:relative;
	top: 10px;
    cursor:pointer;
    margin: 0;
    padding:0;
	display:none;
	z-index:1;
	/*background: #777678;*/
}

.ui-scrollable-tabs .ui-tabs-nav-arrows li a {
	display: block;
	padding:8px 0 9px;
	color: #fff;
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
}
/*
.ui-tabs-arrow-previous 
{
	margin-left: 5px;
}

.ui-tabs-arrow-next
{
	right:-5px;
}*/

/*added Iuliana for hr style */
hr {
	background: #e5e5e5;
	border: none;
	float: left;
	height: 1px;
	margin: 15px 0 20px 0;
	width: 100%;
}
/*added Iuliana for style button "New participant" to courses form */
.button_left {
	background: #03b1a4;
	background: -moz-linear-gradient(top, #03b1a4 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03b1a4),
		color-stop(100%, #009a8f) );
	background: -webkit-linear-gradient(top, #03b1a4 0%, #009a8f 100%);
	background: -o-linear-gradient(top, #03b1a4 0%, #009a8f 100%);
	background: -ms-linear-gradient(top, #03b1a4 0%, #009a8f 100%);
	background: linear-gradient(top, #03b1a4 0%, #009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#03b1a4',
		endColorstr='#009a8f', GradientType=0 );
	border-color: #009a8f !important;
	border-radius: 2px 2px 2px 2px;
	border-style: solid !important;
	border-width: 1px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #fff !important;
	float: left;
	height: 28px;
	/*margin: 10px 0 0 0;*/
	margin: 0;
	padding-top: 10px !important;
	padding-right: 52px !important;
	padding-left: 18px !important;
	white-space: nowrap;
	position: relative;
	text-decoration: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	width: auto !important;
}

.button_left .plus {
	background: url(../images/HR/sprite.png) no-repeat scroll -99px -86px
		transparent;
	height: 40px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 33px;
	z-index: 10;
}

.button_left:hover{
	background: #04bdaf;
	background: -moz-linear-gradient(top, #04bdaf 0%, #01a297 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04bdaf),
		color-stop(100%, #01a297) );
	background: -webkit-linear-gradient(top, #04bdaf 0%, #01a297 100%);
	background: -o-linear-gradient(top, #04bdaf 0%, #01a297 100%);
	background: -ms-linear-gradient(top, #04bdaf 0%, #01a297 100%);
	background: linear-gradient(top, #04bdaf 0%, #01a297 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#04bdaf',
		endColorstr='#01a297', GradientType=0 );
	cursor: pointer;
}
/*tt_news styles list view display*/
table.news_left{
	width:100%;
	background: #f3f4f4;
}
table.news_left_counter{
	width:100%;
	background: #ffffff;
	padding:0px;
	margin:0px;
}
table.news_left tbody tr:nth-child(even) { 
	background: #f3f4f4;
}
table.news_left td:hover { 
	color: #394147;
}	
	
table.news_left td{
	border:none;	
}	
.news_morelink a:link {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position:right 5px;
	padding-right: 9px;
	position: relative;
	z-index: 1000;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}	
.news_morelink a:link:visited {
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 9px;
	padding-top:5px;
	margin-bottom:-3px;
	position: relative;
	z-index: 1000;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	
}	
.news-list-container{
	width:100%;
	border:1px solid #fff;
}
.news-list-item{
	width:100%;
	height:100%;
	padding: 15px 0px 0px 10px; 
}
.news_title{
	display:block;
	float:left;
	padding:5px;
}
.news_title a{
	font-size:14px;
	color: #009a8f;
	font-weight:bold;
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;    
	background-position: right 11px;  
	padding-right: 9px;              
	padding-top:5px;                 
	margin-bottom:-3px;              
	position: relative;              
	z-index: 1000;                   
	text-decoration: none;      
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	 
}
.news_title a:hover{
	color: #009a8f;
	text-decoration:underline;
}
.news_header{
	display:block;  
	float:left;
	margin:none;
	padding:none;
	padding:5px;
}
.news_header p{
	margin:none!important;
	padding:none!important;
}
.news_bottom{
	display:block; 
	float:left;
	padding:5px;
}
.news_date{
	float:left;
	width:100px;
	padding:5px;
}
.news_category{
	float:left;
	width:57%;
	padding:5px;
}
.news_morelink{
	float:right;
	width: auto;
	width:18%;
	padding:5px;
	display:none;
}
.news-list-browse{
	padding: 5px;
}
.showResultsWrap{
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
/*latest*/
.news_title1{
	display:block;
	float:left;
	padding:5px;

}
.news_title1 a{
	font-size:14px;
	color: #009a8f;
	font-weight:normal;
	background: url(../images/link_arrow.png);
	background-repeat: no-repeat;    
	background-position: right 11px;  
	padding-right: 9px;              
	padding-top:5px;                 
	margin-bottom:-3px;              
	position: relative;              
	z-index: 1000;                   
	text-decoration: none;      
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;	 
}
.news_title1 a:hover{
	color: #009a8f;
	text-decoration:underline;
}
/*news single item display*/
.news-single-top{
	width:100%;
}
.news_topleft{
	width:48%;
	float:left;
}
.news_topright{
	width:48%;
	float:right;
}
.news_topright div{
	float:right;
}
h1.news{
	font: 1.385em/1em;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
.news-single-img{
	max-width:300px;
}
.news_content h2{
	font-size: 1em !important; 
}

.news_content{
	padding: 10px 0px;
}
hr.cl-right {
	background: #e2e2e2;
	border: none;
	float: left;
	height: 1px;
	width: 100%;
}

/*for error from powermail forms */
.formError .formErrorContent {
	background: -moz-linear-gradient(center top , #03B1A4 0%, #009A8F 100%) repeat scroll 0 0 transparent;
    border-color: #009A8F !important;
    border-radius: 2px 2px 2px 2px;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
    font-size: 1em !important;
    margin: 20px 0 0;
    padding: 10px 18px;
    position: relative;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    position: relative;
    width: 150px;
}	

.formError .formErrorArrow div {
    background: -moz-linear-gradient(center top , #03B1A4 0%, #009A8F 100%) repeat scroll 0 0 transparent;
    border-color: #009A8F !important;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}

label.powermail_label
{
	position:absolute; 
	top: 17px;
	left: 21px;
	color: #777;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

label.label{
	cursor:pointer;
}

/*pagination news */
ul.pager_news li:hover {
	color: #009a8f;
	cursor:pointer;
}		
	
ul.pager_news li.active {
	color: #009a8f;
}
	
ul.pager_news {
	list-style-type: none;
	float: right; /*added by Iuliana */
}
	
ul.pager_news li{
	color: #394147;
	float: left;
	margin: 10px 0  0 5px;
	padding-right: 5px;
	text-decoration: none;
}
/*NEWS SETTINGS*/
.news-amenu-container {
	font-size: 13px;
}
.news-amenu-container ul{
	position:relative;
	z-index:2000 !important;
}
.reset_counter{
	
}
#reset_link_news{

}
/*added Iuliana */
.results_text {
	float: left;
	width: 85%;
}
	
.results {
	background: url(../images/HR/sprite.png) -395px 0 no-repeat;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	padding: 9px 4px 0 0;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;	
	width: 68px;
	margin-top:-15px !important;
}
/*powermail_all*/
.powermail_create {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 0 none;
    margin-bottom: 20px;
    padding: 10px;
	width:100%;
}

/*in tabs four_column - uses h2 instead of h3 */
.four_columns h2{
	margin-top:1em;
}

#reset_link {
	float:right;
	margin-top:-60px;
	margin-right:30px;
}
#testimonial_sub_slide {
	float:none !important;
}

#map_cenit{
	width:80%;
	float:right;
	margin-top:0px;

}
	


