@media (max-width: 479px) {
form {
    margin-bottom: 10px !important;
}

.logo {
    padding: 0px !important;
	margin-bottom:0px !important;
}

.logo img {
    height:45px !important;
}

#navigation {
    margin-top: -210px !important;
}

.container {
    width: 300px;
}

p.copyright {
font-size: 1.3em;
}

p.copyright a{
display:block;
}

.footer {
padding: 15px 0 0 0;
}
}


@media (min-width: 480px) and (max-width: 767px) {
form {
    margin-bottom: 10px !important;
}

.logo {
    padding: 0px !important;
	margin-bottom:0px !important;
}

.logo img {
    height:85px !important;
}

#navigation {
    margin-top: -120px !important;
}

.container {
    width: 460px;
}
}



@media (min-width: 768px) and (max-width: 991px) {
#wrapper{
top: 120px;
}  

nav {
    float: right;
    margin: 25px 5px 0px 0px;
	text-align:center;
}

#nav a {
    float: left;
    padding: 2px 7px;
    font-size: 1.1em;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

#nav a.longtime {
    float: left;
    font-size: 1em;
    background: #36496e;
    padding: 6px 7px 3px 7px;
    border-radius: 7px;
    margin: -4px 3px 0px 3px;
}

#nav a.longtime>span, #nav a>span {
    font-size: 0.7em;
    float: left;
	margin-top: -2px;
}

.logo {
    padding: 0px !important;
	margin:10px 0px 0px 10px !important;
	float:left;
}

.logo img {
    height:60px !important;
}
}



@media (min-width: 992px) and (max-width: 1199px) {
#wrapper{
top: 120px;
}  

nav {
    float: right;
    margin: 30px 0px 0px 0px;
	text-align:center;
}

#nav a {
    float: left;
    padding: 2px 20px;
    font-size: 1.3em;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

#nav a.longtime {
    float: left;
    font-size: 1.3em;
    background: #36496e;
    padding: 6px 7px 3px 7px;
    border-radius: 7px;
    margin: -4px 3px 0px 3px;
}

#nav a.longtime>span {
    font-size: 0.7em;
    float: left;
	margin-top: -2px;
}

.logo {
    padding: 0px !important;
	margin:12px 0px 0px 0px !important;
	float:left;
}

.logo img {
    width:180px;
}
}



@media (min-width: 1200px) {

}







