@charset "utf-8";
/* CSS Document */



body
{
		background-color:#white
		min-height: 20px;
		padding: 0px;
		font-family:"OswaldBold";
		text-transform: bold;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		background-color: #ffffff;
		
				
}


/*navbar-color*/
.navbar-inner {
	  
	 
	  padding-right: 20px;
	  padding-left: 20px;
	  background-color: #fafafa;
	  text-transform: uppercase;
	  background-image: -moz-linear-gradient(to bottom, gray, black);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(gray), to(black));
	  background-image: -webkit-linear-gradient(top, gray, black);
	  background-image: -o-linear-gradient(top, gray, black);
	  background-image: linear-gradient(to bottom, gray, black);
	  background-repeat: none;
	  border: 1px solid #d4d4d4;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='gray', endColorstr='black', GradientType=0);
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			  
}



.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
  color:#CCC;
   
}

.navbar .divider-vertical {
  height: 50px;
  margin: 0 5px;
  border-right: 0px solid #232222;
  border-left: 1px solid #7b7979;
}


.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: blue;
}

.btn-group.open .btn.dropdown-toggle {
  background-color:lime;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#FFF;
  background-color:black;
}

.navbar .nav > li > a {
    color: #CCC;
	font-family:'OswaldBold';
    padding: 15px 20px 15px;
	font-size: 14px;
	letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
	text-transform: uppercase;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #999;
  text-shadow: 0 0px 0 #999;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #39F;
  text-decoration: none;
  background-color: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #666;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  white-space: nowrap;
}

.navbar-link {
  color: #FFF;
}

.navbar-link:hover {
  color: #FFF;
}


#Topend {
    position: relative;
	min-width: 100%;
    }
	
#History {
    position: relative;
}

#history-video {
    position: relative;
}


#video_carousel_full {
    /*float: left;*/ /*removed*/
    width: 100%;
    height: 100%;
	background-color: #999;
    border-top: 5px solid #ffc600;
    border-bottom: 5px solid #ffc600;
    overflow: hidden;
    white-space:nowrap /*added*/
}

.vid_img {
    /*float: left;*/ /*removed*/
    display: inline-block; /*changed */
    width: 370px;
    height: 250px;
    /*clear: none;*/ /*removed*/
}


.footer
{
    position: relative;
	text-align: center;
    margin-top: 0px; /* negative value of footer height */
    height: 150px;
    clear:both;
    padding-top:20px;
    color:#000000;
	font-size: 14px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	font-family:"OswaldBold";
} 
	
.modal-backdrop {
  position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.9;
  filter: alpha(opacity=80);
}

.modal {
  position: center;
  top: 10%;
  left: 30%;
  z-index: 1050;
  width: 960px;
  margin-left: -80px;
  background-color: #000000;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 0px solid #eee;
  color: #f2f3f6;
  position:relative;
}

.modal-header .close {
  margin-top: 2px;
  color: #f2f3f6;
}

.modal-header h3 {
  margin: 0;
  line-height: 50px;
  
  
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
  
}

.modal-form {
  margin-bottom: 0;
  
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #000000;
  border-top: 0px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #000000;
     -moz-box-shadow: inset 0 1px 0 #000000;
          box-shadow: inset 0 1px 0 #000000;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
  
  
}

.modal-footer:after {
  clear: both;
  
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
  
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
  
  
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
  
}


#TheTeam {
    position: relative;
    text-align: center;
	
}



#About {
    position: relative;
    text-align: center;
	font-family:"OswaldBold";
		text-transform: bold;
		font-size: 32px;
		line-height: 36px;
		color: #333333;
		background-color: #ffffff;
		

}
#Sponsors {
    position: relative;
    text-align: center;
	font-family:"OswaldBold";
		text-transform: bold;
		font-size: 32px;
		line-height: 36px;
		color: #333333;
		background-color: #ffffff;
		

}


#history {
	position: relative;
    float: right;	
    width: 436px;
    height: 245px;
  }
  

.carousel-inner > .item > img { 
margin: 0 auto; 
min-width: 100%;
}


.myteamimageclass >img {
 	width: 232px;
 	height: 232px;
 }
 
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

img.myimageclass {
 	width: 1920px;
 	height: 500px;
 }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;  
  
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}



.social-network {

    display: inline-block;
	position:relative;
    background: url('../img/social-networks.png') no-repeat  right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 9px 0px 0px;
}

.social-network.twitter {
    background-position: -1134px -42px;
}

.social-network.twitter:hover, .active .social-network.twitter {
    background-position: -1134px 0;
}

.social-network.facebook {
    background-position: -210px -42px;
}

.social-network.facebook:hover, .active .social-network.facebook {
    background-position: -210px 0;
}

.social-network.youtube {
    background-position: -1260px -42px;
}

.social-network.youtube:hover, .active .social-network.youtube {
    background-position: -1260px 0;
}

.social-network.google-plus {
    background-position: -336px -42px;
}

.social-network.google-plus:hover, .active .social-network.gpin {
    background-position: -336px 0;
}

.social-network.linked-in {
    background-position: -504px -42px;
}

.social-network.linked-in:hover, .active .social-network.linked-in {
    background-position: -504px 0;
}

.social-network.rss {
    background-position: -840px -42px;
}

.social-network.rss:hover, .active .social-network.rss {
    background-position: -840px 0;
}
