@media (max-width: 600px) {
img.mobile_image {

float:none !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom:10px;
}
}



@media print {
  a[href]:after {
    content: none !important;
  }
}

/* /\/\ Custom login dropdown styles /\/\ */
#searchpopup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 89, 166, 0.95);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#searchpopup.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#searchpopup input[type="search"] {
    position: absolute;
    top: 25%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    min-height: 100px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#searchpopup .btn {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#searchpopup .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #0059a6;
	background-color: #ffffff;
	border-color: #ffffff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}


.anchor::before {
  content:"";
  display:block;
  height:250px; /* fixed header height*/
  margin:-250px 0 0; /* negative fixed header height */
}

.footer-ads img {width: 100%; height: auto;}
.home-leaderboard img {width: 100%; height: auto;}


/* Style the links inside the sidenav */
#mySidenav a {
  position: fixed; /* Position them relative to the browser window */
  left: -115px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 160px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
  z-index: 10000;
  text-align: right;
}

#mySidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#facebook {
  top: 200px;
  background-color: #3b5998;
}
	#facebook:hover {color: #fff !important;}

#twitter {
  top: 265px;
  /*background-color: #00aced;*/ /* Blue */
  background-color: #000000; /* BLACK */
}
	#twitter:hover {color: #fff !important;}

#instagram {
  top: 330px;
  background-color: #bc2a8d; /* Red */
}
	#instagram:hover {color: #fff !important;}


#youtube {
  top: 395px;
  background-color: #bb0000; /* Light Black */
}
	#youtube:hover {color: #fff !important;}


#linkedin {
  top: 460px;
  background-color: #0077B5; /* Light Black */
}
	#linkedin:hover {color: #fff !important;}
