@font-face {
    font-family: Impact2;
    src: url('../fonts/impact.ttf');
}

@import url(http://fonts.googleapis.com/css?family=Ubuntu|Montserrat|Oswald|Open+Sans);

/*
* Globals
*/

.subfooter a:link { color: grey;}
.subfooter a:visited{ text-decoration:none; color:#737373;}
.subfooter, a:hover{ text-decoration: none; color:orange;}
.subfooter a:active{ text-decoration:none; color:#FFFFFF;}

/*
* Navigation
*/

.navbar-brand img{
 height: 30px;
 margin-top: -5px;
 margin-right: 0;
     
}

hr{
 border-top: 1px solid #E0E0E0;
 width: 100%;
 text-align: left;
}

/*
* Body
*/
  body{
   background-color: #ececec;
  }      
/*
* Heading
*/
.title{
 font-family: montserrat;
 font-size: 60px;
 text-transform: uppercase;
 
 
 width: 85%;
 margin: 0 auto;
}
@media ( max-width: 480px){
 .title{
     font-size: 45px;
 }
}


.lead{
 color: grey;
 font-size: 20px;
}

/*
* Blog
*/

.posttime a{
 color: grey;
}
.posttime a:hover{
 color: #ff9900;
 text-decoration: none;
}
#postbreak{
 color: #000;   
}
.post{
    text-align: left;
    float: left;
    display: inline;
  
    
}
.entry{
 
 border: 1px solid #C9C9C9;
 padding: 10px;
 border-radius: 0px;
 background-color: white;
}

.entry h2{
 margin-top: 0px;
 
 
 
}     

/*
* sidebar
*/
    .top {
        position:absolute;
        left:0; right:0;
        height: 200px;
    }
    .right {
        position:absolute;
        float: right; right: 0; top:200px; bottom: 0;
        width: 350px;
    }
    .main {
        position: absolute;
        right: 400px; left: 5%; top:200px;  bottom:0;
    }
    
/*
Twitter
*/
  #twitter-widget-0 {
    width: 300px !important;
  }
@media (max-width: 1200px){

    .post{
     width: 57vw;
    }
     
}
@media (max-width: 1000px){
 #twitter-widget-0 {
    width: 250px !important;
  }
 
 
 
 top {
        position:absolute;
        left:0; right:0;
        height: 200px;
    }
    .right {
        position:absolute;
        float: right; right: 0; top:200px; bottom: 0;
        width: 300px;
    }
    .main {
        position: absolute;
        right: 300px; left: 5%; top:200px;  bottom:0;
    }
    .post{
     width: 57vw;
    }
 }
 
 @media (max-width: 850px){
 #twitter-widget-0 {
    width: 250px !important;
  }
 
 
 
 top {
        position:absolute;
        left:0; right:0;
        height: 300px;
    }
    .right {
        position:absolute;
        float: right; right: 0; top:250px; bottom: 0;
        width: 270px;
    }
    .main {
        position: absolute;
        right: 250px; left: 2%; top:250px;  bottom:0;
    }
    .post{
     width: 57vw;
    }
 }
  @media (max-width: 730px){
 
 
 
 
 top {
        position:absolute;
        left:0; right:0;
        height: 300px;
    }
    .right {
        width: 0px;
        
        display: none;
    }
    .main {
        position: absolute;
        right: 2%; left: 2%; top:250px;  bottom:0;
    }
    .post{
     width: 100%;
    }
 }
 @media (max-width: 480px){
 
 
 
 
 top {
        position:absolute;
        left:0; right:0;
        height: 300px;
    }
    .right {
        width: 0px;
        
        display: none;
    }
    .main {
        position: absolute;
        right: 2%; left: 2%; top:215px;  bottom:0;
    }
    .post{
     width: 100%;
    }
 }
/*
* Sponser
*/
.sponserimg{
 height: 200px;   
}
.sponsortext{
    	font-size: 40px;
    }
@media ( max-width: 690px){
 .sponserimg{
     height: 150px;
 }
 .sponsortext{
    	font-size: 40px;
    }
}
@media ( max-width: 560px){
 .sponserimg{
     height: 100px;
 }
 .sponsortext{
    	font-size: 20px;
    }
}
/*
* team
*/
.photo-grid {
	margin: 1em auto;
	max-width: 1106px;
	text-align: center;
}
 
.photo-grid li {
	
	display: inline-block;
	margin: 1em;
	width: 250px;
}
 
.photo-grid img {
	display: block;
	height: auto;
	max-width: 100%;
}
 
.photo-grid figure {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 250px;
}
 
.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
 
.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 250px;
	vertical-align: middle;
}
.photo-grid li:hover figcaption {
	opacity: 1;
}
.photo-grid img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}
 
.photo-grid li:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}
.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 250px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}
 
.photo-grid li:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
    font-family: montserrat;
    text-transform: capitalize;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}
.quote{
 font-size: 12px;
 font-family: ubuntu;
 text-transform: none;
}

/*
* Footer
*/
.footer{
 background: #1d1d1d;
 margin-bottom: 0;
 height: 50px;
 margin-top: 50px;
 font-family: Ubuntu;
 position: relative;

}
.subfooter .pglink{
 font-family: Ubuntu;
 text-align: center;
 word-spacing: 10px
 display: inline;
 font-size: 15px;
 float: right;
 padding-right: 2em;
 margin-top: -5px;

 
}

.subfooter{
 color: grey;
 background: black;
 height: 50px;
 margin-bottom: -25px;
 font-family: Ubuntu;
 padding-left: 2em;
 font-size: 18px;
 padding-top: 10px;
 position: relative;
}
@media ( max-width: 651px ){
 .subfooter{
  height: 80px;
  
 }
 .subfooter .pglink{
  float: left;
 }
}
.subfooter #name{
 color: white;
}
.subfooter p {
 padding-top: 12px;
 display: inline;
}
.subfooter .glyphicon{
 float: right;
 color: white;
}
.footer p{
 color: rgba(255, 255, 255, 0.43);
 text-align: center;
    padding-top: 5px;
}
.footer a:hover{
  color: orange;   
}
/*Stick footer to bottom of page*/
html,body{
 height: 100%;   
}
/*
* Responsive
*/