@import url("fonts.css");
/*  CSS definations for Damiani  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tags

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Language
	2.2 Navigation
		2.2.1 Dropdown
	2.3 Showcase
		2.3.1 Hero Slider
	2.4 Container
		2.4.1 Content
		2.4.2 Accordion
		2.4.3 Services
	2.5 Side Nav
		2.5.1 Submenu
	2.6 Footer
		2.6.1 Footer Logo

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:normal;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after { 
	display: table; 
	content:" "; 
}
.clearfix:after { 
	clear:both;
}
textarea{
	overflow:auto;
	font-family:'Humanist521BT-Roman';
}
a { 
	color:#636363;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 1.2 Common Tags */

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family:'Humanist521BT-Roman';
	font-size:15px;
	color:#636363;
	position:relative;
}
.box {
	width:960px;
	margin:0 auto;
}

/* 2.1 Header */
.header {
	padding:31px 0 26px 0;
}
/* 2.1.1 Logo */
.logo {
	width:245px;
	float:left;
}
/* 2.1.2 Language */
.language {
	padding:28px 0 0 0;
}
.language,
.language ul {
	float:right;
}
.language li {
	background:url(../images/bg_divider.png) no-repeat left center;
	line-height:10px;
	padding:0 7px 0 13px;
	float:left;
}
.language li:first-child {
	background:none;
}
.language li a {
	color:#636363;
	font-size:13px;
}
.language li a:hover,
.language li.active a {
	color:#000;
}

/* 2.2 Navigation */
.navigation {
	margin-bottom:25px;
	position:relative;
}
.navigation:before,
.navigation:after,
.showcase:before,
.showcase:after {
	content:"";
	background:url(../images/sprite_shadow.png) no-repeat left top;
	width:114px;
	height:7px;
	bottom:-7px;
	position:absolute;
}
.navigation:before,
.showcase:before {
	background-position:left top;
	left:0;
}
.navigation:after,
.showcase:after {
	background-position:right top;
	right:0;
}
.navigation-in {
	background:url(../images/bg_navigation.png) repeat-x left top #f0f0f0;
	box-shadow:rgba(244, 244, 244, 1) 0px 1px 0px;
	border-bottom:1px solid #dfdfdf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:50px;
}
.navigation-in > ul > li {
	background:url(../images/bg_divider2.png) no-repeat left 15px;
	padding:5px 44px 15px 45px;
	float:left;
	position:relative;	
}
.navigation-in > ul > li:first-child {
	background:none;
}
.navigation-in > ul > li > a {
	height:40px;
	line-height:17px;
	display:table;
	color:#636363;
	font-size:13px;
	text-transform:uppercase;
}
.navigation-in > ul > li > a:hover,
.navigation-in > ul > li.active > a {
	color:#000;
}
.navigation-in > ul > li > a > span {
	display:table-cell;
	vertical-align:middle;
}
.navigation-in > ul > li > .sin > span {
	display:table-cell;
	vertical-align:middle;
}
.navigation-in > ul > li > .sin {
	height:40px;
	line-height:17px;
	display:table;
	color:#c7c7c7;
	font-size:14px;
	text-transform:uppercase;
}
.navigation-in li:hover ul {
	display:block;
}
/* 2.2.1 Dropdown */
.navigation-in ul ul {
	background:#f3f3f3;
	width:100%;
	top:100%;
	left:0;
	position:absolute;
	display:none;
	z-index:999;
}
.navigation-in ul ul:before,
.navigation-in ul ul:after {
	content:" ";
	background:url(../images/bg_dropdown_shadow_right.png) no-repeat left top;
	width:7px;
	height:114px;
	display:block;
	right:-7px;
	position:absolute;
}
.navigation-in ul ul:after {
	background:url(../images/bg_dropdown_shadow_bottom.png) no-repeat left top;
	width:97px;
	height:7px;
	right:0;
	bottom:-7px;
}
.navigation-in ul ul li {
	background:url(../images/bg_drop_li.png) no-repeat center top;
	line-height:50px;
	padding:0;
	text-align:center;
}
.navigation-in ul ul li:first-child {
	background:none;
}
.navigation-in ul ul li a {
	color:#636363;
	font-size:14px;
	text-transform:uppercase;
}
.navigation-in ul ul li a:hover,
.navigation-in ul ul li.active a {
	color:#000;
}

/* 2.3 Showcase */
.showcase {
	border-bottom:1px solid #dfdfdf;
	box-shadow:rgba(244, 244, 244, 1) 0px 1px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:35px;
	position:relative;
}
/* 2.3.1 Hero Slider */
.flexslider {
	background:url(../images/loader.gif) no-repeat scroll center center;
	overflow:hidden;
}
.flexslider .slides {
	margin:0;
	list-style-type:none;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-position:center top!important;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides {
	zoom: 1;
}
.hero-slider {
	border:10px solid #f0f0f0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.showcase:before {
	left:7px;
}
.showcase:after {
	right:7px;
}

/* 2.4 Container */
.container {
	padding-bottom:25px;
}
/* 2.4.1 Content */
.content {
	padding:0 10px;
}
.content p {
	line-height:20px;
	margin-bottom:15px;
}
/* 2.4.2 Accordion */
.accordion {
	padding-bottom:25px;
}
.accordion .accordion-title1a {
	padding-bottom:10px;
	margin-bottom:15px;
	color:#010000;
	font-size:18px;
}
.accordion .accordion-title1 {
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#010000;
	font-size:18px;
}
.accordion .accordion-title {
	border-bottom:1px dashed #cfcfcf;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#010000;
	font-size:18px;
}
.accordion-content {
	padding:0 10px;
}
/* 2.4.3 Services */
.services-col {
	width:300px;
	float:left;
}
.services-col-cont {
	width:49%;
	margin-right:15px;
	float:left;
}
.services-col2 {
	width:300px;
	margin-left:25px;
	float:left;
}
.services-col2-cont {
	width:49%;
	float:left;
}
.services-col3 {
	width:300px;
	margin-left:25px;
	float:left;
}
.services-col p {
	line-height:20px;
	font-size:15px;
}
.services li {
	line-height:20px;
	font-size:15px;
	color:#7B7B7B;
}
.services p {
	line-height:20px;
	margin-bottom:15px;
}
.services strong  {
    padding-bottom: 19px;
    margin-bottom: 15px;
    color: #010000;
    font-size: 15px;
	font-family: 'Humanist521BT-Bold';
}
.map {
	height:300px;
	margin-bottom:20px;
}

/* 2.5 Side Nav */
.side-nav {
	background:#373737;
	box-sizing:border-box;
	width:168px;
	height:100%;
	padding:0 19px;
	top:0;
	left:0;
	position:fixed;
	display:none;
}
.side-nav .language {
	background:url(../images/bg_border_side_nav.jpg) no-repeat center bottom;
	padding:21px 0 25px 0;
	margin-bottom:20px;
	display:block;
}
.side-nav .language, .language ul {
	float:none;
}
.side-nav .language li a {
	color:#7a7a7c;
	padding:0;
}
.side-nav .language li a:hover,
.side-nav .language li.active a {
	color:#b1b2b7;
}
/* 2.5.1 Submenu */
.submenu > ul > li {
	background:url(../images/bg_border_side_nav.jpg) no-repeat center top;
	padding:0 7px;
}
.submenu > ul > li:first-child {
	background:none;
}
.submenu > ul > li > a {
	line-height:18px;
	padding:11px 0 8px 0;
	display:block;
	color:#afafaf;
	font-size:13px;
	text-transform:uppercase;
}
.submenu > ul > li:hover > a {
	color:#fff;
}
.submenu ul li:hover ul {
	display:block;
}
.submenu ul ul {
	background:#262525;
	position:relative;
	display:none;
}
.submenu ul ul li {
	border-top:1px solid #9a9999;
	line-height:25px;
	padding:0 10px;
}
.submenu > ul > li > .sin > span {

}
.submenu > ul > li > .sin {
	line-height:18px;
	padding:11px 0 8px 0;
	display:block;
	color:#666666;
	font-size:13px;
	text-transform:uppercase;
}
.submenu ul ul li:first-child {
	border-top:none;
}
.submenu ul ul li a {
	display:block;
	padding:0;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
.menu-icon {
	background:url(../images/ico_menu.png) left top no-repeat;
	width:18px;
	height:17px;
	float:left;
	padding:0 !important;
	margin:14px 25px 0 0;
	color:#fe9807 !important;
	text-indent:-9999px;
	text-transform:uppercase;
	display:none;
}

/* 2.6 Footer */
.footer {
	background:#363636;
	padding:22px 0;
	position:relative;
	z-index:9999;
}
/* 2.6.1 Footer Logo */
.footer-logo {
	width:233px;
	padding-right:28px;
	float:right;
}
.footer-rrhh {
	width:275px;
	height:50px;
	float:left;
	font-size:18px;
}
.footer-rrhh a{
	color:#FFF;
}
.footer-rrhh a:hover{
	color:#666;
}

/* Fonts */
.content p strong, .accordion .accordion-title {
	font-family:'Humanist521BT-Roman';
}

/* Rsponsive */
@media (min-width:168px) and (max-width:1023px) {
	body {
		font-size:18px
	}
	.box {
		width:730px;
	}
	.navigation-in > ul > li {
		padding:5px 12px 16px 12px;
	}
	.navigation-in > ul > li > a {
		font-size:11px;
	}
	.navigation-in ul ul {
		width:120px;
	}
	.navigation-in > ul > li > .sin > span {
	display:table-cell;
	vertical-align:middle;
	}
	.navigation-in > ul > li > .sin {
	height:40px;
	line-height:17px;
	display:table;
	color:#c7c7c7;
	font-size:11px;
	text-transform:uppercase;
	}
	.services-col p,
	.services li {
		font-size:18px;
	}
	.services-col {
		width:auto;
		margin-bottom:20px;
		float:none;
	}
	.services-col2 {
		margin-left:0;
	}
	.services-col-cont {
		width:100%;
		float:left;
	}
	.services-col2-cont {
		width:100%;
		float:left;
}
}
@media only screen and (max-width:767px) {
	body {
		font-size:14px
	}
	.box {
		width:auto;
		padding:0 25px;
	}
	.header {
		padding:19px 0 22px 0;
	}
	.logo {
		width:175px;
	}
	.menu-icon,
	.side-nav {
		display:block;
	}
	.side-nav {
		overflow-y:hidden !important;
	}
	.navigation,
	.language {
		display:none;
	}
	.showcase {
		margin-bottom:20px;
	}
	.content {
		padding:0 10px;
	}
	.content p {
		line-height:20px;
		margin-bottom:20px;
	}
	.accordion .accordion-title {
		font-size:18px;
	}
	.accordion-content {
		padding:0;
	}
	.services-col p, .services li {
		line-height:20px;
		font-size:14px;
	}
	.services-col {
		margin-bottom:20px;
	}
	.services-col,
	.services-col2,
	.services-col3 {
		width:auto;
		margin-left:0;
		float:none;
	}
	.accordion {
		padding-bottom:0;
	}
		.services-col-cont {
		width:100%;
		float:left;
	}
	.services-col2-cont {
		width:100%;
		float:left;
}