/*
Theme Name: mvhir
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mvhir
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mvhir is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto','sans-serif';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	/*box-sizing: inherit;*/
	box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	/*max-width: 100%;*/ /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix{
    clear: both;
    display: block;
}

.clearfix:before,
.clearfix:afte{
    content: "";
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
#   Header
--------------------------------------------------------------*/

.container-940{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}


/*--------------------------------------------------------------
## top section
--------------------------------------------------------------*/
.site-header section.top{
    background-color: #F5F5F5;
    height: 30px;
}

.site-header section.top nav.languages {
    display: inline-block;
    padding: 1px 2px;
    width: auto;
    float: right;
}

.site-header section.top nav.languages a,
.site-header section.top nav.languages a:visited,
.site-header section.top nav.languages a:active{
    text-decoration: none;
    font-size: 12px;
    font-family: "Roboto";
    font-weight: bold;
    color: #BEBEBE;
    padding-left: 5px;
}

.site-header section.top nav.languages a:hover,.site-header section.top nav.languages a.active{
    color:#00A083;
}

/*--------------------------------------------------------------
## /top section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## center section
--------------------------------------------------------------*/
.video-home-container{
    position: relative;
    height: 280px;
    max-width: 1920px;
    overflow: hidden;
}

.video-home-container img {
    position: absolute;
    top: -523px;
    left: 0px;
}

.video-home-container article {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 143% auto !important;
    height: 280px;
}

.site-header section.center{
    background-color: #FFF;
    height: 100px;
}

#small-menu-ico{
    display: none;
    background: url(img/menu-ico.png);
}

.site-header section.site-name{
    display: inline-block;
    width: 480px;
    margin-top: 25px;
}

.site-header a{
    text-decoration: none;
}

.site-header a h1.site-name{
    color: #9e9e9e;
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}

.site-header a h2.site-name{
    color: #00A083;
    font-family: "HelveticaNeueLTPro-Lt";
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
}

.site-header h2.site-name span.hightling{
    color:#00A083;
}

.site-header section.center .logos{
    display: inline-block;
    height: 100px;
    margin-left: 235px;
    padding-top: 30px;
    right: 40px;
    top: 110px;
    vertical-align: top;
}

.site-header section.center .logos img{
  vertical-align: middle;
}

.site-header section.center #link-vhir{
    width: 121px;
    height: 38px;
    display: inline-block;
    margin-right: 16px;
    background: url(img/logo-vhir-en.svg);
    background-position: 0 0;
    background-size: 121px 38px;
}

.site-header section.center #link-uab {
    background: rgba(0, 0, 0, 0) url("img/logoub.png") no-repeat scroll 0 0 / 80px 30px;
    display: inline-block;
    height: 30px;
    vertical-align: super;
    width: 80px;
}

#site-toggle-navigation{
    display: none;
    width: 0;
    height: 0;
}

/*--------------------------------------------------------------
## /center section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## bottom section
--------------------------------------------------------------*/
.site-header section.bottom{
    background-color: #F5F5F5;
    height: 44px;
    border-bottom: 4px solid #00A083;
}

/*--------------------------------------------------------------
### menu
--------------------------------------------------------------*/
.site-header .menu li a {
    font-family: "Roboto";
    font-size: 14px;
    color: #444444;
    line-height: 14px;
    margin-top: 10px;
    display: inline-block;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
}

.site-header .menu li{
    margin-left: 17px;
    border-top: 4px solid transparent;
}

li.current-menu-parent, li.current-menu-item, li.menu-item:hover {
    border-top:  4px solid #00A083;
}

li.current-menu-ancestor.current-menu-parent, 
li.current_page_item.current_page_item {
    border-top:  4px solid #00A083;
}

ul.sub-menu li.current-menu-parent, ul.sub-menu li.current-menu-item {
    border:none;
}


.site-header .menu li:last-child{
    margin-left: 0px;
}

#site-navigation{
    height: 40px;
}

#primary-menu{
    display: inline-block;
    width: 100%;
    height: 40px;
}
/*--------------------------------------------------------------
### /menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## /bottom section
--------------------------------------------------------------*/


#site-toggle-subnavigation,
.page-submenu-title{
    display: none;
    height: 0;
    width: 0;
}

.page-content img {
    width: auto;
}

.page-content a, 
.post-content a {
    text-decoration: none;
    color: #00A083;
}

.page-content a:hover, 
.post-content a {
    color:#006855;
}
.page-content a:visited, 
.post-content a {
    color:#00A083;
}

/*--------------------------------------------------------------
#   /Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Footer
--------------------------------------------------------------*/


footer.site-footer{
    height: 420px;
    background-color: #F5F5F5;
    display: block;
    clear: both;
    padding-top: 20px;
    border-top:1px solid #d2d2d2;
}
 footer.site-footer img.lgx-logo-img {
	max-width: max-content !important;
	width: 100% !important;
}
footer.site-footer section.top {
    display: inline-block;
    height: 200px;
	width: 100%;
	font-size: 14px;
}

footer.site-footer section.top  > section{
    display: inline-block;
    float: left;
    height: 140px;
    margin-right: 20px;
    width: 300px;
}
footer .col-right {
	font-weight: normal;
	padding-left: 20px;
}
footer.site-footer section.top >  section.left{

    width: 50%;
}
footer.site-footer .col-rrss {
	margin-top: 20px;
}
.sponsors.s-left {
    float: left;
    margin-right: 40px;
}

footer.site-footer section.top h3 {
    font-family: "Roboto";
    font-size: 16px;
	text-transform: uppercase;
    height: 27px;
    margin: 0;
    margin-bottom: 13px;
    font-weight: normal;
    color: #666666;
    line-height: 27px;
}
footer.site-footer section.middle {
	padding-top: 0px;
}
footer.site-footer section.top section.center{
    padding-top: 40px;
}


footer.site-footer section.top > section:last-child{
    margin-right: 0;
}

footer.site-footer section.top .contact-us {
	margin-top: 20px;
}
.owl-carousel .owl-stage-outer .owl-stage {
	width: 100% !important;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item{
	width: 120px !important;
	margin-top: 10px;
}

a.sponsor{
    width: 140px;
    height: 40px;
    display: inline-block;
    background-position: 0 0;
    background-size: 140px 40px !important;
}


footer.site-footer a.ferrer-logo{
    background: url(img/ferrer-logo-grey.png);
}

footer.site-footer a.ferrer-logo:hover, a.ferrer-logo{
    background: url(img/ferrer-logo-color.png);
}

footer.site-footer a.roche-logo{
    background: url(img/roche-logo-grey.png);
}

footer.site-footer a.roche-logo:hover, a.roche-logo{
    background: url(img/roche-logo-color.png);
}

footer.site-footer a.santander-logo{
    background: url(img/santander-logo-grey.png);
}

footer.site-footer a.santander-logo:hover, a.santander-logo{
    background: url(img/santander-logo-color.png);
}


footer.site-footer a.fcri-logo{
    background: url(img/fcri-logo-grey.png);
}

footer.site-footer a.fcri-logo:hover, a.fcri-logo{
    background: url(img/fcri-logo-color.png);
}

footer.site-footer a.sponsor, footer.site-footer a.sponsor:hover{
    width: 140px;
    height: 40px;
    display: inline-block;
    background-position: 0 0;
    background-size: 140px 40px;
}

footer.site-footer section.bottom {
    border-top: 1px solid #d2d2d2;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
	margin-top: 133px;
}

footer.site-footer section.bottom h3{
    font-size: 13px;
    color:#787878;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    float: left;
}

.text-2 {
    float: left;
}

footer.site-footer section.bottom h3 a{
    color:#787878;
    text-decoration: none;
}

footer.site-footer a{
    text-decoration: none;
    color: #787878;
}

footer.site-footer section.social a,
footer.site-footer section.social a:visited,
footer.site-footer section.social a:active
{
    border: 1px solid #BEBEBE;
    border-radius: 25px;
    color: #BEBEBE;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    text-decoration: none;
    margin-right: 10px;
}

footer.site-footer section.social a:hover
{
    color: #000;
    border: 1px solid #000;
}

footer.site-footer i.letter-box{
    background: rgba(0, 0, 0, 0) url("img/letter-box-icon.png") no-repeat scroll 0 0 / 14px 10px;
    display: inline-block;
    height: 10px;
    width: 14px;
}

footer.site-footer span.separator{
    display: inline-block;
    float: left !important;
    margin: -4px 10px 0;
    padding: 0;
    color:#787878;
}

footer.site-footer .bottom a{
    font-size: 13px;
    float: left;
}
/* logo del footer acreditat per, filtro grayscale */
.lgx-logo-img.skip-lazy {
    filter: none !important;
    max-height: 93px !important;
}
/*--------------------------------------------------------------
#   /Footer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#   Pages
--------------------------------------------------------------*/

/*paragraph*/

.block p,
.post-content p,
.post-content {
    color:#787878;
    font-size: 14px;
    line-height: 20px;
}


/*--------------------------------------------------------------
#   Sub menu widget
--------------------------------------------------------------*/

.sub-menu-widget {
    padding-bottom: 55px;
    padding-top: 30px;
}

.sub-menu-widget ul{
 margin: 0;
}

.sub-menu-widget li.header{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    border-bottom:none;
   text-transform: uppercase;
}

.sub-menu-widget li{
    border-bottom: 1px solid #d2d2d2;
    display: block;
    list-style: outside none none;
    min-height: 33px;
    padding-top: 3px;
}


.sub-menu-widget li.option a{
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}

.sub-menu-widget li.option a.active{
    color: #00A083;
}

/*--------------------------------------------------------------
#   /sub menu widget
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#   files
--------------------------------------------------------------*/

div.block.link{
    margin-top:40px;
    margin-bottom:40px;
}

div.block.link a{
    text-decoration: none;
    color:#00A083;
    font-size: 14;
    margin-right: 15px;
    font-weight: bold;
}

i.pdf-file-ico{
    background: url(img/pdf-file-ico.png);
    background-size: 17px 20px;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

/*--------------------------------------------------------------
#   /files
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Home
--------------------------------------------------------------*/

i.play-ico{
    background: url(img/play-ico-desktop.png);
    height: 70px;
    width: 70px;
    background-size: 70px 70px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 105px;
    left: calc(50% - 35px);
    z-index: 2;
}

/* intro text */
body.home p.intro-text {
    color: #787878;
    font-size: 18px;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
}

/* widgets section */
body.home section.widgets{
    display: inline-block;
}

body.home  aside.widget {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: left;
    height: 430px;
    margin: 0 20px 0 0;
    padding: 10px;
    width: 300px;
}

body.home  aside.widget.last {
    margin: 0px 0 50px 0;
}

body.home aside.widget header {
    background-color: #00A083;
    width: 280px;
    height: 50px;
    color: #fff;
    padding: 14px 17px;
    line-height: 18px;
    position: relative;
}

body.home aside.widget header h4{
    color: #fff;
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: normal;
}

body.home aside.widget header i{
    float: right;
    font-size: 35px;
    line-height: 26px;
    position: absolute;
    right: 15px;
    top: 10px;
}

body.home aside.widget i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px 20px;
}

body.home aside.widget i.menu-bar-icon{
    background: url(img/menu-bar-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px 20px;
    top: 15px;
}

body.home aside.widget i.external-link-icon{
    background: url(img/external-link-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px 20px;
}

body.home aside.widget i.smartphone-icon{
    background: url(img/smartphone-icon.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 30px;
    display: inline-block;
    background-position: 0 0;
    background-size: 16px 30px;
}

body.home aside.widget .content {
    widows: 280px;
    height: 350px;
    background-color: #F5F5F5;
    margin-top: 10px;
}

body.home aside.widget.apps img.sigma-logo{
   width: 63px;
    height: 63px;
}

body.home aside.widget.apps .content{
    padding-top: 15px;
}

body.home aside.widget.apps div.left{
    display: inline-block;
    float: left;
    width: 77px;
    padding: 0 10px;
}

body.home aside.widget.apps div.right{
    display: inline-block;
    float: right;
    width: 187px;
    padding: 0 10px;
}

body.home aside.widget.apps div.right p{
    font-size: 14px;
    line-height: 20px;
    margin: -1px 0 0;
    color: #787878;
}

body.home aside.widget.apps .moodle-logo,
body.home aside.widget.apps .google-play-logo,
body.home aside.widget.apps .apple-store-logo{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 135px;
    height: 40px;
}

body.home aside.widget.apps .moodle-logo,
body.home aside.widget.apps .apple-store-logo{
    margin-top:20px;
}

body.home aside.widget.apps .google-play-logo{
    margin-top: 30px;
}

body.home aside.widget-twitter .content{
	padding-top: 0px !important;
}

.lgx-logo-slider-wp .lgx-logo-wrapper {
	padding: 0;
}

/*--------------------------------------------------------------
##   Home Slider
--------------------------------------------------------------*/

body.home .home-slider-container{
    width: 940px;
    height: 200px;
    padding: 10px;
    border:1px solid #E6E6E6;
    margin-bottom: 30px;
}

body.home div.home-slider{
    background-color: #fff;
}


@media (min-width: 940px) {
	body.home div.home-slider{
    	width: 920px !important;
    	height: 180px !important;
    	max-width: 920px !important;
	}

	body.home div.home-slider .bjqs-wrapper{
    	width: 920px !important;
    	height: 180px !important;
	   	max-width: 920px !important;
	}

	.bjqs-slide {
    	width: 920px !important;
	}
}

@media (min-width: 751px) and (max-width: 940px) {
	body.home div.home-slider{
    	width: 668px !important;
    	height: 220px !important;
    	max-width: 668px !important;
	}

	body.home div.home-slider .bjqs-wrapper{
    	width: 668px !important;
    	height: 220px !important;
	   	max-width: 668px !important;
	}

	.bjqs-slide {
    	width: 668px !important;
	}
}


@media (max-width: 751px) {
	body.home div.home-slider{
    	width: 280px !important;
    	height: 540px !important;
    	max-width: 280px !important;
	}

	body.home div.home-slider .bjqs-wrapper{
    	width: 280px !important;
    	height: 540px !important;
	   	max-width: 280px !important;
	}

	.bjqs-slide {
    	width: 280px !important;
		height: 540px !important;
	}
}

body.home div.home-slider ol.bjqs-markers{
    bottom: 10px;
    display: inline-block;
    float: right;
    left: auto !important;
    max-width: 350px;
    min-width: 60px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
}


body.home div.home-slider ol.bjqs-markers  li{
    padding: 2px 4px;
}

body.home div.home-slider ol.bjqs-markers a,
body.home div.home-slider ol.bjqs-markers a:visited,
body.home div.home-slider ol.bjqs-markers a:active{
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 25px;
    display: inline-block;
    height: 14px;
    width: 14px;
}

body.home div.home-slider ol.bjqs-markers li.active-marker a,
body.home div.home-slider ol.bjqs-markers li.active-marker a:link,
body.home div.home-slider ol.bjqs-markers li.active-marker a:visited,
body.home div.home-slider ol.bjqs-markers li.active-marker a:active{
    background-color: #00A083;
}





body.home div.home-slider ul li.bjqs-slide{
    background-color: #00A083;
    padding: 10px;
}


body.home div.home-slider .img-container {
    display: inline-block;
    float: left;
    height: 160px;
    overflow: hidden;
    width: 280px;
    position: relative;
}

div.home-slider .img-container .img {
    height: 230px;
    left: 0;
    position: absolute;
    top: 0;
    width: 370px;
}



body.home div.home-slider .content {
    color: #fff;
    display: inline-block;
    float: left;
    height: 160px;
    left: 20px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    width: 618px;
}

body.home div.home-slider h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    font-weight: normal;
}

body.home div.home-slider p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    max-width: 590px;
}

/*
* BUG FIX. WP Editor issue with breakline.
*/
/*    body.home div.home-slider .content span{
   display: block;
    font-size: 13px !important;
    height: 0;
    line-height: 10px !important;
    margin: -7px;
    padding: 0;
}*/


body.home div.home-slider a.more-link{
    background-color: #FFFFFF;
    border-radius: 2px;
    color: #00A083;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}



/*--------------------------------------------------------------
##   /Home Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   master Data (ficha academica)
--------------------------------------------------------------*/

body.home .master-data .content{
    position: relative;
}

body.home .master-data ul{
    padding: 10px 15px 15px 15px;
    margin: 0;
}

body.home .master-data li{
    background-color:#F5F5F5;
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    border-bottom: 1px dotted #787878;
    padding: 5px 0;

}

body.home .master-data li:last-child{
    border-bottom: none;
}

body.home .master-data li label{
    color: #00A083;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
	margin-bottom: .2rem;
}

body.home .master-data li span{
    color:#787878;
    display: inline-block;
}

body.home .master-data a.more-link{
    background-color: #00A083;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}


/*--------------------------------------------------------------
##   /Master Data (ficha academica)
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   insteresting-link
--------------------------------------------------------------*/
body.home .insteresting-link ul{
    margin: 0;
}

body.home .insteresting-link li{
    list-style: none;
    border-top: 10px solid #fff;
    height: 90px;
    box-sizing: border-box;
}

body.home .insteresting-link li:last-child{
}

body.home .insteresting-link li:first-child{
    border-top: none;
    height: 80px;
}



body.home .insteresting-link li a{
    color:#787878;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

body.home .insteresting-link  li i{
    display: inline-block;
    float: left;
    height: 60px;
    margin: 10px;
    padding: 0;
    width: 60px;
}

.ico-container {
    border-radius: 50%;
    display: block;
    height: 80px;
    width: 73px;
}

.ico-container {
    margin: 0 auto;
    position: relative;
}

a.flip-ico{
    display: flex !important;
}

.ico-container i {
    backface-visibility: hidden;
    background: #fff none no-repeat scroll center center;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}

.ico-container .front {
    z-index: 2;
}

.ico-container .back {
    background: #00A083 none repeat scroll 0 0;
    transform: rotateY(-180deg);
    z-index: 1;
}

a.flip-ico:hover .front, a.flip-ico.active .front {
    transform: rotateY(180deg);
    z-index: 1;
}

a.flip-ico:hover .back, a.flip-ico.active .back {
    transform: rotateY(0deg);
    z-index: 2;
}

body.home .insteresting-link li i.aula-virtual-front{
   background: rgba(0, 0, 0, 0) url("img/aulavirtual-front-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.aula-virtual-back{
   background: rgba(0, 0, 0, 0) url("img/aulavirtual-back-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.secretaria-virtual-front{
   background: rgba(0, 0, 0, 0) url("img/secretaria-virtual-front-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.secretaria-virtual-back{
   background: rgba(0, 0, 0, 0) url("img/secretaria-virtual-back-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.escuela-postgrado-front{
   background: rgba(0, 0, 0, 0) url("img/escuela-postgrado-front-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.escuela-postgrado-back{
   background: rgba(0, 0, 0, 0) url("img/escuela-postgrado-back-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.trabajo-campo-front{
   background: rgba(0, 0, 0, 0) url("img/trabajo-campo-front-ico.png") no-repeat scroll 0 0 / 60px 60px;
}

body.home .insteresting-link li i.trabajo-campo-back{
   background: rgba(0, 0, 0, 0) url("img/trabajo-campo-back-ico.png") no-repeat scroll 0 0 / 60px 60px;
}


body.home .insteresting-link li span {
    display: inline-block;
    height: 79px;
    padding-top: 25px;
    width: 195px;
}


/*--------------------------------------------------------------
##   /insteresting-link
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#   /Home
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Master
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   Content
--------------------------------------------------------------*/

.page-content{
    width: 622px;
    float: left;
    left: 0;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
}

.full-page-content{
    width: 100%;
    float: left;
    left: 0;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
}

.right-sidebar{
    width: 280px;
    float: right;
    right: 0;
    display: inline-block;
    margin: 0;
}

div.main-page-img-container{
   width: 940px;
   padding: 10px;
   border: 1px solid #E6E6E6;
   margin-top: 26px;
}

div.main-page-img-container img{
    width: 920px;
    height: 200px;
    margin: 0;
    display: block;
}


body.page-template-page-master,
body.page-template-page-scholarship{
    width: auto;
    height: auto;
    margin: 0;
    margin-bottom: 40px;
}

.page-content h1,
body.page-template-page-scholarship .page-content h1,
h1.page-title
{
    font-size: 36px;
    color: #00A083;
   font-weight: normal;
}

.contact h2,
h2.page-subtitle,
.page-content h2{
    color: #00A083;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact h3,
h2.hightlight{
    font-size: 14px;
    color: #00A083;
}

h3.page-subtitle-description{
    color:#787878;
    font-size: 13px;
   font-weight: normal;
}



p.content{
    color:#787878;
    font-size: 14px;
    margin: 0;
}


.page-template-page-master h2,
.page-template-page-scholarship h2{
    font-size: 18px;
    color: #00A083;
}

.page-template-page-master p,
body.page-template-page-scholarship p{
    font-size: 14px;
    color: #787878;
    margin-top: 30px;
}


/*--------------------------------------------------------------
##   /Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   Siderbar
--------------------------------------------------------------*/

.right-siderbar{
    width: 280px;
    float: right;
    padding-bottom: 10px;
}

.widget.full-master-data {
   background-color: #fff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: left;
    height: auto;
    margin: 20px 20px 0 0;
    padding: 10px;
    width: 280px;
}


.widget.full-master-data header {
    background-color: #00A083;
    width: 260px;
    height: 50px;
    color: #fff;
    padding: 14px 17px;
    line-height: 18px;
    position: relative;
}

.widget.full-master-data header h4{
    color: #fff;
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: normal;
}

.widget.full-master-data header i{
    float: right;
    font-size: 35px;
    line-height: 26px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.widget.full-master-data aside.widget i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px 20px;
}

.widget.full-master-data i.menu-bar-icon{
    background: url(img/menu-bar-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px 20px;
    top: 15px;
}



.widget.full-master-data .content {
    widows: 280px;
    /*height: 714px;*/
    height: auto;
    background-color: #F5F5F5;
    margin-top: 10px;
}


.widget.full-master-data .content{
    position: relative;
}

.widget.full-master-data ul{
    padding: 10px 15px 15px 15px;
    margin: 0;
}

.widget.full-master-data li{
    background-color:#F5F5F5;
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    border-bottom: 1px dotted #787878;
    padding: 5px 0;

}

.widget.full-master-data li:last-child{
    border-bottom: none;
}

.widget.full-master-data li label{
    color: #00A083;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.widget.full-master-data .master-data li span{
    color:#787878;
    display: inline-block;
}

.widget.full-master-data .master-data a.more-link{
    background-color: #00A083;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}



/*--------------------------------------------------------------
##   /Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#   /Master
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Beques
--------------------------------------------------------------*/

div.block.sponsors section{
    padding-top: 35px;
    padding-bottom: 35px;
}

/*--------------------------------------------------------------
#   /Beques
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#   Program
--------------------------------------------------------------*/

body.page-template-page-program .page-content{
    width: 100%;
    margin: 0;
}

body.page-template-page-program .semetre-bar{

}

body.page-template-page-program .header{
    background-color: #9E9E9E;
    height: 30px;
    color:#fff;
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

@media (min-width: 940px), (min-device-width: 940px) {

	.page-template-page-program .header.fixed {
	    position: fixed;
	    top: 10px;
	    z-index: 4;
	    opacity: 0.82;
	}


	.page-template-page-program .left.side .header.fixed {
    	height: 30px;
    	left: calc(50% - 472px);
    	width: 612px;
	}


	.page-template-page-program .right.side .header.fixed{
		width: 300px;
		height: 30px;
	}

}

@media (min-width: 768px) and  (max-width: 940px)  , (min-device-width: 768px) and (max-device-width: 940px){
	.page-template-page-program .header.fixed {
	    position: fixed;
	    top: 10px;
	    z-index: 4;
	    opacity: 0.82;
	}


	.page-template-page-program .left.side .header.fixed {
    	height: 30px;
    	left: calc(50% - 344px);
    	width: 443px;
	}



	.page-template-page-program .right.side .header.fixed{
		width: 216px;
		height: 30px;
	}
}


body.page-template-page-program .left {
    width: 620px;
}

body.page-template-page-program  .modules .right {
    width: 300px;
    margin-left: 20px;
}

body.page-template-page-program .modules .left .sub-side{
    width: 50%;
    margin: 0;
    display: inline-block;
}

.leyend{
    color:#787878;
    font-size: 14px;
    height: 20px;
    margin-bottom: 20px;
}

.square{
    display: inline-block;
}

.leyend span{
    margin-left: 20px;
    display: inline-block;
}

.leyend .square.obligatory{
    width: 10px;
    height: 10px;
    background-color: #00A083;
}

.leyend .square.optional{
    width: 10px;
    height: 10px;
    background-color: #00A083;
}

body.page-template-page-program .module{
    padding: 10px;
    border: solid 1px #00A083;
    width: 300px;
    height: 205px;
    margin-bottom: 20px;
    position: relative;
    background-color: white;
}

body.page-template-page-program .module.obligatory{
    border: solid 1px #00A083;
}

body.page-template-page-program .module:hover::after {
    background: rgba(0, 0, 0, 0) url("img/s-xs.png") no-repeat scroll 0 0 / 324px 192px;
    bottom: -6px;
    content: "";
    height: 183px;
    left: -8px;
    position: absolute;
    right: -5px;
    width: 308px;
    z-index: -1;
}

body.page-template-page-program .module span{
    display: block;
}

body.page-template-page-program .module span.title{
    color:#666666;
    font-size: 13px;
}

body.page-template-page-program .module span.credits{
    color:#00A083;
    font-size: 13px;
    font-weight: bold;
}


body.page-template-page-program .module img{
     width: 280px;
     height: 100px;
}


/*--------------------------------------------------------------
#   /Program
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Teacher list (Professorat)
--------------------------------------------------------------*/



body.page-template-page-professorat div.photo-container-border{
    border: 1px solid #d2d2d2;
    border-radius: 45px;
    display: inline-block;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    width: 80px;
}

body.page-template-page-professorat .module{
   border-bottom: 1px solid #d2d2d2;
    margin-top: 20px;
    padding-bottom: 20px;
}

body.page-template-page-professorat .module:last-child{
   border-bottom: none;
}


body.page-template-page-professorat article.teacher{
    margin-top: 20px;
    display: flex;
}

body.page-template-page-professorat article.teacher a{
	color: #787878;
}

body.page-template-page-professorat div.photo-container{
    height: 70px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 68px;
}

body.page-template-page-professorat div.photo-container img{

}

body.page-template-page-professorat div.info{
    display: inline-block;
    padding-top: 10px;
    width: 530px;

}

body.page-template-page-professorat span.name{
    font-size: 14px;
    color:#00A083;
    display: block;
}

body.page-template-page-professorat span.job-title{
    font-size: 13px;
    color:#787878;
    font-style: italic;
    display: block;
}

body.page-template-page-professorat span.group{
    font-size: 13px;
    color:#787878;
    display: block;
}

body.page-template-page-professorat span.group a,
body.page-template-page-professorat span.group a:active,
body.page-template-page-professorat span.group a:visited{
    font-size: 13px;
    color:#787878;
    display: block;
    text-decoration: none;
}


/*--------------------------------------------------------------
#   /Teacher List (Professorat)
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   Internship
--------------------------------------------------------------*/




/*--------------------------------------------------------------
#   /Internship
--------------------------------------------------------------*/

.page-internship .full-page-content{
    padding-bottom: 50px;
}

.page-internship p.content{
    margin-top: 30px;
}

.internships{
    margin-bottom: 40px;
    margin-top: 40px;
}

.internships div.header{
    display: block;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.internships div.header:hover{
	background-color: white;
}

.ui-accordion-header-icon {
    position: absolute;
    float: right;
    top: 25px;
    height: 10px;
    right: 10px;
    width: 20px;
    background-image: url(img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px 10px;
}

.internships .ui-accordion-header-active .ui-accordion-header-icon{
    background-image: url(img/arrow-up.png);
}

.internships .ui-accordion-header{
    background-color: #F5F5F5;
    /*border-bottom: 1px solid #d2d2d2;*/
    border-top: 1px solid #d2d2d2;
}

.internships{
    border-bottom: 1px solid #d2d2d2;
}

.internships .ui-accordion-header-active{
    background-color: white;
    border-top: 1px solid #d2d2d2;
    border-bottom:none;
}




.internships .content{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
	padding-top: 20px;
}

div.item-wrapper{
	display: block;
	height: auto;
}

.internships  .tutor{
    display: block;
    padding-bottom: 20px;
    color: #666666;
    font-size: 14px;
}

.internships .field{
    display: block;
    margin-top: 20px;
}

.internships h3{
    color:#00A083;
    font-size: 16px;
}

.internships label.hightlight{
    color:#00A083;
    font-size: 16px;
}

.internships label.requirements,
.internships label.description
{
    display: block;
}


.internships span, .internships p{
    color: #787878;
    font-size: 14px;
    margin: 0;
}




/*--------------------------------------------------------------
##   /contact
--------------------------------------------------------------*/


.contact .info-widget {
    padding: 10px;
    width: 300px;
    display: inline-block;
}

.contact .map-widget {
    display: inline-block;
    float: right;
    margin-top: 114px;
    width: 620px;
}

/*--------------------------------------------------------------
##   /Contact
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#   /Pages
--------------------------------------------------------------*/




@media (max-width: 940px),(max-device-width: 940px) {

 #page{
     display: block;
     margin-left: auto;
     margin-right: auto;
 }

 #small-menu-ico{
        background: rgba(0, 0, 0, 0) url("img/menu-ico.png") repeat scroll 0 0 / 40px 40px;
        display: block;
        height: 40px;
        position: absolute;
        right: 40px;
        top: 40px;
        width: 40px;
        cursor: pointer;
    }

    #small-menu-ico.expand{
        background: rgba(0, 0, 0, 0) url("img/expand-menu-ico.png") repeat scroll 0 0 / 40px 40px;
    }

     #site-toggle-navigation{
        display: none;
        height: auto;
        background-color:#444444;
        width: 100%;
        padding: 10px 40px 20px 40px;
        z-index: 10 !important;
    }

    #site-toggle-navigation.expand{
        display: block;
    }

    #site-toggle-navigation  ul.menu{
        margin: 0;
        height: auto;
    }

    #site-toggle-navigation .menu li {
        border-top: none;
        border-bottom: thin solid #fff;
        box-sizing: border-box;
        height: 50px;
        list-style: outside none none;
        margin: 0;
        padding: 8px 0 0;
        text-align: left;
    }

    #site-toggle-navigation .menu li:hover{
        border-top: none;
    }

    #site-toggle-navigation .menu li a,
    #site-toggle-navigation .menu li a:hover,
    #site-toggle-navigation .menu li a:active,
    #site-toggle-navigation .languages a{
        color: #fff;
        text-align: left;
        text-decoration: none;
    }

    #site-toggle-navigation .languages {
        font-size: 14px;
        height: 30px;
        padding-top: 11px;
    }

    #site-toggle-navigation .languages a{
        padding-right: 10px;
        color:#787878;
    }

    #site-toggle-navigation .languages a.active{
        color: #fff;
    }

    .video-home-container{
        position: relative;
    }

    .site-header .container-940{
        padding-left: 0;
        padding-right: 0;
    }

    .site-header section.center .logos{
        display: none;
        height: 0;
        width: 0;
    }

     section.logos-2{
        display: inline-block;
        height: 100px;
        position: absolute;
        right: 0px;
        top: 0px;
        vertical-align: top;
        z-index: 4;
        padding: 0;
    }

    #link-vhir-2{
        background: url(img/logo-vhir-tablet.png);
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
        margin-right: 10px;
        vertical-align: super;
        display: inline-block;
    }

    #link-uab-2{
        background: url(img/logo-uab-tablet.png);
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
        display: inline-block;
        vertical-align: super;
    }




    /* subnavigation menu */

    #site-toggle-subnavigation{
		display:block;
        height: auto;
        background-color:#00A083;
        width: 100%;
        padding: 0px 40px 0px 40px;
    }


    #site-toggle-subnavigation .sub-menu-widget {
        padding-bottom:0;
        padding-top:0;
    }

    #site-toggle-subnavigation.expand{
        display: block;
    }

    #site-toggle-subnavigation  ul{
        margin: 0;
        height: 60px;
        overflow: hidden;
    }

    #site-toggle-subnavigation  ul.expand{
        height: auto;
    }

    #site-toggle-subnavigation .sub-menu-widget li.header {
        background-color: #00A083;
        font-family: roboto;
        font-size: 22px;
        font-weight: 100;
        text-align: left;
        margin: 0;
        height: 60px;
        padding-top: 15px;
        padding-bottom: 20px;
        background: url(img/submenu-expand-ico.png);
        background-repeat: no-repeat;
        background-position: 98.5% 25px;
        background-size: 20px 10px;
        cursor: pointer;
        color: #fff;
    }

    .page-submenu-title{
        background-color: #00A083;
        color: #fff;
        font-family: roboto;
        font-size: 22px;
        font-weight: 100;
        text-align: left;
        margin: 0;
        height: 60px;
        padding-bottom: 20px;
        padding-top: 15px;
        padding-left: 40px;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    #site-toggle-subnavigation .sub-menu-widget li.header.expand{
        background: url(img/submenu-collapse-ico.png);
        background-repeat: no-repeat;
        background-position: 98.5% 30px;
        background-size: 20px 10px;

    }

    #site-toggle-subnavigation .sub-menu-widget li {
        padding-bottom: 20px;
        padding-top: 20px;
    }




    #site-toggle-subnavigation .sub-menu-widget li:last-child{
        border-bottom: none;
    }

    #site-toggle-subnavigation .sub-menu-widget li.option a{
        color: #fff;
        text-align: left;
        text-decoration: none;
        font-size: 14px;
    }

	body.home  aside.widget.last {
	    margin: 20px 0 50px 0;
	}

    .site-header{
        height: 170px;
    }

  	footer.site-footer section.bottom {
        height: 140px;
        text-align: center;
    }


	div.text-2 {
		display: inline-block;
		float: inherit;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
		padding-top: 0px;
	}

    .right-siderbar .sub-menu-widget{
        display: none;
    }

    body.home .site-header{
        height: 111px;
    }


}

/*--------------------------------------------------------------
#*   Media Query 0 - 768px - 940px
--------------------------------------------------------------*/

@media  (max-width: 940px),(max-device-width: 940px) {


    #page{
        width: 768px;
    }

    .container-940{
        width: 768px;
    }

    body.home section aside.widget {
        margin-left: 0 !important;
    }


/*--------------------------------------------------------------
##   header
--------------------------------------------------------------*/



    .site-header section.bottom,
    .site-header section.top{
        display: none;
    }

    .site-header section.center{
        height: 110px;
        background-color: #F5F5F5;
        position: relative;
    }

    .site-header section.center .container-940{
        padding-left: 40px;
    }


    .video-home-container img{
        width: 768px;
        height: 268px;
    }

    section.logos-2 {
        float: right;
        position: absolute;
        right: 40px;
        top: 20px;
    }

    #site-toggle-navigation{
        width: 768px;
        position: absolute;
    }

    #site-toggle-subnavigation {
        width: 768px;
        position: absolute;
        z-index: 1;
    }


/*--------------------------------------------------------------
##   /header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   footer
--------------------------------------------------------------*/



    footer.site-footer {
        height: 450px;
    }

    footer.site-footer section.top {
        height: 270px;
        width: 100%;
		padding: 0px 40px;
    }

    footer.site-footer section.top h3 {
        line-height: 18px;
    }

    footer.site-footer section.top > section.left{
		padding-left: 40px;
	}
	footer.site-footer section.top > section.middle {
		padding-right: 40px;
    }
    footer.site-footer section.top > section.left,
    footer.site-footer section.top > section.middle {
		width: 50%;
        text-align: center;
		margin-right: auto;
    }

    footer.site-footer section.top > section.right{
        width: 100%;
        text-align: center;
    }

    .sponsors.s-left {
        display: inline-block;
        float: left;
        margin-right: 20px;
        width: 50%;
    }

    .sponsors.s-right {
        display: inline-block;
        float: left;
        width: 30%;
    }

    footer.site-footer a.ferrer-logo,
    footer.site-footer a.santander-logo {
        margin-bottom: 20px;
    }

    footer.site-footer .container-940{
        height: auto;
    }


    footer.site-footer section.bottom {
        height: 80px;
        text-align: center;
		margin-top: 60px;
    }



    footer.site-footer .bottom h3
    {
        width: 100%;
    }

    #separator-1 {
        display: none !important;
    }

    div.text-2{
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      float: inherit;
    }


/*--------------------------------------------------------------
##   /footer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#   Pages
--------------------------------------------------------------*/

    div.main-page-img-container {
        display: block;
        width: 688px;
    }

    div.main-page-img-container img {
        display: inline-block;
        height: 200px;
        margin: 0;
        width: 668px;
    }

     .page-content {
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 20px 0 0;
        width: 688px;
    }


    .site-content .container-940{
        padding: 10px 40px;
    }

    .widget.full-master-data {
        width: 100%
    }

    .widget.full-master-data header {
        width: 100%;
    }

    .right-siderbar {
        float: right;
        padding-bottom: 10px;
        width: 100%;
    }



/*--------------------------------------------------------------
#   Home
--------------------------------------------------------------*/




/*--------------------------------------------------------------
##   Slider
--------------------------------------------------------------*/


    body.home   .home-slider-container{
            width: 688px;
            height: 240px;
            display: block;
            margin-right: auto;
            margin-left: auto;
    }

	body.home div.home-slider .img-container {
	    height: 200px;
	    width: 196px;
	}

    body.home div.home-slider .content{
        height: 150px;
        width: 430px;
    }

    body.home div.home-slider a.more-link{
        bottom: -50px;
    }

    .img-container {
        width: 196px;
        height: 200px;
    }

/*--------------------------------------------------------------
##   /Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   Widgets
--------------------------------------------------------------*/

    body.home section.widgets{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 690px;
    }

    body.home aside.widget{
        width: 334px;
    }

    body.home aside.widget header {
        width: 314px;
    }

    body.home .widget.insteresting-link{
        margin-right: 0;
    }

    body.home .widget.apps{
        width: 688px;
        margin-top: 20px;
        height: 180px;
    }

    body.home .widget.apps header{
        width: 668px;
    }

    body.home .widget.apps .content{
        width: 668px;
        height: 100px;
    }

    body.home aside.widget.apps .content .right{
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0 10px;
        width: 588px;
    }

    body.home aside.widget.apps .content .right p {
        color: #787878;
        font-size: 14px;
        height: 80px;
        line-height: 20px;
        width: 230px;
        float: left;
    }

    body.home aside.widget.apps .moodle-logo{
        display: none;
    }

    body.home aside.widget.apps .google-play-logo {
        margin-top: 0;
    }


/*--------------------------------------------------------------
##   /Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#   Home
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   Master
--------------------------------------------------------------*/

    .single-master .page-content,
    .page-template-page-scholarship .page-content{
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 20px 0 0;
        width: 100%;
    }

/*--------------------------------------------------------------
##   /Master
--------------------------------------------------------------*/



/*--------------------------------------------------------------
##   Program
--------------------------------------------------------------*/

    body.page-template-page-program .module {
        border: 1px solid #00A083;
        height: 200px;
        margin-bottom: 20px;
        padding: 10px;
        width: 216px;
    }

    body.page-template-page-program .left {
        width: 452px;
    }

    body.page-template-page-program .modules .right {
    	width: 216px;
	}

    body.page-template-page-program .module {
        height: 240px;
        width: 216px;
    }

    body.page-template-page-program .module img {
        height: 100px;
        width: 196px;
    }

    body.page-template-page-program .right {
        width: 216px;
    }

	body.page-template-page-program .module:hover:after {
	    background: rgba(0, 0, 0, 0) url("img/s-xs.png") no-repeat scroll 0 0 / 230px 181px;
	    bottom: -11px;
	    content: "";
	    height: 179px;
	    left: -8px;
	    position: absolute;
	    right: -5px;
	    width: 227px;
	    z-index: -1;
	}

/*--------------------------------------------------------------
##   /Program
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   Contact
--------------------------------------------------------------*/

    .contact .map-widget {
        clear: both;
        display: block;
        float: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 620px;
    }

/*--------------------------------------------------------------
##   Contact
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#   /Pages
--------------------------------------------------------------*/


} /* end media query 768px - 940px */
/*--------------------------------------------------------------
#*  /Media Query 768px - 940px
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#*   Media Query 0 - 320 - 768px
--------------------------------------------------------------*/

@media (max-width: 767px), (max-device-width: 767px), (max-device-width: 767px) and (orientation: landscape){

    #page{
        width: 320px;
    }

    .site-content .container-940  {
        padding-left: 10px;
        padding-right: 10px;
        width: 320px;
    }

/*--------------------------------------------------------------
##   header
--------------------------------------------------------------*/



    #small-menu-ico{
        background: rgba(0, 0, 0, 0) url("img/menu-ico.png") repeat scroll 0 0 / 40px 40px;
        display: block;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 40px;
        width: 40px;
    }



    .site-header section.center .container-940{
        padding-left: 0px;
    }


    .site-header a h1.site-name {
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .site-header a h2.site-name {
        font-size: 16px;
        line-height: 18px;
    }

    .site-header section.bottom,
    .site-header section.top{
        display: none;
    }

    .site-header section.center{
        height: 110px;
        background-color: #F5F5F5;
        position: relative;
    }

    .site-header section.site-name {
        width: 200px;
        padding-left: 10px;
    }

    .video-home-container{
        height: 160px;
    }

    .video-home-container article {
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        background-size: 143% auto !important;
        height: 160px;
    }

    .video-home-container i.play-ico{
        top:45px;
    }


    section.logos,
    #link-vhir,
    #link-uab
    {
        display: none;
        width: 0;
        height: 0;
    }

    body.home section.logos{
        display: inline-block;
        height: 100px;
        margin-left: 272px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 157px;
        vertical-align: top;
        z-index: 4;
    }

    body.home .site-header section.center #link-vhir{
        background: url(img/logo-vhir-tablet.png);
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
        margin-right: 10px;
        vertical-align: super;
    }

    body.home .site-header section.center #link-uab{
        background: url(img/logo-uab-tablet.png);
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
    }


    body.home aside.widget header,
    body.home aside.widget.last header {
        width: 280px;
    }

    body.home .widget.apps .content {
 	     height: 350px;
   		 width: 280px;
	}

	body.home aside.widget.apps .content .right{
		width: 203px;
	}

    #site-toggle-navigation{
        position: absolute;
        width: 320px;
    }

    #site-toggle-subnavigation {
        padding: 0px 10px 0px;
        position: absolute;
        width: 320px;
        z-index: 1;
    }

     #site-toggle-subnavigation .sub-menu-widget li.header {
        background-color: #00A083;
        font-family: roboto;
        font-size: 22px;
        font-weight: 100;
        text-align: left;
        margin: 0;
        height: 60px;
        padding-top: 15px;
        padding-bottom: 20px;
        background: url(img/submenu-expand-ico.png);
        background-repeat: no-repeat;
        background-position: 96.3% 25px;
        background-size: 20px 10px;
        cursor: pointer;
        color: #fff;

    }


    #site-toggle-subnavigation .sub-menu-widget li.header.expand{
        background: url(img/submenu-collapse-ico.png);
        background-repeat: no-repeat;
        background-position: 96.3% 30px;
        background-size: 20px 10px;

    }


/*--------------------------------------------------------------
##   /header
--------------------------------------------------------------*/

.container-940 {
    width: 320px;
}


/*--------------------------------------------------------------
##   Pages
--------------------------------------------------------------*/

    div.main-page-img-container {
        height: 130px;
        width: 300px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    div.main-page-img-container img {
        height: 110px;
        width: 280px;
    }

    .page-content {
        display: inline-block;
        float: left;
        left: 0;
        margin: 0 0 0 0;
        width: 300px;
    }
/*--------------------------------------------------------------
##   Home
--------------------------------------------------------------*/

    section.logos-2 {
        right: 10px;
        top:10px;
    }

 body.home p.intro-text {
    color: #787878;
    display: inline-block;
    font-size: 14px;
    height: 400px;
    line-height: 20px;
    margin: 0 0 20px 0px;
    padding-bottom: 30px;
    padding-top: 40px;
    text-align: center;
    width: 300px;
}

/*--------------------------------------------------------------
##   Slider
--------------------------------------------------------------*/

    body.home .home-slider-container {
        border: 1px solid #e6e6e6;
        display: block;
        height: 560px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        width: 300px;
    }

    body.home div.home-slider .content {
        color: #fff;
        display: inline-block;
        float: right;
        height: 315px;
        margin-top: 50px;
        padding-left: 20px;
        position: relative;
        width: 280px;
        left: 0;
    }


    body.home div.home-slider ol.bjqs-markers {
        display: block;
        float: left;
        left: -136px !important;
        max-width: 350px;
        min-width: 60px;
        padding: 0 10px;
        position: absolute;
        top: 173px;
        width: auto;
        z-index: 2;
    }

    body.home div.home-slider a.more-link {
        bottom: 10px;
    }

    body.home div.home-slider .img-container {
	    height: 160px;
	    width: 260px;
	}

    .img-container img {
    	height: 160px;
    	width: 100%;
	}



/*--------------------------------------------------------------
##   /Slider
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   Widgets
--------------------------------------------------------------*/

	body.home section.widgets {
	    width: 300px;
	}

    body.home aside.widget,
    body.home aside.widget.last{
        background-color: #fff;
        border: 1px solid #e6e6e6;
        display: block;
        float: initial;
        max-height: 430px;
        margin-left: 0px;
        margin-right: auto;
        margin-top: 20px;
        padding: 10px;
        position: inherit;
        width: 300px;
        height: 430px;
    }

    body.home aside.widget.collapse ,
    body.home aside.widget.last.collapse{
        height: auto;
    }

    body.home aside.widget.collapse .content,
    body.home aside.widget.last.collapse .content{
        display: none;
    }

    body.home aside.widget header:hover,
    body.home aside.widget.last header:hover{
        cursor: pointer;
    }

    body.home aside.widget.apps .content .right p {
	    color: #787878;
	    float: left;
	    font-size: 14px;
	    height: auto;
	    line-height: 20px;
	    min-height: 80px;
	    padding-bottom: 5px;
	    width: 183px;
	}

	body.home aside.widget.apps .moodle-logo {
    	display: inline;
    	margin-bottom: 20px;
	}

/*--------------------------------------------------------------
##   /Widget
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   /Home
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   /Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   footer
--------------------------------------------------------------*/

    footer.site-footer {
        height: 460px;
    }

    footer.site-footer .col-left,
    footer.site-footer .col-right {
		text-align: center;
        width: 100%;
		padding-left: 10px;
    }

	footer.site-footer .col-right {
		margin-top: 30px;
	}

	footer.site-footer .col-rrss {
		text-align: center;
	}
	footer.site-footer section.top {
		padding: 0px 10px;
	}
    footer.site-footer section.top > section.left{
        padding-left: 10px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

	footer.site-footer section.top > section.middle {
		padding-left: 10px;
        width: 100%;

        text-align: center;
		padding-right: 0px;
	}

    footer.site-footer section.top > section.right{
        width: 100%;
        text-align: center;
        margin-top: 58px;
    }

	.owl-carousel .owl-item:first-child{
		margin-top: 0px !important;
	}
    .sponsors.s-left {
        display: inline-block;
        float: left;
        margin-right: 0px;
        width: 45%;
    }

    .sponsors.s-right {
        display: inline-block;
        float: left;
        width: 45%;
    }

    footer.site-footer a.ferrer-logo,
    footer.site-footer a.santander-logo {
        margin-bottom: 20px;
    }

    footer.site-footer .container-940{
        height: auto;
    }


    footer.site-footer section.bottom {
        height: 140px;
        text-align: center;
    }



    footer.site-footer .bottom h3
    {
        width: 100%;
    }


    footer.site-footer span.separator {
        display: none;
    }

    footer.site-footer .bottom a {
        display: block;
        float: initial;
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
    }

    div.text-2{
      padding-top: 20px;
      padding-bottom: 30px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      float: inherit;
    }

/*--------------------------------------------------------------
##   /footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   Programa
--------------------------------------------------------------*/

    body.page-template-page-program  .left {
        width: 300px;
    }

    body.page-template-page-program .modules .left .sub-side{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    body.page-template-page-program .modules .right {
    	width: 300px;
	}

    body.page-template-page-program .module {
    	height: 200px;
    	width: 300px;
	}


	body.page-template-page-program .module img {
    	height: 100px;
    	width: 280px;
	}


/*--------------------------------------------------------------
##   /Programa
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##   Professorat
--------------------------------------------------------------*/

    article.teacher div.info {
        width: 210px;
    }

/*--------------------------------------------------------------
##  /Professorat
--------------------------------------------------------------*/


/*--------------------------------------------------------------
##  Contact
--------------------------------------------------------------*/

    .contact .map-widget {
        width: 300px;
        margin-top: 20px;
    }

/*--------------------------------------------------------------
##  Contact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##   /Pages
--------------------------------------------------------------*/




}


@media (max-width: 940px) {
	body.home .widget.apps {
		width: 335px;
		height: 560px;
	}
	body.home .widget.apps .content {
		width: 315px;
		height: 100px;
	}
	aside iframe#twitter-widget-0 {
		width: 320px !important;
		height: 530px !important;
	}
	.owl-carousel .owl-stage-outer .owl-stage {
		width: 100% !important;
	}
	.owl-carousel .owl-stage-outer .owl-stage .owl-item{
		width: 120px !important;
		margin-top: 10px;
	}

}
@media (max-width: 767px) {
	.owl-carousel .owl-item {
		float: none;
		margin-top: 30px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.lgx-logo-img {
		margin: 0px auto !important;
	}
	aside.widget-twitter {
		border: 0px !important;
		/*display: none !important;*/
	}

	footer.site-footer section.top{
		height: auto;
	}
	footer.site-footer section.top > section {
		height: auto;
	}
	footer.site-footer {
		height: auto;
	}

	footer.site-footer section.top .col-left {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	footer.site-footer section.top .col-right {
		float: none;
		max-width: 100%;
		width: 100%;
	}

	footer.site-footer section.top .col-rrss {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	footer.site-footer section.top .contact-us {
		float: none;
		max-width: 100%;
		width: 100%;
	}

    .owl-carousel .owl-stage-outer .owl-stage {
		width: 100% !important;
        flex-direction: column;
	}

}



/* Form solicitud de información */
.form-consultas {
    margin: 52px 30px;
    padding: 30px 0 30px;
}
.form-consultas .form-consultas-title {
    font-size: 18px;
}
.form-consultas .wpcf7-list-item {
    margin: 0;
}
.form-consultas .wpcf7-submit {
    background-color: #902b8c;
    border-radius: 2px;
    box-shadow: initial;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 140px;
    bottom: 10px;
    left: 15px;
}
.form-consultas .wpcf7-submit:hover {
    box-shadow: initial;
}

.form-consultas .wpcf7-textarea {
    max-height: 120px;
    margin-top: 13px;
}
.form-consultas .form-input {
    margin: 12px 0px;
    width: 100%;
}
.form-consultas .wpcf7-response-output {
    border: 0px none;
    margin: 20px 0px;
}
.form-consultas p {
    margin: 0;
}  
.wpcf7 .wpcf7-response-output {
    margin: 0;
}
/* theme purple: master.vhir.org */
.form-consultas.theme-purple a {
    color: #FFF;
}
.form-consultas.theme-purple {
    background: #A2018D;
    padding: 20px 20px 0 20px;
}
.form-consultas.theme-purple .form-consultas-title {
    color: #FFF;
}
.form-consultas.theme-purple .wpcf7-submit {
    background: #FFF;
    color: #A2018D;
}
.form-consultas.theme-purple .wpcf7-list-item-label {
    color: #FFF;
}

.form-consultas.theme-purple .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
}

.form-consultas.theme-purple .wpcf7-response-output {
    border-color: transparent;
    color: #FFF;
    margin: 0;
    padding: 0 0 10px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
}

/* theme green: masterensayosclinicos.vhir.org */
.form-consultas.theme-green a {
    color: #FFF;
}
.form-consultas.theme-green {
    background: #00A083;
    padding: 20px 20px 0 20px;
}
.form-consultas.theme-green .form-consultas-title {
    color: #FFF;
}
.form-consultas.theme-green .wpcf7-submit {
    background: #FFF;
    color: #00A083;
}
.form-consultas.theme-green .wpcf7-list-item-label {
    color: #FFF;
}

.form-consultas.theme-green .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
}

.form-consultas.theme-green .wpcf7-response-output {
    border-color: transparent;
    color: #FFF;
    margin: 0;
    padding: 0 0 10px 0;
}


/* theme hibiscus: healthinnovationmaster.vhir.org */
.form-consultas.theme-hibiscus a {
    color: #FFF;
}
.form-consultas.theme-hibiscus {
    background: #C62868;
    padding: 20px 20px 0 20px;
}
.form-consultas.theme-hibiscus .form-consultas-title {
    color: #FFF;
}
.form-consultas.theme-hibiscus .wpcf7-submit {
    background: #FFF;
    color: #C62868;
}
.form-consultas.theme-hibiscus .wpcf7-list-item-label {
    color: #FFF;
}

.form-consultas.theme-hibiscus .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
}

.form-consultas.theme-hibiscus .wpcf7-response-output {
    border-color: transparent;
    color: #FFF;
    margin: 0;
    padding: 0 0 10px 0;
}