/* 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 */

a.utcw-tag {
    padding: 2px 8px;
    margin: 0 1px 1px 0;
    display: block;
    float: left;
    border-style: solid;
}


/*
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 */


}

@media only screen and (max-width: 989px) {
	.responsive #top #header .main_menu .social_bookmarks {
	    display: block;
	    float: right;
	    padding-right: 0;
	    margin-right: 0;
	    position: absolute;
	    width: 200px;
	    top: 15px;
	    text-align: right;
	    right: -5px;
	}

	#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
	    float: right;
	}


	.responsive #top .av-logo-container .avia-menu {
	    display: block;
	    float: right;
	    padding-right: 0;
	    margin-right: 0;
	}
}