/*
    Theme Name: Anyar
    Theme URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#3c3950;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:16px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#3dbdbe; /* #333 */
}
a:hover {
	color: #c24a65;
	text-decoration: none;
	}

.btn {
	margin-top:20px;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #fff;
	color:#999;
}

.btn-default {
	color: #999;
	background-color: #fff;
	border-color: #fff;
}

.btn:hover {
	color: #fff;
	background-color: #C24A65;
	border-color: #C24A65;
	padding: 10px 20px;
}

.btn:hover span {
  color: #fff;
}

.btn:active {
  color: #fff;
  background-color: #C24A65;
  border-color: #C24A65;
  padding: 10px 20px;
}

.btn-success {
  color: #fff;
  background-color: #3dbdbe;
  border-color: #3dbdbe;
  padding: 10px 20px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;
	font-size: 25px;
	color:#3dbdbe;
	text-transform:uppercase;
	font-weight:900;
}

@media (max-width: 768px) {
  .navbar-brand {
      margin-top:0;
      padding-top:0;
  }
}
.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
}

.menu ul.nav-tabs li {
	color:#000;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius:0;
	color:#3c3950;
	padding:30px;
}

.nav-tabs > li > a:hover {
	color: #3dbdbe;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #3dbdbe;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*===========================
  Slider
============================ */
.slider {
  position: relative;
  padding:50px;
  background:#f8f8f8;
  padding-top:130px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -35px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 1px solid #3dbdbe;
	border-radius:50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#fff;
	background:#3dbdbe;
}

#carousel-slider a i:hover {
  background:#deae62;
  color:#fff;
  border: 1px solid #3dbdbe;
}

#carousel-slider
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:50px
}

#carousel-slider .carousel-control.right i {
  right: 50px;
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right {
  background: none;
}

/*===========================
  About
============================ */
#about  {
	margin-top:-70px;
	padding:40px;
}

.center h2{
  font-size: 36px;
  margin-top: 10rem;
  margin-bottom: 10px;
  text-align:center;
  color:#3c3950;
  text-transform:uppercase;
  font-weight:600;
}

.lead {
	text-align:center;
	font-size:18px;
	margin-bottom:50px;
}

/* --- progress --- */
.progress {
	height: 40px;
}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.panel-group .panel{
 border-radius:4px;
}

.panel-heading{
	border-radius:4px;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}


.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 40px;
  line-height: 38px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #3dbdbe;
  color:#fff;
  border-radius:4px;
}

.panel-heading.active a.accordion-toggle i{
  background: #3dbdbe;
  color: #fff;
  border-radius:4px;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #3dbdbe;
  color: #fff;
}

/*===========================
  Services
============================ */
#services {
	padding:100px;
	background:#f6f6f6;
}

#services img {
	padding-top:30px;
	margin-bottom:30px;
}

#services h3 {
	margin-bottom:30px;
}

#feature {
	padding:80px;
}

#feature i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#3dbdbe;
	border-radius:50%;
}

#feature h3 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	color: #333;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #3dbdbe;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

#contact {
	background:#f6f6f6;
	padding:100px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 530px;
}

#sendmessage {

}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

.center h3{
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}

/*===========================
  Footer
============================ */
footer {
	padding:50px;
	background:#fff;
	color: #3c3950;
	/* background:#3dbdbe;
	padding:30px; */
}

footer p {
	color: #3c3950;
}

footer li {
	color: #3c3950;
}

footer h4 {
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#3c3950;
}

.contact-info {
	color:#333;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
	margin-top:20px;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	background-image: none;
	border-radius: 4px;
	background-color: #fff;
}

ul.social-network {
	list-style:none;
	margin-top:20px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-footer  {
	background:#3dbdbe;
	padding:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 50px;
	font-size:25px;
	margin-left:-10px;
}

ul.social-network li a {
	color:#d0d0d0;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
  color: #C84941;
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ;
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}

.copyright {
	margin-top:30px;
}

.copyright a {
	color:#000;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

.nav_center {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 2px solid #ddd;
}


img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 3px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        left: 50%;
        top: 20px;
        bottom: 20px;
        margin-left: -4px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        width: 50%;
        float: right;
        margin-bottom: 70px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -22px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #3dbdbe; /*00a651*/
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #585a5b; /*21a9e1*/
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #c24a65; /*cc2424*/
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1.7em;
                margin-left: 70px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }

time > span {
	color: #000;
}

#mask_timeline {
	margin-top: 36rem;
}

.main_dark {
	color: #3c3950;
}
.main_light {
	color: #c24a65;
}

#accordion1 > .panel {
	background-color: #3dbdbe;
}

#accordion2 > .panel {
	background-color: #3c3950;
}

#accordion3 > .panel {
	background-color: #c24a65;
}

#accordion4 > .panel {
	background-color: #585a5b;
}

.accordion h4 {
	color: #fff;
}

.accordion p {
	color: #fff;
	font-size: 16px;
}

.hashtag_main a {
	color: #fff;
	font-size: 24px;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	border: 2px dotted transparent;
	padding: 2px;
}
.hashtag_main a:hover {
	border: 2px dashed #fff;
	border-radius: 4px;
}

.hashtag_main {
	padding-top: 8px;
  padding-bottom: 8px;
  /*padding-right: 8px;
  padding-left: 8px;
  display: inline-block;*/
}

.iframe_custom_lda {
	min-height: 860px;
	min-width: 1240px;
}

.zoom_on_hover {
  height: 500px;
	transform: scale(0.9);
  transition: transform .5s ease;
}
.zoom_on_hover:hover {
  transition: transform .5s ease;
	transform: scale(1.0);
}

 .node {
  cursor: pointer;
}

.node-bubbles:hover {
  stroke: #000;
  stroke-width: 1.5px;
}

.node--leaf {
  fill: #fff;
}

.label {
  font: 16px "Open Sans", Open Sans, Arial, sans-serif;
  text-anchor: middle;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.label,
.node--root,
.node--leaf {
  pointer-events: none;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3dbdbe;;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.panel h4 {
	font-size: 24px;
}

.ngi-short-topic-list {
  margin: 0px auto;
  max-width: 40vw;
}

.ngi-box-description {
  position: relative;
  overflow: hidden;
  text-align: justify;
  line-height: 1.2;
  display: none;
  height: 100%;
}

.ngi-box-description-sent {
  position: relative;
  overflow: hidden;
  text-align: justify;
  line-height: 1.2;
  display: none;
  height: 100%;
  padding: 20px;
}



.ngi-box {/*
  margin-top: 15px;
  margin-bottom: 15px;*/
  font-size: 16px;
  text-align: middle;
}

.ngi-box img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ngi-box span {
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 15px;
}

.ngi-box-disabled{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #bbb;
}

.ngi-box-description-visible {

  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  display: inline;
}



/*.descriptions-center-show {
flex: 0 0 0 !important;
  -moz-transition: 5s ease-in;
  -webkit-transition: 5s ease-in;
  transition: 5s ease-in;
  width: 1px !important;
  display: block;
}*/

.descriptions-center-hide {

  width: 0px;
  /*display: none;*/
}

.ngi-box {
  cursor: pointer;
}

.ngi-box-disabled span {
  display: inline-block;
  margin-top: 8px;
}

.ngi-box:hover {
  color: #c24a65;
}

#descriptions-left {
  text-align: left;
}
#descriptions-left-sent {
    overflow: hidden;
  text-align: left;
}
#descriptions-right {
  text-align: right;
}

.short-topic-list .row {
  border-bottom: 3px solid #3dbdbe;
}

.descriptions-center {
    overflow: hidden;
    max-height: 500px;
    width: 0px;
    -webkit-transition: all 1.5s ease-in-out ;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}
.descriptions-center-sent {
    overflow: hidden;
    max-height: 1000px;
    width: 0px;
    -webkit-transition: all 1.5s ease-in-out ;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}

.ngi-all-topics:hover > .descriptions-center {
  /*transition-delay: 1s;*/
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
  opacity: 1;
  width: 50%;
}


.ngi-all-topics {
  min-height: 600px;
}

.modal:hover > .descriptions-center {
  opacity: 1;
  width: 50%;
}

.descriptions-center-show {
  opacity: 1 !important;
  width: 50% !important;
}

.descriptions-center-show-sent {
  opacity: 1 !important;
  width: 70% !important;
}

.ngi-box-description h5 {
  text-align: center;

 /* width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ' _';*/
}

.ngi-box-description-image {
  width: 64px;
  height: 64px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.ngi-box-description-image-sent {
  max-width:  100%
}

.shortlist-img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  border-top: none;
}

.shortlist-help {
  font-size: 18px;
}

#presentation-mode {
  display: none;
}

.ngi-box-description-presentation {
  line-height: 1.5;
  font-size:18px;
}

.ngi-box-description-presentation p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ngi-box-description-presentation img {
  height: 128px;
  width: 128px;
}

.ngi-box-description-presentation h5 {
  font-size: 32px;
}

.ngi-box-description-presentation b {
  font-size: 24px;
}

.pos-sent {
  background-color: #3dbdbe;
  color: #fff;
}

.neu-sent {
  background-color: #3c3950;
  color: #fff;
}

.neg-sent {
  background-color: #c24a65;
  color: #fff;
}

#sentiments_total {
	color: #000;
}

.color_news {
  color: #3dbdbe;
}

.news_header {
  border-top: 1px solid #3dbdbe;
}
.color_social {
  color: #3c3950;
}

.social_header {
  margin-top: 4em;
  border-top: 1px solid #3c3950;
}

.color_github {
  color: #585a5b;
}
.github_header {
  margin-top: 4em;
  border-top: 1px solid #585a5b;
}

.color_scientific {
  color: #c24a65;
}
.scientific_header {
  margin-top: 4em;
  border-top: 1px solid #c24a65;
}

li::marker {
  color: #3dbdbe;
  font-size: 1.2em;
}

li {
  text-align: left;
}

#states path {
  fill: #ccc;
  stroke: #fff;
}

#graph circle {
  fill: #3dbdbe;
  fill-opacity: .6;
  stroke: #fff;
}

#slider_year {
  border:0;
  color:#C24A65;
  font-weight:bold;
  max-width: 40px;
}

.accordion {
  text-align: center;
}

.panel-collapse {
  padding-bottom: 2px;
}

.new {
  text-decoration: underline;
}

.new:hover {
  text-decoration: underline;
}

table {
  color: #000;
}

.bootstrap-table span {
  color: #000;
}

.dropdown-menu a {
  padding-right: 8px;
}

.bootstrap-table .btn {
  margin-top: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3dbdbe;
  border-color: #3dbdbe;
}

.pagination > li > a, .pagination > li > span {
  color: #3dbdbe;
}

.horizontal-tree{
  height: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px){
  .horizontal-tree {
    height: 2000px;
  }
}

@media (max-width: 991px){
  .horizontal-tree {
    height: 1800px;
  }
}

.mandala {
    min-height: 1200px;
}
.mandala-div {
    min-height: 1400px;
}

.node-mandala:hover {
 stroke: #000;
 stroke-width: 1.5px;
}

.node circle {
  fill: #3dbdbe;
  stroke: #3c3950;
        stroke-width: 2px;
}

.node text {
  font: 12px "Open Sans", sans-serif;
}

.node--internal circle {
  fill: #3dbdbe;
  stroke: #3c3950;
        stroke-width: 2px;
}

.node--internal text {
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.link {
  fill: none;
  stroke: #555;
  stroke-opacity: 0.4;
  stroke-width: 1.5px;
}

 .venntooltip {
    font-size : 14px;
    position: absolute;
    text-align: center;
    width: 600px;
    /*height: 85px;*/
    background: #333;
    /*font-weight: 300,*/
    color: #fff;
    padding: 2px;  
    border: 0px;
    border-radius: 8px;
    opacity: 0;
}

.wordcloud_img {
  height: 576px;
  width: 576px;
}