/*
IQmulus
Handcrafted by netpeople.hu
(c) 2014
*/

body {
    font: normal 15px 'Ubuntu', Helvetica, Arial, sans-serif;
    background: url(../img/bg.jpg) top center no-repeat fixed #f1f1f1;
    color: #041236;
    overflow-y: scroll;
    text-align: center;
}

body.sticky-menu {
    padding-top: 52px;
}

.wrapper {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.highlight {
    color: #357fbc;
}

.mezesbodon {
    display: none !important;
}

/* UI elements */
.btn {
    font: bold 16px 'Ubuntu', Helvetica, Arial, sans-serif;
    border: none;
    border-radius: none;
    background: none;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    margin: 0;
    padding: .5em 1.1em;
}

.btn-edit {
    color: #21b573 !important;
    background: none;
}

.btn-edit i.fa {
    color: #21b573;
    margin-right: 5px;
}

.btn-edit:hover,
.btn-edit:hover i.fa {
    color: #1b935d !important;
}

.btn-blue {
    background: #2278be;
    color: #fff !important;
}

.btn-blue i.fa {
    color: #246396;
    margin-right: 5px;
}

.btn-blue:hover {
    background: #247ec8;
}

.btn-deepblue {
    background: #082977;
    color: #fff !important;
}

.btn-deepblue:hover {
    background: #0b2f84;
}

.btn-tiny {
    font-weight: normal;
}

.btn-xs {
    font: normal .85em 'Ubuntu', Helvetica, Arial, sans-serif;
    padding: .5em 1.1em;
}

.btn-xs i.fa {
    margin-right: 2px;
}

.btn-linkedin:before {
    content: ' \f0e1';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #7db8e8;
}

/* Alerts */
.alert {
    width: 93.25%;
    position: relative;
    z-index: 400;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    border: 3px solid #444;
    border-radius: 5px;
    margin: 0 0 15px 0;
    padding: 10px 3%;
}

.alert-green {
    color: #427316 !important;
    border: 3px solid #427316;
}

.alert-red {
    color: #c11d1d !important;
    border: 3px solid #c11d1d;
}

.alert-warning {
    color: #db9807 !important;
    border: 3px solid #db9807;
}

/* Header section */
#header {
    width: 100%;
    height: 130px;
    float: left;
    background: #fff;
    border-bottom: 15px solid #2278be;
}

.index #header {
    border-bottom: none;
}

#header .wrapper {
    width: 1070px;
    height: 130px;
    padding-right: 130px;
    background: url(../img/header-logos.png) right center no-repeat;
}

#header .logo {
    width: 130px;
    height: 90px;
    float: left;
    margin-top: 22px;
    outline: none;
}

#header .logo img {
    width: 130px;
    height: 90px;
    display: block;
}

#header h1 {
    width: 38%;
    float: left;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5em;
    color: #3285a3;
    border-left: 1px solid #c6dee6;
    padding-left: 20px;
    margin: 32px 0 0 20px;
}

#header .login-block {
    position: relative;
    height: 34px;
    float: right;
    margin-top: 50px;
}

#header .login-block ul {
    float: left;
    height: 34px;
    list-style: none;
    margin-right: 20px;
}

#header .login-block ul li {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-top: 7px;
    padding: 0 15px;
    border-right: 1px solid #ddd;
}

#header .login-block ul li:last-child {
    border-right: none;
}

#header .login-block ul li a {
    color: #888;
}

#header .login-block ul li a:hover {
    text-decoration: underline;
}

#header .login-block button {
    float: right;
}

/* Top navigation */
#menu {
    width: 100%;
    height: 52px;
    float: left;
    z-index: 900;
    background: #2278be;
    border-top: 1px solid #70aace;
}

.sticky-menu #menu {
    position: fixed;
    top: 0;
    left: 0;
}

#menu ul {
    width: 70%;
    height: 52px;
    float: left;
    list-style: none;
}

#menu ul li {
    float: left;
    height: 18px;
    margin-top: 17px;
    padding: 0 20px;
    border-right: 1px solid #19598d;
}

#menu ul li:first-child { padding-left: 0; }
#menu ul li:last-child { padding-right: 0; border-right: none; }

#menu ul li a {
    font-size: 16px;
    color: #fff;
}

#menu ul li a:hover {
    color: #dde7f3;
}

/* Search widget */
#menu .search-widget {
    width: 28%;
    height: 52px;
    position: relative;
    float: right;
    margin-top: 12px;
}

#menu .search-widget .search-input {
    width: 75%;
    height: 28px;
    float: right;
    display: inline-block;
    font: normal 13px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 0 2.5%;
    background: #fff;
    border: none;
    outline: none;
}

#menu .search-widget .search-lang {
    width: 17.5%;
    height: 28px;
    float: left;
    display: inline-block;
    font: normal 13px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 0 2.5%;
    margin-right: 1%;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}

#menu .search-widget .search-submit {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: -1px;
    right: 3px;
    font-size: 16px;
    color: #041236;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

/* Home screen */
#home {
    width: 100%;
    min-height: 400px;
    float: left;
    padding: 20px 0;
    background: url(../img/bg.jpg) top center no-repeat #fff;
}

#home-quote {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#home-quote h2.quote {
    font-size: 18px !important;
}

.white-cols {
    width: 64%;
    float: left;
}

#home #two-col-home .col {
    width: 49%;
}

#home #three-col-home .col {
    width: 31.5%;
    margin: 0 0.5%;
}

#home #three-col-home .col:first-child { width: 48.5%; margin: 0 1% 0 0; }
#home #three-col-home .col:last-child { width: 48.5%; float: right; margin: 0 0 0 0; }

#home #two-col-home .col.pull-right,
#home #three-col-home .col.pull-right {
    width: 45%;
    padding: 2%;
}

#home #two-col-home .col.pull-right.glass-black,
#home #three-col-home .col.pull-right.glass-black {
    background: rgba(0, 0, 0, .75);
}

#home #three-col-home .col.pull-right {
    width: 30%;
    margin-bottom: 20px;
}

#home #two-col-home .col.pull-right p.title,
#home #three-col-home .col.pull-right p.title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2f3441;
}

#home .glass-item {
    width: 92%;
    float: left;
    padding: 6% 4%;
    margin-bottom: 25px;
    background: rgba(241, 253, 253, .8);
}

#home .glass-item h2.quote {
    width: 85%;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    line-height: 1.5em;
    color: #1f4f76;
    margin: 10px 7.5%;
    display: inline-block;
}

#home .glass-item h2.quote:before,
#home .glass-item h2.quote:after {
    content: '"';
}

#home .glass-item .home-image {
    width: 33%;
    float: left;
    margin: 0 15px 10px 0;
}

#home .glass-item .home-image img {
    width: 100%;
    float: left;
}

#home .glass-item .home-body {
    width: 100%;
    float: left;
}

#home .glass-item .home-body h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 20px;
}

#home .glass-item .home-body,
#home .glass-item .home-body p,
#home .glass-item .home-body div,
#home .glass-item .home-body li {
    font-size: 15px;
    line-height: 1.5em;
}

#home #two-col-home .glass-item .home-body a,
#home #three-col-home .glass-item .home-body a {
    color: #1f4f76;
    text-decoration: underline;
}

#home #two-col-home .glass-item .home-body .btn,
#home #three-col-home .glass-item .home-body .btn {
    float: left;
    margin-top: 15px;
}

#home #two-col-home .home-news article,
#home #three-col-home .home-news article {
    width: 100%;
    float: left;
    margin: 5px 0 20px 0;
}

#home #two-col-home .home-news article h3,
#home #three-col-home .home-news article h3 {
    width: 80%;
    padding-right: 20%;
    display: block;
    margin-bottom: 10px;
}

#home #two-col-home .home-news article h3 a,
#home #three-col-home .home-news article h3 a {
    color: #2278be;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    text-decoration: none;
}

#home #two-col-home .home-news article .news-body,
#home #three-col-home .home-news article .news-body,
#home #two-col-home .home-news article .news-body p,
#home #three-col-home .home-news article .news-body p,
#home #two-col-home .home-news article .news-body div,
#home #three-col-home .home-news article .news-body div,
#home #two-col-home .home-news article .news-body li,
#home #three-col-home .home-news article .news-body li {
    font-size: 15px;
    line-height: 1.7em;
    color: #fff;
    margin-bottom: 7px;
}

#home #two-col-home .home-news article .news-body a,
#home #three-col-home .home-news article .news-body a {
    color: #fff;
    text-decoration: underline;
}

#home #two-col-home .home-news article .news-image,
#home #three-col-home .home-news article .news-image {
    width: 30%;
    float: right;
    margin: 0 0 10px 10px;
}

#home #two-col-home .home-news article .news-image img,
#home #three-col-home .home-news article .news-image img {
    width: 100%;
    float: left;
    border: 3px solid #fff;
}

/* Random featured partner */
#featured-partner p.subtitle {
    font-size: .9em;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#featured-partner p.title {
    font-size: 2em;
    font-weight: bold;
    color: #2278be;
    display: block;
    margin-bottom: 15px;
}

#featured-partner div {
    display: block;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

#featured-partner .partner-logo {
    width: 30%;
    float: right;
    margin: 0 0 10px 20px;
}

#featured-partner .partner-logo img {
    width: 100%;
    display: block;
}

/* Home - additional-section */
.additional-section {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.additional-section .pull-left {
    width: 45% !important;
}

.additional-section .pull-left .glass-item {
    height: 212px !important;
}

.additional-section .pull-right {
    width: 52% !important;
    padding: 0 !important;
    margin-right: 10px !important;
}

/* Home events */
#three-col-home p.title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #357fbc;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8f4f4;
}

.page-nodes .event-container,
.home-events .event-container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page-nodes .event-container:last-child,
.home-events .event-container:last-child {
    margin-bottom: 0;
}

.page-nodes .event-date,
.home-events .event-date {
    width: 14%;
    float: left;
    margin-top: 5px;
}

.page-nodes .event-date {
    width: 10%;
    margin-top: 0;
}

.page-nodes .event-date .month,
.home-events .event-date .month {
    padding: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #357fbc;
    background-color: #357fbc;
}

.event-container.event-upcoming .event-date .month {
    border: 1px solid #e01031;
    background-color: #e01031;
}

.event-container.event-upcoming .event-content h4 a {
    color: #e01031;
}

.page-nodes .event-date .day,
.home-events .event-date .day {
    padding: 2px;
    font-size: 25px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #cad4d4;
    border-bottom: 1px solid #cad4d4;
    border-left: 1px solid #cad4d4;
}

.page-nodes .event-content,
.home-events .event-content {
    width: 83%;
    float: right;
    padding: 0 0 0 3%;
}

.page-nodes .event-content {
    width: 87%;
}

.home-events .event-content h2 {
    display: block;
    margin-bottom: 7px;
}

.page-nodes .event-content h2 a,
.home-events .event-content h2 a {
    color: #041236;
    font-size: 18px;
    line-height: 1.5em;
}

.home-events .event-content h2 a:hover {
    text-decoration: underline;
}

.page-nodes .event-content p,
.home-events .event-content p {
    font-size: 13px;
    line-height: 1.5em;
}

.home-events .all-link a {
    font-size: 17px;
    font-weight: bold;
    color: #041236;
}

/* Home gallery */
.gallery-section {
    width: 96% !important;
    padding: 2% !important;
}

.gallery-section p.title {
    width: 30%;
    float: left;
    font-size: 30px;
    font-weight: normal;
    color: #092e7c;
    line-height: 110px;
}

.gallery-section .gallery-preview {
    float: right;
    background: #fff;
    padding: 8px 5px 5px 5px;
}

.gallery-section .gallery-preview img {
    display: inline-block;
    height: 110px;
    border: none;
    margin: 0 3px;
}

/* Home login */
.login-section {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.login-popup-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .7);
}

.login-popup-section {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    right: 0;
    z-index: 1900;
}

.login-popup-section .login-widget,
.login-section .login-widget {
    width: 20%;
    float: left;
    padding: 2%;
    background: #357fbc;
}

.login-popup-section .login-widget {
    width: 20%;
    position: absolute;
    top: 50px;
    right: 10%;
    padding: 2%;
    background: #357fbc;
}

.login-popup-section .login-widget p.title,
.login-section .login-widget p.title {
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #458dc8;
}

.login-popup-section .login-widget p.title:after,
.login-section .login-widget p.title:after {
    content: '\f023';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #458dc8;
}

.login-popup-section .login-widget label,
.login-section .login-widget label {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.login-popup-section .login-widget label span,
.login-section .login-widget label span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.login-popup-section .login-widget label .login-input,
.login-section .login-widget label .login-input {
    width: 97%;
    float: left;
    font: normal 14px 'Ubuntu', Helvetica, Arial, sans-serif;ú
    color: #555;
    background: #fff;
    border: none;
    outline: none;
    padding: 5px 1.5%;
}

.login-popup-section .login-widget p,
.login-section .login-widget p {
    display: block;
    font-size: 13px;
    margin-top: 7px;
}

.login-popup-section .login-widget p a,
.login-section .login-widget p a {
    color: #fff;
}

.login-popup-section .login-widget p a:hover,
.login-section .login-widget p a:hover {
    text-decoration: underline;
}

.login-popup-section .login-widget .btn-submit,
.login-section .login-widget .btn-submit {
    width: 100%;
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.login-section .tiny-news {
    width: 70%;
    float: right;
    padding: 2%;
    background: rgba(0, 0, 0, .8);
}

.login-section .tiny-news article {
    width: 45%;
    float: left;
    padding: 10px 2.5%;
}

.login-section .tiny-news article h3 {
    width: 80%;
    padding-right: 20%;
    display: block;
    margin-bottom: 10px;
}

.login-section .tiny-news article h3 a {
    color: #2278be;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    text-decoration: none;
}

.login-section .tiny-news article .news-body,
.login-section .tiny-news article .news-body p,
.login-section .tiny-news article .news-body div,
.login-section .tiny-news article .news-body li {
    font-size: 15px;
    line-height: 1.7em;
    color: #fff;
    margin-bottom: 7px;
}

.login-section .tiny-news article .news-body a {
    color: #fff;
    text-decoration: underline;
}

/* Sidebar boxes */
.sidebar-box {
    width: 90%;
    float: left;
    padding: 5% 5% 12.5% 5%;
    background: url(../img/box-cloud.png) right bottom no-repeat rgba(255, 255, 255, .9);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .05);
    margin-bottom: 15px;
}

.sidebar-box h6 {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #2278be;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d8e1;
}

.sidebar-box ul {
    width: 100%;
    float: left;
    list-style: none;
}

.sidebar-box ul li {
    padding: 4px 0;
}

.sidebar-box ul li a {
    color: #3d5e83;
}

.sidebar-box ul li.selected > a {
    font-weight: bold;
}

.sidebar-box ul li a:hover {
    text-decoration: underline;
}

.sidebar-box ul.sub {
    width: 95%;
    float: right;
    margin: 10px 0;
    padding-left: 5%;
}

.sidebar-box ul.sub li a {
    font-size: 13px;
}

#right .sidebar-banners a {
    width: 60%;
    float: left;
    padding: 10px 20%;
    text-align: center;
}

#right .sidebar-banners a img {
    width: 100%;
    display: block;
}

/* Sidebar search */
#right .search-input {
    width: 94%;
    float: left;
    font: normal 12px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 5px 2.5%;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}

#right .search-btns {
    width: 100%;
    float: left;
    margin-top: 5px;
}

#right .search-btns select {
    width: 55px;
    height: 28px;
    float: right;
    font: normal 12px 'Ubuntu', Helvetica, Arial, sans-serif;
    border: 1px solid #ddd;
    margin-right: 10px;
}

#right .search-btns .search-submit {
    font-size: 13px !important;
    float: right;
}

/* Results */
.sidebar-box.results {
    background: url(../img/box-cloud.png) right bottom no-repeat rgba(206, 228, 240, .9);
}

.sidebar-box.results h6 {
    color: #446f86;
    border-bottom: 1px solid #acc7d5;
}

.sidebar-box.results li a {
    color: #446f86 !important;
}

/* Events */
.sidebar-box.events {
    background: rgba(185, 153, 41, .9);
    padding-bottom: 5%;
}

.sidebar-box.events h6 {
    margin-top: 7px;
    color: #fff;
    border-bottom: 1px solid #cab15c;
}

.sidebar-box.events ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.sidebar-box.events ul li:before {
    content: '\f073';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #cab15c;
    position: absolute;
    top: 7px;
    left: 0;
}

.sidebar-box.events ul li a {
    color: #fff;
}

/* Left navigation */
#left {
    width: 23%;
    float: left;
    padding: 20px 0;
}

#left .all-link a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

/* Main wrappers */
#main {
    width: 52%;
    float: left;
    margin: 20px 0 20px 1.5%;
    padding: 20px 2%;
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .05);
}

.site-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1.page-title {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #2278be;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d0d8e1;
}

/* Forgot my password */
.forgot-form {
    width: 80%;
    float: left;
    padding: 20px 20% 20px 0;
}

.forgot-form label {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.forgot-form label span {
    display: block;
    margin-bottom: 5px;
}

.forgot-form .form-input {
    width: 94%;
    float: left;
    font: normal 12px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 5px 2.5%;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
}

/* Page body */
.page-body {
    width: 100%;
    position: relative;
    float: left;
}

.page-body,
.page-body div,
.page-body p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.page-body .stressed-text {
    color: #2278be;
    font-weight: bold;
    text-transform: uppercase;
}

.page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
    font-family: 'Ubuntu', Georgia, serif;
    font-weight: bold;
    line-height: 1.3em;
    color: #2278be;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-body h2 { font-size: 28px; }
.page-body h3 { font-size: 24px; }
.page-body h4 { font-size: 20px; }
.page-body h5 { font-size: 18px; }
.page-body h6 { font-size: 14px; }

.page-body ul, .page-body ol {
    width: 96%;
    margin: 10px 0 20px 4%;
}

.page-body ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.page-body ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}

.page-body a,
.page-body td a {
    color: #2278be;
    text-decoration: underline;
}

.page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 20px 0;
}

.page-body table td,
.page-body table th {
    padding: 5px 0;
    border: none;
    vertical-align: top;
}

.page-body table td div,
.page-body table td p {
    margin-bottom: 0;
    line-height: 1.3em;
}

.page-body .red-text {
    color: #c11d1d;
    font-weight: bold;
}

.page-body .stressed-text {
    color: #2278be;
    font-weight: bold;
}

.page-body ul.cloud-list {
    width: 97%;
    padding-left: 3%;
}

.page-body ul.cloud-list li {
    width: 97%;
    position: relative;
    list-style: none;
    padding: 3px 0 3px 3%;
}

.page-body ul.cloud-list li:before {
    content: '\f0c2';
    position: absolute;
    top: 5px;
    left: -12px;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #2278be;
}

.page-body ul.cloud-list li ul li:before {
    content: '\f0da';
}

.page-body img {
    max-width: 100% !important;
}

/* Subpages */
.page-nodes {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.page-nodes article {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d0d8e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-nodes article:last-child {
    border-bottom: none;
}

.page-nodes article h4 {
    display: block;
    margin-bottom: 10px;
}

.page-nodes article h4 a {
    font-size: 17px;
    font-weight: bold;
    color: #2278be;
}

.page-nodes article h4 a:hover {
    text-decoration: underline;
}

.page-nodes article .lead-image {
    width: 25%;
    float: right;
    margin: 0 20px 20px 0;
}

.page-nodes article .lead-image img {
    width: 100%;
    padding: 1%;
    border: 1px solid #ddd;
    display: block;
}

.page-nodes article .btn-tiny {
    float: left;
    margin-top: 5px;
    font-size: 12px;
}

.empty-results {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
}

.empty-results i.fa {
    display: block;
    font-size: 70px;
    color: #ddd;
}

/* Page Gallery */
.page-gallery .page-gallery-images {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page-gallery .page-gallery-images a {
    width: 30%;
    padding: 1.25%;
    display: inline-block;
}

.page-gallery .page-gallery-images a span.image-caption {
    width: 95%;
    float: left;
    background: #f4f4f4;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    padding: 10px 2.5%;
    text-align: center;
}

.page-gallery .page-gallery-images a img {
    max-width: 100%;
    display: block;
}

/* Search Module */
.search-results article.search-item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d0d8e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search-results article.search-item h4 a {
    font-size: 17px;
    font-weight: bold;
    color: #2278be;
}

.search-results .result-text {
    margin-top: 10px;
}

/* Signup Module */
.signup-module {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.signup-module .form-group {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 1em;
}

.signup-module .form-group.submit {
    float: right;
}

.signup-module .form-group label {
    display: block;
    margin-bottom: .25em;
}

.signup-module .form-group select,
.signup-module .form-group input[type="text"] {
    width: 40%;
    height: 28px;
    float: left;
    font: normal 13px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 0 1.5%;
    background: #fff;
    border: 1px solid #d0d8e1;
    outline: none;
}

/* Page Node Filter */
.page-node-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d8e1;
}

.page-node-filter .form-group {
    display: inline-block;
    margin-right: .5em;
}

.page-node-filter .form-group.submit {
    float: right;
}

.page-node-filter .form-group select,
.page-node-filter .form-group input[type="text"] {
    width: 95%;
    height: 28px;
    float: left;
    font: normal 13px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 0 2.5%;
    background: #fff;
    border: 1px solid #d0d8e1;
    outline: none;
}

.page-node-filter .form-group.first {
    width: 23%;
}

.page-node-filter .form-group select {
    width: 100%;
}

/* People module */
.people-module {
    width: 100%;
    float: left;
}

.people-module .people-image {
    width: 25%;
    float: left;
    margin-right: 3%;
}

.people-module .people-image img {
    width: 100%;
}

.people-module .people-content {
    width: 72%;
    float: right;
}

.people-module .people-content .page-body .btn-linkedin {
    float: left;
    margin-top: 20px;
}

/* Document module */
.document-module {
    display: table;
    width: 100%;
}

.document-module thead tr td {
    font-weight: bold;
    font-style: italic;
}

.document-module tr td:nth-child(3),
.document-module tr td:nth-child(4),
.document-module tr td:nth-child(5) {
    text-align: center;
}

.document-module tr.linked td,
.document-module tr.linked td a {
    color: #2278be;
}

.document-module tr td {
    display: table-cell;
    padding: .5em 1em;
    font-size: 80%;
    vertical-align: top;
    border-bottom: 1px solid #d0d8e1;
}

.document-module tr td a {
    text-decoration: underline;
}

.document-module tr:hover {
    background-color: #d0d8e1;
}

/* Project users */
.project-users {
    width: 100%;
    float: left;
}

.project-users thead tr td {
    font-weight: bold;
    font-style: italic;
}

.project-users tr.linked td,
.project-users tr.linked td a {
    color: #2278be;
}

.project-users tr td {
    padding: .5em 1em;
    font-size: 80%;
    vertical-align: middle;
    border-bottom: 1px solid #d0d8e1;
}

.project-users tr td a {
    text-decoration: underline;
}

.project-users tr td img {
    width: 100px;
    margin-left: 20px;
    display: block;
}

.project-users tr td span {
    margin-top: 2em;
    display: block;
    text-align: center;
}

/* Publication module */
.publication-module {
    display: table;
}

.publication-module tr td {
    display: table-cell;
    padding: 1em .5em;
    vertical-align: top;
    border-bottom: 1px solid #d0d8e1;
}

.publication-module tr td i {
    font-size: 3em;
    color: #cdcdcd;
}

.publication-module tr td h3 {
    font-size: 20px;
    color: #041236;
    margin-bottom: 20px;
}

.publication-module tr td h3 a {
    font-size: 20px;
    color: #041236;
    text-decoration: underline;
}

.publication-module tr td p {
    margin: 10px 0;
}

.publication-module tr td p a.btn-download {
    float: left;
    margin-top: 10px;
}

/* Pagination */
.pagination {
    width: 100%;
    float: left;
}

.pagination ul {
    padding: 5px 0;
    text-align: center;
    list-style: none;
}

.pagination ul li {
    margin: 0 10px;
    display: inline-block;
    border-radius: 1px;
    border: 1px solid #d0d8e1;
}

.pagination ul li a {
    width: 30px;
    padding: 5px 0;
    font-weight: normal;
    color: #2278be;
    display: block;
    text-decoration: none;
}

.pagination ul li a:hover {
    background-color: #ececec;
}

.pagination ul li a.selected {
    font-weight: bold;
    color: #fff;
    background-color: #2278be;
}

/* Linkedin Share btn */
span.linkedin-share-btn {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

/* Login status */
.login-status {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 80%;
    color: #246396;
}

.login-status-error {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 80%;
    color: #c11d1d;
}

/* Edit controls */
.edit-controls {
    display: inline-block;
}

/* Popup */
div.popup-layer {
    display: none;
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 40px 0;
    z-index: 800;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, .6);
}
section.popup {
    display: none;
    width: 130%;
    position: absolute;
    top: -5%;
    left: 50%;
    margin-left: -65%;
    margin-bottom: 20%;
    z-index: 900;
    background-color: #fff;
    border-radius: 1px;
}
section.popup header {
    width: 100%;
    height: 2.5em;
    background-color: #2278be;
    color: #fff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
section.popup header h2 {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
    padding-top: .35em;
}
section.popup header span.close {
    position: absolute;
    top: .7em;
    right: 13px;
    cursor: pointer;
}
section.popup header span.close:hover {
    padding: 0.3em 0.5em;
    margin: -0.35em -0.50em 0 0;
    background-color: #246396;
    border-radius: 2px;
}
section.popup div.popup-content {
    width: 96%;
    padding: 20px 2%;
    text-align: left;
    font-size: 14px;
}
section.popup div.popup-content p { margin: 0; }
section.popup div.popup-content .btn-ok {
    display: block;
    margin: 2em auto 0;
    padding: 0.3em 2em;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    background-color: #99258f;
}

section.popup div.popup-content .btn-ok:hover {
    background-color: #7e1e76;
}

section.popup div.popup-content .element-group {
    width: 96%;
    padding: .5em 2%;
    display: block;
}

section.popup div.popup-content .element-group .form-group {
    width: 100%;
    margin: .5em 0;
}

section.popup div.popup-content .element-group .form-group.fg-half {
    width: 48%;
    display: inline-block;
}

section.popup div.popup-content .element-group .form-group.fg-half:last-child {
    float: right;
}

section.popup div.popup-content .element-group .form-group.fg-half input[type="text"] {
    width: 95%;
    padding: 0 2.5%;
}

section.popup div.popup-content .element-group h3 {
    font-size: 2em;
    margin-bottom: .5em;
    color: #2278be;
}

section.popup div.popup-content .element-group label {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-style: bold;
    display: block;
}

section.popup div.popup-content .element-group select,
section.popup div.popup-content .element-group input[type="text"] {
    width: 98%;
    height: 28px;
    font: normal 13px 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #555;
    padding: 0 1%;
    background: #fff;
    border: 1px solid #d0d8e1;
    outline: none;
}

section.popup div.popup-content .element-group input[type="text"]:focus,
section.popup div.popup-content .element-group input[type="text"]:active {
    outline: 2px solid #2278be;
}

/* Create new event popup */
#event-create .event-details {
}

/* Right sidebar */
#right {
    width: 18%;
    float: right;
    margin: 0 0 20px 0;
    padding: 20px 0;
}

/* Footer section */
#footer {
    width: 100%;
    float: left;
}

#footer .wrapper {
    text-align: center;
}

.index #footer .footer-legal {
    background: #f1f1f1;
}

#footer .footer-legal {
    background: #fff;
    padding: 30px 0;
}

#footer .footer-legal p {
    font-size: 18px;
    line-height: 1.5em;
    color: #93979d;
}

#footer .footer-legal p a {
    font-size: 13px;
    color: #93979d;
    text-decoration: underline;
}

#footer .footer-partners {
    background: #fff;
    padding: 15px 0 5px 0;
}

#footer .footer-partners p.title {
    font-size: 24px;
    font-weight: bold;
    color: #adadad;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

#footer .footer-logos {
    width: 80%;
    background: #fff;
    padding: 5px 10%;
    text-align: center;
}

#footer .footer-logos a {
    width: 9.5%;
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

#footer .footer-logos img {
    width: 100%;
    max-height: 80px;
    vertical-align: middle;
    line-height: 80px;
}