a {text-decoration: none !important;}

/*Formatting Submenu Items*/
.dropdown {display: inline-block;}
.dropdown-content {/*position: absolute;visibility:hidden;*/display:none !important;}

/*Formatting Social Media Buttons*/
.fa {
  padding: 20px !important;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    color:black !important;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

#social_side_links {
  position: fixed;
  top: 70px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links a {display:block; outline:none;}
.social{margin:2em 1em;}


/*Adding a Fourth Column*/

.one-half-column{width:50%; display: inline; float:left;}
.two-third-column{width:60%;display: inline; float:left;}
.two-third-column:nth-child(odd) { margin-right: 1em; }
.one-fourth-column{width:25%; display: inline; float:left;}

.room-group .one-third-column img{padding:auto 0;}
.room-title{font-size:0.85em;}

/*customizing arena weblink*/
.arena-weblink{
        color: white;
    background: #762151;
    border: 0;
    width: 50%;
    display: block;
    white-space: normal;
    padding: 1em;
    margin:1em auto;
    text-decoration: none;
    text-align: center;
}

.arena-weblink:hover{color:#d386b2;}


/*media queries*/
@media all and (max-width: 1199px) { .one-half-column{width:50%; display: inline; float:left;}} 
@media all and (max-width: 991px) { .one-half-column{width:50%; display: inline; float:left;} } 
@media all and (max-width: 768px) { .one-half-column{width:50%; display: inline; float:left;} .two-third-column{width:100%;display: block; float:none;} } 
@media all and (max-width: 575px) { .one-half-column{width:100%; display: block; float:none;} .one-half-column.last{margin:0;} .two-third-column{width:100%;display: block; float:none;} }