/* this is a custom CSS stylesheet */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #ffe4a4;
 }
a {
  color: #fff;
  text-decoration: none;
    font-size: 14px;
}
a:hover {
  color: #5c1818;
  text-decoration: none;
  background-color: #fff;

}


a.nav-bot {
  color: #999999;
  text-decoration: none;
    font-size: 13px;
}
a.nav-bot:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;

}

.main-container {

    margin-left: auto;  /* left and right margin values set to "auto" will center a block element (div, p, ul) if a width is defined as above */
    margin-right: auto;
    margin: 0 auto 0 auto;  /* shortcut property:  top, right, bottom, left */
    margin: 0 auto; /* shortcut property: top/bottom right/left */
    background-image: url('../images/bgcontact2.gif');


}

.header {

  height: 110px;
  padding-top:0px;
  padding-bottom: 20px;
  background-color: #000000;
  margin-left: -15px;
  margin-right: -15px;


}

.footer {

  height: 300px;
  padding-top:20px;
  padding-bottom: 20px;
  background-color: #000000;
  background-image: url('../images/footerbl.png');
  margin-left: -15px;
  margin-right: -15px;


}

.nav-bottom {
  padding-top: 150px;
  margin-left: 30px;
  margin-bottom: 0px;
  margin-right: 30px;
}
.webdesigntext {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -15px;
  margin-bottom: 0px;
  margin-right: -15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #fff;
    background-color: #000000;

}


.row-nav {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #000000;

}
.row-h {
  margin-top: 50px;
  margin-right: -15px;
  background-color: #5c1818;

}
.glyphicon {
    color: #ffffff;
}



.pull-right.img-responsive {
    margin: 0 0 1em 1em;
}

.btn-info {
    background-color: #666666;
    border-color: #000000;
    color: #fff;


}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #000000;
  border-color: #333;
}

.breadcrumb > li + li:before {
  content: none;

}
.navbar-mdd .navbar-toggle {
    color: white;
    font-weight: bold;
    border-color: white;

}
.navbar-mdd .navbar-toggle:hover {
    background-color: #ddd;
    color: #333;
}
.navbar-mdd .navbar-toggle .glyphicon {
    color: white;
}
.navbar-mdd .navbar-toggle:hover .glyphicon {
    color: #333;
}

.tab-pane{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.8em;
}

.active .glyphicon {
    color: #000000;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  border:#000;


}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}






.navbar-mdd {
  background-color: #000000;
  border-color: #000000;
}
.navbar-mdd .navbar-brand {
  color: #999999;
}
.navbar-mdd .navbar-brand:hover,
.navbar-mdd .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-mdd .navbar-text {
  color: #999999;
}
.navbar-mdd .navbar-nav > li > a {
  color: #999999;
}
.navbar-mdd .navbar-nav > li > a:hover,
.navbar-mdd .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-mdd .navbar-nav > .active > a,
.navbar-mdd .navbar-nav > .active > a:hover,
.navbar-mdd .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #161616;
}
.navbar-mdd .navbar-nav > .disabled > a,
.navbar-mdd .navbar-nav > .disabled > a:hover,
.navbar-mdd .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-mdd .navbar-toggle {
  border-color: #d8d8d8;
}
.navbar-mdd .navbar-toggle:hover,
.navbar-mdd .navbar-toggle:focus {
  background-color: #d8d8d8;
}
.navbar-mdd .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-mdd .navbar-collapse,
.navbar-mdd .navbar-form {
  border-color: #101010;
}
.navbar-mdd .navbar-nav > .open > a,
.navbar-mdd .navbar-nav > .open > a:hover,
.navbar-mdd .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffffff;
}









@media (max-width: 767px) {
  .navbar-mdd .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-mdd .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-mdd .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-mdd .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-mdd .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-mdd .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-mdd .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-mdd .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-mdd .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-mdd .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-mdd .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-mdd .navbar-link {
  color: #999999;
}
.navbar-mdd .navbar-link:hover {
  color: #ffffff;
}



.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}



.port-thumbnail {
  display: block;
  padding: 0px;
  line-height: 1.428571429;
    -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0px 0px 0px;
  line-height: 1.428571429;
  background-color: #fff;


}


.title-thumbnail {

  margin: 20px 0px 0px 0px;
  text-align: left;



}
.title-thumbnail-port {

  margin: 20px 0px 20px 0px;
  text-align: center;
}

.title-contact {

  margin: 100px 40px 0px 0px;
  text-align: right;

 }

.intro-suppliers {

  margin: 20px 20px 0px 20px;
  text-align: left;
}

.intro-gambling {

  margin: 40px 20px 0px 30px;
  text-align: left;
}

.intro-sports {

  margin: 20px 30px 0px 20px;
  text-align: right;
}
.row-maincontent  {

  margin: 20px 20px 0px 20px;
  text-align: center;

}
.thumbnail {
  display: block;
  padding: 4px;
  margin: 10px 0px 20px 0px;
  line-height: 1.428571429;
  background-color: #fafafa;
  font-color: #999999;
  border: 1px solid #fafafa;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #000000;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #b3b3b3;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #161616;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.glyphicon-arrow-right:before {
  content: "\e092";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #002854;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
