@charset "utf-8";
/* CSS Document */

@media only screen and (device-width: 768px) {
 .strip {
    background: url("../images/strip.png") repeat-x scroll 0 0 transparent;
    height: 35px;
    left: 0;
    opacity: 0.9;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}


.righttopnav {
    color: #FFFFFF;
    float: right;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -26px;
    width: 340px;
    z-index: 12;
}


.login {
    color: #FFDE3F;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0 0 0 5px;
    position: relative;
    top: -25px;
    width: 200px;
    z-index: 11;
}



}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .strip {
    background: url("../images/strip.png") repeat-x scroll 0 0 transparent;
    height: 35px;
    left: 0;
    opacity: 0.9;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}


.righttopnav {
    color: #FFFFFF;
    float: right;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -26px;
    width: 280px;
    z-index: 12;
}


.login {
    color: #FFDE3F;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0 0 0 5px;
    position: relative;
    top: -25px;
    width: 200px;
    z-index: 11;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .strip {
    background: url("../images/strip.png") repeat-x scroll 0 0 transparent;
    height: 35px;
    left: 0;
    opacity: 0.9;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
}


.righttopnav {
    color: #FFFFFF;
    float: right;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -26px;
    width: 280px;
    z-index: 12;
}


.login {
    color: #FFDE3F;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    margin: 0 0 0 5px;
    position: relative;
    top: -25px;
    width: 200px;
    z-index: 11;
}
}