@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

/* *
 * Fonts */
@@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format('truetype');
}

@@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format('truetype');
}

/* *
 * Global variables */
:root {
    --title-font: 'Montserrat', sans-serif;
    --basic-font: 'Open Sans', sans-serif;
    --fontsize-desktop: 16px;
    --fontsize-mobile: 12px;
}

/* *
 * Reset some basic elements */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
    margin: 0;
    padding: 0;
}

/* *
 * Basic styling */
body {
    font-family: var(--basic-font);
    text-align: justify;
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/* *
 * Set `margin-bottom` to maintain vertical rhythm */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
    margin-bottom: 15px;
}

p {
    font-family: var(--basic-font);
    font-size: var(--fontsize-desktop);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1,
h2,
h3 {
    font-family: var(--title-font);
}

ul {
    margin-left: 25px;
    text-align: left;
}

/* *
 * `main` element */
/* *
 * Images */
img {
    max-width: 100%;
    vertical-align: middle;
}

/* *
 * Figures */
figure > img {
    display: block;
}

figcaption {
    font-size: 14px;
}

/* *
 * Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}

/* *
 * Links */
a {
    color: #2a7ae2;
    text-decoration: none;
}

a:visited {
    color: #1756a9;
}

a:hover {
    color: #111;
    text-decoration: underline;
}

.social-media-list a:hover {
    text-decoration: none;
}

.social-media-list a:hover .username {
    text-decoration: underline;
}

/* *
 * Blockquotes */
blockquote {
    color: #828282;
    border-left: 4px solid #e8e8e8;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: italic;
}

blockquote > :last-child {
    margin-bottom: 0;
}

/* *
  * Mobile Version of Website */
.mobileVersion {
    display: none;
}

@media screen and (max-width: 768px) {
    /* mobile version is displayed as block */
    .mobileVersion {
        display: block;
    }

    /* desktop version is disabled */
    .desktopVersion {
        display: none;
    }

    p,
    ul,
    a,
    li {
        font-size: var(--fontsize-mobile) !important;
    }

    .lp-wordcloud {
        float: none !important;
        padding: 0 !important;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 20px auto !important;
    }

    .lp-ul li div {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: justify !important;
    }

    .lp-li-title {
        padding-bottom: 10px;
    }

    #lp-container {
        margin: 100px 2% 0 2%;
        padding-bottom: 20px;
    }

    .content {
        padding: 5% !important;
    }

    figcaption {
        font-size: 12px;
    }
}

/* *
  * Title front page, hub and ddem */
h1.front-title {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    padding-top: 120px;
    font-family: var(--title-font);
}

h1.backdoor-title {
    font-size: 30px;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Montserrat';
    text-align: center;
}

.front-icon {
    margin-bottom: 0;
    width: 100%;
    max-width: 400px;
    align-content: center;
}

p.backdoor-description {
    text-align: center;
    padding-bottom: 80px;
}

.panel {
    margin: 0 auto;
    width: 80%;
    height: 100%;

    /* background-color: yellow; */
}

.eye-post-content-img {
    max-width: 1000px;
    width: 130%;
}

@media screen and (max-width: 768px) {
    .eye-post-content-img {
        width: 100%;
    }
}

.eye-title-posts {
    text-decoration: none;
    color: #DD2461;
}

.eye-title-posts:visited,
.eye-title-posts:hover {
    color: #912461;
    text-decoration: none;
}

.vertical {
    width: 1px;
    z-index: 10;
    background-color: black;
    height: 90%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.monitoring {
    text-align: center;
    margin: -30px 20% 30px 20%;
    padding: 20px;
    background-color: #dd2461;
}

.monitoring h2 {
    color: #ffffff;
    text-decoration: underline;
}

.monitoring a {
    color: #ffffff;
    font-family: var(--title-font);
    text-decoration: none;
}

#primary-col {
    width: 60%;

    /* background-color: lightblue; */
    display: inline-block;
}

#secondary-col {
    width: 40%;
    background-color: #DD2461;
    display: inline-block;
}

#primary-col,
#secondary-col {
    position: relative;
    max-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#primary-col {
    margin: 10px 0 10px 10px;
}

#secondary-col {
    margin: 10px 10px 10px 0;
}

#primary-col h1,
#secondary-col h1 {
    text-align: center;
    margin: 40px auto;
}

#primary-col h1 {
    background-color: #DD2461;
    color: white;
}

#secondary-col h1 {
    background-color: white;
}

#secondary-col h2 {
    color: white;
}

#secondary-col.eye-title-posts,
#secondary-col a {
    color: white;
}

#secondary-col a:visited {
    color: #e6e7e8;
}

.col-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hline {
    width: 30%;
    margin: 0 auto;
    height: 0;
    border-top: 1px solid #061A40;
}

.entry {
    margin: 10px auto 40px auto;
}

.entry p {
    margin-bottom: 40px;
}

.content {
    padding: 0 40px 40px 40px;
}

/* *
  * front-page container */
@media screen and (max-width: 768px) {
    #front-container {
        margin-bottom: 10% !important;
    }

    #front-navigation {
        display: block;
        padding-top: 25px !important;
        padding-bottom: 10% !important;
    }
}

#front-container {
    margin-bottom: 50px;
}

#front-navigation {
    display: block;
    padding-top: 50px;
    padding-bottom: 150px;
}

.fixed-upper-container {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
    height: 100px;
    display: block;
    border-bottom-style: solid;
    background-color: #fdfdfd;
    border-bottom-color: #C7C7C7;
    border-bottom-width: 1px;
}

h2.header-title {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    padding-top: 30px;
    font-family: var(--title-font);
}

@media screen and (max-width: 768px) {
    h2.header-title {
        text-align: right;
        width: 200px;
        float: right;
        font-weight: 900;
        font-size: 25px;
        padding-top: 5px;
        padding-right: 5px;
        font-family: var(--title-font);
    }
}

/* *
  * main navigation bar */
#menu {
    z-index: 1000;
    position: relative;
}

/* digdem logo */
.navbar-icon {
    width: 100%;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    font-size: calc(var(--fontsize-desktop)*2);
    top: 0;
    right: 10px;
    margin-left: 10px;
}

/* *
  * Menu (Sidebar) */
/* Sidebar */
.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

/* the outer conter for the navbar */
.main-menu {
    position: fixed;
    height: 100%;
    width: 0;
    background-color: #f9f9f9;
    border-right-style: solid;
    border-right-color: #e8e8e8;
    border-right-width: 1px;
    display: block;
    overflow-x: hidden;

    /* Disable horizontal scroll */
    z-index: 1000;

    /* Stay on top */
    top: 0;

    /* Stay at the top */
    left: 0;
    padding-top: 0px;
    -webkit-transition: width .25s linear;
    transition: width .25s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    text-transform: uppercase;
}

.main-menu>ul {
    margin: 10px 0 0 0px;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
    padding-left: 0px;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: bolder;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1 linear;
    transition: all .1s linear;
    padding-left: 10px;
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 250px;
    padding-left: 0px;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:visited {
    color: #2a7ae2;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding-left: 10px;
}

li.has-subnav ul {
    display: none;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1600ms, visibility 1600ms;
    transition: opacity 1600ms, visibility 1600ms;
}

li.has-subnav:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    background-color: #F8C5CC;
}

.area {
    float: left;
    background: #F8C5CC;
    width: 100%;
    height: 100%;
}

nav.main-menu>ul>li.has-subnav>ul>li {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .main-menu .nav-text {
        font-size: 25px;
    }

    li.has-subnav ul {
        font-size: 25px;
    }

    li.has-subnav:hover ul {
        font-size: 25px;
    }

    nav ul,
    nav li {
        font-size: 25px;
    }
}

/* *
 * Tables */
table {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    color: #3f3f3f;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

table tr:nth-child(even) {
    background-color: #f7f7f7;
}

table th,
table td {
    padding: 10px 15px;
}

table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9;
}

table td {
    border: 1px solid #e8e8e8;
}

.row {
    float: left;
    text-align: center;
    display: table;
    width: 100%;
}

.row:after,
.row:before {
    content: "";
    display: table;
    clear: both;
}

.third {
    float: left;
    width: 30%;
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
    .third {
        width: 197px;
    }
}

/* *
 * Site header */
.site-header {
    border-top: 5px solid #424242;
    border-bottom: 1px solid #e8e8e8;
    min-height: 55.95px;
    position: relative;
}

.site-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -1px;
    margin-bottom: 0;
    float: left;
}

.site-title,
.site-title:visited {
    color: #424242;
}

/* *
 * buttons front */
@media screen and (max-width: 768px) {
    /* adjusted font-size */
    .buttons-center a {
        font-size: calc(var(--fontsize-desktop)*1) !important;
    }

    .fixed-container {
        width: 100 %;
    }

    .mainmenu {
        width: 100 %;
    }

    .submenu {
        width: 100 %;
    }

    .closebtn {
        font-size: calc(var(--fontsize-desktop)*2.5) !important;
    }

    .nav-site {
        font-size: calc(var(--fontsize-desktop)*1.5) !important;
    }

    .nav-site li {
        font-size: calc(var(--fontsize-desktop)*1.5) !important;
    }

    .nav-site li a {
        font-size: calc(var(--fontsize-desktop)*1.5) !important;
    }
}

.buttons-center {
    text-align: center;
    margin: 0 auto;
}

.buttons-center a {
    font-family: var(--title-font);
    font-weight: 900;
    font-size: 30px;
    padding: 10px 10px 5px 10px;
    height: 100%;
    border: none;
    text-decoration: none;
    position: relative;
    color: black;
    display: inline-flex;
    height: 40px;
    transition: 0.5s;
}

.buttons-center a:hover {
    background-color: rgba(221, 36, 97, 1);
    opacity: 1;
    color: white;
    text-decoration: none;
    height: 55px;
}

.vr {
    height: 55px;
    display: inline-block;
}

.vm {
    height: 55px;
    display: inline-block;
}

.vl {
    height: 55px;
    display: inline-block;
}

.ll {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 900;
    background-color: #fdfdfd;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    height: 100%;
    border: none;
    text-decoration: none;
    position: relative;
    color: black;
    display: inline-flex;
    height: 40px;
    transition: 0.5s;
}

.ll:hover {
    background-color: rgba(221, 36, 97, 1);
    opacity: 1;
    color: white;
    text-decoration: none;
    height: 40px;
}

.icon-img {
    border-radius: 50%;
}

.under {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.over {
    position: absolute;
    left: 86px;
    top: 86px;
    z-index: -1;
}

.small-over {
    background-color: #D1B280;
    position: absolute;
    left: 250px;
    top: 120px;
    z-index: -1;
}

.logo {
    position: relative;
}

.language-selection {
    text-decoration: none !important;
    color: black !important;
    vertical-align: middle;
    display: inline-block;
    font-size: calc(var(--fontsize-desktop)*1);
}

.language-selection::after {
    content: ' ';
    padding-right: 5px;
    padding-left: 5px;
}

.language-list {
    text-decoration: none !important;
    color: black !important;
    vertical-align: middle;
}

.language-list {
    text-align: left !important;
}

/* Change the link color to #111 (black) on hover */
img[alt=sim] {
    width: 100vw !important;
    margin: 30px 0;
    display: block;
}

/* *
 * Wrapper */
.page-content-wrapper {
    transition: margin-left .5s;
    max-width: -webkit-calc(1200px - (40px * 2));
    max-width: calc(1000px - (40px * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .page-content-wrapper {
        transition: margin-left .5s;
        max-width: -webkit-calc(768px - (40px));
        max-width: calc(768px - (40px));
        padding-right: 20px;
        padding-left: 20px;
    }
}

.page-content-wrapper img {
    display: block;
    z-index: -1;
    max-width: -webkit-calc(1200px - (40px * 2));
    max-width: calc(1000px - (40px * 2));
    margin-right: auto;
    padding: 40px 40px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.references {
    list-style-type: none;
}

ul.references li {
    padding-bottom: 10px;
    font-size: 75%;
}

/* *
 * Clearfix */
.page-content-wrapper:after,
.footer-col-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* *
 * Site footer */
@media screen and (max-width: 768px) {
    .footer-col-wrapper a,
    ul,
    p {
        font-size: calc(var(--fontsize-mobile)*0.8);
    }
}

.footer-icon {
    height: 100px;
    float: left !important;
    margin-left: 0 !important;
    margin-top: -60px;
    display: inline-block !important;
}

.site-footer {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
}

.footer-heading {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: var(--title-font);
}

.contact-list,
.social-media-list {
    list-style: none;
    margin-left: 0;
}

.footer-col-wrapper {
    font-size: 15px;
    color: #828282;
    width: 100%;
}

.footer-col {
    float: left;
    margin-bottom: 15px;
    padding-left: 15px;
}

.footer-col-1 {
    width: -webkit-calc(35% - (30px / 2));
    width: calc(35% - (30px / 2));
}

.footer-col-2 {
    width: -webkit-calc(20% - (30px / 2));
    width: calc(20% - (30px / 2));
}

.footer-col-3 {
    width: -webkit-calc(45% - (30px / 2));
    width: calc(45% - (30px / 2));
}

@media screen and (max-width: 800px) {
    .footer-col-1,
    .footer-col-2 {
        width: -webkit-calc(50% - (30px / 2));
        width: calc(50% - (30px / 2));
    }

    .footer-col-3 {
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2));
    }
}

@media screen and (max-width: 600px) {
    .footer-col {
        float: none;
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2));
    }
}

/* *
 * Page content */
@media screen and (max-width: 768px) {
    .page-content {
        padding: 0 !important;
    }
}

.page-content {
    padding: 30px 0;
    flex: 1;
}

.page-heading {
    font-size: 32px;
}

.post-list-heading {
    font-size: 28px;
}

.post-list {
    margin-left: 0;
    list-style: none;
}

.post-list > li {
    margin-bottom: 30px;
}

.post-meta {
    font-size: 14px;
    color: #828282;
}

.post-link {
    display: block;
    font-size: 24px;
}

.hr-content {
    width: 67%;
    height: 1px;
    text-align: center;
    margin-left: -15px;
    margin-bottom: 15px;
    color: #F394A4;
    background-color: #F394A4;
}

/* *
 * Posts */
.post-header {
    margin-bottom: 30px;
    margin-top: 120px;
}

.post-title {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1;
}

@media screen and (max-width: 800px) {
    .post-title {
        font-size: 36px;
    }
}

.post-content {
    margin-bottom: 30px;
}

.post-content h2 {
    font-size: 32px;
}

@media screen and (max-width: 800px) {
    .post-content h2 {
        font-size: 28px;
    }
}

.post-content h3 {
    font-size: 26px;
    padding-top: 20px;
}

@media screen and (max-width: 800px) {
    .post-content h3 {
        font-size: 22px;
    }
}

.post-content h4 {
    font-size: 20px;
}

@media screen and (max-width: 800px) {
    .post-content h4 {
        font-size: 18px;
    }
}

textarea {
    width: 100%;
    -webkit-box-sizing: border-box;

    /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box;

    /* FF1+ */
    box-sizing: border-box;

    /* Chrome, IE8, Opera, Safari 5.1 */
}

/* Cookie Consent Begin */
.cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 30px;
    font-size: 14px;
    color: #F8DFE2;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.cookieConsent a {
    color: #F394A4;
    text-decoration: none;
}

.closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

.closeCookieConsent:hover {
    color: #F394A4;
}

.cookieConsent a.cookieConsentOK {
    background-color: #DD2461;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

.cookieConsent a.cookieConsentOK:hover {
    background-color: #F8DFE2;
}

/* Cookie Consent End */
/* *
 * Icons */
.svg-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #828282;
    padding-right: 0px;
    vertical-align: text-top;
}

.icon-ii {
    transform: scale(1.5);
    width: 25px;
    height: 25px;
    padding-top: 10px;
    padding-left: 0px;
    display: inline-block;
    fill: #828282;
    vertical-align: text-top;
}

.icon-iii {
    transform: scale(1.5);
    width: 25px;
    height: 25px;
    padding: 0px 0px 0px  15px;
    display: inline-block;
    fill: #828282;
    vertical-align: text-top;
}

.social-media-list li + li {
    padding-top: 5px;
}

.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* *
 * Slider */
/* Slideshow container */
.mySlides {
    display: none;
}

.slideshow-container {
    max-width: 525px;
    position: relative;
    margin: 0 auto;
    height: 250px;
    background-color: #F8C5CC;
    border-radius: 5px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 8s;
    animation-name: fade;
    animation-duration: 8s;
}

@-webkit-keyframes fade {
    from {
        opacity: .8;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .8;
    }

    to {
        opacity: 1;
    }
}
}
