@charset "utf-8";


@import url(http://fonts.googleapis.com/css?family=Metrophobic); 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic,400italic,600italic,700italic,300,600,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic);

@import url('css/html5-reset.css');

@import url('css/flexslider.css');
@import url('css/jquery.fancybox.css');
@import url('css/mediaelementplayer.css');

@import url('css/shortcodes.css');



* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em; /* 18px */
	color: #383838;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
}

iframe, img, video, audio {
	display: block;	
}

/*img,*/ embed, object, video { 
	max-width: 100%;
}

video {
	width: 100%;
    height: auto;
}

ul {
	list-style: none;	
}


.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden; 
	visibility: hidden;
	width: 0;
}


#wrap {
	overflow: hidden;
}

.idiomatica {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
}

.idiomatica a {
	color:#999;	
}

.idiomatica a seleccionat {
	color:#999;	
	font-weight: bold;
}


.idiomatica .seleccionat {
	color:#999;	
	font-weight: bold;
}

.container {
	width: 940px;
	margin: 0 auto;
}

#main {
	margin-bottom: 0;	
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1#page-title {
    padding: 25px 0;	
	border-bottom: 1px solid #e5e5e5;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.333em; 
	line-height: 1.214em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;	
	font-size: 1.5em;
	line-height: 1.333em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.333em;
	line-height: 1.375em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.166em;
	line-height: 1.428em;	
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1.083em;
	line-height: 1.461em;	
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;		
}

/* ---------------------------------------------------------------------- */
a, a > * {
	text-decoration: none;
}

a, a > *,
.button,
.jcarousel-prev, .jcarousel-next {
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;	
}

a:hover, a > * {
	color: #383838;	
}

.mediterraneumtext {
	color: #025d95;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-transform: lowercase;
	}
	
.mediterraneumtextmin {
	color: #025d95;
	font-size: 16px;
	letter-spacing: 0.8px;
	text-transform: lowercase;
	}

/* ---------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

section,
#page-header {
	margin-bottom: 40px;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.tip, caption, .caption {
	color: #999;
	font-size: 0.916em; /* 11px */
	font-style: italic;	
}

.grey-text {
	color: #999;	
}

.invisible {
	display: none !important;	
}

hr {
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: none;
	height: 1px;
	clear: both;
	margin: 40px 0;
}

mark {
	font-style: normal;
    font-weight: normal;	
}

.intro {
	font-weight: 600;
	font-size: 1.083em; /* 13px */
}

.note {
	color: #f25824;	
}

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


#header-top {
	margin-bottom: 30px;
}

#header-top .one-half.column-last {
	float: right;
}

#titolfinal  {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;	
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
	float: left;
	padding-top: 3px;
}

.one-half.column-last img {
	margin-left: 5px;
}



#logo {
	font: 2.666em/1em 'Metrophobic', sans-serif; /* 32px */
	float: left;
	text-transform: lowercase;
	margin-right: 15px;
	margin-bottom: 0;
	max-width: 100%;
}

#logo a {
	display: block;
	color: #383838;
}

#logo a img {
	max-width: 100%;
}

#tagline {
	float: left;
	margin-top: 11px;
	margin-bottom: 0;
	color: #888;
}



.contact-info {
	word-wrap: break-word;
}

#header .contact-info {
	float: right;	
	margin-top: 40px;
}

#header .contact-info p {
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	margin-bottom: 0;
	color: #666;
}

#header .contact-info .email {
	background-image: url(images/contact/mail.png);
	padding-left: 21px;
}

#header .contact-info .phone {
	background-image: url(images/contact/phone.png);
	padding-left: 22px;
}

#header .contact-info .sede {
	background-image: url(images/contact/home.png);
	padding-top: 5px;
	padding-left: 22px;
	font-size: 11px;
}


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

#navbar {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	height: 38px;
	font-size: 12px;
    line-height: 1.5em;
}



#nav {
	float: left;
	height: 38px;
	position: relative;
	top: -1px;
	left: -1px;
}



ul#navlist li {
	float: left;
	min-width: 8.666em;
}

ul#navlist li a { 
	display: block;
	font-family: 'Open Sans', sans-serif; 
	font-size: 12px;
	line-height: 38px;	
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
	color: #383838;
	border: 1px solid #e5e5e5;
	border-left: none;
	box-shadow: 1px 0 rgba(255,255,255,0.75);
}

ul#navlist li:first-child a { 
	border-left: 1px solid #e5e5e5;
}

ul#navlist li.current a, .no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	color: #fff;
}

.no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	background-color: #383838 !important;
	border-color: #383838 !important;
}


.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle > ul {
	top: -1px !important;
}

.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #383838;
	padding: 8px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.ddsubmenustyle > ul > li:first-child a {	
	border-top: none;
}


.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}


.tinynav { 
	display: none; 
	height: 28px;
	padding: 5px 10px;
	margin: 5px 14px;
	background-color: #e5e5e5;
	border: none;
}

.tinynav option {
	padding: 5px 10px;
}

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

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

input, textarea {
	-webkit-appearance: none;
}


input[type="checkbox"] { 
	-webkit-appearance: checkbox; 
}

input[type="radio"] { 
	-webkit-appearance: radio; 
}

input {
	line-height: normal;	
}

textarea {
	overflow: auto;
}

input[type="submit"] {
	width: auto;
}

::-webkit-input-placeholder {
	color: #999;
}


:-moz-placeholder { 
   color: #999;
}

::-moz-focus-inner {	      
	padding: 0;         
	border: none;
}


#s {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px;
	height: 16px;
	padding: 6px 36px 6px 10px;
	border: none;
	background-color: #e5e5e5;
}

.small-search {
    width: 200px !important;
    padding-right: 10px !important;
    top: 38px !important;
    z-index: 10;
}

#s::-webkit-input-placeholder {
	color: #888;
}

#s:-moz-placeholder {
   color: #888;
}

#search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 28px;
	background: url(images/search.png) no-repeat center center; 
	border: none;
	text-indent: -10000em;
	background-color: #e5e5e5;	
	cursor: pointer;
}


#segueixnosfb {
    margin-top: 38px;
	border-top: 1px solid #e5e5e5;
}

#newsletter-wrap {
    padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

#newsletter-form input#newsletter {
	float: left;
	width: 332px;
	margin-right: 10px;
}

#newsletter-form input.button {
	float: right;
	margin-right: 0;
	margin-bottom: 5px;
}

#newsletter-wrap .tip {
	margin-top: 7px;
}


.content-form p {
    margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
	background-color: #f7f7f7;	
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover {
	border-color: #d9d9d9;
}

.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	border-color: #ccc;
}

.content-form input {
	width: 50%;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
	clear: both;
}

.content-form .error {
	color: #f25824;
}

.content-form textarea, .content-form select {
	width: 60%;
}

.content-form textarea {
	height: 160px;
}

.content-form input[type="file"] {
    padding: 0;
    border: none;
}

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

#slider-home {
	margin-bottom: 15px;
}

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

.iconbox {
	text-align: center;	
	margin-bottom: 20px;
}

.iconbox h4 a {
	color: #383838;
}

.iconbox h4 img,
.iconbox-icon {
	margin: 0 auto 20px;
}

span.iconbox-icon {
	display: block;
	height: 42px;
	background-repeat: no-repeat;
}

img.iconbox-icon {
	display: block;
	max-width: 100%;	
}

.iconbox.computer span.iconbox-icon {
	background-image: url(images/icon-boxes/computer.png);
	width: 44px;
}

.iconbox.mouse span.iconbox-icon {
	background-image: url(images/icon-boxes/mouse.png);
	width: 28px;
}

.iconbox.applications span.iconbox-icon {
	background-image: url(images/icon-boxes/applications.png);
	width: 50px;
}

.iconbox.cog span.iconbox-icon {
	background-image: url(images/icon-boxes/cog.png);
	width: 42px;
}

.iconbox.globe span.iconbox-icon {
	background-image: url(images/icon-boxes/globe.png);
	width: 32px;
}

.iconbox.write span.iconbox-icon {
	background-image: url(images/icon-boxes/write.png);
	width: 42px;
}

.iconbox.address-book span.iconbox-icon {
	background-image: url(images/icon-boxes/address-book.png);
	width: 34px;
}

.iconbox.chemical span.iconbox-icon {
	background-image: url(images/icon-boxes/chemical.png);
	width: 24px;
}

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

h2 span.more {
	font-weight: normal;
	font-size: 0.666em;
	line-height: 1.5em;
}

h2 span.more a {
	font-style: italic;
}

.jcarousel-container {
	max-width: 100%;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}

.iconbox-carousel > li,
.project-carousel > li,
.post-carousel > li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.jcarousel-prev, .jcarousel-next {
	position: absolute;
    top: -35px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background-color: #bfbfbf;
	background-image: url(images/carousel-arrows.png);
	background-repeat: no-repeat;
}

.jcarousel-prev {
	right: 20px;
	background-position: 7px 5px;
}

.jcarousel-next {
	right: 0;
	background-position: -18px 5px;	
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
	background-color: #d9d9d9 !important;
	cursor: default;
}

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

.entry-image,
.entry-video,
.entry-audio,
.entry-slider {
	margin-bottom: 20px;
}

.entry-image > a,
.entry-slider > ul > li > a {
	display: block;	
	position: relative;
}

.entry-image,
.entry-slider > ul > li {
	background-color: #fff;
}

.entry-image {
	display: inline-block;
}

.project-carousel .entry-image,
.post-carousel .entry-image,
.portfolio-grid .entry-image,
.blog-entry-list > .entry > .entry-image {
	display: block;	
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
	max-width: 100%;	
}

.entry-title a {
   color: #383838; 
}


.entry-image > a .overlay, 
.entry-slider > ul > li > a .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
}

.entry-image > a:hover .overlay, 
.entry-slider > ul > li > a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;
}

.overlay {
	display: block;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay.zoom {
	background-image: url(images/overlay-zoom.png);
}

.overlay.link {
	background-image: url(images/overlay-link.png);
}

.overlay.medit {
	background-image: url(images/mediterraneum_zoom.png);
}


.entry-slider {
	position: relative;
}

.entry-slider-nav a {
	position: absolute;
    top: 50%; 
	margin-top: -13px;
    width: 23px;
    height: 27px;
    cursor: pointer;
	background-image: url(images/slider/arrows.png);
	background-repeat: no-repeat;
	z-index: 100;
	text-indent: -10000em;
}

.entry-slider-nav a.prev {
	left: 0;
	background-position: 8px 7px;
}

.entry-slider-nav a.next {
	right: 0;
	background-position: -19px 7px;	
}

.entry-slider-nav a.disabled:link, .entry-slider-nav a.disabled:visited, 
.entry-slider-nav a.disabled:hover, .entry-slider-nav a.disabled:active {
	background-color: rgba(0,0,0,0.6);
	cursor: default;
}

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


.post-carousel .entry-meta {
	width: 40px;
	margin-right: 10px;	
}

.entry-meta {
	width: 100px;
	margin-right: 20px;
	float: left;
	font-size: 0.916em; /* 11px */
	line-height: 1.272em; /* 14px/11px */
	color: #888;
}

.entry-meta .title {
	font-weight: bold;	
	font-style: normal;
}

.entry-meta .title {
	color: #383838;	
}

a.post-format-wrap,
.entry-meta > span {
	display: block;	
}

.entry-meta > span {
	margin-bottom: 5px;	
	font-style: italic;
}

.post-format {
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 10px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #bfbfbf;	
	text-indent: -10000em;
}

.post-format.standard {
	background-image: url(images/blog/post-mediterraneum.png);
}

.post-format.image {
	background-image: url(images/blog/post-image.png);
}

.post-format.gallery {
	background-image: url(images/blog/post-gallery.png);
}

.post-format.video {
	background-image: url(images/blog/post-video.png);
}

.post-format.audio {
	background-image: url(images/blog/post-audio.png);
}

.post-format.quote {
	background-image: url(images/blog/post-quote.png);
}

.post-format.link {
	background-image: url(images/blog/post-link.png);
}

.post-format.aside {
	background-image: url(images/blog/post-aside.png);
}

.entry-body {
	overflow: hidden;	
}

.blog-entry-list .entry {
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;	
}

.blog-entry-list .entry:first-child {
    border: none;
	padding: 0;
}

.blog-entry-list .entry, .blog-entry-single .entry {
    margin-bottom: 20px;
}

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

.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths, .sencer {
	display: inline;
	float: left;
    margin-right: 2%;
}

.one-half {
	width: 49%;	
	max-width: 460px;
}

.one-third {
	width: 32%;	
	max-width: 300px;
}

.one-fourth {
	width: 23.5%;	
	max-width: 220px;
}

.two-thirds {
	width: 66%;	
	max-width: 620px;	
}

.three-fourths {
	width: 74.5%;	
	max-width: 700px;	
}

.sencer {
	width: 95%;	
	max-width: 700px;	
}


.column-last { 
	margin-right: 0 !important;
}

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

#footer {
	color: #999;
	background-color: #383838;	
	border-top: 5px solid #e5e5e5;
}

#footer h2,
#footer h3 {
	color: #e5e5e5;	
}

#footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #4c4c4c;	
	margin-bottom: 25px;
}

#footer-top {
	overflow: hidden;	
	padding: 10px;
}

#footer-top a:hover {
	color: #e5e5e5;
}

#footer-bottom {
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px solid #4c4c4c;	
	font-size: 0.916em; /* 11px */
}

#footer-bottom a {
	color: #bfbfbf;
}

#footer-bottom p {
	margin: 0;
}

#footer-nav ul {
	text-align: right;
}

#footer-nav ul li {
	display: inline;	
}

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

.widget {
	margin-bottom: 20px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

/* Latest Posts */

.latest-posts li {
	background: url(images/footer/pencil-footer.png) no-repeat left 0.333em;
	padding-left: 21px;	
	margin-bottom: 20px;
}

.latest-posts li > a {
	display: block;
}

.latest-posts li > span {
	display: block;
	font-size: 0.916em;
	margin-top: 5px;
	font-style: italic;
}

#footer-top .tweet_time a {
	color: #bfbfbf;
}


/* Contact Info */

.contact-info p {
    background-repeat: no-repeat;
    padding-left: 23px;
	margin-bottom: 15px;
}

.contact-info .address {
	background-image: url(images/contact/home.png);
	background-position: left 0.083em; /* 1px */
}

#footer .contact-info .address {
	background-image: url(images/footer/contact/home-footer.png);
}

.contact-info .phone {
	background-image: url(images/contact/phone.png);
	background-position: left 0.083em; /* 1px */
}

#footer .contact-info .phone {
	background-image: url(images/footer/contact/phone-footer.png);
}

.contact-info .fax {
	background-image: url(images/contact/fax.png);
	background-position: left 0.166em; /* 2px */
}

#footer .contact-info .fax {
	background-image: url(images/footer/contact/fax-footer.png);
}

.contact-info .email {
	background-image: url(images/contact/mail.png);
	background-position: left 0.25em; /* 3px */
}

#footer .contact-info .email {
	background-image: url(images/footer/contact/mail-footer.png);
}

.contact-info .business-hours {
	background-image: url(images/contact/clock.png);
	background-position: left 1px; 
}

.contact-info .social-links {
	margin-top: 20px;
}

/* Menu with Separators */

.widget ul.menu li {
	border-bottom: 1px dotted #ccc;
}

.widget ul.menu li > a {
	display: block;
    color: #383838;
    padding: 5px 0 5px 11px;
	background: url(images/bullets-and-arrows/arrow-right.png) no-repeat left 0.833em; /* 10px */
}

/* Tags */

ul.tags li {
	float: left;
	margin: 0 5px 5px 0;
}

ul.tags a {
	display: block;
	background-color: #e5e5e5;
	color: #383838;
	padding: 5px 10px;
}

ul.tags a:hover {
	color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop, #toTopHover {
	background: no-repeat url(images/scroll-top.png) center center;
	width: 30px;
	height: 30px;
	overflow: hidden;
	bottom: 30px;
	right: 20px;
	text-indent: -10000em;
	position: fixed;
}

#toTop {
	display: none;
	background-color: #999;
}

#toTopHover {
	display: block;
	opacity: 0;
}

#toTop:active, #toTop:focus {
	outline: none;
}

/* ---------------------------------------------------------------------- */
/* Error Page
/* ---------------------------------------------------------------------- */
.error-page #page-title {
	background: url(images/alert-56.png) no-repeat left center;
	padding-left: 66px;	
}

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

.page-nav {
	border-top: 1px solid #e5e5e5;	
	padding-top: 40px;
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li, .page-nav > span {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
}

.page-nav li {
	margin-right: 5px;
	line-height: normal;
}

.page-nav a {
	display: block;
	background-color: #e5e5e5;
	color: #383838;
}

.page-nav a, .page-nav li.current {
	padding: 5px 10px;
}

.page-nav a:hover, .page-nav li.current {
	color: #fff;
}

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

.team {
	margin-right: -20px;	
}

.team-member {
	text-align: center;
	margin-bottom: 20px;
}

.team-member .content {
	text-align: justify;
	height: 340px;
	}

.team-member .photo {	
	max-width: 100%;
	margin: 0 auto 15px;
}

.team-member .name {
	margin-bottom: 5px;	
}

.team-member span.job-title {
	display: block;	
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #999;
	border-bottom: 1px #e5e5e5 solid;
}

/* Social Links */

.team-member .social-links {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

.team-member .social-links li {
	display: inline-block;
	float: none;
	margin: 0 15px 15px 0;
	vertical-align: middle;
}

.team-member .social-links a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;	
	text-indent: -10000em;
	height: 16px;
}

.team-member .social-links li.twitter a {
	width: 20px;
	background-image: url(images/social-media/twitter.png);	
}

.team-member .social-links li.facebook a {
	width: 16px;
	background-image: url(images/social-media/facebook.png);	
}

.team-member .social-links li.linkedin a {
	width: 16px;
	background-image: url(images/social-media/linkedin.png);	
}

.team-member .social-links li.googleplus a {
	width: 16px;
	background-image: url(images/social-media/googleplus.png);	
}

.team-member .social-links li.skype a {
	width: 16px;
	background-image: url(images/social-media/skype.png);	
}

.team-member .social-links li.email a {
	width: 15px;
	background-image: url(images/social-media/email.png);	
}

.correuseparat {
	float: right;	
}

a#elcorreu {display:block; float: right; width:15px; height:15px; background: url(images/social-media/correu.png) top left no-repeat;}
a#elcorreu:hover {background-position:-15px 0px;}


a, a > *,
#polyglotLanguageSwitcher a:hover, #footer-top a,
#footer-bottom a:hover,
#footer-top .tweet_time a:hover,
ul#search-results h2 a:hover, ul#search-results h2 a:hover strong, 
.widget ul.menu li > a:hover, .widget ul.menu li.current-menu-item > a,
.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header.ui-state-active,
.pricing-table .featured span.price span,
ol.comment-list .comment-author a:hover,
.flex-caption a:hover,
.entry-title a:hover,
.iconbox h4 a:hover {
	color: #025d95;
}


.flex-direction-nav a:link, .flex-direction-nav a:visited,
.entry-slider-nav a { /* position here is important */ 
	background-color: rgba(67,150,191,0.8);
}

.button, .content-form input.button, #comment-form #submit,
.flex-direction-nav a:hover, .flex-direction-nav a:active,
.ie8 .flex-direction-nav a:link, .ie8 .flex-direction-nav a:visited,
.ie8 .flex-direction-nav a:hover, .ie8 .flex-direction-nav a:active,
.jcarousel-prev:hover, .jcarousel-prev:focus,
.jcarousel-next:hover, .jcarousel-next:focus,
.entry-slider-nav a:hover, .entry-slider-nav a:active,
a.post-format-wrap:hover .post-format, #toTop:hover,
.page-nav a:hover,
ul.tags a:hover, 
.page-nav li.current,
.button.black:hover,
#filter a:hover, #filter li.active a,
.pricing-box.featured .header,
.highlight.colored,
.flex-control-paging a.flex-active,
ul#navlist li.current a,
.ddsubmenustyle li a:hover,
.ie8 .entry-slider-nav a {
	background-color: #025d95;
}

::-moz-selection {background: #4396bf;}
::selection {background: #4396bf;} 

ins, mark {background-color: #4396bf;}


.social-links a:hover {
	background-position: left -75px; 
}

.team-member .social-links a:hover {
	background-position: left -51px;
}

span.iconbox-icon {
	background-position: left -86px;
}

ul#navlist li.current a,
.ddsubmenustyle li a:hover,
.infobox { 
	border-color: #4396bf;
}


.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #4396bf;
	background: rgba(67,150,191,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(41,124,166,0.8)), to(rgba(67,150,191,0.8))); 
	background: -webkit-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -moz-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -o-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -ms-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: linear-gradient(rgba(41,124,166,0.8), rgba(67,150,191,0.8));
}

.mejs-controls .mejs-button button:focus {
	outline-color: #4396bf;
}

a, a > *,
#polyglotLanguageSwitcher a:hover, #footer-top a,
#footer-bottom a:hover,
#footer-top .tweet_time a:hover,
ul#search-results h2 a:hover, ul#search-results h2 a:hover strong, 
.widget ul.menu li > a:hover, .widget ul.menu li.current-menu-item > a,
.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header.ui-state-active,
.pricing-table .featured span.price span,
ol.comment-list .comment-author a:hover,
.flex-caption a:hover,
.entry-title a:hover,
.iconbox h4 a:hover {
	color: #025d95;
}


.flex-direction-nav a:link, .flex-direction-nav a:visited,
.entry-slider-nav a { /* position here is important */ 
	background-color: rgba(67,150,191,0.8);
}

.button, .content-form input.button, #comment-form #submit,
.flex-direction-nav a:hover, .flex-direction-nav a:active,
.ie8 .flex-direction-nav a:link, .ie8 .flex-direction-nav a:visited,
.ie8 .flex-direction-nav a:hover, .ie8 .flex-direction-nav a:active,
.jcarousel-prev:hover, .jcarousel-prev:focus,
.jcarousel-next:hover, .jcarousel-next:focus,
.entry-slider-nav a:hover, .entry-slider-nav a:active,
a.post-format-wrap:hover .post-format, #toTop:hover,
.page-nav a:hover,
ul.tags a:hover, 
.page-nav li.current,
.button.black:hover,
#filter a:hover, #filter li.active a,
.pricing-box.featured .header,
.highlight.colored,
.flex-control-paging a.flex-active,
ul#navlist li.current a,
.ddsubmenustyle li a:hover,
.ie8 .entry-slider-nav a {
	background-color: #025d95;
}

::-moz-selection {background: #4396bf;}
::selection {background: #4396bf;} 

ins, mark {background-color: #4396bf;}


.social-links a:hover {
	background-position: left -75px; 
}

.team-member .social-links a:hover {
	background-position: left -51px;
}

span.iconbox-icon {
	background-position: left -86px;
}

ul#navlist li.current a,
.ddsubmenustyle li a:hover,
.infobox { 
	border-color: #4396bf;
}


.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #4396bf;
	background: rgba(67,150,191,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(41,124,166,0.8)), to(rgba(67,150,191,0.8))); 
	background: -webkit-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -moz-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -o-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: -ms-linear-gradient(top, rgba(41,124,166,0.8), rgba(67,150,191,0.8));
	background: linear-gradient(rgba(41,124,166,0.8), rgba(67,150,191,0.8));
}

.mejs-controls .mejs-button button:focus {
	outline-color: #4396bf;
}