@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap:400,700");


/* Override menu styles from bootstrap.css */
.navbar-default {
    border: none;
    
    /*text-align: center;*/
    padding:0px;
    background: none;
    width: auto;
    padding-left: auto;

    margin:0px;
}
.navbar-default .navbar-nav > li > a {
  color: #555;
  font-weight: bold;
  font-size:14px;
  /*border-style: outset;
  border-width: 1px;*/
  border: 1px solid lightgray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-color:  #ee1a28;
  background-color: #efefef;

  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ee1a28;
  /*background-color: transparent;*/
  font-weight: bold;
  font-size:14px;
  /*border-style: solid;
  border-color: red;*/
  background-color: #f8f8f8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ee1a28;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  /*border-style: inset;
  border-width: 1px;*/
  border: 1px solid #ee1a28;
  border-bottom-color: white;
}
.navbar-collapse {
  max-height: 400px; /*380px;*/
  /*overflow: hidden;*/
}



.dropdown {
  text-align: center;
}

.dropdown-menu {
  text-align: left;
  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: 15px;
  color: #262626;
  background-color: #f5f5f5;
  /*border: 1px solid #ee1a28;*/
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  border-radius: 4px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
  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.42857143;
  color: #262626;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ee1a28;
}

/*
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}*/

@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}


.quicklinks {
  padding:5px; 
  text-align:left;
}

.quicklinks img {
    height: 60px;
    border: 1px solid gray;
    border-radius: 10px;
    margin: 0px 10px;
}

.quicklinks tr {
  height: 90px;
}

.quicklinks td {
  width: 150px;
  text-align: center;
  padding: auto;
}

.quicklinksdiv {
  position: relative; 
  text-align: center; 
  margin: auto;
  color: #666;
}

.quicklinksdiv:hover .quicklabel {
  color: #ee1a28;
}

.quicklinksdiv:hover img {
   border: 1px solid #ee1a28;
}

.quicklinks .quicklabel {
  color:#666;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 2px);
  width:200px;
  line-height: 13px;
  font-size: 11px;
}

.quicklinks .quicklabellower {
  transform: translate(-50%, 7px);
}

/* Mobile */
@media (max-width: 411px) { 
  .quicklinks img {
    height: 50px;
  }
  .quicklinks tr {
    height: 85px;
  }
  .quicklinks td {
    width: 130px;
  }
  .quicklinks .quicklabel {
    font-size: 10px;
  }
}








/*- -*/
/*- FILTER OPTIONS -*/
/*ul#filterOptions {
    width: 802px;
    height: 52px;
    margin: 30px 0;
    overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; float: left; }
ul#filterOptions li a {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #999;
    background: #cfcfcf;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; }*/
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { 
    /*width: 840px; 
    height: 850px; */ 
    overflow: hidden; 

    /*max-width: 850px;*/
    max-width: 1000px;

   /* border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    border-color: #eee;*/
    margin:auto;

    text-align: center;
}
#ourHolder div.item {
    width: 300px;
    height: 300px;
    /*float: left;*/
    text-align: center;

    box-shadow: 3px 3px 5px #ccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #eee;
    margin: 15px;
    background-color: white;
    padding-top: 10px;

    display:inline-block;
    vertical-align: middle;
}
.itemSmall {
    width:180px !important;
    height:100px !important;
    border-radius: 15px !important;
    margin: 15px 10px !important;
}
.itemSmall img {
    max-width: 110px !important;
    max-height: 75px !important;
}
.itemComplete a,
.itemSmall a {
  display:block; 
  width:100%; 
  height:100%;
}
.itemBig {
    width: 90% !important;
    height: auto !important;
    padding-bottom: 30px;
}
#ourHolder div.item:hover {
    border-width: 1px;
    /*border-color: #ee1a28;*/

    box-shadow: 3px 3px 10px #ccc;

    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}
#ourHolder div.item h3 { font-family:'Graduate'; font-weight:700; font-size:18px; color:#777; margin-top: 10px; line-height: 20px; }
#ourHolder div.item:hover h3 { font-weight:700; color:#ee1a28; }
#ourHolder div.item a { text-decoration: none;}
#ourHolder div.item img {
    max-width: 220px;
    max-height: 150px;
}

div.partners a {
    display: block;
    width: 250px;
    height: 200px;
    margin-top:-15px;
}
div.partners img {
    max-width: 220px;
    max-height: 150px;
    margin-top: 25px;
}

div.borderBox {
  box-shadow: 3px 3px 5px #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  border-color: #eee;
  margin: 15px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 15px;

  display:inline-block;
  vertical-align: middle;
}

img.itemIcon {
   /* width: 200px;
    max-width: 100%;
    border: 1px solid black;
    border-radius: 15px;
    opacity: 0.9;
    box-shadow: 2px 2px;*/

    width: 250px;
    
    max-width: 100%;
    text-align: center;

    box-shadow: 3px 3px 5px #ccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    border-color: #eee;
    margin: 15px;
    background-color: white;
    padding-top: 10px;
}

div.leftSide {
    float: left;
    width:35%;
}

div.itemComplete:hover {
    transform: scale(1.01);
}

div.rightSide {
    float: left;
    width:60%;
    color: #666;
    font-size: 18px;
    text-align: justify;
    /*margin-top:-15px;*/
}

div.rightSide h3 {
    font-size: 26px;
    color: #333;
    /*text-align: center;*/
} 

div.itemComplete {
    margin-top: 20px;
    margin-bottom: 30px;
    height: 250px;
    border-bottom: 1px solid #cccdd0;
    background: #fff;
    cursor: pointer;
}

div.itemFloatLeft {
    float: left;
}

div.newsItem {
  background-color:snow !important; 
  padding:5px 15px 5px 15px !important; 
  width:415px !important; 
  max-width:90% !important; 
  height:140px !important;  
  box-shadow: 3px 3px 5px #ccc !important;
  font-size: 1em;
}

/* Mobile */
@media (max-width: 411px) { 
  div.newsItem {
    padding:2px 5px 2px 5px !important;
    font-size: 0.9em;
  }
  div.itemFloatLeft {
    padding: 10px !important;
  }
}
@media (max-width: 767px) { 
  div.itemComplete {
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto;
    border-bottom: 1px solid #cccdd0;
    background: #fff;
    cursor: pointer;
    padding-bottom: 10px;
  }
  div.leftSide {
    float: none;
    width:100%;
  }
  div.rightSide {
    float: none;
    margin-left:auto;
    margin-right:auto;
    width:90%;
    color: #666;
    font-size: 16px;
    text-align: center;
  }
  div.rightSide h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
  } 

  div.newsItem {
    padding:2px 5px 2px 5px !important;
  }
}
@media (max-width: 915px) { 
  div.itemFloatLeft {
    float: none;
  }
}






a.simple:hover {
    text-decoration: none;
    color:white;
}
a.simple:active {
    text-decoration: none;
    color:white;
}
a.simple:visited {
    text-decoration: none;
    color:white;
}






/***** MADNESS *****/

#container { 
    /*width: 842px; */
    margin: -1px auto; 
    border: 1px solid #36454f;
    border-radius: 5px;
    background-color: whitesmoke;
    padding-top: 25px;
    padding-bottom: 50px;
    max-width: 1100px;
}

h2.madness {
  font-family: "Graduate";
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  color: #36454f;
  /*background: url(/poker/assets/images/madness/madness_cup_transparent.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  height: 200px;*/
}

h2.madness a {
  color: #36454f !important;
}

.buttonBar {
  /*background-color: #36454f;*/
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.barButton {
  color: white;
  font-size: 30px;
  font-family: "Graduate";
  width: 50%;
  background-color: #36454f;
  text-align: center;
  /*height: 100%;*/
  text-align: center;
  cursor: pointer;
  padding: 10px 1px;
  float: left;
  border: 1px solid white;
}

.barButtonLighter {
  background-color:#485d6a;
}

.barButtonLightest {
  background-color:#5d7788;
}

.barButton:hover {
  background-color: #ee1a28;
}

.myTable {
  font-family: sans-serif;
  border-spacing: 0;
  width: 90%;
  /*border: 1px solid #ddd;*/
  margin: auto;
}

.myTable th, 
.myTable td {
  text-align: left;
  padding: 16px;
}

.myTable tr {
  background-color: #f5f5f5;
}

.myTable tr:nth-child(even) {
  background-color: #fcfcfc;
}

.myTableCentered th, 
.myTableCentered td {
  text-align: center !important;
}




.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.redbutton {
    display: block;
    text-decoration: none !important;
    border-radius: 5px;
    color: white !important;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 10px;
    border: solid #ffffff;
}




.madnessminiimg {
      width:65px;
      /*transition: 0.3s;*/
    }