/**
 * Theme Name: ChiTheme
 * Theme URI: 
 * Author: RubikCode
 * Author URI: http://www.rubikcode.com
 * Description: Theme for CHI
 * Version: 0.0.5
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: simple, clear
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

html {
    min-height: 100%;
}

.clear {
    clear: both;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-family: "Roboto", "Helvetica Neue";
    font-weight: bold;
    text-align: center;
    font-size: 22px !important;
}

.container-disabled {
    padding-left: 15px;
    padding-right: 15px;
}
/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
    width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.footer-img {
    min-height: 50px;
    max-height: 110px;
    width: auto;
}

.soliloquy-slides {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .soliloquy-slides {
        min-height: 163px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .soliloquy-slides {
        min-height: 389px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .soliloquy-slides {
        min-height: 512px;
    }
}

@media (min-width: 1200px) {
    .soliloquy-slides {
        min-height: 624px;
    }
}

.panel-grid {
    font-family: "Roboto", "Helvetica Neue";
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5em;
}

.panel-grid-cell button.btn {
    width: 100%;
}

.relative {
    position: relative;
}

.contact-label {
    text-align: right;
}

.rollover_area {
    width: 35px;
    height: 30px;
    background-color: transparent;
    position: absolute;
}

.rollover_area#rollover_area1 {
    top: 10%;
    left: 22.2%;
}

.rollover_area#rollover_area2 {
    top: 10%;
    left: 27.2%;
}

.rollover_area#rollover_area3 {
    top: 22%;
    left: 53.3%;
}

.rollover_area#rollover_area4 {
    top: 22%;
    left: 58.3%;
}

.rollover_area#rollover_area5 {
    top: 14%;
    left: 59%;
}

.rollover_area#rollover_area6 {
    top: 14%;
    left: 63.4%;
}

.rollover_area#rollover_area7 {
    top: 15.5%;
    left: 75.5%;
}

.rollover_area#rollover_area8 {
    top: 14%;
    left: 81%;
}

form.wpcf7-form p {
    min-width: 270px;
    max-width: 70%;
    margin: 0 auto;
}

form.wpcf7-form p img {
    width: 32px;
    margin: 0 auto !important;
    display: block;
}

form.wpcf7-form input,
form.wpcf7-form select {
    width: 100%;
    margin-bottom: 5px;
}

form.wpcf7-form .wpcf7-response-output {
    text-align: center;
}

form.wpcf7-form [type="submit"] {
    margin-top: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 50px 0 20px 0;
    text-align: center;
}

.special-buttons-area .post-button-item .post-button-item-icon {
    position: absolute;
    height: 90%;
    left: 2.1%;
    top: 5%;
}

body>div>div {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}

body img {
    max-width: 100%;
}

body img.alignleft {
    -webkit-box-shadow: 2px 2px 10px #777777;
    box-shadow: 2px 2px 10px #777777;
    margin: 5px 20px 10px 0;
    border: 0 !important;
}

body img.alignright {
    -webkit-box-shadow: 2px 2px 10px #777777;
    box-shadow: 2px 2px 10px #777777;
    margin: 5px 0 10px 20px;
    border: 0 !important;
}

body .school-item {
    text-align: center;
}

body .school-item h3 {
    margin: 10px 0 30px;
}

body .contact-label {
    padding: 20px 20px 5px 30px;
    font-size: 12px;
    font-weight: 200;
    border-top: 1px solid #eee;
}

body .contact-value {
    padding: 20px 20px 5px 30px;
    font-size: 12px;
    font-weight: 200;
    border-top: 1px solid #eee;
}

body .ajax-loader {
    margin: 0 auto;
    width: 16px;
    height: 16px;
}

body #preheader {
    background-color: transparent;
    text-align: right;
    padding: 0;
}

body #preheader .post-button-item {
    border-left: 1px solid #777777;
    text-align: center;
}

body #preheader button[data-toggle="collapse"] {
    border: none;
    border-radius: 0;
    vertical-align: bottom;
    color: #777777;
    background-color: transparent;
    text-transform: capitalize;
    font-family: helvetica;
    font-variant: small-caps;
    font-weight: 400;
}

@media (max-width: 480px) {
    body #preheader button[data-toggle="collapse"] {
        font-size: 10px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    body #preheader button[data-toggle="collapse"] {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    body #preheader button[data-toggle="collapse"] {
        font-size: 14px;
    }
}

body #preheader button[data-toggle="collapse"].down {
    color: #000;
}

body #preheader button[data-toggle="collapse"]:hover {
    color: #000;
}

body #preheader .logo-area {
    text-align: left;
}

body #preheader .logo-area img.header-image {
    margin: 10px 0;
    max-width: 100%;
    width: auto;
}

body #preheader .special-buttons-area {
    margin: 20px 0 5px 0;
}

@media (max-width: 767px) {
    body #preheader .lenguage-selector-area {
        text-align: center;
    }
}

@media (min-width: 768px) {
    body #preheader .lenguage-selector-area {
        text-align: right;
    }
}

body #preheader .lenguage-selector-area ul.qtrans_language_chooser {
    margin: 0 0 0 0;
    display: inline-block;
    text-align: right;
}

body #preheader .lenguage-selector-area ul.qtrans_language_chooser li {
    display: inline-block;
    line-height: 1em;
    color: #000;
}

body #preheader .lenguage-selector-area ul.qtrans_language_chooser li.active a {
    color: #000;
    text-decoration: underline;
}

body #preheader .lenguage-selector-area ul.qtrans_language_chooser li a {
    padding-left: 10px;
    padding-right: 10px;
    color: #777777;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

body #preheader .lenguage-selector-area ul.qtrans_language_chooser li a:hover {
    text-shadow: #ededed 0px 0px 2px;
}

body #header {
    border: none;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    body #header {
        margin-top: 15px;
        position: absolute !important;
    }
}

body #header #header-container {
    margin: 0 auto;
}

body #header #header-row {
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

@media (min-width: 768px) {
    body #header #header-row {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

body #header .logo-area {
    height: 63.5px;
    border-radius: 5px 0 0 5px;
    background-color: white;
    display: block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    body #header .logo-area {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

body #header .logo-area a {
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    body #header .logo-area a {
        text-align: left !important;
    }
}

body #header .logo-area img.header-image {
    height: auto;
    max-height: 53px;
    max-width: 100%;
    margin: 0px;
    width: auto;
}

body #header .navbar-default .navbar-toggle {
    border: 2px solid #777;
}

body #header .navbar-default .navbar-toggle .icon-bar {
    background-color: #777;
}

body #header .navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

body #header nav.navbar {
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
}

body #header nav.navbar #main-navbar-collapsable-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica {
        width: 9% !important;
    }
    body #header nav.navbar #main-navbar-collapsable-menu {
        right: 0px;
        z-index: 1000;
        background-color: #0a3145;
        width: 200px;
        text-align: center;
        border: 0;
        height: 100%;
        min-height: 100%;
        padding-top: 55px !important;
        position: fixed;
        top: 0;
    }
    body #header nav.navbar #main-navbar-collapsable-menu button {
        background-color: transparent;
        border: none;
        color: white;
        font-size: 24px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    body #header nav.navbar #main-navbar-collapsable-menu ul#menu-mainmenu {
        padding: 5px 0 !important;
        margin: 0 !important;
        width: 100%;
    }
    body #header nav.navbar #main-navbar-collapsable-menu ul#menu-mainmenu li {
        margin: 0 !important;
        width: 100%;
    }
    body #header nav.navbar #main-navbar-collapsable-menu ul#menu-mainmenu li a {
        margin: 0 !important;
        color: white !important;
        width: 100%;
        text-align: center;
        font-size: 18px !important;
        padding: 5px 0 !important;
    }
    body #header nav.navbar #main-navbar-collapsable-menu ul#menu-mainmenu li a:hover {
        color: #aaa !important;
    }
}

body #header nav.navbar .menu-mainmenu-container {
    line-height: 1em;
}

body #header nav.navbar ul {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: none;
}

body #header nav.navbar ul li {
    margin: 0;
    display: inline-block;
    float: none;
}

@media (max-width: 767px) {
    body #header nav.navbar ul li {
        width: 100%;
    }
}

body #header nav.navbar ul li.current_page_item a {
    color: #aaa;
    background-color: transparent;
}

body #header nav.navbar ul li:first-child a {
    padding-left: 0 !important;
}

body #header nav.navbar ul li:last-child a {
    padding-right: 0 !important;
}

body #header nav.navbar ul li a {
    width: 100%;
    padding: 20px 12px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    font-family: helvetica;
    text-transform: inherit;
}

@media (max-width: 767px) {
    body #header nav.navbar ul li a {
        font-size: 15px;
        padding: 4px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body #header nav.navbar ul li a {
        font-size: 14px;
        padding: 20px 5px 20px 2px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    body #header nav.navbar ul li a {
        font-size: 16px;
        padding: 20px 7px;
    }
}

body #header nav.navbar ul li a:hover {
    color: #aaa;
}

body #content {
    background-color: transparent;
}

body #content img,
body #content a img {
    border: 1px solid #777777;
}

body #content a {
    text-decoration: underline;
    color: #000 !important;
}

body #content .content {
    font-family: "Roboto", "Helvetica Neue";
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

body #content .content h1 {
    color: #000;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 22px;
    font-weight: 600;
}

body #content .content h3 {
    color: #000;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 0.3em !important;
    text-align: center;
}

body #content .content h3 p,
body #content .content h3 span {
    color: #000;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000000;
}

body #content .content h5 {
    color: #000;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 0.3em !important;
    text-align: left;
}

body #content .content h5 p,
body #content .content h5 span {
    color: #000;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000000;
}

body #content .content p,
body #content .content span,
body #content .content .textwidget {
    color: #808080;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

body #content .content .content-area {
    color: #808080;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    max-height: 100% !important;
    overflow: hidden;
}

body #content .content .read-more {
    background-image: url("images/read-more.png");
    background-color: white;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-position: center 2px;
    position: absolute;
    width: 48.2%;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    height: 46px;
}

@media screen and (max-width: 540px) {
    body #content .content.less .read-more {
        display: none;
    }
}

@media (min-width: 541px) and (max-width: 550px) {
    body #content .content.less {
        height: 154px;
    }
}

@media (min-width: 551px) and (max-width: 575px) {
    body #content .content.less {
        height: 165px;
    }
}

@media (min-width: 576px) and (max-width: 600px) {
    body #content .content.less {
        height: 167px;
    }
}

@media (min-width: 601px) and (max-width: 625px) {
    body #content .content.less {
        height: 170px;
    }
}

@media (min-width: 626px) and (max-width: 650px) {
    body #content .content.less {
        height: 182px;
    }
}

@media (min-width: 651px) and (max-width: 675px) {
    body #content .content.less {
        height: 185px;
    }
}

@media (min-width: 676px) and (max-width: 700px) {
    body #content .content.less {
        height: 196px;
    }
}

@media (min-width: 701px) and (max-width: 725px) {
    body #content .content.less {
        height: 197px;
    }
}

@media (min-width: 726px) and (max-width: 750px) {
    body #content .content.less {
        height: 212px;
    }
}

@media (min-width: 751px) and (max-width: 767px) {
    body #content .content.less {
        height: 212px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body #content .content.less {
        height: 212px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body #content .content.less {
        height: 275px;
    }
}

@media (min-width: 1200px) {
    body #content .content.less {
        height: 330px;
    }
}

body #content .content.more {
    height: auto;
    padding-bottom: 45px;
}

body #content .content.more .read-more {
    background-image: url("images/read-more-min.png");
    left: 25%;
}

body #content button[data-toggle="collapse"] {
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    color: white;
    font-weight: 100;
    border: none;
    background-color: #1b5b87;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 450px) {
    body #content button[data-toggle="collapse"] {
        font-size: 12px;
    }
}

@media (min-width: 451px) and (max-width: 991px) {
    body #content button[data-toggle="collapse"] {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    body #content button[data-toggle="collapse"] {
        font-size: 15px;
    }
}

body #content button[data-toggle="collapse"].down {
    background-color: #953b39;
}

body #content button[data-toggle="collapse"]:hover {
    -webkit-box-shadow: 0px 0px 8px #953b39;
    box-shadow: 0px 0px 8px #953b39;
    background-color: #953b39;
}

body #content .readmore {
    position: absolute;
    cursor: pointer;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 75px;
    font-size: 12px;
}

body #content .readmore button {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 20px;
    border-radius: 25px;
    font-size: 18px;
    left: 35%;
    position: absolute;
    width: 30%;
}

@media (min-width: 768px) and (max-width: 991px) {
    body #content .readmore button {
        bottom: 10px;
        left: 35%;
        width: 30%;
    }
}

@media (max-width: 767px) {
    body #content .readmore button {
        bottom: 5px;
        left: 25%;
        width: 50%;
    }
}

body #content .readmore button:hover {
    -webkit-box-shadow: 0px 0px 8px white;
    box-shadow: 0px 0px 8px white;
    background-color: rgba(255, 255, 255, 0.3);
}

body #content .readmore.readmore1,
body #content .readmore.readmore2,
body #content .readmore.readmore3 {
    position: absolute;
}

body #content .precontent {
    position: relative;
}

body #content .precontent.empty {
    padding-bottom: 100px;
}

body #content .precontent img {
    max-width: 100%;
    width: 100%;
}

body #content .postcontent {
    position: relative;
}

body #content .postcontent img {
    max-width: 100%;
    width: 100%;
}

body .footer-item {
    vertical-align: top;
    font-family: "Helvetica Neue";
}

body .footer-item h5 {
    font-family: "Helvetica Neue";
    font-weight: 400;
    margin: 0;
}

body .footer-item .textwidget {
    font-family: "Helvetica Neue";
    font-weight: 100;
    font-size: 14px;
}

body .footer-1-item {
    width: 100%;
}

body .footer-1-item h5 {
    text-align: center;
    font-size: 28px;
}

body .footer-2-item,
body .footer-2-2-item {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding: 0;
    margin: 1px 0.1% 2px 0.1%;
    position: relative;
    width: 24.8%;
    text-align: center;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    body .footer-2-item,
    body .footer-2-2-item {
        width: 49.8%;
    }
}

body .footer-2-item h5,
body .footer-2-2-item h5 {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 20px;
    color: white;
    font-size: 15px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px #000 !important;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    body .footer-2-item h5,
    body .footer-2-2-item h5 {
        font-size: 12px;
        bottom: 18px;
    }
}

body .footer-2-item a,
body .footer-2-2-item a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    vertical-align: top;
}

body .footer-2-item a img,
body .footer-2-2-item a img {
    padding: 0px;
    height: auto;
    width: 100%;
}

body .footer-3-item {
    width: 25%;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    body .footer-3-item {
        width: 50%;
    }
}

body .footer-3-item a {
    display: block;
    width: 100%;
    height: 100%;
}

body .footer-3-item a img {
    height: 35px;
    width: auto;
}

body .footer-4-item {
    width: 25%;
    display: inline-block;
    padding-top: 15px;
    padding-left: 5%;
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    body .footer-4-item {
        width: 50%;
    }
}

body .footer-4-item h5 {
    font-weight: 400;
    color: #6C8DAA;
    line-height: 20px;
}

body .footer-4-item p {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 100 !important;
    font-family: "Helvetica Neue";
    vertical-align: baseline;
    line-height: 20px;
}

body .footer-4-item a {
    color: white;
}

body #footer-text {
    text-align: center;
}

body .footer-section .footer-title {
    font-weight: normal;
}

@media (min-width: 769px) {
    body .footer-section.contact-data-area .footer-title {
        text-align: right;
    }
}

body #footer-external-links {
    border-bottom: 1px solid #aaa;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-align: center;
    color: white;
}

body #footer-external-links img {
    padding-bottom: 10px;
    padding-top: 15px;
    height: 100px;
    width: auto;
}

body #footer-external-links a {
    border-radius: 10px;
    display: block;
}

body #footer-universities {
    background-color: #0a3145;
    vertical-align: baseline;
    text-align: center;
}

body #footer-universities a img {
    border: 0 !important;
}

body #footer-universities .footer-logo-area {
    text-align: center;
}

body #footer-universities .footer-logo-area .footer-logo-item {
    max-height: 35px;
    max-width: 160px;
    width: 95%;
    height: auto;
}

body #footer-extra-text {
    background-color: #0a3145;
    color: white;
}

body #footer-extra-text .textwidget {
    font-weight: 100;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: center;
    vertical-align: baseline;
}

@media (max-width: 350px) {
    body #footer-extra-text .textwidget {
        font-size: 10px;
    }
}

@media (min-width: 351px) and (max-width: 399px) {
    body #footer-extra-text .textwidget {
        font-size: 11px;
    }
}

@media (min-width: 400px) and (max-width: 499px) {
    body #footer-extra-text .textwidget {
        font-size: 12px;
    }
}

body #footer-centers,
body #footer-schools-data {
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: lighter;
    background-color: #000000;
    text-align: left;
    color: white;
}

body #footer-centers .footer-4-item h5,
body #footer-schools-data .footer-4-item h5 {
    font-size: 14px !important;
}

body #footer-contact,
body #footer-contact-data {
    padding-top: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: lighter;
    background-color: #0a3145;
    color: white;
}

body #footer-contact a,
body #footer-contact-data a {
    color: white;
    text-decoration: underline;
}

body #footer-contact h5,
body #footer-contact-data h5 {
    display: inline-block;
    text-align: right;
    font-size: 14px !important;
    width: 33%;
}

body #footer-contact .textwidget,
body #footer-contact-data .textwidget {
    display: inline-block;
    padding-left: 2%;
    width: 64%;
}

body #footer-nav {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background-color: transparent;
}

body #footer-nav [class*='menu-footermenu-'] {
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ededed;
    min-height: 20px;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
}

body #footer-nav [class*='menu-footermenu-'] ul {
    margin: 0;
    width: 100%;
    display: inline-block;
    float: none;
}

body #footer-nav [class*='menu-footermenu-'] ul li {
    margin: 0;
    display: inline-block;
    float: none;
}

@media (max-width: 768px) {
    body #footer-nav [class*='menu-footermenu-'] ul li {
        width: 100%;
    }
}

@media (min-width: 769px) {
    body #footer-nav [class*='menu-footermenu-'] ul li:not(:first-child) a {
        border-left: 1px solid #777777;
    }
}

body #footer-nav [class*='menu-footermenu-'] ul li.current_page_item a {
    color: #aaa;
    background-color: transparent;
}

body #footer-nav [class*='menu-footermenu-'] ul li a {
    width: 100%;
    margin: 5px 0;
    padding: 2px 14px;
    line-height: 1em;
    color: #999999;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 100;
    font-family: helvetica;
    text-transform: inherit;
}

@media (max-width: 768px) {
    body #footer-nav [class*='menu-footermenu-'] ul li a {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body #footer-nav [class*='menu-footermenu-'] ul li a {
        font-size: 10px;
    }
}

body #footer-nav [class*='menu-footermenu-'] ul li a:hover {
    color: #000;
    background-color: transparent;
}

body .menu-extra-menu-container #menu-extra-menu li,
body .menu-extra-menu-ingles0-container #menu-extra-menu-ingles0 li {
    margin-top: 15px;
    text-align: center;
}

body #footer-copy {
    background-color: #0a3145;
}

body #footer-copy .textwidget {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 200;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 12px;
    color: white;
}

body h3 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

body p,
body .textwidget {
    font-family: helvetica;
    font-size: 16px;
    line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
    body p,
    body .textwidget {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    body p,
    body .textwidget {
        font-size: 14px;
    }
}

body .accordion-body {
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    background-color: white;
    color: #808080;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

body .accordion-body p {
    font-family: "Roboto", "Helvetica Neue";
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

body .accordion-body h3 {
    color: #000000;
    font-family: "Roboto", "Helvetica Neue";
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 5px;
    padding: 0 0 5px 0;
    text-align: left !important;
}

body .accordion-body h5 {
    font-size: 18px;
    font-weight: 300;
}

body .arve-embed-container {
    -webkit-box-shadow: 3px 3px 5px #777777;
    box-shadow: 3px 3px 5px #777777;
    margin: 0 20px 10px 0;
    width: 35%;
    padding: 11% 0;
    float: left;
}

body .read-less {
    color: black;
    text-align: center;
    cursor: pointer;
}

body .read-less:hover {
    text-shadow: 0 0 2px white;
    color: #777777;
}

body .soliloquy-control-nav.soliloquy-control-paging {
    width: 100%;
    text-align: center;
}

body .wpcf7-form .wpcf7-list-item {
    display: block;
}

body .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    width: auto;
}

body .wpcf7-form p {
    margin-top: 5px;
}

body .partial .restricted {
    margin-bottom: 100px;
}

body .partial .restricted .glyphicon {
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #a42250;
    margin-left: 5px;
    margin-top: 0px;
    border: 1px solid #a42250;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline;
    padding: 10px 25px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

body .partial .restricted .glyphicon.beagle {
    background-image: url("../../uploads/2013/11/01-Beagle-House-150x150.jpg");
}

body .partial .restricted .glyphicon.darwin {
    background-image: url("../../uploads/2013/11/02-Darwin-House-150x150.jpg");
}

body .partial .restricted .glyphicon.britannia {
    background-image: url("../../uploads/2013/11/03-Britannia-House-150x150.jpg");
}

body .partial .restricted .glyphicon.columbus {
    background-image: url("../../uploads/2013/11/04-Columbus-House-150x150.jpg");
}

body .partial .restricted .glyphicon.dickens {
    background-image: url("../../uploads/2013/11/05-Dickens-House-150x150.jpg");
}

body .partial .restricted .glyphicon.newton {
    background-image: url("../../uploads/2013/11/06-Newton-House-150x150.jpg");
}

body .partial .restricted .glyphicon.bandama {
    background-image: url("../../uploads/2013/11/07-Bandama-Country-150x150.jpg");
}

body .partial .restricted .glyphicon.humboldt {
    background-image: url("../../uploads/2013/11/08-Humboldt-Manor-150x150.jpg");
}

body .partial .restricted .glyphicon:before {
    text-shadow: 0px 0px 5px white;
}

body .partial .restricted h3 {
    margin: 0 0 5px 0;
    color: #a42250;
}

body .partial .restricted h4 {
    margin: 4px 0 1px 0;
}

body .partial .restricted li {
    margin: 4px 0;
}

body .partial .restricted a {
    color: #a42250;
    text-decoration: none !important;
}

body .partial .restricted a:hover {
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #a42250 !important;
}

body .partial .restricted a:hover .glyphicon {
    color: white;
    border-color: white;
}

body .partial .restricted a:hover .glyphicon:before {
    text-shadow: 0 0 5px #a42250;
}

body .partial .restricted .frame-area {
    margin: 5px 0 30px 0;
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(1) span {
    background-image: url("../../uploads/2013/11/nursery_011-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(2) span {
    background-image: url("../../uploads/2013/11/nursery_021-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(3) span {
    background-image: url("../../uploads/2013/11/nursery_031-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(4) span {
    background-image: url("../../uploads/2013/11/infant_00-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(5) span {
    background-image: url("../../uploads/2013/11/infant_01-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(6) span {
    background-image: url("../../uploads/2013/11/infant_11-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(7) span {
    background-image: url("../../uploads/2013/11/primary_00-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(8) span {
    background-image: url("../../uploads/2013/11/prymary_01-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(9) span {
    background-image: url("../../uploads/2013/11/prymary_02-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(10) span {
    background-image: url("../../uploads/2013/11/junior_00-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(11) span {
    background-image: url("../../uploads/2013/11/junior_01-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(12) span {
    background-image: url("../../uploads/2013/11/junior_02-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(13) span {
    background-image: url("../../uploads/2013/11/bachiller_new_01_r-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(14) span {
    background-image: url("../../uploads/2013/11/bachiller_new_02_r-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-year>div:nth-child(15) span {
    background-image: url("../../uploads/2013/11/senior_01-150x150.jpg");
}

body .partial .restricted .frame-area.photo-by-center a {
    min-width: 220px;
}

body .partial .restricted .frame-area.video-by-center a {
    margin: 10px 0px;
    min-width: 150px;
}

body .partial .restricted .frame-area.video-by-center a span {
    -o-border-radius: 0;
    border-radius: 0;
}

body .partial .restricted .login-row .login-area {
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 50px;
    padding: 20px 0;
    text-align: center;
}

body .partial .restricted .login-row .login-area input {
    vertical-align: bottom;
    width: 90%;
}

body .partial .restricted .login-row .login-area input[type='submit'] {
    width: auto !important;
}

@media (min-width: 1199px) {
    body .partial .restricted .login-row .login-area input {
        width: 100%;
    }
}

body .partial .restricted .login-row .login-area h4 {
    margin: 10px 0;
    font-weight: 200;
}

body .partial .restricted h3 {
    font-size: 18px;
    font-weight: 400;
}

body .partial .restricted h4 {
    color: #555;
    font-size: 18px;
    font-weight: 300;
}

body .partial .restricted .left {
    text-align: right;
}

body .partial .restricted .left ul.down {
    border-right: 1px solid #333;
}

body .partial .restricted .left ul.down li {
    margin-right: 2px;
}

body .partial .restricted .left a {
    color: #db5182;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 200;
    text-align: right;
    display: block;
}

body .partial .restricted .left h2,
body .partial .restricted .left h3,
body .partial .restricted .left h4,
body .partial .restricted .left ul,
body .partial .restricted .left li {
    text-align: right;
    line-height: 1.2em;
}

body .partial .restricted .center a {
    margin: 10px 0 0 0px;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    height: 48px;
    line-height: 44px;
    vertical-align: top;
}

body .partial .restricted .right {
    text-align: left;
}

body .partial .restricted .right h2,
body .partial .restricted .right h3,
body .partial .restricted .right h4,
body .partial .restricted .right ul,
body .partial .restricted .right li {
    text-align: left;
    line-height: 1.2em;
}

body .partial .restricted .right a {
    padding: 0;
    width: 100%;
    height: 48px;
    display: block;
    text-align: left;
    line-height: 44px;
}

body button {
    outline: none;
}

body #panoramic-container {
    position: relative;
}

body .arve-wrapper {
    float: left;
    margin: 0 2% 15px 0;
    width: 50% !important;
    background-color: transparent;
    background-repeat: no-repeat;
}

@media (max-width: 540px) {
    body .arve-wrapper {
        width: 100% !important;
    }
}

body .arve-wrapper .arve-embed-container {
    -webkit-box-shadow: 3px 3px 5px #777777;
    box-shadow: 3px 3px 5px #777777;
    margin: 0;
    padding: 57% 0 0 0;
    width: 100%;
}

body #air-view-video {
    bottom: 9px;
    left: 5px;
    position: absolute;
    width: 29%;
}

body #air-view-video .arve-wrapper.arve-normal-wrapper {
    margin-bottom: 0;
    width: 100%;
}

body #air-view-video .arve-wrapper.arve-normal-wrapper .arve-embed-container {
    margin: 0;
    width: 100%;
    padding: 28% 0;
}

body .air-view-caption {
    text-align: right;
    font-size: 12px;
    font-style: italic;
}

body .show-menu {
    border-radius: 10px;
    margin-bottom: 20px;
}

body .show-menu a {
    color: white;
    background-color: #a42250;
    padding: 7px 15px;
    margin-top: 10px;
    text-decoration: none !important;
    font-family: helvetica;
    font-size: 14px;
    font-weight: 100;
}

.clearfix {
    clear: both;
}

.col-xs-1-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}

img.footer-img {
    min-height: 50px;
    max-height: 110px;
    width: auto;
}

.soliloquy-slides {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

@media (max-width: 767px) {
    .soliloquy-slides {
        min-height: 163px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .soliloquy-slides {
        min-height: 389px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .soliloquy-slides {
        min-height: 512px;
    }
}

@media (min-width: 1200px) {
    .soliloquy-slides {
        min-height: 624px;
    }
}

.panel-grid {
    font-family: helvetica;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5em;
}

.panel-grid-cell button.btn {
    width: 100%;
}

.relative {
    position: relative;
}

.contact-label {
    text-align: right;
}

#panoramic-container .new_rollover_area {
    height: 30px;
    width: 33px;
    max-width: 4%;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    background-image: url("images/icon-school.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

#panoramic-container .new_rollover_area#rollover_area1 {
    top: 8%;
    left: 22.2%;
}

#panoramic-container .new_rollover_area#rollover_area2 {
    top: 7.5%;
    left: 27.2%;
}

#panoramic-container .new_rollover_area#rollover_area3 {
    top: 18%;
    left: 53.3%;
}

#panoramic-container .new_rollover_area#rollover_area4 {
    top: 18%;
    left: 58.3%;
}

#panoramic-container .new_rollover_area#rollover_area5 {
    top: 12%;
    left: 59%;
}

#panoramic-container .new_rollover_area#rollover_area6 {
    top: 12%;
    left: 63.4%;
}

#panoramic-container .new_rollover_area#rollover_area7 {
    top: 12.5%;
    left: 75.5%;
}

#panoramic-container .new_rollover_area#rollover_area8 {
    top: 12%;
    left: 81%;
}

#panoramic-container .new_rollover_area .info {
    display: none;
    max-width: 550% !important;
    position: absolute;
    top: 22px;
    width: 550% !important;
}

#panoramic-container .new_rollover_area:hover .info {
    display: block;
}

#panoramic-container .panoramic-caption {
    text-shadow: 1px 1px 3px black;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    font-weight: 200;
    color: white;
    padding: 3px;
}

#panoramic-container .panoramic-caption strong {
    font-weight: 400;
}

@media screen and (max-width: 590px) {
    #panoramic-container .panoramic-caption {
        font-size: 10px;
        line-height: 1.1em;
        margin: 4px;
    }
}

@media screen and (min-width: 591px) and (max-width: 767px) {
    #panoramic-container .panoramic-caption {
        font-size: 12px;
        line-height: 1.2em;
        margin: 6px;
    }
}

@media screen and (min-width: 768px) {
    #panoramic-container .panoramic-caption {
        font-size: 14px;
        line-height: 1.4em;
        margin: 8px;
    }
}

#panoramic-container #panoramic-caption-1 {
    text-align: center;
    top: 35%;
    right: 0px;
    width: 165px;
}

#panoramic-container #panoramic-caption-2 {
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 58%;
}

[data-toggle="lightbox"] {
    background-image: url("images/01-play.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    max-height: 25%;
    max-width: 11%;
    cursor: pointer;
    height: 128px;
    width: 10%;
    left: 45%;
    top: 32%;
}

[data-toggle="lightbox"]:hover {
    background-image: url("images/02-play.png");
}

form.wpcf7-form p {
    min-width: 270px;
    max-width: 70%;
    margin: 0 auto;
}

form.wpcf7-form p img {
    width: 32px;
    margin: 0 auto !important;
    display: block;
}

form.wpcf7-form input,
form.wpcf7-form select {
    width: 100%;
    margin-bottom: 5px;
}

form.wpcf7-form .wpcf7-response-output {
    text-align: center;
}

form.wpcf7-form [type="submit"] {
    margin-top: 20px;
}

.special-buttons-area .post-button-item .post-button-item-icon {
    position: absolute;
    height: 90%;
    left: 2.1%;
    top: 5%;
}

.page-template-video-page-php {
    background-color: #efefef;
}

.page-template-video-page-php #content .arve-vimeo-wrapper {
    width: 23%;
    display: inline-block;
    margin: 0px 0.9% 10px 0.9%;
}

.page-template-video-page-php #content .arve-vimeo-wrapper .arve-embed-container {
    width: 100%;
    padding: 30% 0;
    margin: 0;
}

.arve-vimeo-wrapper.has-title {
    margin-bottom: 30px !important;
}

.arve-vimeo-wrapper .video-label {
    top: 102.9%;
    font-size: 12px;
    line-height: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media (min-width: 541px) and (max-width: 776px) {
    .arve-vimeo-wrapper .video-label {
        font-size: 10px;
    }
}

.ekko-lightbox.modal .modal-dialog {
    max-width: 863px !important;
}

@media (max-width: 425px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 215px !important;
    }
}

@media (min-width: 426px) and (max-width: 450px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 229px !important;
    }
}

@media (min-width: 451px) and (max-width: 475px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 243px !important;
    }
}

@media (min-width: 476px) and (max-width: 500px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 257px !important;
    }
}

@media (min-width: 501px) and (max-width: 525px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 271px !important;
    }
}

@media (min-width: 526px) and (max-width: 550px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 285px !important;
    }
}

@media (min-width: 551px) and (max-width: 575px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 299px !important;
    }
}

@media (min-width: 576px) and (max-width: 600px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 313px !important;
    }
}

@media (min-width: 601px) and (max-width: 625px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 327px !important;
    }
}

@media (min-width: 626px) and (max-width: 650px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 341px !important;
    }
}

@media (min-width: 651px) and (max-width: 675px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 355px !important;
    }
}

@media (min-width: 676px) and (max-width: 700px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 369px !important;
    }
}

@media (min-width: 701px) and (max-width: 725px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 383px !important;
    }
}

@media (min-width: 726px) and (max-width: 750px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 397px !important;
    }
}

@media (min-width: 751px) and (max-width: 775px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 411px !important;
    }
}

@media (min-width: 776px) and (max-width: 800px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 425px !important;
    }
}

@media (min-width: 801px) and (max-width: 825px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 439px !important;
    }
}

@media (min-width: 826px) and (max-width: 850px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 453px !important;
    }
}

@media (min-width: 851px) and (max-width: 875px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 467px !important;
    }
}

@media (min-width: 876px) {
    .ekko-lightbox.modal .modal-dialog {
        height: 481px !important;
    }
}

.ekko-lightbox.modal .modal-content {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: inherit;
}

.ekko-lightbox.modal .modal-content .modal-header {
    display: none;
}

.ekko-lightbox.modal .modal-content .modal-body {
    height: inherit;
    padding: 0 !important;
}

.ekko-lightbox.modal .modal-content .modal-body .ekko-lightbox-container {
    height: inherit;
}

.ekko-lightbox.modal .modal-content .modal-body .ekko-lightbox-container>div {
    height: inherit;
}

.ekko-lightbox.modal .modal-content .modal-body iframe {
    height: inherit;
    width: 100%;
}

@media (max-width: 489px) {
    .content .content-area h4 {
        font-size: 10px;
    }
}

@media (min-width: 490px) and (max-width: 559px) {
    .content .content-area h4 {
        font-size: 12px;
    }
}

@media (min-width: 560px) and (max-width: 991px) {
    .content .content-area h4 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .content .content-area h4 {
        font-size: 14px;
    }
}

.page-template-extra-page-php {
    background-color: #efefef;
    color: #808080;
    font-family: "" p;
}

.page-template-extra-page-php #content-container h3 {
    margin: 0 0 5px;
    padding: 5px 0;
    color: black;
}

.page-template-extra-page-php #content-container h5 {
    color: black;
    font-size: 18px;
    font-weight: 300;
}

table.extracurricular tr td {
    text-align: center !important;
}

table.extracurricular tr td a {
    color: #000;
}

table.extracurricular tr td img {
    margin: 0 !important;
    max-height: 100px !important;
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
    border: 0 !important;
}

.video-title {
    width: 23%;
    float: left;
    margin: 0 0.9%;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    height: 2.2em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .video-title {
        font-size: 10px;
    }
}

#panoramic-container .new_rollover_area {
    height: 30px;
    width: 33px;
    max-width: 4%;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    background-image: url("images/icon-school.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

#panoramic-container .new_rollover_area#rollover_area1 {
    top: 26%;
    left: 22.2%;
}

#panoramic-container .new_rollover_area#rollover_area2 {
    top: 25.5%;
    left: 27.2%;
}

#panoramic-container .new_rollover_area#rollover_area3 {
    top: 33.5%;
    left: 53.3%;
}

#panoramic-container .new_rollover_area#rollover_area4 {
    top: 33.5%;
    left: 58.3%;
}

#panoramic-container .new_rollover_area#rollover_area5 {
    top: 29%;
    left: 59%;
}

#panoramic-container .new_rollover_area#rollover_area6 {
    top: 29%;
    left: 63.4%;
}

#panoramic-container .new_rollover_area#rollover_area7 {
    top: 29.5%;
    left: 75.5%;
}

#panoramic-container .new_rollover_area#rollover_area8 {
    top: 29.5%;
    left: 81%;
}

#panoramic-container .new_rollover_area .info {
    display: none;
    max-width: 550% !important;
    position: absolute;
    top: 22px;
    width: 550% !important;
}

#panoramic-container .new_rollover_area:hover .info {
    display: block;
}

#panoramic-container .play-video {
    background-image: url("images/01-play.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    max-height: 25%;
    max-width: 11%;
    cursor: pointer;
    height: 128px;
    width: 10%;
    left: 45%;
    top: 50%;
}

#panoramic-container .play-video:hover {
    background-image: url("images/02-play.png");
}

#panoramic-container .panoramic-caption {
    text-shadow: 1px 1px 3px black;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    font-weight: 200;
    color: white;
    padding: 3px;
}

#panoramic-container .panoramic-caption strong {
    font-weight: 400;
}

@media screen and (max-width: 590px) {
    #panoramic-container .panoramic-caption {
        font-size: 10px;
        line-height: 1.1em;
        margin: 4px;
    }
}

@media screen and (min-width: 591px) and (max-width: 767px) {
    #panoramic-container .panoramic-caption {
        font-size: 12px;
        line-height: 1.2em;
        margin: 6px;
    }
}

@media screen and (min-width: 768px) {
    #panoramic-container .panoramic-caption {
        font-size: 14px;
        line-height: 1.4em;
        margin: 8px;
    }
}

#panoramic-container #panoramic-caption-1 {
    text-align: center;
    top: 47%;
    right: 0px;
    width: 165px;
}

@media screen and (max-width: 469px) {
    #panoramic-container #panoramic-caption-1 {
        display: none;
    }
}

#panoramic-container #panoramic-caption-2 {
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 58%;
}

@media screen and (max-width: 469px) {
    #panoramic-container #panoramic-caption-2 {
        display: none;
    }
}

#lang_sel_list.lang_sel_list_horizontal {
    margin-top: 10px !important;
}

#lang_sel_list.lang_sel_list_horizontal ul {
    text-align: center;
}

#lang_sel_list.lang_sel_list_horizontal ul li {
    background-color: transparent !important;
    display: inline-block !important;
    float: none !important;
}

#lang_sel_list.lang_sel_list_horizontal ul li a {
    background-color: transparent !important;
    color: white !important;
}

#lang_sel_list.lang_sel_list_horizontal ul li a.lang_sel_sel {
    text-decoration: underline !important;
}

body #content a#chifamily-access {
    background-color: #000;
    color: #fff !important;
    width: 70px;
    height: 66px;
    position: absolute;
    z-index: 1000;
    color: white !important;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 100% 0 0 100%;
    right: 0;
}

.arve-wrapper.arve-normal-wrapper.arve-vimeo-wrapper.aligncenter {
    display: inline-block;
    float: none !important;
    margin-left: 25%;
    margin-right: 25%;
    width: 50% !important;
}

.arve-wrapper.arve-normal-wrapper.arve-vimeo-wrapper.alignright {
    float: right !important;
}

.soliloquy-container {
    overflow: hidden !important;
    position: relative !important;
}

.soliloquy-container .soliloquy-wrapper {
    position: static !important;
}

.soliloquy-container .soliloquy-wrapper .soliloquy-viewport {
    position: static !important;
}

.soliloquy-container .soliloquy-wrapper .soliloquy-viewport ul.soliloquy-slider.soliloquy-slides {
    position: static;
}

.accordion .accordion-title {
    background-color: white;
    background-image: url("images/down.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 0;
    padding: 10px 50px;
}

.accordion .accordion-title.open {
    background-image: url("images/up.png");
}

.accordion .accordion-content {
    background-color: white;
    border: 1px solid #ddd;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 50px;
}

.home.page.page-template-collapsable-page-php .content .precontent {
    max-height: 570px;
    overflow: hidden;
}

.page.page-template.page-template-extra-page-php .arve-wrapper.arve-normal-wrapper.arve-vimeo-wrapper.aligncenter {
    margin-left: 4.5%;
    margin-right: 4.5%;
    width: 90% !important;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link {
    color: #FFFFFF !important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part1 {
    background-color: #1E72BC;
    border-radius: 50px 0 0 50px;
    color: #FFFFFF !important;
    padding: 4px 35px 4px 12px;
    height: 44px;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link:hover .outstanding-part1 {
    background-color: #BBBBBB;
    color: #FFFFFF !important;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part2 {
    background-color: #BBBBBB;
    border-radius: 50px;
    color: #FFFFFF !important;
    margin-left: -15px !important;
    padding: 4px 25px;
    height: 44px;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link:hover .outstanding-part2 {
    background-color: #1E72BC;
    color: #FFFFFF !important;
}

.page.page-template.page-template-extra-page-php #awards-link {
    display: block;
    padding: 0 31.725%;
}

.page.page-template.page-template-extra-page-php #awards-link img {
    box-shadow: 3px 3px 5px #777777;
}

.page.page-template.page-template-extra-page-php .awards-area .award-item {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.page.page-template.page-template-extra-page-php .award-line-position {
    display: inline-block;
    color: #333333 !important;
    font-weight: 400;
    font-size: 16px;
    min-width: 380px;
    text-align: left;
}

.page.page-template.page-template-extra-page-php .award-line-name {
    color: #333333 !important;
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
}

.page.page-template.page-template-extra-page-php .video-label {
    color: #333333 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.page.page-template.page-template-extra-page-php .caption {
    color: #333333 !important;
    display: block;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    text-align: center !important;
    width: 100%;
}

@media (min-width: 541px) and (max-width: 776px) {
    .page.page-template.page-template-extra-page-php .caption {
        font-weight: 400 !important;
        font-size: 10px !important;
        ;
        margin-top: 10px !important;
    }
}

.page.page-template.page-template-extra-page-php #testimonials-1 td {
    vertical-align: top;
    width: 33%;
}

.page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area {
    vertical-align: top;
}

.page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
.page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
    box-shadow: 3px 3px 5px #777777;
    margin: 10px 4.5% 0 4.5%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 48vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 12vw;
    }
}

@media screen and (min-width: 850px) and (max-width: 1199px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 12vw;
    }
}

@media screen and (min-width: 1200px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 15vw;
        max-height: 180px !important;
    }
}
/* NEW RESULTADOS ACADÉMICOS BEGIN*/

body.page.page-template.page-template-extra-page-php {
    background-color: #FFFFFF;
}

body.page.page-template.page-template-extra-page-php #content .content h1 {
    background-color: #A7346B;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}

body.page.page-template.page-template-extra-page-php #content .content h3 {
    background-color: #BEBEBE;
    margin-left: 15px;
    text-align: left;
    padding: 6px 25px;
    color: #FEFEFE;
}

body.page.page-template.page-template-extra-page-php #content .content p,
body.page.page-template.page-template-extra-page-php #content .content span,
body.page.page-template.page-template-extra-page-php #content .content .textwidget {
    color: #808080 !important;
    line-height: 1.25em !important;
    margin: 20px 0 !important;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es,
body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk {
    position: relative;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es:after,
body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk:after {
    background-position: center center;
    background-size: auto 100%;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    content: ' ';
    left: -15px;
    height: 30px;
    top: 3px;
    position: absolute;
    width: 30px;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es:after {
    background-image: url('images/banderaESP.png');
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk:after {
    background-image: url('images/banderaUK.png');
}

body.page.page-template.page-template-extra-page-php #content .content .caption,
body.page.page-template.page-template-extra-page-php #content .content .video-label {
    background-color: #DDDDDD;
    border-radius: 8px;
    color: #808080 !important;
    margin: 10px 5% !important;
    padding: 4px 0px;
    text-align: center;
    width: 90%;
}

body.page.page-template.page-template-extra-page-php #content .content .arve-wrapper .arve-embed-container,
body.page.page-template.page-template-extra-page-php #content .content #awards-link img {
    box-shadow: 2px 2px 2px #AAA;
}

body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item:nth-child(odd) span {
    color: #9D3C66 !important;
}

body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 2em !important;
    margin: 0 !important;
    border-bottom: 1px solid #AEAEAE;
}

body.page.page-template.page-template-extra-page-php #content .content .contentGraficaRes {
    margin: 75px auto 50px auto;
    min-width: 300px;
    position: relative;
    width: 65%;
}

body.page.page-template.page-template-extra-page-php #content .content .tituloGraficaRes {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1000px) {
    body.page.page-template.page-template-extra-page-php #content .content .tituloResultadosAcademicos {
        font-size: 2vw;
        font-weight: bold;
        height: 35px;
        background-position: -6px 0px;
        background-repeat: no-repeat;
        background-size: 40px;
        line-height: 30px;
        margin-top: 4%;
        position: relative;
        text-indent: 37px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.page.page-template.page-template-extra-page-php .award-line-position {
        min-width: 255px;
    }
    body.page.page-template.page-template-extra-page-php #content .content .contentGraficaRes {
        width: 100%;
    }
    body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item span {
        display: inline-block;
        font-size: 10px;
        font-weight: 500 !important;
        line-height: 1.4em !important;
        border-bottom: 1px solid #AEAEAE;
    }
    body.page.page-template.page-template-extra-page-php #content .content #grafica .burbujaGrafica {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        left: -15px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .triangle {
        bottom: -10px !important;
        left: 9px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .tituloGraficaRes {
        font-size: 12px;
        line-height: 1.2em;
        padding-top: 15px;
        text-align: center;
        width: 100%;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link {
        font-size: 12px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part1 {
        font-size: 12px !important;
        padding-right: 22px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part2 {
        font-size: 12px !important;
        padding: 4px 12px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica:first-child {
        text-align: left !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .testimonial-area {
        margin-top: 20px;
    }
    body.page.page-template.page-template-extra-page-php #content .content .video-label {
        margin-top: 0 !important;
    }
}

body.page.page-template.page-template-extra-page-php #content .content #grafica {
    height: 175px;
    color: #B7BCBE;
    font-family: Robota;
    font-weight: 100;
    margin: 0;
    padding: 0 10%;
    position: relative;
    width: 100%;
}

body.page.page-template.page-template-extra-page-php #content .content .riga {
    position: absolute;
    left: 10%;
    height: 2px;
    background-color: #B7BCBE;
    width: 85%;
}

body.page.page-template.page-template-extra-page-php #content .content .riga div {
    margin: -8px 0 0 -32px;
    text-align: right;
    width: 26px;
    font-size: 16px;
    font-weight: 300;
}

body.page.page-template.page-template-extra-page-php #content .content .column {
    position: absolute;
    width: 4.5%;
    bottom: 0;
    margin-left: 5%;
    min-width: 15px;
    max-width: 28px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

body.page.page-template.page-template-extra-page-php #content .content #grafica .burbujaGrafica {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    color: white;
    top: -85px;
    position: absolute;
    text-align: center;
    left: -20px;
    font-weight: 200;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetasGrafica {
    color: #B7BCBE;
    font-family: Robota;
    font-weight: 100;
    display: block;
    position: relative;
    width: 100%;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica:first-child {
    width: 9%;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica {
    float: left;
    font-size: 12px;
    height: 20px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 12%;
}

body.page.page-template.page-template-extra-page-php #content .content .triangle {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 14px;
}

body.page.page-template.page-template-extra-page-php #content .content #col0 {
    left: 9%;
    background-color: #77BCC5;
}

body.page.page-template.page-template-extra-page-php #content .content #col1 {
    left: 18%;
    background-color: #F2C373;
}

body.page.page-template.page-template-extra-page-php #content .content #col2 {
    left: 27%;
    background-color: #E95D4B;
}

body.page.page-template.page-template-extra-page-php #content .content #col3 {
    left: 36%;
    background-color: #0D6064;
}

body.page.page-template.page-template-extra-page-php #content .content #col4 {
    left: 45%;
    background-color: #79AC7C;
}

body.page.page-template.page-template-extra-page-php #content .content #col5 {
    left: 54%;
    background-color: #7B7F98;
}

body.page.page-template.page-template-extra-page-php #content .content #col6 {
    left: 63%;
    background-color: #F2AC7B;
}

body.page.page-template.page-template-extra-page-php #content .content #col7 {
    left: 72%;
    background-color: #77BCC5;
}

body.page.page-template.page-template-extra-page-php #content .content #col8 {
    left: 81%;
    background-color: #BC77C5;
}

body.page.page-template.page-template-extra-page-php #content .content #col9 {
    left: 90%;
    background-color: #77CC5B;
}

/* NEW RESULTADOS ACADÉMICOS END*/
/* NEW RESULTADOS ACADÉMICOS PRUEBA BEGIN*/

.page.page-template.page-template-extra-page-php .arve-wrapper.arve-normal-wrapper.arve-vimeo-wrapper.aligncenter {
    margin-left: 4.5%;
    margin-right: 4.5%;
    width: 90% !important;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link {
    color: #FFFFFF !important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part1 {
    background-color: #28A0DD;
    border-bottom-left-radius: 10px;
    color: #FFFFFF !important;
    padding: 7px;
    width: 60%;
    position: relative;
    float: left;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link:hover .outstanding-part1 {
    background-color: #BBBBBB;
    color: #FFFFFF !important;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part2 {
    background-color: #AA3182;
    color: #FFFFFF !important;
    padding: 7px;
    width: 40%;
    position: relative;
    float: left;
}

.page.page-template.page-template-extra-page-php #content .content #outstanding-link:hover .outstanding-part2 {
    background-color: #1E72BC;
    color: #FFFFFF !important;
}

.page.page-template.page-template-extra-page-php #awards-link {
    display: block;
    padding: 0 31.725%;
}

.page.page-template.page-template-extra-page-php #awards-link img {
    box-shadow: 3px 3px 5px #777777;
}

.page.page-template.page-template-extra-page-php .awards-area .award-item {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.page.page-template.page-template-extra-page-php .award-line-position {
    display: inline-block;
    color: #333333 !important;
    font-weight: 400;
    font-size: 16px;
    min-width: 380px;
    text-align: left;
}

.page.page-template.page-template-extra-page-php .award-line-name {
    color: #333333 !important;
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
}

.page.page-template.page-template-extra-page-php .video-label {
    color: #333333 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.page.page-template.page-template-extra-page-php .caption {
    color: #333333 !important;
    display: block;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    text-align: center !important;
    width: 100%;
}

@media (min-width: 541px) and (max-width: 776px) {
    .page.page-template.page-template-extra-page-php .caption {
        font-weight: 400 !important;
        font-size: 10px !important;
        ;
        margin-top: 10px !important;
    }
}

.page.page-template.page-template-extra-page-php #testimonials-1 td {
    vertical-align: top;
    width: 33%;
}

.page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area {
    vertical-align: top;
}

.page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
.page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
    box-shadow: 3px 3px 5px #777777;
    margin: 10px 4.5% 0 4.5%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
    width: 90%;
}

@media screen and (max-width: 767px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 48vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 12vw;
    }
}

@media screen and (min-width: 850px) and (max-width: 1199px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 12vw;
    }
}

@media screen and (min-width: 1200px) {
    .page.page-template.page-template-extra-page-php #testimonials-1 td iframe,
    .page.page-template.page-template-extra-page-php #testimonials-1 .testimonial-area iframe {
        height: 15vw;
        max-height: 180px !important;
    }
}

body.page.page-template.page-template-extra-page-php {
    background-color: #FFFFFF;
}

body.page.page-template.page-template-extra-page-php #content .content h1 {
    background-color: #A7346B;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 13px;
}

body.page.page-template.page-template-extra-page-php #content .content h3 {
    background-color: #BEBEBE;
    margin-left: 15px;
    text-align: left;
    padding: 6px 25px;
    color: #FEFEFE;
}

body.page.page-template.page-template-extra-page-php #content .content p,
body.page.page-template.page-template-extra-page-php #content .content span,
body.page.page-template.page-template-extra-page-php #content .content .textwidget {
    color: #808080 !important;
    line-height: 1.25em !important;
    margin: 20px 0 !important;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es,
body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk {
    position: relative;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es:after,
body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk:after {
    background-position: center center;
    background-size: auto 100%;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    content: ' ';
    left: -15px;
    height: 30px;
    top: 3px;
    position: absolute;
    width: 30px;
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-es:after {
    background-image: url('images/banderaESP.png');
}

body.page.page-template.page-template-extra-page-php #content .content .left-flag-uk:after {
    background-image: url('images/banderaUK.png');
}

body.page.page-template.page-template-extra-page-php #content .content .caption,
body.page.page-template.page-template-extra-page-php #content .content .video-label {
    background-color: #DDDDDD;
    border-radius: 8px;
    color: #808080 !important;
    margin: 10px 5% !important;
    padding: 4px 0px;
    text-align: center;
    width: 90%;
}

body.page.page-template.page-template-extra-page-php #content .content .arve-wrapper .arve-embed-container,
body.page.page-template.page-template-extra-page-php #content .content #awards-link img {
    box-shadow: 2px 2px 2px #AAA;
}

body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item:nth-child(odd) span {
    color: #9D3C66 !important;
}

body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 2em !important;
    margin: 0 !important;
    border-bottom: 1px solid #AEAEAE;
}

body.page.page-template.page-template-extra-page-php #content .content .contentGraficaRes {
    margin: 75px auto 50px auto;
    min-width: 300px;
    position: relative;
    width: 65%;
}

body.page.page-template.page-template-extra-page-php #content .content .tituloGraficaRes {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1000px) {
    body.page.page-template.page-template-extra-page-php #content .content .tituloResultadosAcademicos {
        font-size: 2vw;
        font-weight: bold;
        height: 35px;
        background-position: -6px 0px;
        background-repeat: no-repeat;
        background-size: 40px;
        line-height: 30px;
        margin-top: 4%;
        position: relative;
        text-indent: 37px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.page.page-template.page-template-extra-page-php .award-line-position {
        min-width: 255px;
    }
    body.page.page-template.page-template-extra-page-php #content .content .contentGraficaRes {
        width: 100%;
    }
    body.page.page-template.page-template-extra-page-php #content .content ul.awards-area li.award-item span {
        display: inline-block;
        font-size: 10px;
        font-weight: 500 !important;
        line-height: 1.4em !important;
        border-bottom: 1px solid #AEAEAE;
    }
    body.page.page-template.page-template-extra-page-php #content .content #grafica .burbujaGrafica {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        left: -15px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .triangle {
        bottom: -10px !important;
        left: 9px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .tituloGraficaRes {
        font-size: 12px;
        line-height: 1.2em;
        padding-top: 15px;
        text-align: center;
        width: 100%;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link {
        font-size: 12px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part1 {
        font-size: 12px !important;
        padding-right: 22px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content #outstanding-link .outstanding-part2 {
        font-size: 12px !important;
        padding: 7px 12px !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica:first-child {
        text-align: left !important;
    }
    body.page.page-template.page-template-extra-page-php #content .content .testimonial-area {
        margin-top: 20px;
    }
    body.page.page-template.page-template-extra-page-php #content .content .video-label {
        margin-top: 0 !important;
    }
}

body.page.page-template.page-template-extra-page-php #content .content #grafica {
    height: 175px;
    color: #B7BCBE;
    font-family: Robota;
    font-weight: 100;
    margin: 0;
    padding: 0 10%;
    position: relative;
    width: 100%;
}

body.page.page-template.page-template-extra-page-php #content .content .riga {
    position: absolute;
    left: 10%;
    height: 2px;
    background-color: #B7BCBE;
    width: 95%;
}

body.page.page-template.page-template-extra-page-php #content .content .riga div {
    margin: -8px 0 0 -32px;
    text-align: right;
    width: 26px;
    font-size: 16px;
    font-weight: 300;
}

body.page.page-template.page-template-extra-page-php #content .content .column {
    position: absolute;
    width: 4.5%;
    bottom: 0;
    margin-left: 5%;
    min-width: 15px;
    max-width: 28px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

body.page.page-template.page-template-extra-page-php #content .content #grafica .burbujaGrafica {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    color: white;
    top: -85px;
    position: absolute;
    text-align: center;
    left: -16px;
    font-weight: 200;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetasGrafica {
    color: #B7BCBE;
    font-family: Robota;
    font-weight: 100;
    display: block;
    position: relative;
    width: 100%;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica:first-child {
    width: 9.3% !important;
}

body.page.page-template.page-template-extra-page-php #content .content .etiquetaGrafica {
    float: left;
    font-size: 12px;
    height: 20px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 9%;
}

body.page.page-template.page-template-extra-page-php #content .content .triangle {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 14px;
}

body.page.page-template.page-template-extra-page-php #content .content #col0 {
    left: 7%;
    background-color: #77BCC5;
}

body.page.page-template.page-template-extra-page-php #content .content #col1 {
    left: 16%;
    background-color: #F2C373;
}

body.page.page-template.page-template-extra-page-php #content .content #col2 {
    left: 25%;
    background-color: #E95D4B;
}

body.page.page-template.page-template-extra-page-php #content .content #col3 {
    left: 34%;
    background-color: #0D6064;
}

body.page.page-template.page-template-extra-page-php #content .content #col4 {
    left: 43%;
    background-color: #79AC7C;
}

body.page.page-template.page-template-extra-page-php #content .content #col5 {
    left: 52%;
    background-color: #7B7F98;
}

body.page.page-template.page-template-extra-page-php #content .content #col6 {
    left: 61%;
    background-color: #F2AC7B;
}

body.page.page-template.page-template-extra-page-php #content .content #col7 {
    left: 70%;
    background-color: #77BCC5;
}

body.page.page-template.page-template-extra-page-php #content .content #col8 {
    left: 79%;
    background-color: #BC77C5;
}

body.page.page-template.page-template-extra-page-php #content .content #col9 {
    left: 88%;
    background-color: #77CC5B;
}

/* NEW RESULTADOS ACADÉMICOS PRUEBA END*/

.img-widget-title-rankink-colegios {
    border: none !important;
    position: absolute;
    top: -6px;
    width: 90px;
    left: -22px;
}

.awards-div {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
}

body #content .awards-div a.link-white {
    text-decoration: none;
    color: white !important;
}

body #content .awards-div a.link-blue {
    text-decoration: none;
    color: #1274B7 !important;
}

.awards-col {
    width: 50%;
    position: relative;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
}

.widget-title-resultados-academicos {
    text-align: left;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .awards-col {
        width: 100%;
        position: relative;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 15px;
    }
    .awards-title-left .awards-title {
        margin: 0px auto;
        background-color: #1274B7;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 0px;
        width: 80% !important;
        float: none;
    }
}

@media (min-width: 992px) {
    .awards-title-left .awards-title {
        margin: 0px auto;
        background-color: #1274B7;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 20px;
        width: 80% !important;
        float: none;
    }
}

.awards-notitle-left {
    width: 15%;
    position: relative;
    float: left;
}

.awards-title-left {
    width: 85%;
    position: relative;
    float: left;
    text-align: center;
}

.awards-title {
    margin: 0px auto;
    position: relative;
    background-color: #1274B7;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px;
    width: 300px;
    text-align: center;
}

.awards-number1 {
    width: 15%;
    text-align: center;
    background-color: #A7346B;
    position: relative;
    float: left;
    height: 102px;
}

.img-number1-awards {
    width: 90%;
    margin: 0px auto;
    border: none !important;
}

.awards-content {
    border-top: 2px solid #1274B7;
    border-left: 2px solid #1274B7;
    border-right: 2px solid #1274B7;
    width: 100%;
    position: relative;
    float: left;
}

.awards-content-left {
    border-top: 2px solid #1274B7;
    border-right: 2px solid #1274B7;
    width: 85%;
    position: relative;
    float: left;
}

.awards-content-left .awards-content-item {
    height: 100px;
    padding: 20px 5px;
    text-transform: uppercase;
}

.awards-content-item {
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 2px solid #1274B7;
    color: #1274B7;
    text-transform: initial;
    padding: 5px;
    text-align: center;
}