/* Custom Styles */

@import url(////fonts.googleapis.com/css?family=Roboto+Slab);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

@font-face {
    font-family: 'din';
    src: url('../font/din1451engschrift-webfont.eot');
    src: url('../font/din1451engschrift-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/din1451engschrift-webfont.woff') format('woff2'),
         url('../font/din1451engschrift-webfont.woff') format('woff'),
         url('../font/din1451engschrift-webfont.ttf') format('truetype'),
         url('../font/din1451engschrift-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	font: 13px/1.7em 'Droid Sans', sans-serif;
	/*font: 13px/1.7em 'Open Sans', sans-serif;*/
}
a {
	color:#F60; 
}

a:hover,a:focus {
	color:#F90;
	text-decoration:underline;
}

#myCarousel .carousel-control{
	border-radius: 2px;
	border: 0;
}

#myCarousel .carousel-control,
#masthead .carousel-control{
	font: 18px/1.7em 'Droid Sans', sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
}

#masthead{
	background-image: url(../img/bgs/stadium2bg_crop.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: repeat;
}

.backstretch{
	background-color: #000;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.dropdown.active > .dropdown-toggle,
.navbar .nav>li>a{
	color: #fff;
}

.navbar .nav > li > a{
	text-transform: none;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a{
	background-color: #ee6622;
}

.navbar .nav .action.action-primary{
	background-color: #e62;
}

.navbar .nav .action.action-primary:hover{
	background-color: #e55812;
}

.btn-primary {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ED5509;
	*background-color: #ED5509;
	background-image: -moz-linear-gradient(top, #EE6622, #ED5509);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE6622), to(#ED5509));
	background-image: -webkit-linear-gradient(top, #EE6622, #ED5509);
	background-image: -o-linear-gradient(top, #EE6622, #ED5509);
	background-image: linear-gradient(to bottom, #EE6622, #ED5509);
	background-repeat: repeat-x;
	border-color: #ED5509;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE6622', endColorstr='#ED5509', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #FFFFFF;
	background-color: #ED5509;
	*background-color: #003bb3;
}

#masthead .masthead-text,
#masthead.masthead-sub{
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.navbar .brand{
	padding-top: 0;
	padding-bottom: 0;
}

.linked-sites{
	position: relative;
	z-index: -1;
}

.linked-sites-tab{
	text-align: center;
	background-color: #222;
	padding: 1px 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 2px 3px #000;
}

.linked-sites ul{
	margin-top: -20px;
}

.linked-sites img{
	max-width: 148px;
}

.linked-sites .dropdown-menu li > a:hover{
	background: #fff;
}

.linked-sites ul li{
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.linked-sites ul li:last-child{
	border-bottom: 0;
}

#back-to-top:hover,
.blog-date .blog-date-month{
	background-color: #38d;
}


/* Icon Colors */
ul.mark-list li.circle .mark{
	background: #38d;
}

ul.mark-list li.circle{
	margin-bottom: 0;
}

ul.work-hover-icons.mark-list li.circle{
	margin-bottom: 2.5em;
}

ul.mark-list .mark{
	color: #fff;
}

ul.mark-list span.mark{
	color: #38d;
}

.clients-list .client-logo{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Utilities */
.center{
	text-align: center;
}

.feature-list{
	border-bottom: 1px solid #ddd;
}

.carousel-control {
	font: 18px/1.7em 'Droid Sans', sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
}

.carousel-control.right{
	right: 0;
}

.carousel-control.left{
	left: 0;
}

#masthead .carousel-control{
	background-color: transparent;
}

@media screen and (min-width: 768px){
	#masthead.masthead-home{
		padding: 100px 20px 60px;
	}
}

#masthead .leader{
	font-size: 36px;
}

#masthead .subleader{
	font-size: 20px;
}

#masthead .leader,
#masthead .subleader{
	font-family: 'Roboto Slab', serif;
	color: #fff;
	line-height: normal;
}

@media screen and (max-width: 768px){
	.sign-up-input{
		margin-bottom: 5px !important;
	}	
}


i.more-info{
	color: rgba(255, 255, 255, 0.1);
	font-size: 100px;
	text-shadow: 0 0 0;
	cursor: pointer;
}

.mb{
	margin-bottom: 30px;
}

.mt-sixty{
	margin-top: 60px;	
}

@media (max-width: 480px){
	.carousel-control{
		display: inline;
	}	
}


.help-link{
	color: #38d;
	border-bottom: 1px dotted;
	cursor: help;
}

.text-orange{
	color: #e62;
}


/* Footer */
#extra{
	/*background: url(../img/bgs/small_steps.png);*/
	background-color: #eee;
	color: #333;
}

/* Kudos */
.kudos{
	margin-top: 30px;
}

.kudos + p{
	color: #aaa;
}

/* Videos */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


/* Button overrides */
.btn-signup {
	font-size: 21px;
    padding: 15px 30px;
    margin-top: 20px;
}

.btn-sip {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed1b2f;
	*background-color: #ed1b2f;
	background-image: -moz-linear-gradient(top, #ed1b2f, #d01222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1b2f), to(#d01222));
	background-image: -webkit-linear-gradient(top, #ed1b2f, #d01222);
	background-image: -o-linear-gradient(top, #ed1b2f, #d01222);
	background-image: linear-gradient(to bottom, #ed1b2f, #d01222);
	background-repeat: repeat-x;
	border-color: #d01222;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1b2f', endColorstr='#d01222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-size: 18px;
	padding: 15px 40px;
}

.btn-sip:hover {
	color: #FFF;
	background: #ae1421;
};



.masthead-siplay {
  font-family: "Lato", Arial, Sans-serif;
}

.masthead-siplay .leader, .masthead-siplay .subleader {
  font-family: 'din', Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: normal;
}

/* siplay */

.siplay {
  background: url(http://scyhstars.org/guest/css/images/siplay-bg.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -13px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  padding: 30px 0;
}

.siplay-promo {
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

/* Button overrides */


.btn-sip {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed1b2f;
  *background-color: #ed1b2f;
  background-image: -moz-linear-gradient(top, #ed1b2f, #d01222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1b2f), to(#d01222));
  background-image: -webkit-linear-gradient(top, #ed1b2f, #d01222);
  background-image: -o-linear-gradient(top, #ed1b2f, #d01222);
  background-image: linear-gradient(to bottom, #ed1b2f, #d01222);
  background-repeat: repeat-x;
  border-color: #d01222;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1b2f', endColorstr='#d01222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-size: 18px;
  padding: 15px 40px;
}

.btn-sip:hover {
  color: #FFF;
  background: #ae1421;
}

a.btn-sip:focus {
  color: #FFF;
  background: #ae1421;
}

.siplay-promo h1, .siplay-promo h2 {
    font-family:'din', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 20px 0;
}

h1.siplay-header {
  font-size: 42px;
}

h2.siplay-header {
  font-size: 52px;
}

.siplay-promo p {
  width: 70%;
  margin: 10px auto;
  line-height: 1.4em;
  font-size: 24px;
  font-family: "Lato", Arial, sans-serif;
}


/* fix for anchor tags */

.offset:before { 
  display: block; 
  content: " "; 
    height: 70px;      /* Give height of your fixed element */
        margin-top: -70px; /* Give negative margin of your fixed element */    
        visibility: hidden; 
}


.us-lacrosse {
  border-top: 1px solid #ccc;
  padding: 20px;
  width: 240px;
  margin: 0px auto;
}

.usl-logo {
  float: left;
}

.us-lacrosse p {
  text-align: left;
  font-size: 14px;
  margin: 0 0 0 50px;
}

.us-lacrosse a {
  color: #a6a6a6;
}