body{
    background-color: #fff;
    margin: 0;

    font-family: "Oswald",sans-serif;
}
label, input, textarea{
    width: 50%;
    display:block;
    line-height: 30px;
}
input[type=submit]{
    width: auto !important;
    background-color: black;
    color: white;
    border: none;
    margin: 10px 0 ;
}
header{
    height: 90px;
    width:100%;
    background-color: #000;
    color: #fff;
    border-bottom: 5px solid #212121;

}

header a.logo{
    margin: 11px 0 0 58px;
    float: left;
}
header nav ul{
    list-style: none;
    margin: 56px 84px 0 0;
    padding: 0;
    float: right;
}
header nav ul li{
    float: left;
    font-family: "Oswald", sans-serif;
    font-size:18px;
    margin: 0 10px;
}
header nav ul li a{
    color: #fff;
    text-decoration: none;
}
 div.item article{
     box-sizing: border-box;
     display: table;
     border-bottom: 0 none;
     box-shadow: 0 1px 1px  rgba(0, 0, 0, 0.15);
     min-height: 1px;
     padding-bottom: 0;
     position: relative;
     margin-bottom: 30px;
     background-color: white;
 }

 article div.gallery {
     box-shadow: none;
     margin-bottom: 13px;

     padding: 7px;
     display: block;
     float: left;
     height: 100%;
     line-height: 0;
     position: relative;
     width: 100%;
 }

 .items{
     background-color: #FFFFFF;

     padding: 1.5% 0;
     max-width: 1165px;
     min-width: 300px;
     margin: 0 auto;

 }
 section.itemsbg{
     background-color: #FFFFFF;
 }
 .item{
     vertical-align: top;
     width: 291px;

 }
 h3{
     text-align: center;
 }
div.item article div.post-title.cf h3 a{
    transition: color 0.3s ease-in-out 0s;
    color: #a6a6a6;
    line-height: inherit;
    text-decoration: none;
    font-family: "Oswald",sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: uppercase;
}
div.item article div.post-title.cf h3 a:hover{
    color: #e0e0e0;
}
div.item article div.post-title.cf div.excerpts{
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #b2b2b2;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
    padding: 0 7px;
    text-align: center;
    white-space: normal;
    width: 95%;
}
div.item article div.post-title.cf h3 a:hover{
    color: #e0e0e0;
}
footer{
    float: left;
    width:100%;
    height: 200px;
    position: relative;
}
footer div.strip{
    margin-top: 189px;
    height: 11px;
    background-color: #eee;
    background-image: linear-gradient(45deg, #FF7F00 25%, transparent 25%, transparent 75%, #FF7F00 75%, #FF7F00),
    linear-gradient(45deg, #FF7F00 25%, transparent 25%, transparent 75%, #FF7F00 75%, #FF7F00);
    background-size:2px 2px;
    background-position:0 0, 1px 1px
}
footer .lastPosts{
    position: absolute;
    top: 22px;
    left: 42px;
}
footer .lastPosts a{
    color: #FF7F00;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-decoration: none;
}

footer .goUp{
    position: absolute;
    top: 90px;
    right: 98px;
}

section.nav nav{
    text-align: center;
    height: 77px;
}
section.nav nav ul#container.option-set{
    margin: 0 auto;
    width: 500px;
    padding: 0;
    margin-top: 25px;
}
section.nav nav ul#container.option-set li{
    list-style: none;
    float: left;
    padding: 5px;
    border-right: 1px #777 solid;
}
section.nav nav ul#container.option-set li a:hover{
    color: #fff;
    background-color: #FF7F00;
}
section.nav nav ul#container.option-set li a{
    color: #777;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding: 8px;
}
section.nav nav ul#container.option-set li a.selected{
    color: #fff;
    background-color: #FF7F00;
}