@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,greek');

/* Reset unusual Firefox-on-Android default style, see https://github.com/necolas/normalize.css/issues/214*/

@media (max-width: 991px) {
    .form-text,
    .form-textarea,
    .block-superfish select,
    .block-search .form-submit {
        background-image: none;
    }
}

body {
    background-color: #fff !important;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 160%;
}

p {
    margin: 0 0 25px;
    padding: 0;
}

a {
    cursor: pointer;
    color: #3DA0B2;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

blockquote {
    margin: 40px 40px 24px;
    border-left: none;
    padding: 0;
    position: relative;
    color: #999;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    left: -20px;
    top: 5px;
    position: absolute;
}

blockquote p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

#pre-header {
    color: #aaaaaa;
}

#bottom-content {
    color: #ffffff;
}

::-moz-selection {
    color: #ffffff;
    background: #3DA0B2 !important;
}

::selection {
    color: #ffffff;
    background: #3DA0B2 !important;
}


/*Heading*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    padding: 0;
    margin: 20px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1.page-title {
    font-size: 32px;
}

.footer-area a,
.footer-area a:hover,
.footer-area a:focus {
    color: #fff;
}

.title-sep,
#pre-header h2,
#promoted h2,
.sidebar h2,
#footer h2 {
    clear: both;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
}

.title-sep:after,
#pre-header h2:after,
#promoted h2:after,
.sidebar h2:after,
#footer h2:after {
    background-color: #444;
    content: "";
    display: block;
    height: 4px;
    width: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.title-sep .glyphicon {
    font-size: 13px;
    padding-right: 18px;
}

.page-node #content-wrapper h1.page-title {
    margin: 0;
    padding: 20px 40px 0 0;
}

.page-node.page-node- #content-wrapper h1.page-title {
    padding: 20px 40px 0;
}


/*tables*/

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}

table tbody {
    border-top: none;
}

table tr.even,
table tr.odd,
th {
    background-color: transparent;
    border-bottom: 1px solid #dfdfdf;
}

thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
    padding: 8px;
    line-height: 142%;
    vertical-align: middle;
    text-align: center;
}


/*Layout*/

#pre-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    position: absolute;
    background-color: #333;
}

.logged-in #pre-header {
    padding-top: 64px;
}

#pre-header-inside {
    display: none;
    position: relative;
    z-index: 13;
    padding: 40px 0 0 0;
}

#header-top {
    background-color: #fff;
    position: relative;
    z-index: 12;
    min-height: 50px;
}

#header {
    background-color: #fff0;
    position: relative;
    z-index: 5;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/* .not-front #header {
    background-color: #DEEDF2;
} */

#main-navigation {
    background-color: #fff0;
    position: relative;
    z-index: 11;
}

#banner-inside {
    padding-top: 0px;
    margin-bottom: 25px;
}

#slideshow {
    padding: 10px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
}

#top-content {
    background-color: #ffffff;
    padding: 40px 0 20px 0;
}

#main-content {
    padding: 0px 0 30px 0;
}

#main {
    padding: 0 0 20px;
}

#bottom-content {
    padding: 40px 0 40px 0;
}

#footer {
    background-color: #fff;
    padding: 60px 0 60px;
    border-top: 3px solid #000;
}

#footer * {
    color: #000 !important;
}

#subfooter {
    background-color: #3DA0B2;
    padding: 5px;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

#subfooter a {
    color: #2b5e76;
}

#subfooter .block {
    padding-bottom: 0px;
}

#subfooter p {
    margin-bottom: 0px;
}

.block {
    padding: 0 0 0px 0;
    clear: both;
}

#header-top .block,
#main-navigation .block,
#banner .block {
    padding: 0;
}


/*glyphicon-block*/

.glyphicon-block {
    text-align: center;
}

.glyphicon-block .glyphicon {
    font-size: 48px;
    margin: 30px 0 0 0;
}

.glyphicon-block h4 {
    margin-top: 10px;
}


/*lists*/

ul li:focus, ul li span:focus {
    outline: 0 !important;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

#header ul,
#subfooter ul {
    text-align: left;
}


/*item lists*/

.item-list ul li {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
    padding: 15px 0;
}

#block-user-login .item-list ul li {
    border-bottom: none;
    padding: 0 0 5px 0;
}

.item-list ul li.first {
    padding-top: 0;
}

.item-list ul li.last {
    border-bottom: none;
}


/*pager*/

ul.pager {
    overflow: hidden;
    padding: 0;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 25px;
}

.item-list ul.pager li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

ul.pager li a,
ul.pager li.pager-current {
    background: #fff;
    border: 1px solid #eee;
    padding: 14px 20px;
    display: block;
    margin: 5px 3px 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.pager li a:hover,
ul.pager li.pager-current {
    background-color: #444;
    border-color: #444;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


/*menus*/

ul.menu {
    margin: 0;
    padding: 0;
}

ul.menu li {
    list-style-position: inside;
    padding: 15px 0 15px 0;
    margin: 0;
    border-bottom: 1px dashed #ddd;
}

footer ul.menu li {
    list-style-position: inside;
    padding: 3px 0 3px 0;
    margin: 0;
    border-bottom: 0;
}

ul.menu li a {
    color: #000;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    border-bottom: 3px solid #fff;
}

.not-front ul.menu li a {
    border-bottom: 3px solid transparent;   
}

ul.menu li a:hover,
ul.menu li a.active {
    text-decoration: none;
    color: #000 !important;
    border-bottom: 3px solid #fff;
}

ul.menu li a.sf-depth-1:hover, ul.menu li a.sf-depth-1.active, ul.menu .active-trail a {
    border-bottom: 3px solid #3DA0B2 !important;
} 

#main-navigation .active-trail span {
    border-bottom: 3px solid #3DA0B2 !important;  
}

footer ul.menu li a,
footer ul.menu li a:hover,
footer ul.menu li a.active {
    color: #fff !important;
}

ul.menu li.leaf {
    list-style-image: none;
    color: #444;
}

footer ul.menu li.leaf {
    list-style: none;
}

ul.menu li.expanded {
    border-bottom: none;
    padding-bottom: 0;
}

ul.menu li.expanded ul {
    padding-left: 25px;
    border-top: 1px dashed #ddd;
    margin-top: 15px;
}


/*horizontal menus*/

#header ul.menu,
#subfooter ul.menu,
#top-content ul.menu,
#bottom-content ul.menu {
    text-align: center;
}

#header-top ul.menu li,
#header ul.menu li,
#main-navigation ul.menu li,
#top-content ul.menu li,
#subfooter ul.menu li,
#bottom-content ul.menu li {
    display: inline-block;
    background: none;
    list-style-type: none;
    border: none;
    padding: 0;
}

#header ul.menu li a,
#top-content ul.menu li a,
#bottom-content ul.menu li a {
    padding: 15px 20px;
}

#header-top ul.menu ul,
#header ul.menu ul,
#main-navigation ul.menu ul,
#top-content ul.menu ul,
#subfooter ul.menu ul,
#bottom-content ul.menu ul {
    display: none;
}


/*header-top menu*/

#header-top ul.menu li a {
    font-size: 13px;
    text-transform: capitalize;
    padding: 16px 20px 16px;
}


/*main-navigation*/

#main-navigation ul.menu li a,
#main-navigation ul.menu .nolink {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 14px;
    padding-bottom: 6px !important;
    
}

#main-navigation  ul.menu .nolink {
    color: #000;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    cursor: pointer;
}

.text-transform-inherit, .page-node-120 h2.page-title {
    text-transform: inherit !important;
}

#main-navigation #superfish-1-accordion .nolink {
    color: #fff;    
}

#main-navigation ul.menu ul li a,
#header-top ul.menu ul li a {
    padding: 15px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    border-top: none;
    line-height: 150%;
    font-weight: bold;
    text-transform: uppercase;
}


/*superfish support*/

.block-superfish select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    width: 90%;
}

#main-navigation .block-superfish select {
    border-top: none;
    border-bottom: none;
    width: 100%;
}

.block-superfish ul.sf-menu {
    padding: 0;
    margin: 0;
}

.block-superfish ul.sf-menu ul {
    top: 100%;
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
}

.block-superfish ul.sf-menu ul li a {
    display: block;
}

.block-superfish ul.sf-menu>li>ul:before,
.block-superfish ul.sf-menu>li>ul:after {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    height: 0px;
    position: absolute;
    left: 15px;
    top: -9px;
    width: 0px;
}

.block-superfish ul.sf-menu>li>ul:after {
    border-color: transparent transparent #eaeaea transparent;
    top: -10px;
    z-index: -1;
}

.block-superfish ul.sf-menu ul ul {
    top: -1px;
}

.block-superfish ul.sf-menu ul ul li a {
    border-left: none!important;
}


/*superfish menu arrows*/

#main-navigation .block-superfish ul.sf-menu>li>a.menuparent {
    padding: 20px 40px 20px 20px;
}

#header-top .block-superfish ul.sf-menu>li>a.menuparent {
    padding: 16px 40px 16px 20px;
}

.block-superfish ul.sf-menu li a.menuparent:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 11px;
    font-weight: 400;
}

#header-top .block-superfish ul.sf-menu li a.menuparent:after {
    top: 17px;
}

.block-superfish ul.sf-menu ul li a.menuparent:after {
    content: "\e080";
    top: 14px;
    right: 10px;
}


/*superfish menu style resets*/

.sf-menu.sf-horizontal.sf-shadow ul {
    background: #ffffff;
    padding: inherit!important;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}


/*subfooter menu*/

#subfooter ul.menu li a {
    padding: 0 20px 15px 20px;
    display: block;
}


/*pre-header menu, bottom-content*/

#pre-header ul.menu li a.active,
#pre-header ul.menu li a:hover,
#bottom-content ul.menu li a.active,
#bottom-content ul.menu li a:hover {
    color: #fafafa
}

#pre-header ul.menu li a {
    border-bottom: 1px dashed #444444;
}


/* Logo - Site name*/

#logo {
    padding: 5px 0 5px 0;
    text-align: center;
}

#logo img {
    display: inherit;
    max-height: 70px;
    padding: 7px;
    padding-left: 0;
}

#logo img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#site-name a {
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px;
    color: #444444;
    display: block;
}

#site-name a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#site-slogan {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    margin: 10px 0 10px 0;
}


/*node*/

.node.node-teaser,
.page-node- #content-wrapper,
.page-contact #content-wrapper {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.node header h2 a:hover {
    text-decoration: none;
}

.node>.content,
#comments,
.page-contact #content-wrapper {
    padding: 0px 40px;
}


/* .node header {
    padding: 0px 40px 20px;
}
 */

.node footer {
    padding: 20px 40px 40px;
}

.field-name-field-image {
    margin: 10px 0 20px;
}

.node .user-signature {
    font-size: 12px;
    padding: 0;
}

.user-picture {
    margin: 0px 15px 0 0;
    display: inline-block;
    max-width: 48px;
}

.submitted .glyphicon {
    top: 0;
}


/*comments*/

#comments {
    background: #ffffff;
}

.comment {
    border: 2px solid #fff;
    padding: 32px;
    margin-top: 25px;
}

.comment header {
    padding: 0;
}

.comment h3 {
    clear: both;
}

.comment h3 a:hover {
    text-decoration: none;
}

.comment .user-picture {
    float: left;
    margin: 0 15px 25px 0;
}

.comment .new {
    margin: 10px 0;
    display: inline-block;
}


/* Taxonomy term reference */

.field-type-taxonomy-term-reference {
    position: relative;
}

footer .field-type-taxonomy-term-reference {
    float: left;
}

.field-type-taxonomy-term-reference .field-label {
    font-weight: 400;
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items {
    display: inline-block;
}

.field-type-taxonomy-term-reference .field-item {
    margin: 0;
    display: inline;
}

.field-type-taxonomy-term-reference .field-item:after {
    content: ",";
    margin-right: 5px;
}

.field-type-taxonomy-term-reference .field-item:last-child:after {
    color: transparent;
}


/*forum page*/

th.active img {
    margin: -4px 0 0 5px;
}

#forum table {
    border: 1px solid #eaeaea;
}

#forum thead tr {
    border-bottom: 1px solid #eaeaea;
}

#forum thead tr th,
#forum thead tr td {
    background: #ffffff;
    font-weight: 700;
    border: none;
    padding: 11px;
}

#forum thead a {
    color: #444444;
}

#forum tbody tr th,
#forum tbody tr td {
    padding: 25px 25px 25px 15px;
    border: none;
}

#forum tr.odd {
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
}

#forum tr.even {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

#forum .last-reply {
    font-size: 12px;
}

.node-forum .field-name-body {
    margin: 10px 0;
}

.node-forum .field-type-taxonomy-term-reference {
    float: none;
}


/*forms*/

input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input.form-text,
textarea.form-textarea,
select {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    color: #999999;
    font-size: 14px;
    padding: 7px;
    width: 100%;
    min-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* -webkit-border-radius: 3px; */
    /* -moz-border-radius: 3px; */
    /* border-radius: 3px; */
}

input.form-text:focus,
textarea.form-textarea:focus {
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-form input.form-text {
    width: 70%;
}

.dark input.form-text {
    border: none;
}

select {
    -webkit-appearance: menulist;
}

fieldset {
    padding: 10px;
    margin: 0 2px;
    border: 1px solid #eaeaea;
}

legend {
    border-bottom: none;
    font-size: 14px;
    width: auto;
    margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 3px;
}


/*buttons*/

input[type="submit"],
input[type="reset"],
input[type="button"] {
    margin: 5px 5px 10px 0;
    background-color: #444;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.highlighted-block .btn:hover,
.highlighted-block .btn:focus {
    color: #ffffff;
}


/*tabs*/

.nav-tabs {
    margin: 25px 0 15px;
}


/*accordion*/

.panel-group {
    margin: 25px 0;
}

.panel-heading a:hover {
    text-decoration: none;
}


/* Drupal system links */

ul.links {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ul.links li {
    margin: 0;
}


/* Breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding: 14px 20px;
}

.breadcrumb>li {
    margin: 0 2px 0 0;
    display: inline;
}


/* Search block */

#header-top #block-search-form {
    margin: 0;
    float: right;
}

#header-top #block-search-form .form-item {
    margin: 0;
}

#header-top #block-search-form input.form-text {
    border: none;
    padding: 15px 40px 15px 15px;
    font-size: 13px;
    width: 180px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    min-height: 52px;
}

#header-top #block-search-form input.form-text:focus {
    width: 240px;
    background-color: #444;
    color: #fff;
}

#block-search-form .form-actions,
.sidebar-search-block .form-actions {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #999;
    font-size: 16px;
}

.logged-in #block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
    right: 10px;
}

#block-search-form .form-actions:after,
.sidebar-search-block .form-actions:after {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 0;
}

#block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
    background-color: transparent;
    color: #000;
    position: relative;
    z-index: 1;
    height: 52px;
    margin: 0;
    padding: 10px;
}

#block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
    outline: none;
    background: transparent;
}


/*polls*/

.poll .vote-form {
    text-align: left;
}

.poll .vote-form .choices {
    display: block;
}

.poll .bar .foreground {
    background-color: #444444;
}


/*call-to-action*/

.call-to-action {
    text-align: center;
}

.call-to-action .lead {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.call-to-action p {
    margin: 0 0 30px;
}

.call-to-action .btn {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    padding: 18px 28px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.call-to-action .btn:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.call-to-action .btn:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
}


/*Recent Content block*/

#block-node-recent .node-title a {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
}

#bottom-content .node-title a {
    color: #ffffff;
}

#pre-header .node-title a {
    color: #aaaaaa;
}

#block-node-recent .node-title a:hover {
    text-decoration: none;
}

#block-node-recent .node-author {
    margin: 5px 0;
}

#block-node-recent table {
    border: none;
}

#block-node-recent tr.even,
#block-node-recent tr.odd {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
    padding: 15px 0;
}

#block-node-recent tbody th,
#block-node-recent tbody td {
    padding: 8px 8px 8px 0;
    line-height: 1.428571429;
    vertical-align: top;
    border: none;
    font-size: 13px;
}

#block-node-recent tbody tr:first-child th,
#block-node-recent tbody tr:first-child td {
    padding-top: 0;
}

#block-node-recent tbody tr:last-child {
    border-bottom: none;
}


/*highlighted blocks*/

.highlighted-block,
#block-user-login,
#block-poll-recent {
    overflow: hidden;
    padding: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.highlighted-block-inside {
    padding: 0 25px 25px 25px;
    text-align: center;
}

.highlighted-block .btn {
    background-color: #444;
    color: #fff;
    display: block;
    padding: 15px 25px;
    margin: 20px 0 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.highlighted-block.nopadding {
    padding: 0;
}

.highlighted-block .title-sep {
    margin: 0px 0 40px 0;
}

.light,
#block-user-login,
#block-poll-recent {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #eaeaea;
}

.dark {
    background-color: #333;
    color: #ccc;
    padding: 30px 20px 0;
    text-align: center;
}

.dark h3 {
    color: #ffffff;
    margin: 0 0 20px 0;
}

.dark input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.dark input[type="submit"]:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.dark .small {
    color: #999;
    font-size: 13px;
}

#block-user-login {
    padding: 5px 25px 0 25px;
    margin: 0 0 20px 0;
}


/*tags cloud*/

.tag {
    display: inline-block;
}

.tag a {
    background-color: #444;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 8px;
    margin: 3px 0;
    zoom: 1;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: block;
}

.tag a:hover {
    color: #fff;
    text-decoration: none;
}


/* Drupal status messages */

div.messages {
    padding: 15px 15px 15px 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-position: 13px 15px;
}

div.messages a {
    font-weight: bold;
}

div.messages.status {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

div.messages.status a {
    color: #356635;
}

div.messages.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.messages.error a {
    color: #953b39;
}

div.messages.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

div.messages.warning a {
    color: #a47e3c;
}


/*slideshow*/

.carousel .item {
    max-height: 520px;
}


/*slider fade effect*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*control nav*/

.carousel ol.carousel-indicators {
    position: absolute;
    top: 20px;
    left: auto;
    z-index: 2;
    padding: 0 20px;
    margin: 0;
    text-align: right;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: auto;
    bottom: auto;
    right: 20px;
}

.carousel ol.carousel-indicators li {
    margin: 0px;
    padding: 0;
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border: none;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.carousel ol.carousel-indicators li.active {
    background-color: #fcfcfc;
}


/*directional nav*/

.carousel .carousel-control {
    background-color: #fcfcfc;
    color: #444;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 15px;
    position: absolute;
    overflow: hidden;
    top: 45%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: none;
    outline: none;
}

.carousel .carousel-control.right {
    right: 20px
}

.carousel .carousel-control.left {
    left: 20px
}

.carousel a.carousel-control:active,
.carousel a.carousel-control:hover {
    background-color: #fcfcfc
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    font-family: Arial, sans-serif;
    display: block;
    right: 0;
    left: auto;
    width: 100%;
}

.carousel:hover .carousel-control,
.carousel:hover ol.carousel-indicators {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*slider caption*/

.carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.carousel .carousel-caption h4,
.carousel .carousel-caption p {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

@media all and (max-width: 768px) {
    .carousel .carousel-caption p {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .carousel .carousel-control,
    .carousel .carousel-caption {
        display: none;
    }
}


/*credits*/

.credits {
    margin-bottom: 0;
    font-size: 0.9em;
}


/*toggle control*/

.toggle-control {
    width: 100%;
    position: relative;
    z-index: 13;
}

.toggle-control a,
.toggle-control a:hover {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 18px 19px;
    line-height: 14px;
    cursor: pointer;
    height: 52px;
}


/*google map*/

.gm-style img {
    max-width: none;
}


/*scroll to top*/

#toTop {
    position: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0 !important;
    background: #3DA0B2;
    opacity: 0.4;
    filter: alpha(opacity=40);
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    display: none;
    padding: 4px 0 0 0;
    z-index: 14;
}

#toTop i {
    font-size: 20px;
}

#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


/*drupal primary links*/

ul.primary {
    margin: 15px 0 15px 0;
    padding-left: 40px;
}

ul.primary,
ul.primary li a,
ul.primary li.active a {
    border-color: #eaeaea;
}

ul.primary li.active a {
    border-bottom: 1px solid #fff;
}


/*drupal resets*/

#toolbar {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#toolbar ul.menu {
    width: auto;
}

#toolbar ul.menu li {
    background: none;
}

.not-logged-in .block-forum .contextual-links-wrapper {
    display: none;
}

a.contextual-links-trigger,
#toolbar a,
textarea {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


/*admin theme style rules*/

.page-node-edit .region-content {
    padding: 0 40px;
}

.page-node-edit .vertical-tabs {
    clear: both;
}

.page-node-edit .vertical-tabs,
.page-node-edit .vertical-tabs ul.vertical-tabs-list,
.page-node-edit .vertical-tabs ul.vertical-tabs-list li {
    border-color: #dfdfdf;
}

.page-node-edit .vertical-tabs li {
    list-style: none;
}

.m-auto {
    margin: auto;
}

.region-footer img {
    max-height: 150px;
}

#main-navigation ul.menu {
    text-align: right;
}

#main-navigation ul.menu li {
    float: none;
}

.sf-sub-indicator {
    display: none;
}

.block>h2 {
    font-size: 22px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #000000;
}

footer .block>h2 {
    color: #fff;
    margin-bottom: 0 !important;
}

footer .block>h2:after {
    content: none !important;
}

.img-desc {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    margin-top: 40px;
}

.card {
    border: 0px !important;
    max-width: 253px;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
}

.card-img-top {
    border-radius: 0px;
    object-fit: cover;
    max-height: 139px;
    object-position: center;
}

.card-title {
    margin: 0;
    font-size: 15px;
    color: #000000;
}

.card-text {
    padding-top: 15px;
    text-align: justify;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 13px;
}

.card-text p {
    margin-bottom: 6px;
}

.content-header-info {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #F2F2F2;
    margin-bottom: 40px;
}

.content-header-info h2 {
    margin-bottom: 0px;
}

.breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 15px;
    padding-left: 0px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.table {
    border: 0px;
}

.table .thead-dark th {
    background-color: #0F0A31;
    border-color: #0F0A31;
}

.table th {
    text-align: center;
}

.table .important {
    background-color: #01DEC8 !important;
    font-weight: bold;
}

.table tr:nth-child(2n+1) {
    background-color: #0e0a3005;
}

.table.special td {
    vertical-align: middle;
    padding-left: 15px;
}

.table.special tr:nth-child(2n+1) {
    background-color: #fff;
}

.table.special td:nth-child(2n+1) {
    background-color: #0e0a3005;
    font-weight: bold;
    vertical-align: middle;
    padding: 30px;
    text-align: right;
}

#node-13 {
    display: none;
}

.crop {
    object-fit: cover;
    height: 200px;
}

.item-list {
    border-top: 1px solid #f2f2f2;
    text-align: center;
    margin-top: 15px;
    padding-top: 20px;
}

.item-list .pager {
    display: inline-block;
    width: auto;
}

.item-list .pager li a,
.item-list .pager .pager-current {
    padding: 8px 16px !important;
}

ul.pager li a:hover,
ul.pager li.pager-current {
    background-color: #16a4f0;
    border-color: #16a4f0;
}

.img-border {
    border: 1px solid #1d1b38;
}

#blueimp-gallery a:not([href]):not([tabindex]) {
    color: #fff;
}

.blueimp-gallery>.indicator>li {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    background-size: 65px !important;
}

.dissemination a {
    display: inline-block;
}

.no-content .content,
.no-content header,
.no-content .block-system {
    padding: 0px;
}


/*

.card-team .card {
  border: 0px solid;
  border-left: 10px solid #0080f6;
  background-color: #e5fdf9;
}

.card-team .views-row-odd .card {
  background-color: #e5fdf9;
}

.card-team .views-row-even .card {
  background-color: #d6e9ff;
}

.card-team h5 {
  padding-left: 23px;
  color: #444;
}

.card-team .card-img-top {
  max-width: 80%;
  margin: auto;
  padding-bottom: 10%;
}

*/

.card-deck,
.card-team {
    margin: 0px;
}

.card-team .card {
    background-color: #0F0A31;
    background-image: linear-gradient(6.2deg, #01DEC8 50%, transparent 50%), linear-gradient(-60deg, #000000 30%, transparent 30%);
    border: 0px solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 50px;
    max-width: 240px;
    transition: transform 0.5s;
}

.card-team .card:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
}

.card-team .card-img-top {
    max-width: 80%;
    margin: auto;
    margin-bottom: 10%;
    border-radius: 100%;
    margin-top: 20px;
    border: 7px solid #fff;
}

.card-team h5 {
    color: #fff;
    text-align: center;
}

.card-team .views-row {
    margin: auto;
}

#block-views-view-team-block {
    margin-top: 30px;
}

.node-type-team .content {
    margin-top: 35px;
}

.team-content img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.language-switcher-locale-url {
    list-style: none;
    top: 30px;
    z-index: 9;
}

.language-switcher-locale-url li {
    list-style: none;
    float: left;
    margin-left: 14px;
}

.language-switcher-locale-url img {
    border-radius: 3px;
}

.icon {
    border-bottom: 0px !important;
    padding-right: 0px !important;
}

.icon i {
    font-size: 25px;
    color: #3DA0B2;
    width: 21px;
    height: 21px;
}

.d-table {
    width: 100%;
}

.d-table .first .col-md-4 {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.d-table .col-md-4:hover {
    opacity: 0.9;
}

.d-table .first .col-md-4:nth-child(1) {
    background-color: #62BDB9;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.d-table .first .col-md-4:nth-child(2) {
    background-color: #145A6C;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.d-table .first .col-md-4:nth-child(3) {
    background-color: #97C6C8;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.d-table .second .col-md-4:nth-child(1) {
    background-color: #124363;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.d-table .second .col-md-4:nth-child(2) {
    background-color: #2F8A91;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.d-table .second .col-md-4:nth-child(3) {
    background-color: #09283A;
    display: table-cell;
    vertical-align: middle;
    height: 240px;
    border: 5px solid #fff;
    color: #fff;
    float: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#breadcrumb {
    background-color: transparent;
    padding: 10px;
    border-radius: 0px;
    padding-left: 32px;
}

#breadcrumb * {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.breadcrumb {
    display: block;
}

h2.page-title {
    color: #000000;
    position: relative;
    font-size: 25px;
    margin: 0;
    margin-top: 4px;
    text-align: center;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-top: 40px;
    padding-left: 30px;
    text-transform: uppercase;
}

h2.page-title::before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 4px solid #3DA0B2;
    border-left: 4px solid #3DA0B2;
    position: absolute;
    left: 20px;
    top: -5px;
}

h2.page-title::after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #3DA0B2;
    border-right: 4px solid #3DA0B2;
    position: absolute;
    right: -10px;
    bottom: -7px;
}


.servicios img.left {
    border: 10px solid #2b5e76;
}

.servicios img.right {
    border: 10px solid #2b5e76;
}

.servicios h4 {
    color: #2b5e76;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.quienes-somos h3 {
    color: #2b5e76;
}

.servicios .table-serv {
    display: table;
}

@media (min-width: 992px) {
    .servicios .views-row-even .table-serv {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: 8.33333333%;
    }
    .servicios .views-row-even .col-md-5 {
        order: 2;
    }
    .servicios .views-row-even .col-md-7 {
        order: 1;
    }
}

.servicios .table-serv div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.servicios {
    color: #000000;
}

@media (max-width: 991px) {
    .servicios .table-serv,
    .servicios .table-serv div {
        float: left;
        width: 100%;
    }
    .servicios .table-serv {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .servicios .table-serv div {
        min-width: 100%;
        display: inline-block;
    }
    .servicios .table-serv.reverse,
    .servicios .views-row-even .table-serv {
        flex-direction: column-reverse;
        display: flex;
    }
    .servicios img {
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: 10px solid #000000;
        max-width: 400px;
        width: 100%;
    }
    #main-navigation,
    #header-inside {
        max-width: 100%;
    }
    #logo {
        max-width: 300px;
        margin: auto;
    }
    .contact .col-md-8 {
        max-width: 100%;
        margin: 0px;
    }
    .email {
        border: 0px !important;
        max-width: 100%;
    }
    .phone {
        border: 0px !important;
        max-width: 100%;
        margin-top: 40px;
    }
    .location hr {
        display: inline-block;
    }
    .location .col-md-6 {
        margin: auto;
    }
    .card-deck .col-md-3.card_secondary {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .content_left,
    .content_right {
        max-width: 100%;
    }
    .card {
        max-width: 325px;
        min-width: 47%;
    }
    .node>.content,
    #comments,
    .page-contact #content-wrapper {
        padding: 0px;
    }
    .language-switcher-locale-url {
        top: 0px;
    }
    nav li {
        text-align: center;
    }
    nav li a.active,
    nav li a:hover,
    ul.menu li a:hover,
    ul.menu li a.active {
        border: 0px;
    }
    /*#superfish-1-toggle span:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Brands";
  }*/
}

.email,
.phone {
    background: #448e9f;
    color: #fff;
    padding: 15px;
}

.email *,
.phone * {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.email a:hover {
    color: #fff;
}

.email i,
.phone i {
    font-size: 25px;
}

.email hr,
.phone hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.phone {
    border-left: 20px solid #fff;
}

.contact {
    color: #000000;
}

.location {
    border: 3px solid #000000;
    margin-top: 40px;
    padding: 35px;
}

.location i {
    font-size: 35px;
    background: rgba(116, 195, 214, 1);
    background: -moz-linear-gradient(top, rgba(116, 195, 214, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 195, 214, 1)), color-stop(100%, rgba(41, 93, 117, 1)));
    background: -webkit-linear-gradient(top, rgba(116, 195, 214, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -o-linear-gradient(top, rgba(116, 195, 214, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -ms-linear-gradient(top, rgba(116, 195, 214, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: linear-gradient(to bottom, rgba(116, 195, 214, 1) 0%, rgba(41, 93, 117, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31a89e', endColorstr='#000000', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#map {
    min-height: 350px;
    border-left: 20px solid #fff;
}

.text-info-contact {
    margin-bottom: 40px;
    background-color: #000000;
    color: #fff;
}

.text-info-contact p {
    margin-bottom: 0px;
    padding: 10px;
}

#block-block-6 {
    margin-top: 30px;
    /* background-color: #295d75; */
    /* color: white; */
    /* padding: 30px !important; */
}

#block-block-6 p {
    margin-bottom: 0px;
}

.site-map-menu a.icon {
    display: none;
}

.site-map-menu li {
    list-style: none !important;
}

.site-map-menu li a::before {
    content: "- ";
    font-size: 14px;
}

.ays {
    background: -moz-linear-gradient(top, rgba(85, 167, 163, .85) 0%, rgba(85, 167, 163, .85) 50%, rgba(85, 167, 163, .85) 100%), url(../images/serv1.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(85, 167, 163, .85)), color-stop(50%, rgba(85, 167, 163, .85)), color-stop(100%, rgba(85, 167, 163, .85))), url(../images/serv1.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(85, 167, 163, .85) 0%, rgba(85, 167, 163, .85) 50%, rgba(85, 167, 163, .85) 100%), url(../images/serv1.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(85, 167, 163, .85) 0%, rgba(85, 167, 163, .85) 50%, rgba(85, 167, 163, .85) 100%), url(../images/serv1.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(85, 167, 163, .85) 0%, rgba(85, 167, 163, .85) 50%, rgba(85, 167, 163, .85) 100%), url(../images/serv1.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(85, 167, 163, .85) 0%, rgba(85, 167, 163, .85) 50%, rgba(85, 167, 163, .85) 100%), url(../images/serv1.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.df {
    background: -moz-linear-gradient(top, rgba(20, 90, 108, .85) 0%, rgba(20, 90, 108, .85) 50%, rgba(20, 90, 108, .85) 100%), url(../images/serv2.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 90, 108, .85)), color-stop(50%, rgba(20, 90, 108, .85)), color-stop(100%, rgba(20, 90, 108, .85))), url(../images/serv2.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(20, 90, 108, .85) 0%, rgba(20, 90, 108, .85) 50%, rgba(20, 90, 108, .85) 100%), url(../images/serv2.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(20, 90, 108, .85) 0%, rgba(20, 90, 108, .85) 50%, rgba(20, 90, 108, .85) 100%), url(../images/serv2.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(20, 90, 108, .85) 0%, rgba(20, 90, 108, .85) 50%, rgba(20, 90, 108, .85) 100%), url(../images/serv2.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(20, 90, 108, .85) 0%, rgba(20, 90, 108, .85) 50%, rgba(20, 90, 108, .85) 100%), url(../images/serv2.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.iit {
    background: -moz-linear-gradient(top, rgba(18, 67, 99, .85) 0%, rgba(18, 67, 99, .85) 50%, rgba(18, 67, 99, .85) 100%), url(../images/serv3.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18, 67, 99, .85)), color-stop(50%, rgba(18, 67, 99, .85)), color-stop(100%, rgba(18, 67, 99, .85))), url(../images/serv3.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(18, 67, 99, .85) 0%, rgba(18, 67, 99, .85) 50%, rgba(18, 67, 99, .85) 100%), url(../images/serv3.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(18, 67, 99, .85) 0%, rgba(18, 67, 99, .85) 50%, rgba(18, 67, 99, .85) 100%), url(../images/serv3.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(18, 67, 99, .85) 0%, rgba(18, 67, 99, .85) 50%, rgba(18, 67, 99, .85) 100%), url(../images/serv3.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(18, 67, 99, .85) 0%, rgba(18, 67, 99, .85) 50%, rgba(18, 67, 99, .85) 100%), url(../images/serv3.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.fe {
    background: -moz-linear-gradient(top, rgba(113, 157, 158, .85) 0%, rgba(113, 157, 158, .85) 50%, rgba(113, 157, 158, .85) 100%), url(../images/serv4.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(113, 157, 158, .85)), color-stop(50%, rgba(113, 157, 158, .85)), color-stop(100%, rgba(113, 157, 158, .85))), url(../images/serv4.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(113, 157, 158, .85) 0%, rgba(113, 157, 158, .85) 50%, rgba(113, 157, 158, .85) 100%), url(../images/serv4.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(113, 157, 158, .85) 0%, rgba(113, 157, 158, .85) 50%, rgba(113, 157, 158, .85) 100%), url(../images/serv4.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(113, 157, 158, .85) 0%, rgba(113, 157, 158, .85) 50%, rgba(113, 157, 158, .85) 100%), url(../images/serv4.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(113, 157, 158, .85) 0%, rgba(113, 157, 158, .85) 50%, rgba(113, 157, 158, .85) 100%), url(../images/serv4.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.pii {
    background: -moz-linear-gradient(top, rgba(47, 138, 145, .85) 0%, rgba(47, 138, 145, .85) 50%, rgba(47, 138, 145, .85) 100%), url(../images/serv5.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(47, 138, 145, .85)), color-stop(50%, rgba(47, 138, 145, .85)), color-stop(100%, rgba(47, 138, 145, .85))), url(../images/serv5.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(47, 138, 145, .85) 0%, rgba(47, 138, 145, .85) 50%, rgba(47, 138, 145, .85) 100%), url(../images/serv5.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(47, 138, 145, .85) 0%, rgba(47, 138, 145, .85) 50%, rgba(47, 138, 145, .85) 100%), url(../images/serv5.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(47, 138, 145, .85) 0%, rgba(47, 138, 145, .85) 50%, rgba(47, 138, 145, .85) 100%), url(../images/serv5.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(47, 138, 145, .85) 0%, rgba(47, 138, 145, .85) 50%, rgba(47, 138, 145, .85) 100%), url(../images/serv5.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.po {
    background: -moz-linear-gradient(top, rgba(9, 40, 58, .85) 0%, rgba(9, 40, 58, .85) 50%, rgba(9, 40, 58, .85) 100%), url(../images/serv6.jpg) no-repeat !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(9, 40, 58, .85)), color-stop(50%, rgba(9, 40, 58, .85)), color-stop(100%, rgba(9, 40, 58, .85))), url(../images/serv6.jpg) no-repeat !important;
    background: -webkit-linear-gradient(top, rgba(9, 40, 58, .85) 0%, rgba(9, 40, 58, .85) 50%, rgba(9, 40, 58, .85) 100%), url(../images/serv6.jpg) no-repeat !important;
    background: -o-linear-gradient(top, rgba(9, 40, 58, .85) 0%, rgba(9, 40, 58, .85) 50%, rgba(9, 40, 58, .85) 100%), url(../images/serv6.jpg) no-repeat !important;
    background: -ms-linear-gradient(top, rgba(9, 40, 58, .85) 0%, rgba(9, 40, 58, .85) 50%, rgba(9, 40, 58, .85) 100%), url(../images/serv6.jpg) no-repeat !important;
    background: linear-gradient(to bottom, rgba(9, 40, 58, .85) 0%, rgba(9, 40, 58, .85) 50%, rgba(9, 40, 58, .85) 100%), url(../images/serv6.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#block-locale-language {
    float: right;
    margin-top: -35px;
}

.language-icon {
    width: 21px;
    height: 21px;
}

.contact-top {
    background-color: #295d75;
    color: white;
}

.contact-top *,
.contact-top .icon i {
    color: white;
}

.contact-top a:hover {
    color: white;
}

.contact-top p {
    margin-bottom: 0px;
}

.contact-top .social-networks {
    padding: 7px;
}

.contact-top .contact-text {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.contact-top .icon i {
    margin-right: 15px;
}

.contact-top .contact-text p {
    margin-right: 15px;
}

@media (max-width: 991px) {
    #main-navigation ul.menu {
        margin-right: 0 !important;
        text-align: center;
    }
    .d-table .first .col-md-4 {
        display: table-cell;
    }
}

@media (max-width: 699px) {
    .d-table .col-md-4 {
        display: inline-block !important;
        padding: 30px;
        height: auto !important;
    }
    .d-table-row {
        display: inline-block !important;
    }
}

#block-block-3 img {
    margin-top: -1px;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
}

.post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    border-radius: 0;
}

.post-date .day {
    background: #F2F2F2;
    border-radius: 0;
    color: #3DA0B2;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 2px 10px 2px;
}

.post-date .month {
    width: 100%;
    background: #3DA0B2;
    border-radius: 0;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    font-weight: bold;
}

.node-type-article h2 {
    text-transform: inherit;
    margin-top: 2px;
    margin-bottom: 0px;
    border: 0px;
    font-size: 20px;
}

.agree-button {
    font-weight: bold !important;
}

.addtoany_list {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.addtoany_list::before {
    content: "Share this post:";
    font-weight: bold;
    font-family: Arial;
}

.node-type-article .field-name-body img {
    padding-left: 15px;
    padding-right: 15px;
}

#block-block-8,
#block-block-9 {
    position: relative;
}

.block-info {
    padding: 30px;
    background-color: #2b5e76;
    min-height: 130px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.block-info.one {
    border-right: 15px solid #fff;
}

.block-info.two {
    border-left: 15px solid #fff;
}

.quienes-somos img {
    border: 10px solid #2b5e76;
}

.quienes-somos {
    align-items: center;
    display: flex;
}

.node>.content {
    padding: 0px 17px;
}

.casos-exito .content-img {
    float: left;
    max-width: 14%;
    text-align: center;
    width: 14%;
}

.casos-exito .content-img img {
    max-width: 110px;
    width: 100%;
}

#block-block-10 h2 {
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .block-info.one {
        border-right: 0;
        margin-bottom: 20px;
    }
    .block-info.two {
        border-left: 0;
    }
    .casos-exito .content-img {
        max-width: 25%;
    }
    .quienes-somos {
        display: inherit;
    }
    .quienes-somos .col-md-6 {
        width: 100%;
    }
}

#footer-inside .col-md-3 {
    max-width: 20%;
}


/*
#block-block-11 .content {
    align-self: center;
    display: flex;
} */

.social-footer {
    margin-top: 40px;
}

.social-footer a {
    font-size: 16px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-block;
    padding-top: 3px;
    border: 4px solid #000;
    text-align: center;
}

.social-footer a:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.9;
}

.social-net a {
    font-size: 25px;
    color: #000000;
    margin-left: 5px;
    margin-right: 0;
}

.social-header a:hover {
    color: #3DA0B2;
}

.social-header a {
    font-size: 17px;
    color: #000000;
    margin-left: 5px;
    margin-right: 0;
    padding: 10px;
    padding-right: 0;
}

.social-header {
    padding-top: 6px;
    padding-right: 15px;
}


/*  SLIDER  */

.slider {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.slide_viewer {
    /* height: 340px; */
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 30px 100px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


/* .slider {
  background-image: url('../images/banner2.jpg');
  background-size: cover;
    background-position: center;
}
 */

.slide:first-child {
    display: block;
}


/*
.slide:nth-of-type(1) {
    background-image: url('../images/banner_pc.jpg');
    background-size: cover;
    background-position: center;
}

.slide:nth-of-type(2) {
    background-image: url('../images/banner_car.jpg');
    background-size: cover;
    background-position: center;
}

.slide:nth-of-type(3) {
    background-image: url('../images/banner_ci.jpg');
    background-size: cover;
    background-position: center;
}
*/


/*
.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
} */

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    /* height: 340px; */
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: -245px;
}

.previous_btn {
    bottom: 0;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }
    .next_btn {
        right: 50px;
    }
}


/* EOF SLIDER */

#block-block-13 {
    position: relative;
    z-index: 6;
}

.how-we-work .content-images {
    position: relative;
    min-height: 300px;
    width: 100%;
}

.how-we-work .content-images img {
    position: absolute;
    height: 300px;
    left: 15%;
}

.how-we-work {
    margin-top: 60px;
}

.how-we-work * {
    color: #000000;
}

.how-we-work h3 {
    font-size: 30px;
}

.how-we-work p {
    font-size: 18px;
    line-height: 25px;
}

.how-we-work .content,
.how-we-work .col-md-6.text {
    display: flex;
}

.how-we-work .content-text {
    align-self: center;
}


/*  line  */

.vl {
    height: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-image: url('../images/separate-icon.svg');
    background-repeat: no-repeat;
}

.vl.col-md-offset-6 {
    margin-left: 49.2% !important;
}


/* eof line  */

.dywtbo p {
    color: #000000;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
}

.dywtbo h3 {
    color: #3DA0B2;
    text-align: center;
    font-size: 30px;
}

.choose-area .item {
    max-width: 35%;
    float: left;
    width: 25%;
    text-align: center;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.choose-area h3 {
    color: #000000;
    text-align: left;
    font-size: 30px;
}

.choose-area p {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

.choose-area .item img {
    margin: 0 auto;
    width: 50px;
}

.choose-area .item span {
    font-weight: bold;
    color: #000000;
    margin-top: 7px;
    display: inline-block;
}

.choose-area .content,
.choose-area .col-md-6.text {
    display: flex;
}

.choose-area .content-text {
    align-self: center;
}

.not-front .block-views.block>h2,
.publications .item h2 a {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #3DA0B2;
    font-weight: bold;
}

#bottom-content {
    background-color: #3DA0B2 !important;
    border-bottom: 3px solid #fff;
}

.bottom-content .item * {
    color: #fff;
}

.bottom-content .item {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
}

.bottom-content .item:last-child {
    border-right: 0;
}

.bottom-content .item img {
    margin: auto;
    height: 55px;
    margin-bottom: 20px;
}

.bottom-content .item span {
    font-weight: bold;
    margin-top: 20px;
}

h2 {
    font-size: 22px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 0px;
    color: #000000;
}

.content-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    /* margin-top: 75px; */
}

.content-slide * {
    align-self: center;
}

.content-slide.one {
    flex-direction: inherit;
}

.content-slide.one h3 {
    font-weight: normal;
    line-height: 35px;
}

.content-slide.one h3 span {
    font-size: 40px;
    font-weight: bold;
}

.btn-primary {
    background-color: #3DA0B2 !important;
    border-radius: 0;
    outline: none;
    padding: 6px 16px;
    font-size: 14px;
    border: none;
}

.content-slide .btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-slide .btn-primary:focus,
.content-slide .btn-primary:hover {
    outline: 0;
    box-shadow: none;
    border-color: #3DA0B2;
    color: #3DA0B2;
}


/* cards flip  */

.flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    z-index: 2;
    display: flex;
}

.flip-card-front h3 {
    align-self: center;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    text-align: left;
    padding: 15px;
}

.flip-card-back h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 25px;
}

.flip-card-back p {
    font-size: 16px;
    line-height: 25px;
}

.flip-card:nth-child(1) .flip-card-front {
    background-color: #428D9F;
    color: #fff;
}

.flip-card:nth-child(2) .flip-card-front {
    background-color: #3DA0B2;
    color: #fff;
}

.flip-card:nth-child(3) .flip-card-front {
    background-color: #000000;
    color: #fff;
}

.flip-card:nth-child(4) .flip-card-front {
    background-color: #295D75;
    color: #fff;
}

.flip-card:nth-child(1) .flip-card-back {
    background-color: #428D9F;
    color: #fff;
}

.flip-card:nth-child(2) .flip-card-back {
    background-color: #3DA0B2;
    color: #fff;
}

.flip-card:nth-child(3) .flip-card-back {
    background-color: #000000;
    color: #fff;
}

.flip-card:nth-child(4) .flip-card-back {
    background-color: #295D75;
    color: #fff;
}


/* EOF cards flip */

.card-fiw {
    position: relative;
    height: 300px;
    margin: 2%;
    max-width: 46%;
    border: 0;
}

.card-fiw .front h3 {
    align-self: center;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 30px;
    text-shadow: 2px 2px #000;
    margin: 0;
}

.card-fiw .front {
    width: 100%;
    background-color: #000000;
    color: #fff;
    height: 300px;
    display: flex;
}

.card-bottom .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3DA0B2;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.card-bottom:hover .overlay {
    height: 100%;
}

.card-fiw .text {
    color: white;
    font-size: 16px;
    position: absolute;
    text-align: left;
    padding: 20px;
}

.card-fiw h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 25px;
}

.card-fiw:nth-child(1) .front {
    background-color: #000000;
}

.card-fiw:nth-child(1) .overlay {
    background-color: #3DA0B2;
}


/* top card  */

.card-top .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #3DA0B2;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.card-top:hover .overlay {
    bottom: 0;
    height: 100%;
}

.card-fiw.ind .front {
    background-image: url('../images/ind.jpg');
    background-size: cover;
}

.card-fiw.ind .overlay {
    background-color: rgba(2, 22, 64, 0.83);
}

.card-fiw.int .front {
    background-image: url('../images/iot.jpg');
    background-size: cover;
}

.card-fiw.int .overlay {
    background-color: rgba(2, 22, 64, 0.83);
}

.card-fiw.art .front {
    background: rgba(41, 93, 117, 1);
    background: -moz-linear-gradient(top, rgba(41, 93, 117, 1) 0%, rgba(2, 22, 64, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41, 93, 117, 1)), color-stop(100%, rgba(2, 22, 64, 1)));
    background: -webkit-linear-gradient(top, rgba(41, 93, 117, 1) 0%, rgba(2, 22, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(41, 93, 117, 1) 0%, rgba(2, 22, 64, 1) 100%);
    background: -ms-linear-gradient(top, rgba(41, 93, 117, 1) 0%, rgba(2, 22, 64, 1) 100%);
    background: linear-gradient(to bottom, rgba(41, 93, 117, 1) 0%, rgba(2, 22, 64, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#295d75', endColorstr='#000000', GradientType=0);
}

.card-fiw.art .overlay {
    background-color: rgba(2, 22, 64, 0.83);
}

.card-fiw.blo .front {
    background: rgba(2, 22, 64, 1);
    background: -moz-linear-gradient(top, rgba(2, 22, 64, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 22, 64, 1)), color-stop(100%, rgba(41, 93, 117, 1)));
    background: -webkit-linear-gradient(top, rgba(2, 22, 64, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -o-linear-gradient(top, rgba(2, 22, 64, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: -ms-linear-gradient(top, rgba(2, 22, 64, 1) 0%, rgba(41, 93, 117, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 22, 64, 1) 0%, rgba(41, 93, 117, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#295d75', GradientType=0);
}

.card-fiw.blo .overlay {
    background-color: rgba(2, 22, 64, 0.83);
}

.card-fiw.art .front h3,
.card-fiw.blo .front h3 {
    text-shadow: none;
}

.technologies .content {
    display: flex;
}

.technologies .content .title-tech {
    height: 100%;
    align-self: center;
}

.technologies .content .title-tech h3 {
    color: #000000;
    text-align: left;
    font-size: 30px;
}

.technologies .content .title-tech p {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}


/*  news  */

.card {
    max-width: 100%;
}

.front .card-img-top {
    max-height: 233px;
}

.about-us p,
.our-team p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.about-us p:last-child,
.our-team p:last-child {
    margin-bottom: 0;
}

.about-us div,
.our-team div {
    margin-bottom: 40px;
    align-self: center;
}

.about-us .col-md-12,
.our-team .col-md-12 {
    display: flex;
}

.product img {
    max-width: 350px;
    max-height: 120px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.product h3 {
    color: #000000;
    font-size: 28px;
}

.product p {
    font-size: 16px;
    color: #000000;
}

.product {
    display: inline-block;
}

.product:nth-child(1) .vl {
    margin-top: 0;
}

.ultimenu-flyout {}

.webform-client-form.webform-client-form-106 .form-item {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.webform-client-form.webform-client-form-106 .form-item.webform-component-textarea,
.webform-client-form.webform-client-form-106 .form-item.webform-component--subject {
    width: 100%;
}

.webform-client-form.webform-client-form-106 .webform-submit.button-primary.form-submit {
    background: #3DA0B2;
    margin-left: 10px;
    padding: 6px 20px;
    border-radius: 0;
}

.webform-client-form.webform-client-form-106 .webform-submit.button-primary.form-submit:hover,
.webform-client-form.webform-client-form-106 .webform-submit.button-primary.form-submit:focus {
    outline: 0;
    opacity: 0.9;
}

.contact-info-block,
.customers p,
.pricing p,
.pricing li {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}

.customers p,
.pricing p {
    text-align: center;
}

.pricing .item {
    background-color: #3DA0B2;
    padding: 20px;
    margin-top: 30px;
    /* min-height: 280px; */
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.pricing .item * {
    color: #fff;
}

.pricing .item .card-body {
    background-color: transparent;
    min-width: 100%;
    padding: 0;
}

.pricing .item:has( .show) {
    background-color: #000;
}


/*
.pricing .item:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.2);
} */

.pricing .item p {
    text-align: left;
}

.pricing h4 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    color: #000000;
    margin-top: 0;
}


/* responsive */

@media (max-width: 1199px) {
    #main-navigation ul.menu {
        margin-right: 80px;
    }
}

@media (max-width: 991px) {
    .technologies .title-tech,
    .technologies .content-tech {
        max-width: 100%;
        text-align: center;
    }
    .technologies .content .title-tech * {
        text-align: center !important;
    }
    .technologies .content {
        display: inline;
    }
    .technologies .card-fiw {
        float: left;
    }
    .vl {
        border-left: 0;
    }
    .how-we-work .content-images img {
        height: 240px;
        left: 7%;
        width: 240px;
    }
    .dywtbo {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .vl {
        width: 50%;
    }
    .technologies .card-fiw {
        max-width: 100%;
    }
}


/* eof responsive */

.webform-component-radios {
    width: 100% !important;
}

.webform-component-radios label {
    padding-left: 10px !important;
}

#subfooter ul a {
    color: #000 !important;
    padding: 0 !important;
    font-size: 12px;
}

#subfooter ul.menu {
    text-align: right;
}

#subfooter .block {
    width: 100%;
    clear: none;
    float: left;
}

#subfooter ul.menu li a:after {
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

#subfooter ul.menu li:last-child a:after {
    content: none;
}

#footer-inside .col-md-2 {
    border-right: 1px solid #ffffff0f;
}

#footer-inside .col-md-2:last-child {
    border-right: 0;
}

.industry {
    text-align: center;
    min-height: 260px;
    display: flex;
    color: #fff;
    /* overflow: hidden; */
    /* position: relative; */
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    padding: 40px;
    /* transition: transform 0.5s; */
}

.industry:hover,
.industry:focus {
    color: #fff;
}

.industry h3 {
    margin: 0;
    text-transform: uppercase;
    align-self: center;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}

.industry-content a {
    color: #3DA0B2 !important;
}

.benefit {
    display: flex;
    background-color: #000;
    border: 2px solid #000;
    margin-bottom: 30px;
}

.benefit div {
    align-self: center;
}

.benefit .text {
    background-color: white;
    min-height: 180px;
    padding: 15px;
}

.benefit span {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.benefit .title {
    font-weight: bold;
}

.benefit .icon img {
    margin: auto;
    max-width: 45px;
}

.benefits .col-md-4:first-child .icon img {
    max-width: 38px;
}

.info-three {
    background-color: #000;
    color: #fff;
    display: flex;
    min-height: 280px;
    padding: 30px;
    align-items: center;
    margin-top: 50px;
}

.info-three span {
    width: 100%;
    display: inline-block;
}

.info-three .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-three .content {
    font-size: 16px;
}


/* left - right  */

.slider {
    min-height: 500px;
}

.left-bg,
.right-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: .50s ease;
}

.left-bg {
    background-color: #3DA0B2;
    left: 0;
}

.right-bg {
    background-color: #000000;
    background-position: right;
    right: 0;
}

.right-bg:after {
    right: 0;
}

.left-bg:hover {
    width: 70%;
}

.left-bg:hover+.right-bg {
    width: 30%;
}

.right-bg:hover {
    width: 70%;
}

.right-bg:hover+.left-bg {
    width: 30%;
}

.min-w-630 {
    min-width: 630px;
}


/* EOF left - right */

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #3DA0B2 !important;
    border-radius: 0;
    outline: none;
    padding: 6px 16px;
    font-size: 14px;
}

#top-bar {
    margin-bottom: -20px;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.not-front .content-header-info,
.not-front #banner_bottom {
    background-color: transparent;
}

.not-front #banner_bottom {
    margin-top: -6px;
}

.not-front .content-header-info *,
.not-front #banner_bottom p,
.not-front #breadcrumb *,
.not-front .dywtbo h3 {
    color: #000;
    font-weight: 500;
}

.breadcrumb>li+li:before {
    color: #000;
}

.not-front #banner_bottom .vl {
    margin-top: 10px;
    margin-bottom: 20px;
}

.text-justify {
    text-align: justify-all !important;
}

.not-front .dywtbo p {
    font-size: 16px;
}

.tabs .content-wrap {
    background-color: #fff;
}

.tabs .content-wrap * {
    color: #000 !important;
}

.not-front #banner-inside {
    margin-bottom: 0;
}

.not-front .tabs nav {
    padding-bottom: 20px;
}

.container-tabs p {
    text-align: justify;
    font-weight: normal;
}

.container-tabs img.icon {
    max-width: 70px;
    margin: auto;
    max-height: 70px;
}

.container-tabs .d-flex {
    display: flex;
}

.row.item {
    min-height: 200px;
}

.container-tabs .d-flex div {
    align-self: center;
}

.container-tabs .more-info p {
    text-align: center;
}

.container-tabs .more-info h3 {
    color: #3DA0B2 !important;
    font-size: 24px;
}

.container-tabs .more-info a,
.tabs .content-wrap .private-deployments p a {
    color: #3DA0B2 !important;
}

.container-tabs .icon-large {
    margin: auto;
    padding: 15px;
}

.content-wrap ol {
    counter-reset: item;
}

.content-wrap ol li {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
}

.content-wrap ol li:before {
    content: counter(item);
    counter-increment: item;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    background-color: #3DA0B2;
    border-radius: 50%;
    width: 25px;
    display: inline-block;
    height: 25px;
    padding-top: 2px;
    padding-left: 6px;
    margin-right: 7px;
}

.content-wrap ul.list-col {
    padding-left: 35px;
}

.content-wrap ul li {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 25px;
    position: relative;
}

.content-wrap ul li::before {
    content: counter(item);
    counter-increment: item;
    color: transparent;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #3DA0B2;
    width: 8px;
    display: inline-block;
    height: 8px;
    padding-top: 2px;
    position: absolute;
    margin-top: 8px;
    left: -15px;
}

.table-other .item:nth-child(1),
.table-other .item:nth-child(3) {
    border-right: 2px dashed #000;
    border-bottom: 2px dashed #000;
}

.table-other .item:nth-child(2),
.table-other .item:nth-child(4) {
    border-bottom: 2px dashed #000;
}

.table-other .item:nth-child(5) {
    border-right: 2px dashed #000;
}

.table-other {
    display: table;
    margin-top: 30px;
}

.table-other .item {
    display: table-cell;
    min-height: 505px;
    padding: 20px;
}

.node-type-blog article {
    margin-top: 20px;
}

.node-type-blog .post-content h2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #block-block-34 .col-md-4,
    .benefits .col-md-4 {
        min-width: 100%;
    }
    #block-block-34 .col-md-4 .info-three,
    .benefit .text {
        min-height: auto;
    }
    .industry {
        max-width: 50%;
    }
    .view-industries-view .views-row {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .view-industries-view .views-row a {
        min-width: 100%;
    }
    #footer-inside .col-md-2 {
        min-width: 33%;
        margin-bottom: 20px;
    }
}

a.collapsed i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pricing .item a i {
    font-size: 30px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.pricing .item a {
    position: absolute;
    bottom: 10px;
}

.pricing .item a.collapsed:parent {
    background-color: black;
}

@media (max-width: 991px) {
    .left-bg,
    .right-bg {
        position: relative;
        width: 100%;
    }
    .right-bg:after {
        right: 0;
    }
    .left-bg:hover {
        width: 100%;
    }
    .left-bg:hover+.right-bg {
        width: 100%;
    }
    .right-bg:hover {
        width: 100%;
    }
    .right-bg:hover+.left-bg {
        width: 100%;
    }
    ul.menu li a:hover,
    ul.menu li a.active {
        color: #000 !important;
    }
    .container-tabs .col-md-6 {
        max-width: 100%;
    }
    .table-other .item {
        display: initial;
        border: 0 !important;
    }
    .table-other {
        display: initial;
    }

     #block-superfish-1 a span:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c9";
        position: absolute;
        color: #3DA0B2;
        right: 10px;
        font-size: 25px;
    }
    #block-superfish-1 a span {
        color: transparent;
    }
    
}

@media (max-width: 767px) {
   #logo img {
        margin: auto;
    }
    #banner {
        margin-top: 0;
    }
    #block-superfish-1 a {
        color: #3DA0B2 !important;
    }
    .not-front #block-superfish-1 {
        margin-bottom: 10px;
        display: inline-block;
    }
    #footer-inside .col-md-2 {
        max-width: 50%;
    }
}

@media (max-width: 642px) {
    .view-industries-view .views-row {
        width: 100%;
    }
}

#block-block-2 {
    background-image: url('../images/home.jpg');
    background-size: auto 100%;
    background-position: center;
    height: calc(100vh - 80px);
    min-height: 700px;
    background-repeat: no-repeat;
    background-color: #d9dadf;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    #block-block-2 {
        background-image: url('../images/home-bg-responsive.png');
        background-position: center;
        background-attachment: inherit;
    }  
}

#block-block-2 * {
    color: #000;
}

#block-block-2 .content {
    width: 100%;
}

#block-block-2 hr {
    min-height: 8px;
    background-color: #0006;
    border: none;
}

#block-block-2 h2 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    color: #000;
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgb(51 51 51 / 33%);
}

#block-block-2 h2::before {
    content: "";
    width: 100px;
    height: 70px;
    border-top: 6px solid #3DA0B2;
    border-left: 6px solid #3DA0B2;
    position: absolute;
    left: -20px;
    top: -15px;
}

#block-block-2 h2::after {
    content: "";
    width: 100px;
    height: 70px;
    border-bottom: 6px solid #3DA0B2;
    border-right: 6px solid #3DA0B2;
    position: absolute;
    right: -20px;
    bottom: -15px;
}

#block-block-2 h2 strong {
    color: #000 !important;
}

#header .container {
    display: flex;
    align-items: center;
}

.align-center {
    align-items: center;
}

.lab img {
    margin-bottom: 30px;
}

.block>h2 {
    text-align: center;
    font-weight: 500;
    display: inline-block;
    margin-top: 40px;
    padding-left: 30px;
    text-transform: uppercase;
}

.block>h2::before {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 4px solid #3DA0B2;
    border-left: 4px solid #3DA0B2;
    position: absolute;
    left: 20px;
    top: -5px;
}

.block>h2::after {
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 4px solid #3DA0B2;
    border-right: 4px solid #3DA0B2;
    position: absolute;
    right: -10px;
    bottom: 8px;
}

#footer p {
    color: #fff;
    margin-bottom: 0;
}

#footer img {
    max-width: 200px;
}

p.space {
    margin-bottom: 15px !important;
}

#block-block-6 {
    margin-top: 0;
}

.team-img {
    border: 5px solid #000;
    margin-bottom: 10px;
}

.team {
    min-height: 280px;
}

.team h5 {
    margin: 0;
    margin-bottom: 10px;
}

.team ul {
    padding-left: 15px;
}

#block-views-team-block {
    margin-top: 40px;
}

#block-block-3 {
    margin-top: 40px;
    display: inline-block;
}

hr.small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.node-article .field-name-field-image img {
    margin: auto;
}

.node-article {
    display: inline-block;
}

#block-views-blog-block-1 .card {
    margin: auto !important;
    max-width: 100%;
}

#block-views-blog-block-1 .card-img-top {
    max-height: 225px;
}

.project h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.view-projects .views-row {
    border-bottom: 1px solid #000;
}

.view-projects .views-row.views-row-last {
    border: 0;
}

.view-publications .views-row, .view-id-publications_view .views-row {
    border-bottom: 1px solid #000;
    padding: 30px;
}

.view-publications .views-row.views-row-last, .view-id-publications_view .views-row.views-row-last {
    border: 0;
}

.publications .item {
    margin-top: 30px;
}

.publications .item h2 {
    margin-bottom: 0;
}

.publications .item .views-row {
    padding-left: 12px;
    padding-right: 12px;
}

.view-publications h2 p,
.view-publications h2, 
.view-id-publications_view h2,
.view-id-publications_view h2 p {
    margin-bottom: 0;
    margin-top: 0;
}

.view-publications .views-row h4,
.view-publications .views-row h4 p,
.view-id-publications_view .views-row h4,
.view-id-publications_view .views-row h4 p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 0;
}

.view-publications .views-row .field-name-body p,
.view-id-publications_view .views-row .field-name-body p {
    margin-bottom: 0;
}




.publications .item .fa-plus {
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
}

.publications .item .collapsed .fa-plus {
    transform: rotate(0) !important;
}


.research_line {
    background-color: #ccc;
    padding: 30px 0;
    border: 10px solid #fff;   
    min-height: 300px; 
    background-size: cover;
    background-position: center;
}

.research_line h3 {
    font-size: 18px !important;
    padding: 30px;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.research_line .content-title {
    position: absolute;
    background-color: #000000bd;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;

}

.view-research-lines .views-row:nth-child(2) .content-title,
.view-research-lines .views-row:nth-child(3) .content-title,
.view-research-lines .views-row:nth-child(6) .content-title,
.view-research-lines .views-row:nth-child(7) .content-title,
.view-research-lines .views-row:nth-child(10) .content-title,
.view-research-lines .views-row:nth-child(11) .content-title,
.view-research-lines .views-row:nth-child(14) .content-title,
.view-research-lines .views-row:nth-child(15) .content-title {
    background-color: #be1522bd;
}


.view-services .views-row:nth-child(1) .service,
.view-services .views-row:nth-child(6) .service {
    background-image: url('../images/serv1.jpg');
}

.view-services .views-row:nth-child(2) .service,
.view-services .views-row:nth-child(7) .service {
    background-image: url('../images/serv2.jpg');
}

.view-services .views-row:nth-child(3) .service,
.view-services .views-row:nth-child(8) .service {
    background-image: url('../images/serv3.jpg');
}

.view-services .views-row:nth-child(4) .service,
.view-services .views-row:nth-child(9) .service {
    background-image: url('../images/serv4.jpg');
}

.view-services .views-row:nth-child(5) .service,
.view-services .views-row:nth-child(10) .service {
    background-image: url('../images/serv5.jpg');
}

.service {
    
    background-size: cover;
    background-position: center;
    border: 10px solid #fff;
    min-height: 300px;
    margin-bottom: 0 !important;
}

.service h3 {
    font-size: 18px !important;
    padding: 30px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: left;
}



.view-conferences .views-row {
    border-bottom: 1px solid #000;
}

.view-conferences .views-row-last {
    border-bottom: 0;
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    #superfish-1 {
        margin: 0 !important;
    }

    .container {
        min-width: 95%;
    }

    #main-navigation ul.menu li a {
        padding: 11px;
    }
}


@media (max-width: 991px) {
    #superfish-1-accordion {
        position: absolute;
        background-color: rgb(0, 0, 0);
        box-shadow: 2px 2px 7px 2px black;
    }

    #superfish-1-accordion li a {
        color: white !important;
    }

    #superfish-1-accordion ul {
        position: relative !important;
        display: block !important;
    }

    #superfish-1-accordion ul  a {
        color: #fff !important;
    }

    .block-superfish ul.sf-menu ul {
        background: transparent;
    }

    #block-block-2 .col-md-6 {
        max-width: 66%;
    }

    #block-block-2 h2 {
        text-align: left !important;
    }

    #block-block-3 .col-md-8, #block-block-3 .col-md-4 {
        max-width: 100%;
    }

    #block-block-3 .col-md-4 img {
        max-width: 200px;
        margin: auto;
    }

    #block-block-5 .col-md-4, #block-views-blog-block .col-md-4 {
        float: left !important;
    }
    
    .view-team .views-row.col-md-6{
        max-width: 100%;
    }

    .view-team .col-md-5, .view-team .col-md-7 {
        float: left;
    }

    .view-team .col-md-5 {
        max-width: 200px;
    }

    .team {
        display: inline-block;
        width: 100%;
    }
}


@media (max-width: 767px) {
    .view-team .col-md-7 {
        max-width: 65%;
    }
}

@media (max-width: 679px) {
    .view-team .col-md-5 {
        float: none;
        padding: 0;
    }

    .view-team .col-md-7 {
        max-width: 100%;
    }

    .team {
        margin-bottom: 40px;
    }

    .team .text-right {
        text-align: left !important;
        padding: 0;
        margin-bottom: 0;
    }
}




/* status samples */


.ordering-steps {
  max-width: 620px;
  margin: auto;
}
.ordering-steps h4 {
  display: flex;
  white-space: nowrap;
  text-align: center;
}
.ordering-steps h4:before, .ordering-steps h4:after {
  content: '';
  flex: 1;
  height: 1px;
  margin: .5em 1em;
  box-shadow: 0 0.5px 0 #979797;
}
.ordering-steps .steps {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.ordering-steps .steps:before {
  content: '';
  display: block;
  position: absolute;
  left: 3.6em;
  right: 3.5em;
  top: .75em;
  z-index: -1;
  height: 6px;
  background-image: url("https://gallery.mailchimp.com/da5d2f482c81e57077170b4c8/images/3e699405-be08-48ed-bf1c-06c11e032afd.png");
  background-repeat: repeat-x;
  background-size: 105px 6px;
}
.ordering-steps .steps--add-to-cart .steps__item {
  flex: 1 0 16.67%;
}
.ordering-steps .steps--design-tool:before {
  left: 4.35em;
  right: 3.5em;
}
.ordering-steps .steps--design-tool .steps__item {
  flex: 1 0 20%;
}
.ordering-steps .steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ordering-steps .steps__item-number {
  display: inline-block;
  margin-bottom: 1em;
  padding: .5em;
  width: 14px;
  background: #8dcb51;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.ordering-steps .steps__item-icon {
  margin-bottom: 1em;
  height: 50px;
  background: url("https://gallery.mailchimp.com/da5d2f482c81e57077170b4c8/images/0e281387-51fc-4349-b783-8cb6d624af20.png") no-repeat top left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ordering-steps .steps__item-icon {
    background: url("https://gallery.mailchimp.com/da5d2f482c81e57077170b4c8/images/55d06ffb-dd3f-4557-b07e-cc546e18fa63.png") no-repeat top left;
    background-size: 815px 69px;
  }
}
.ordering-steps .steps__item-icon--start-designing {
  background-position: -244px 0;
  width: 48px;
  height: 45px;
}
.ordering-steps .steps__item-icon--submit-order {
  background-position: -297px 0;
  width: 51px;
  height: 44px;
}
.ordering-steps .steps__item-icon--upload-artwork {
  background-position: -353px 0;
  width: 38px;
  height: 47px;
}
.ordering-steps .steps__item-icon--proof-approve {
  background-position: -190px 0;
  width: 49px;
  height: 48px;
}
.ordering-steps .steps__item-icon--print {
  background-position: -126px 0;
  width: 59px;
  height: 42px;
}
.ordering-steps .steps__item-icon--payment {
  background-position: -64px 0;
  width: 57px;
  height: 42px;
}
.ordering-steps .steps__item-icon--dispatch {
  background-position: 0 0;
  width: 59px;
  height: 40px;
}
.ordering-steps .steps__item-name {
  margin: auto 1em;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}


/* EOF status samples */


.sample p {
    margin-bottom: 0;
    font-weight: bold;
}

#user-login, #user-pass {
    max-width: 400px;
    margin: auto;
    width: 100%;
}

.page-user-login ul.tabs, .page-user-password ul.tabs, .page-user ul.tabs {
    text-align: center;
    padding: 0;
}

.page-user-login #main ul li a, .page-user-password #main ul li a, .page-user #main ul li a {
    font-size: 13px;
    padding: 6px 15px;
    margin-bottom: -1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;

    background-color: #be1522;
    color: white;
    border: 0;
}

.page-user-login #main ul li a.active, .page-user-password #main ul li a.active, .page-user #main ul li a.active {
    color: #000;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.breadcrumb li:nth-child(3), .breadcrumb li:nth-child(4), .breadcrumb li:nth-child(5){
    display: none;
}

.admin-menu .block-no-admin {
    display: none;
}

#block-block-1 .content {
    text-align: center;
}

.sample {
    padding: 10px;
}

.views-row-odd .sample {
    background-color: #f2f2f2;
}

.state {
    font-size: 12px;
}

.sample .orange {
    color: orange;
}

.sample .green {
    color: green;
}

.sample .info {
    color: #17a2b8;
}

.sample .red {
    color: #3DA0B2;
}

.sample .state i {
    padding: 4px;
}

.block-icons i {
    margin: 0 5px;
}


#superfish-1-accordion .sf-parent-children-0 {
    max-height: 33px;
}

#superfish-1-accordion .sf-parent-children-0.sf-expanded {
    max-height: inherit;
}

#superfish-1-accordion .sf-clone-parent {
    display: none !important;
}

@media (max-width: 991px) {
    .research_line {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .view-research-lines .views-row {
        width: 50%;
        float: left;
    }
}


.consortium img, .supervisors img {
    /* max-width: 100%;
    width: 200px;
    max-height: inherit; */
    margin: auto;


    max-width: 120px;
    max-height: 120px;
    min-height: auto;
    width: auto;
    height: auto;
}

.consortium table, .supervisors table {
    border: 0;
    margin-top: 40px;
}

.consortium table td, .supervisors table td {
    height: 170px;
    border-top: 1px solid #f2f2f2;
}



.list-unstyled li {
    list-style: none;
}

.list-unstyled {
    padding-left: 0 !important;
}

.vacancies {
    text-align: justify;
}

.vacancies-info {
    background-color: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.vacancies-info a {
    color: #3DA0B2;
    font-weight: bold;
}

.vacancies-info p {
    margin-bottom: 0;
}

.vacancies table p {
    margin-bottom: 0 !important; 
}

.vacancies table td p {
 margin-bottom: 0 !important;    
}

.vacancies table {
    margin-top: 30px;
    border: 0;
}

.vacancies table td {
    text-align: left;
}

.vacancies thead {
    background-color: #3DA0B2;
    color: #fff;
}

.vacancies thead p {
    margin-bottom: 0;
}

.vacancies tbody tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}

#footer h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#footer i {
    border-radius: 50%;
}

#superfish-1 ul li a {
    background-color: #3da0b2c4;
    border: 0;
}

#superfish-1 li ul {
    background-color: transparent !important;
}


.subsubmenu {
    background-color: #29727fc9 !important;
    border-bottom: 0 !important;
}

#superfish-1 li ul {
    min-width: 15em;
}


.parent-subsub::after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 20px;
    border-top: 8px solid #29727fc9;
    top: 22px;

}

#footer .fa-2x {
    font-size: 2.3em;
}


#mapEvent {
    width: 100%;
    min-height: 430px;
}


.training ul li {
  list-style: none; /* Remove default bullets */
  padding-bottom: 10px;
    position: relative;
}

.training ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3DA0B2; /* Change the color */
  font-size: 20px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  height: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position: absolute;
}


.dissemination .btn-large {
    width: 100%;
    height: 150px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.objetives img {
    max-width: 700px;
    margin: auto;
}

.dissemination .journal a .image-bg {
    background-image: url('../images/journal.svg');
    background-size: 70px;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 100px;
}

.dissemination .conference a .image-bg {
    background-image: url('../images/papers.svg');
    background-size: 80px;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 100px;
}

.dissemination .others a .image-bg {
    background-image: url('../images/others.svg');
    background-size: 70px;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 100px;
}

.dissemination .videos-podcast a .image-bg {
    background-image: url('../images/video.svg');
    background-size: 70px;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 100px;
}

.people {
    margin: 0 !important;
    border-top: 0;
}

.people td {
    border: none;
    height: auto;
}

.people img {
    border-radius: 50%;
    max-width: 80px;
}

.people p {
    margin-bottom: 0;
    text-align: left;
}

.consortium a, .supervisors a {
    color: #000;
    font-weight: bold;
}

.consor-people .item {
    display: flex;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.consor-people .item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.p-item {
    display: flex;
    align-items: center;
}

.opacity-0 {
    opacity: 0;
    pointer-events: none;
}

h2.col-md-12 {
    padding-left: 0 !important;
}


@media (max-width: 1059px) {
    #main-navigation ul.menu li a, #main-navigation ul.menu .nolink {
        padding: 5px !important;
        padding-bottom: 6px !important;
    }

    .p-item .col-md-4 {
        padding: 0;
    }

}

@media (max-width: 991px) {
    ul.menu li a.sf-depth-1:hover, ul.menu li a.sf-depth-1.active, ul.menu .active-trail a, ul.menu li a {
        border-bottom: 3px solid transparent !important;
    }

    .subsubmenu {
        background-color: #101010 !important;
    }

    .dissemination .col-md-4 {
        margin: auto;
        margin-bottom: 30px;
    }

    .wps .col-md-8, .wps .col-md-4, .training .col-md-4 {
        min-width: 100%;
    }

    .training .col-md-4 ul {
        margin-bottom: 0;
    }

    .wps .col-md-4 img {
        max-width: 400px;
        margin: auto;
        margin-top: 40px;
    }

    #block-views-blog-block-1 .views-row {
        float: left;
    }

    .contact .col-md-4 {
        margin: auto;
    }

    .consortium table, .supervisors table {
        max-width: 100%;
    }
}

@media (max-width: 859px) {
    .consor-people .item {
        display: inline-block;
    }

    .consor-people .item .people {
        max-width: 100%;
        padding: 0;
    }

    .consor-people .item .logo {
        margin: auto;
        max-width: 200px;        
    }

    .consor-people .item .logo img {
        max-height: inherit !important;
    }

    .consor-people .item .affiliation {
        max-width: 100%;
    }

    .consor-people .item .affiliation p {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    .consor-people .people .p-item .col-md-5 {
        padding: 0 !important;
    }

    section {
        padding: 0 !important;
    }
}




@media (max-width: 767px) {
    .d-flex {
        display: inherit !important;
    }

    #banner h2 {
        font-size: 40px !important;
    }

    #block-block-3 .col-md-4 img{
        max-width: 100%;
    }

    #block-block-2 {
        min-height: auto;
        height: calc(100vh - 73px);
        background-size: cover;
    }

    #block-superfish-1 {
        margin: 0 !important;
    }

    .wps .col-md-4 img {
        width: 100%;
    }

    p, .wps li {
        text-align: justify;
    }

    .wps ul {
        padding-left: 15px;
    }

    #superfish-1-accordion {
        right: 10px;
    }

    .dissemination .image-bg {
        background-size: 50px !important;
        background-position: center !important;
    }

    .consor-people .item {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .people p {
        padding: 0;
    }

    .affiliation {
        padding: 0 !important;
    }

    .consortium {
        overflow: hidden;
    }

    #main-navigation #superfish-1-accordion .nolink::after {
        content: ">";
        transform: rotate(88deg);
        margin-left: 10px;
        width: 10px;
        height: 10px;
        top: 11px;
        display: inline-block;
        position: absolute;
    }

    #main-navigation #superfish-1-accordion .sf-has-clone-parent {
        background-color: #0d3035;
    }
}


@media (max-width: 662px) {
    #banner h2 {
        font-size: 35px !important;
    }

    #logo img {
        margin-left: 15px;
    }

    .team {
        text-align: center;
    }

    .team .col-md-5 {
        margin: auto;
    }
}

