/* ================================================================ *\
	#Bar Plugin
\* ================================================================ */

.bar-plugin * { padding: 0; margin: 0; outline: 0; }
.bar-plugin { background-color: #1184ae; width: 100%; position: relative; overflow: hidden; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; color: #fff; max-height: 0; visibility: hidden; opacity: 0; font-size: 17px; line-height: 1.18; z-index: 100000; }
.bar-plugin.bottom { position: fixed; bottom: 0; }
.bar-plugin ul { list-style: none; padding: 0; margin: 0; position: relative; overflow: hidden; }
.bar-plugin li { float: left; position: relative; height: inherit; min-height: 69px; }
.bar-plugin li:nth-child(1) { width: 232px; padding-right: 20px; margin-right: 20px; }
.bar-plugin span.bar-plugin-separator { content: ' '; position: absolute; right: 0; top: 20px; bottom: 20px; width: 1px; background-color: #3ed1d6; }
.bar-plugin li:nth-child(2) { width: calc(100% - 450px); }
.bar-plugin li:last-child { float: right; width: 160px; }
.bar-plugin p { padding: 10px 0; font-size: 16px; }
.bar-plugin-shell { max-width: 960px; padding: 0 54px 0 0; margin: 0 auto; position: relative; }
.bar-plugin-logo { display: block; width: 100%; padding: 6px 0; text-decoration: none; }
.bar-plugin-logo img { display: block; max-width: 100%; height: auto; }
.bar-plugin-logo:hover { text-decoration: none; opacity: 0.75; }
.bar-plugin-btn { display: table; background-color: #ea504f; color: inherit; text-decoration: none; text-align: center; font-size: 18px; line-height: 1.11; height: inherit;  width: 100%; }
.bar-plugin-btn span { display: table-cell; height: inherit; vertical-align: middle; padding: 0 5px 0 7px; }
.bar-plugin-btn:hover { text-decoration: none; opacity: 0.75; }
.bar-plugin-table { width: 100%; height: inherit; }
.bar-plugin-table-cell { display: table-cell; vertical-align: middle; height: inherit; }
.bar-plugin-table-cell.logo-cell { display: block; }
.bar-plugin-btn-close { position: absolute; top: 50%; right: 17px; width: 24px; height: 24px; text-decoration: none; font-size: 0; line-height: 0; text-indent: -4004px; margin-top: -12px; }
.bar-plugin-btn-close:hover { text-decoration: none; opacity: 0.75; }
.bar-plugin-btn-close:before,
.bar-plugin-btn-close:after { content: ' '; position: absolute; left: 50%; top: 50%; width: 4px; height: 18px; margin: -9px 0 0 -2px; background-color: #fff; }
.bar-plugin-btn-close:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.bar-plugin-btn-close:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.bar-plugin-logo,
.bar-plugin-btn,
.bar-plugin-btn-close {
	-webkit-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}
.bar-plugin {
	-webkit-transition: max-height 1.2s, visibility 1.2s, opacity 1.2s;
	        transition: max-height 1.2s, visibility 1.2s, opacity 1.2s; 
}

.bar-plugin-show-bar { max-height: 400px; visibility: visible; opacity: 1; }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.bar-plugin,
	.bar-plugin-btn { font-size: 16px; text-align: left; }
	.bar-plugin-shell { padding: 0 46px 0 9px; }
	.bar-plugin li:nth-child(1) { display: none; }
	.bar-plugin li:nth-child(2) { width: calc(100% - 110px); }
	.bar-plugin li:last-child { width: 98px; }
	.bar-plugin-btn span { padding: 0 18px; }
	.bar-plugin-btn-close { right: 12px; }
}