/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */




.portfolio-item {
  margin-bottom: 30px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: right;
}

.card {
    height: 100%;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
}
.latestnews {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.column {
    display: block;
    float: right;
    width: 300px;
}
.latestnews li {
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #C7C5C8;
    overflow: hidden;

}
.latestnews li a{
    color: rgb(202, 226, 234);
    font-family: "PT Sans",sans-serif;
    line-height: 1.1;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-transform: uppercase;
}

.latestnews li p{
    color: #ffffff;

}
.latestnews img {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    background: #fff;

}
div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    /*border-bottom: 1px dotted  #6f91af3b;*/
}
.content {
    display: block;

}
.container {
     padding-right: 0px;
     padding-left: 0px;
     margin-right: auto;
     margin-left: auto;
}
.readmore {
    font-weight: bold;
    text-align: right;
}
.readmore a{
  color: #2841c3;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd0;
}
#hpage_cats h2 a {
  margin: 0 15px 0 0;
    color: #ffffff;
    text-transform: uppercase;
}
#hpage_cats h2 {
  display: block;
  margin: 0 0 15px 0;
  padding: 8px 8px;
  background-color: slateGrey;
  font-size: 13px;
  border-radius: 4px;
}

.jvectormap-container {
    background-color: rgba(161, 165, 167, 0.35)!important;
}
.view-data{
  max-width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.69);
  position:absolute;
  bottom: 80px;
  left: 60%;
  z-index: 10;
  padding: 16px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  width:500px;
  height:260px;
}
.view-title{
  border-bottom: 1px solid  #fff;
  padding-top: 10px;
}
.view-title ul
{
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
}
.view-title li
{
   list-style-type: none;
   display: inline;
   padding-right: 5px;

}
.view-body{
  padding-top: 10px;
}
.view-body a{
  color: #fff;
}
.btn-view, .btn-view:hover, .btn-view:checked {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-top: -15px;
}
marquee {
    height: 80%;
    background: rgba(0,0,0,.35);
}

.slider .slider-text {
    font-size: 250%;
    color: #fff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    bottom: 20%;
    width: 100%;
}
.slider-text {
    visibility:hidden;
}
.slider-text.active-slide {
    visibility: visible;
}

@media (min-width: 768px){
.view-data h3 {
    display: inline;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.view-data {
    width: 38%;
    height: 260px;
}
.view-body ul li{
  font-size: 14px;
}

}
@media (max-width: 1200px){
.view-data {
  width: 39%;
  height: 260px;
}
#world-map {
  height:400px;
}
}
@media (min-width: 1200px){
.view-data {
  width: 39%;
  height: 260px;
}
#world-map {
  height:430px;
}
}
@media (max-width: 450px){
.view-data {
    width: 40%;
    height: 200px;
    bottom: 150px;
}
.view-data h3 {
    display: inline;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.view-body ul {
  padding-left: 5px;
}
.view-body ul li{
  font-size: 10px;
}
.btn-view, .btn-view:hover, .btn-view:checked {

    font-size: 12px;
}
#world-map {
  height:250px;
}
}
