@import '../icomoon/style.css';

/* Primary: #ffd200; */

/* HELPER CLASSES */

.block-link{display:block;text-decoration:none;color:inherit}
.block-link:hover,.block-link:focus{text-decoration:none;color:inherit}
.inline-block{display:inline-block}
.none{display:none}
.uppercase{text-transform:uppercase}
.font-12{font-size:12px}
.font-14{font-size:14px}
.font-16{font-size:16px}
.relative{position:relative}
.absolute{position:absolute}
.overflow{overflow:hidden}
.container-md{max-width:760px;padding-top:30px;padding-bottom:30px}
.lighter{font-weight:300}
.regular{font-weight:400}
.semibold{font-weight:500}
.bold{font-weight:700}
.aligncenter{display:block;margin:20px auto}
.text-white{color:#fff}
.bg-cover{background-size:cover;background-position:center center;}
.img-circle,.btn-rounded,.circled,.rounded{border-radius:99rem;}
.section-padding{padding-top:40px;padding-bottom:40px}
.btn-white{color:#fff;background-color:#fff;border-color:#fff;}
.btn-inline{background-color:transparent;border:1px solid;}
.btn-inline:hover{background-color:#fff;color:#222;border:1px solid #fff;}
.btn-circle{padding-left:17px;padding-right:17px;}
.text-white,.text-white a{color:#fff;}
.box-shadow{box-shadow: 0 1px 30px rgba(0,0,0,0.15)}
.z-1{z-index:1;}.z-2{z-index:2;}.z-3{z-index:3;}.z-4{z-index:4;}.z-5{z-index:5;}.z-6{z-index:6;}.z-7{z-index:7;}.z-8{z-index:8;}
.w50{width:50%;}.w60{width:60%;}.w70{width:70%;}.w80{width:80%;}.w90{width:90%;}.w100{width:100%}
.o4{opacity:.4}.o5{opacity:.5}.o6{opacity:.6}
.mt-20{margin-top:20px;}.mt-30{margin-top:30px;}
.mb-20{margin-bottom:20px;}.mb-30{margin-bottom:30px;}
.pb-30{padding-bottom:30px}

@media(max-width:575.98px){
    
}

@media(max-width:767.98px){
    .text-xs-center{text-align:center;}
    .mobile-padding{padding-left:30px;padding-right:30px;}
    .row.mobile-padding{padding-left:15px;padding-right:15px;}
    .mobile-nopadding{padding-left:0;padding-right:0;flex-basis:auto;}
    .mobile-margin{margin-left:-15px;margin-right:-15px;}
}

/* GLOBAL */

body, html {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100%;
}

select.form-control {
    	background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE2cHgiIGhlaWdodD0iOXB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjA0LCAyMDQsIDIwNCkiIGQ9Ik04LjAwMCw1LjY1NyBMMTMuNjU3LDAuMDAwIEwxNS4wNzEsMS40MTQgTDguMDAwLDguNDg1IEwwLjkyOSwxLjQxNCBMMi4zNDMsMC4wMDAgTDguMDAwLDUuNjU3IFoiLz48L3N2Zz4=);
    background-position: right 25px center;
    background-repeat: no-repeat;
    padding-right: 50px
}

.owl-nav > div {
	display: inline-block;
}

.pagebuilder .panel:not(.hero):first-child,
.hero .mask {
	padding-top: 160px;
}

.thumb-box {
	border-radius: 10px;
	overflow: hidden;
}

@media(min-width:576px){
    
}

@media(max-width:767.98px){
	body {
		font-size: 16px;
	}
}

@media(min-width:768px){
	.owl-md-flex .owl-stage {
	    display: flex;
	}
	.pagebuilder .panel:not(.hero):first-child,
	.hero .mask {
		padding-top: 200px;
	}
	.panel-heading .subheading {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width:1200px){
	
}

/* HEADER */

header.global {
	position: absolute;
	z-index: 99;
	transition: 0.2s;
}

.topbar {
	height: 54px;
	transition: 0.3s height;
}

.topbar .block-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition: 0.2s;
}

.navbar-toggler,
.close-menu {
	width: 55px;
}

.navbar-toggler > span,
.close-menu > span {
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
}

.close-menu > span {
	background-color: #222;
}

.navbar-toggler > span:first-child {
	width: 70%;
	margin-left: 30%;
}

.navbar-toggler > span:last-child {
	width: 80%;
	margin-left: 20%;
}

#show-global-menu span {
	transition: 0.3s;
}

#show-global-menu.active span {
	transform: translate3d(80px,0,0);
}

#show-global-menu span:nth-child(1){
	transition-delay: 0.15s;
}

#show-global-menu span:nth-child(2){
	transition-delay: 0.1s;
}

#show-global-menu span:nth-child(3){
	transition-delay: 0s;
}

#header .top-nav > .trp-language-switcher-container > .nav-link {
	padding-left: 0;
}

#header .top-nav .trp-ls-language-name {
	color: #777;
	padding: 0 .4rem;
	vertical-align: middle;
}

/*

#header.sticky {
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

#header.sticky .topbar {
	height: 1px;
}

*/

.btn-cta {
	font-size: 18px;
	padding-top: 1rem;
	padding-bottom: 1.2rem;
}

@media(max-width:767.98px){
	
}

@media(min-width:768px){
	#header .top-nav .trp-ls-language-name {
		display: none;
	}
}

@media(min-width:992px){
	#header .top-nav .trp-ls-language-name {
		display: inline-block;
	}
}

/* MAIN MENU */

.fullscreen-menu {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
}

.global-menu-lang {
	padding-bottom: 1.5rem;
}

.global-menu-lang .trp-ls-shortcode-current-language {
	display: none;
}

.global-menu-lang .trp-language-switcher > div {
	width: auto !important;
	border: none;
	background: none;
}

.global-menu-lang .trp-language-switcher .trp-ls-shortcode-language {
	display: block !important;
	height: auto;
	visibility: visible;
}

.global-menu-lang .trp-language-switcher .trp-ls-shortcode-language > a {
	display: inline-block;
	padding-left: 15px;
}

.global-menu-lang.global-lang-switcher .trp-language-switcher .trp-ls-shortcode-language > a {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.global-menu-lang .trp-language-switcher .trp-ls-shortcode-language > a.trp-ls-shortcode-disabled-language img {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fullscreen-menu .fullscreen-nav {
    position: absolute;
    left: 15px;
	right: 15px;
    bottom: 50%;
	transform: translate3d(0,50%,0);
	text-align: center;
}

.global-menu-order {
	border-color: rgba(220, 214, 156, 0.3);
}

.fullscreen-menu .nav-link > .icon {
	font-size: 0.8rem;
	margin-left: 0.8rem;
}

.fullscreen-menu .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    float: none;
    text-align: center;
    box-shadow: none;
}

.fullscreen-menu .dropdown-menu:before {
    display: none;
}

.fullscreen-menu .dropdown-menu li:first-child,
.fullscreen-menu .dropdown-menu li {
    border: none;
}

.fullscreen-menu .dropdown-menu li a {
    text-transform: none;
    color: #282828;
    font-size: 1.3rem;
}

.fullscreen-menu .fullscreen-nav li,
.fullscreen-menu .dropdown-menu li {
    position: relative;
    opacity: 0;
    bottom: -15px;
    transition: 0.5s;
}

.fullscreen-menu .fullscreen-nav li.ready,
.fullscreen-menu .dropdown-menu li.ready {
    opacity: 1;
    bottom: 0;
}

.fullscreen-menu .menu-number .line {
	width: 60px;
	height: 2px;
}

.fullscreen-menu .fullscreen-nav > li > a:not(.btn) {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1em;
    color: #282828;
}

.fullscreen-menu .close-menu,
.fullscreen-menu .close-menu:hover {
    position: absolute;
    top: 24px;
	right: 19px;
    font-size: 24px;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
}

.fullscreen-menu .close-menu span {
	position: relative;
	transition: 0.7s;
}

.fullscreen-menu .close-menu span:nth-child(1){
	transform: rotate(-45deg);
	margin-top: 16px;
	transition-delay: 0.1s;
	top: -100px;
	right: -100px;
}

.fullscreen-menu.active .close-menu span:nth-child(1) {
	top: 0;
	right: 0;
}

.fullscreen-menu .close-menu span:nth-child(2){
	transform: rotate(45deg);
	margin-top: -8px;
	bottom: -100px;
	right: -100px;
}

.fullscreen-menu.active .close-menu span:nth-child(2){
	bottom: 0;
	right: 0;
}

.dropdown-menu {
    min-width: 200px;
}

.btn-order:hover {
	color: #222;
}

.fullscreen-socials {
	position: absolute;
	bottom: 2em;
}

.main-nav > li {
	margin-left: 2rem;
}

.main-nav .dropdown-menu .nav-link {
	padding-left: 1rem;
}

.main-nav .cta .nav-link {
	border-color: #D1AA5A;
}

@media(max-width:782px){
    .admin-bar .fullscreen-menu .close-menu {
		top: 69px;
	}
}

@media(max-width:575.98px){
    .navbar-brand {
	    width: 160px
    }
    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
}

@media(min-width:576px){
	
}

@media(min-width:768px){
    .navbar-brand {
        padding: 0 0 10px 0;
    }
    .fullscreen-socials {
	    position: absolute;
	    width: 4.5em;
		right: 10px; top: 50%;
		transform: translate3d(0,-50%,0);
    }
    .fullscreen-socials a {
	    margin: 10px 0;
    }
    .fullscreen-contacts {
	    position: absolute;
		left: 15px;
		right: 15px;
		bottom: 6em;
		text-align: center;
    }
    .fullscreen-socials .btn {
	    opacity: 0;
	    transform: translate3d(100%,0,0);
	    transition: 1s;
    }
    .fullscreen-socials .btn.ready {
	    opacity: 1;
	    transform: translate3d(0,0,0);
    }
}

@media(min-width:992px){
    .main-nav {
        font-size: 18px;
    }
    .main-nav .dropdown-menu {
        left: auto;
        right: -5%;
        width: 110%;
    }
    .main-nav .dropdown-menu:before {
        left: auto; right: 8%;
    }
}


/* HERO */

.hero {
	background-color: #333;
}

.hero.with-mask .mask {
	background-color: rgba(30,30,30,0.5);
}

.hero .container {
    padding-top: 40px;
}

.hero .title .highlight {
	color: #D1AA5A;
}

.hero .subtitle .highlight {
	font-weight: bold;
}

.hero .background video {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate3d(-50%,-50%,0);
	min-width: 100%;
	min-height: 100%;
}

@media(max-width:767px){
	.hero .subtitle {
		font-size: 1rem;
	}
	.hero .media {
		width: 260px;
		margin: 0 auto;
	}
	.hero video {
		height: 130%;
	}
}

@media(min-width:768px){
    .hero .subtitle {
	    font-size: 1.3rem;
    }
    .hero .panel-solid {
		width: 250%;
		height: 110%;
		transform: rotate(-18deg);
		top: -10%;
		left: 20%;
	}
	.hero .media {
		width: 480px;
	}
}

@media(min-width:992px){
    
}

/* COLUMNS PANEL */

.panel-columns .icon-box {
	padding-top: 30px;
	width: 100px;
	height: 100px;
}

.panel-columns .icon-box .primary-circle {
	top: 0; left: 0;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(255, 208, 0, 0.2);
	border-radius: 9em;
	opacity: 1;
}

.panel-columns .icon-box + .text-box {
	margin-top: 1rem;
}

.panel-columns .icon {
	font-size: 38px;
}

.panel-columns .table .row {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.panel-columns .table .description {
	display: none;
}

.panel-columns .table .expand-desc {
	color: inherit;
}

.panel-columns .table .expand-desc:hover {
	text-decoration: none;
}

@media(min-width:992px){

}

/* IMAGE TEXT PANEL */

.panel-imgtxt .image.primary {
	height: 300px;
}

.panel-imgtxt .rellax-element {
	width: 50%;
	opacity: 0.9;
	top: 50%;
}

.panel-imgtxt .column-left .rellax-element {
	left: -100px;
}

.panel-imgtxt .column-right .rellax-element {
	left: 100px;
}

@media(max-width:767.98px){
	.panel-imgtxt .col-image {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 2rem;
	}
}

@media(min-width:768px){
	.panel-imgtxt .image.primary {
		top: -10%;
		height: 110%;
	}
	.panel-imgtxt .container-image {
		position: absolute;
		top: 0; left: -15px;
		width: 100%;
		height: 100%;
	}
	.panel-imgtxt .container-image.imgalign-right {
		left: 15px;
	}
}


/* IMAGE TABS PANEL */

.panel-image-tabs .nav {
	margin-bottom: -33px;
	border-radius: 9rem;
	overflow: hidden;
}

.panel-image-tabs .nav-link.active {
	background-color: #ffd200;
	color: #222;
}

.panel-image-tabs .mask {
	background-color: rgba(51, 51, 51, 0.3);
}

.panel-image-tabs .tab-text {
	max-width: 720px;
	margin: 3rem auto;
}

.panel-image-tabs .highlight {
	border-bottom: 4px solid #D1AA5A;
}

.panel-image-tabs .tab {
	display: none;
}

.panel-image-tabs .tab.active {
	display: block;
}

@media(min-width:768px){
	.panel-image-tabs .tab-text {
		margin: 10rem auto;
	}
}


/* MAP PANEL */

.panel-map .map {
	height: 400px;
}

.panel-map .panel-heading {
	position: absolute;
}

@media(max-width:767.98px){
	
}

@media(min-width:768px){
    .panel-map .map {
	    height: 550px;
    }
}


/* BLOCKS SLIDER PANEL */

.blocks-slider.style-overlay .mask {
	background-color: rgba(30,30,30,0.5);
}

.blocks-slider.style-overlay .box {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.blocks-slider.style-overlay .pr-el {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
}

.blocks-slider.style-overlay .image {
	width: 100%;
	height: 100%;
}

.blocks-slider.style-default .image {
	width: 100%;
	height: 300px;
}

.blocks-slider.style-default .item {
	
}

.blocks-slider.style-default .primary-element {
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	background: url(../images/primary-element-gold.svg) center center no-repeat;
	background-size: contain;
	opacity: 0.3;
}

.blocks-slider .owl-stage {
	align-items: center;
}

.blocks-slider .heading {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media(max-width:575.98px){
	
}

@media(min-width:576px){
	
}

@media(min-width:768px){
	
}

@media(min-width: 992px){
	.blocks-slider.style-overlay .box {
		padding-top: 8rem;
		padding-bottom: 10rem;
	}
	.blocks-slider.style-default .image {
		width: 100%;
		height: 400px;
	}
}

@media(min-width: 1200px){
	
}


/* FORM */

.panel-form .background {
	top: -20%;
	height: 140%;
	background: #f9f9f9;
}

.panel-form .box {
	max-width: 700px;
	margin: 0 auto;
}

.panel-form .heading .highlight {
	color: #D1AA5A;
}

.panel-form .form-footer a {
	color: #000;
	text-decoration: underline;
}

/* .panel-form .rellax-element {
	top: 40%;
	left: 20px;
	width: 100px;
} */

@media(min-width:768px){
	
}

@media(min-width:992px){
	
}


/* GALLERY PANEL */

.panel-gallery .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.panel-gallery .large-col img {
	opacity: 0;
}

.panel-gallery .background {
	top: 0;
}

.panel-gallery .rellax-element {
	top: 50%;
	left: 100%;
	margin-left: -50px;
	width: 200px;
}

@media(max-width:576.98px){
	.panel-gallery .container {
		padding-left: 0;
		padding-right: 0;
	}
	.panel-gallery .col-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.panel-gallery .pb-30 {
		padding-bottom: 10px;
	}
}

@media(min-width:992px){
	
}


/* MENU */

.panel-menu .int-price {
	font-size: 1.2rem;
}

.bg-texture {
	background-image: url(../images/texture.png);
}

@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.panel-portfolio .loading .read-more-btn {
	animation: rotation 0.7s linear infinite;
}

.panel-menu .content-col {
	padding: 2rem;
}

.panel-menu .background {
	top: 0;
	height: 130%;
}

.panel-menu .rellax-element {
	top: 50%;
	right: 10px;
	width: 100px;
}

@media(max-width:575.98px){
	.panel-menu {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media(max-width:767.98px){
	.panel-menu .img-col {
		min-height: 200px;
		margin-top: 30px;
	}
	.panel-menu .column:first-child .img-col {
		margin-top: 0;
	}
}

@media(min-width:768px){
	
}

@media(min-width:992px){
	
}


/* FOOTER */

.site-footer .nav-link {
	
}

@media(min-width:576px){
    
}

@media(max-width:767.98px){
	.site-footer .nav {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
	.site-footer .menu-item {
		display: block;
		width: 100%;
		text-align: center;
	}
	.site-footer .nav-link {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.site-footer .brand svg {
		display: block;
		margin: 0 auto 10px;
	}
}

@media(min-width:768px){
	.site-footer .nav {
		padding-bottom: 1rem;
		border-bottom: 2px dotted #333;
		margin-bottom: 2rem;
	}
	.site-footer .nav-link {
		padding-right: 2rem;
	}
}


/* OTHER */

.sale-modal .col-image {
	min-height: 170px;
}

.countdown .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.countdown .column {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.form-sale,
.countdown .countdown-value-box {
	padding: 10px 10px 5px;
	border-radius: 5px;
	background-color: #fff8d8;
}

.form-sale {
	padding: 0;
	margin-bottom: 1.4rem;
	font-size: 0.85rem;
}

.form-sale-border {
	padding: 10px 15px;
	border-left: 6px dotted #fff;
	border-right: 6px dotted #fff;
	margin-left: -3px;
	margin-right: -3px;
}

.countdown .countdown-value {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.countdown .desc {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

.global-phone {
    position: fixed;
    bottom: 50px;
    right: -65px;
    font-size: 1.5rem;
    line-height: 1;
    transition: 0.3s right;
    z-index: 998;
}

.global-phone:focus,
.global-phone:active {
	outline: none;
	background-color: #fff !important;
	box-shadow: none;
}

.global-phone.ready {
    right: 30px;
}

@keyframes waves {
	0% {
		opacity: 1;
		width: 100%;
		height: 100%;
		left: 0; top: 0;
	}
	100% {
		opacity: 0;
		width: 200%;
		height: 200%;
		left: -50%; top: -50%;
	}
}

.global-phone.ready:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	border: 2px solid #0d6efd;
	border-radius: 9rem;
	animation: waves 1.7s linear infinite;
}

.form-control.xyz {
	position: absolute;
	top: -999999px;
	left: -9999%;
}

.list-primary,
.wysiwyg ul {
	padding: 0;
	list-style: none;
}

.wysiwyg ul,
.wysiwyg ol {
	margin-top: 1rem;
}

.wysiwyg ul li {
	margin-bottom: 1rem;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
	margin-top: 2rem;
}

#trp-floater-ls {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
}

#trp-floater-ls-language-list a:hover {
	background-color: #f5f5f5;
}

.modal-close {
	position: absolute;
	top: -20px; right: -20px;
	width: 40px;
	height: 40px;
	background-color: #D1AA5A !important;
	text-shadow: none;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	z-index: 3;
	border-radius: 99rem;
	opacity: 1;
}

@media(min-width:768px){
	.global-phone.ready {
	    right: 50px;
	}
	.sale-modal .col-image {
		border-radius: 0.3rem 0 0 0.3rem;
	}
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}