@import url(http://fonts.googleapis.com/css?family=Archivo+Black); /* Archivo Black */

#socialside {
    position: fixed;
    top: 20%;
    left: 25px;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli {
    position: relative;
    width: 148px;
    list-style: none;
    border-radius: 0 8px 8px 0;
    margin-left: -140px;
    left:0;
    cursor: pointer;
    
}

.scli img {
    background-color: #333;
    border-radius: 0 5px 5px 0;
    height: 30px;
    position: absolute;
    right: 0;
    top:0;
}

.scli li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-right: 50px;
    font-family: "Archivo Black";
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

/* General Codrops Demo Style */

/* Examples list */

.more{
    position:relative;
    clear:both;
}
.more p{
    color:#8f0630;
    font-size:16px;
}
.more ul{
    display:block;
    text-align:center;
}
.more ul li{
    display:inline;
    padding:2px;
    line-height:30px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
    background:#690322;
    color:#fff;
    text-shadow:none;
}
.more ul li a{
    text-shadow:1px 1px 1px #fff;
    color:#333;
    background:#fff;
    padding:3px 6px;
    white-space:nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.more ul li a:hover{
    background:#8f0630;
    color:#fff;
    text-shadow:none;
}
.column{
    width:48%;
    float:left;
    padding:1%;
}
@media screen and (max-width: 640px) {
    .header{
        text-align:center;
    }
    .header a{
        font-size:10px;
        text-shadow:none;
        white-space:nowrap;
    }
    .header span.right_ab{
        float:none;
    }
    h1{
        font-size:40px;
    }
    h1 span{
        font-size:16px;
    }
}

.mainul
{
   background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}