body {
  padding-top: 70px;
  font-size: 16px;
  min-height: 2000px;
  color:#000000;
}

body h2.tagline_ultimate {
  font-size: 16px;
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 767px) {
  body {
    padding-top: 55px;
    font-size: 14px;
  }
  .mobile_login_line {
    border-top: solid 1px #ccc;
  }
}
.tagline_ultimate {
  display: none;
}
.not-bold {
  font-weight:normal;
}
@media (min-width: 372px) {
  .tagline_ultimate {
    display: inline;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
  padding-top: 16px;
  padding-bottom: 17px;
  }
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: #e7e7e7;
}


body a {
  color: #337ab7;
  font-weight: bold;
}
.navbar-static-top {
  margin-bottom: 1px;
}

.newlogo span {
  display:none;
}
a.outlink {
	display:block;
	height:80px;
	width:300px;
	background-image: url(http://soccerhelp.com/images/soccerhelp.jpg) 0 0 no-repeat;
}
.logo_pad {
	margin: 0 20px;
}
.logo {
  font-size: 46px;
	font-family: "Times New Roman", Georgia, Serif;
	display: inline-block;
	font-weight: bold;
	padding: 0 20px;
}
.animated_sb {
	vertical-align: -20px;
}
h1.tagline {
	margin-top: 5px;
	font-size: 1.7em;
}

h1.tagline a {
}

a .all_patches {
  font-size:1.2em;
  font-weight:bold;
  color:black;
}

#home-patches .panel-body {
  padding: 10px 8px;
}

@media (max-width: 991px) {
  h1.tagline {
  margin-top: 0px;
  font-size: 1.4em;
  }
}

.special_links div {
  display:inline-block;
}
#dictionary_links {

}

li a.login {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#services_container {
	background-color: #aaaaaa;
	color: white;
	font-size:16px;
	padding: 8px 0px;
	white-space:normal;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	border-bottom: solid 1px #999;
}
#services_container .btn {
	white-space:normal !important;
}
.btn-login {
  color: #fff;
  background-color: #777;
  border-color: #fff;
  border-radius: 20px;
}

.services_col {
	font-style: italic;
	color:white;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
	font-size:18px;
	padding-top:5px;
}

.login_services {
	font-style: italic;
	color:white;
  text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
	font-size:18px;
	padding-top:5px;
}
.login_box_title {
	font-size:16px;

}
.drop-shadow {
        -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    }
    .container-fluid.drop-shadow {
        padding-left:0;
        padding-right:0;
    }

.btn {
	font-size: 16px;
	white-space: normal;
}
.btn-warning {

}
.well {
  padding: 14px;
}



/* begin login box */

.login-container {
    position: relative;
    margin:  auto;
    text-align: center;
	  padding: 14px 20px 20px;
    background-image: linear-gradient(rgb(248,248,248) , rgb(233,233,233) );
		background-repeat: no-repeat;
    border: 1px solid #ccc;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

   .promo {
    position: absolute;
    top: 22px;
    left:-2%;
    width: 150px;
    height: 100px;
    /* Rotate div */
    z-index: 4000;
    -ms-transform: rotate(-17deg); /* IE 9 */
    -webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
    transform: rotate(-17deg);
  }

}


@media (min-width: 1200px) {
  .promo {
    position: absolute;
    top: 30px;
    left:2%;
    width: 180px;
    height: 80px;
    /* Rotate div */
    z-index: 4000;
    -ms-transform: rotate(-17deg); /* IE 9 */
    -webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
    transform: rotate(-17deg);
  }
  .login-container {
	  padding: 14px 30px 30px;
	}
	.login_box_title {
   	font-size:18px;
    padding-bottom: 10px;
	}
}
.custom-search-form{
    margin-top:5px;
}
#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
  background: #efefef;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;
}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}
.form-box {
  text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



/* end login box */







.panel-info {
  border-color: #55b0de;
}
.panel-info > .panel-heading {
  border-color: #55b0de;
  background-color: #55b0de;
  color: #fff;
}


.panel-success {
  border-color: #5cb85c;
}
.panel-success > .panel-heading {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #fff;
}


.panel-warning {
  border-color: #f0ad4e;
}
.panel-warning > .panel-heading {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #fff;
}

.panel-danger {
  border-color: #d9534f;;
}
.panel-danger > .panel-heading {
  border-color: #d9534f;;
  background-color: #d9534f;;
  color: #fff;
}



.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
border-bottom: 1px solid #ddd;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}





#home_page_articles li {
list-style-type: none;
list-style-image: url('images/sb_icon.png');
margin-bottom: 5px;

    vertical-align:baseline;

text-decoration: none;

}
#home_page_articles a {
  color: black;
}
.panel-title {
  font-weight: bold;
}

.btn-group a {
  font-weight: bold;
  text-shadow: 0px 1px 1px #000;

}

@media (max-width: 767px) {
  .btn-group a {
    font-weight: bold;
    text-shadow: none;
    font-size:14px;
    letter-spacing: -0.5px;
  }
  .btn-group .btn {
    padding: 4px 6px;
  }
}

.footer {
  /*border-top: solid 1px #ccc;*/
  /*background-color: #eee;*/
  padding: 15px 0;
}
.footer .well{
  background-color: #fff;
}

.em {
  font-style: italic;
}
.b {
  font-weight: bold;
}