/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
#headerLogins #surf-accounts {
    color: #018fa5;
    font-family: "Times New Roman",Times,serif;
    font-size: 15px;
    margin-top: 0px;
    text-align: right;
    width: 200px;
	position:absolute;
	top:40px;
	right:10px;
	z-index:999;
	height: 0;
	line-height:0;
}
#sprypassword1 > input{height:20px;float:left;width:136px;padding:0;}
#logmein > input{padding:0;margin-top:0px;margin-left:5px;height:20px;}
#sprypassword1>label{color: #018fa5;font-family: "Times New Roman",Times,serif;font-size: 15px;float:left;font-weight:100;padding-right:8px;}
#headerLogins #sub-nav-logmein {
    color: #018fa5;
    float: right;
    font-family: "Times New Roman",Times,serif;
    font-size: 15px;
    height: 35px;
    margin-top: -13px;
	position:absolute;
	top:80px;
	right:10px;
	z-index:999;
}
.avia_mega_div.avia_mega2.six.units{left:-40px !important;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
#headerLogins {display:none;}
}