



a#pull {
    display: none;
}


@media only screen and (max-width : 600px) {
    nav {
        border-bottom: 0;
        height: auto;
		padding-bottom: 7px;
		z-index:12;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }

    nav li {
        width: 50%;
        float: left;
        position: relative;
		padding-left: 10px;
    }
	
	

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
		color: #333333;
		font-family: 'Raleway', sans-serif;
		font-size:16px;
		font-weight:400;
		text-decoration:none;
    }
	

    nav a#pull {
        display: block;
        background-color: #FFF;
        width: 100%;
        position: relative;
    }

    nav a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        display: inline-block;
		position: absolute;
        right: 15px;
        top: 10px;
    }
}
