.currency-select {
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
}

.theme-casanova #top .currency-select,
.theme-ushuaia #top .currency-select {
	margin-bottom: 0;
}

.currency-select-social-icons {
	margin-left: 20px;
}

.theme-penthouse .currency-select-social-icons {
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

.currency-select-header {
	display: block;
	margin-bottom: 10px !important;
}

#header-right .currency-select {
	margin-bottom: 0;
}

.select-currency {
    display: inline-block;
	width: auto;
	margin-bottom: 0;
    vertical-align: middle;
}

#top-right .select-currency {
	width: 65px;
	margin-bottom: 5px;
}

.theme-casanova #top-right,
.theme-ushuaia #top-right {
	padding-top: 10px;
}

.currency-select-widget {
	margin-bottom: 10px;
}

.currency-select-widget,
.currency-select-widget .select-currency {
	width: 100%;
}

.widget-currency-converter {
	padding-bottom: 20px;
}

.widget-currency-converter .select-currency-before,
.widget-currency-converter .select-currency-after {
	display: block;
	margin-bottom: 10px;
}

.currency-loading {
	display: inline-block;
	width: 30px;
	height: inherit;
	margin: 0 3px;
	line-height: inherit;
	background: url(../img/loading.gif) no-repeat center;
	font-size: 11px;
	font-weight: normal;
	text-indent: -9999px;
	text-align: left;
}

.widget-slider .currency-loading {
	background: url(../img/loading-dark.gif) no-repeat center;
}

#top .social-icons {
	display: inline;
}

#currency-footer-wrap {
	margin-top: -30px;
	margin-bottom: 40px;
	background: none;
}

.currency-converter-footer-right {
	text-align: right;
}