

.antispam {
    display: none;
}

.uk-overlay {
    padding: 20px 20px;
}


/* iframe responsive */
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-input, .uk-select, .uk-textarea {
    border: 1px solid #e5e5e5;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    padding: 0 16px;
}

.uk-overlay-primary {
    background: rgba(0, 0, 0, 0.5);
}

.uk-text-small {
    font-size: 12px;
    line-height: 1.5
}

.uk-nav-header {
    line-height: 24px;
}

.uw-capitalize{
    text-transform: capitalize;
}

.uw-flag-border{
    border: 1px solid #ddd;
}

h3.uw-bar {
    background: #f0f0f0;
    padding: 0px 4px 0px 12px;
    font-size: 16px;
    line-height: 18px;
    line-height: 1.8em !important;
    height: 28px;
}

.uw-luthbow-premium{
    border:3px solid;
    border-bottom-color:#FF0000; /* Green */
    border-top-color:#FF0000;    /* Red */
    border-left-color:#ffffff;   /* Black */
    border-right-color:#ffffff;  /* Blue */}

.uk-accordion-content {
    margin-top: 0px;
}

.uw-button-blue{
    color: #3867ae;
    border:2px solid #3867ae;
    background-color: transparent;
}

.uk-button-orange {
    background-color: rgba(255, 255, 255, 0);
    color: #ff9300;
    border: 2px solid #ff9300
}

.uk-button-green {
    background-color: rgba(255, 255, 255, 0);
    color: #00b300;
    border: 2px solid #00b300
}



.link-green{
    color: #00b300;
}
.link-gray{
    color: #999;
}


/* resposive behaviors */
@media (min-width: 640px) {

}

@media (min-width: 960px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1600px) {

}


