
@media only screen and (min-width: 1281px) and (max-width: 9000px) {

}

@media only screen and (min-width: 981px) and (max-width: 1280px) {

}


@media only screen and (min-width: 721px) and (max-width: 960px) {


}


@media only screen and (min-width: 0px) and (max-width: 720px) {
 .menuButon{
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 15px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
} 

 #sitename{
    width: 100%;
    text-align: center;
    margin-top: 27px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
} 



.fixedHeader{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: 70px;
    left: 0;
    min-height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
	margin-top: 0px;
}

.header{
float:left;
    width: 100%;
    position: relative;
    min-height: 135px;
   background: #000 !important; 
	 background: rgba(255, 255, 255, 1) !important;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
	
}

#sitename a:after {
	display:none;
	
}


 
 div#search {
 display:none;
 }

} 