body {
	background: #fff;
}
/* Navigation */

.news {
   
    padding-left: 15%;
    padding-right: 15%;
    max-width: 100%;
    padding-top: 100px;
    position: relative;
    max-height: 100%;
}

header {
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,1);
    font-size: 70%;
    position: fixed;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    left:0;
    z-index: 1;
    font-family: 'Oswald', sans-serif;

    
}
header ul {
    padding: 0;
    margin: 0;
    height: 50px;
    left:450px;
    position: relative;
}

header img {
    display: block;
    position: absolute;
    left:45px;
    width: 350px;
    top:10px;
    padding: 5px;

}
header li {
    display: inline;
    float: left;
    width: 10%;
    height: 50px;
}

header li:first-child+li+li+li+li {
    
}
header a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-top: 15px;
    height:70%;

}

header a:hover {
    color: #FF4000;
}

header a#pull {
    display: none;
}   

@media screen and (max-width: 1070px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:450px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:450px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}    

@media screen and (max-width: 550px) {
    header {
        height: auto;
        border-bottom: 0;
        height: 50px;
    }

    header img {
    display: block;
    position: absolute;
    left:30px;
    width: 250px;
    top:10px;
    padding: 5px;

}
    header ul {
        height:50px;
        display: none;
        height: auto;
        left:300px;
        position: relative;
   
    }    
    header li {
        width: 100%;
        float: left;
        position: relative;
        border-bottom: 1px solid #111;
        background: rgba(0,0,0,.8);
      }
     header a {
        position: relative;
        text-align: left;
        height:35px;
        text-indent: 25px;          
      }    

    header a:hover {

          text-align: left;
      }
         
    header a#pull {
        display: block;
        width: 50%;
        position: relative;
        left:300px;
    }
    header a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        color: #FFF;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1000;
    }
}    

.item h1{
    font-family: 'Oswald', sans-serif;
    font-size: 110%;
    text-transform: uppercase;
    font-weight: 200;
    color: #555;
    letter-spacing: 1px;
    padding: 0px 0 10px 0;
    line-height: 200%;
    text-align: left;
}

.item h2{
    font-family: 'Oswald', sans-serif;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 200;
    color: #0066cc;
    letter-spacing: 2px;
    padding: 10px 0 10px 0;
    line-height: 200%;
    text-align: right;
}

.item p{
    font-family: 'Open Sans', sans-serif;
    font-size: 90%;
    text-align: justify;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.masonry .item { 
    max-width: 100%;
    max-height: auto;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 10px}

.masonry {
    padding-bottom: 100px;
    position: relative;
    background: #eee;
    top:100px;
    max-width: 100%;
}

.masonry a{
    text-decoration: none;
    color: #000;
}

/* clearfix */
.masonry:after {
  content: '';
  display: block;
  clear: both;
}


.item:hover {
  background: #fff;
  border-color: white;
  cursor: crosshair;
}

@media only screen and (max-width: 800px) {
.masonry .item { 
    width: 42%;
    max-height: auto;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 10px}
    }

@media only screen and (max-width: 600px) {
.masonry .item { 
    width: 90%;
    max-height: auto;
    display: inline-block;
    float: left;
    padding: 10px;
    margin: 10px}
    }

footer{

background: rgba(0,0,0,.65);
font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 60%;
color: white;
text-transform: uppercase;
padding: 10px;
position: fixed;
bottom: 0;
left: 0;
letter-spacing: 2px;
width: 100%;

}




/*  GRID OF THREE   ============================================================================= */

    
.span_3_of_3 {
    width: 100%; 
}

.span_2_of_3 {
    width: 66.1%; 
}

.span_1_of_3 {
    width: 32.2%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
    .span_3_of_3 {
        width: 100%; 
    }
    .span_2_of_3 {
        width: 100%; 
    }
    .span_1_of_3 {
        width: 100%;
    }
}


/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */