body {
    position: relative; 
    font-family: raleway;
    background: white;
    overflow-x: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: raleway-bold;
    font-family: porky;
}
i {
    font-family: raleway-italic;
}
.affix ~ .container-fluid {
    position: relative;
}
section {
    min-height: 100vh;
}
.icon-bar {
    background-color: #bad249 !important;
}
.fa-heart {
    color: red;
}
.title {
    margin: 30px 0;
}
.font-bolditalic {
    font-family: raleway-bolditalic;
}
.font-limelight {
    background: -webkit-linear-gradient(white, #AFC52A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: porky;
    text-stroke-width: 1px;
    text-stroke-color: #006cb0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #006cb0;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: #006cb0;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: #006cb0;
}
.half-transparent {
    background: url("../img/background.jpg") no-repeat center;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.form-control {
    border-radius: 50px;
}
textarea {
    resize: none;
}
.labelinfo {
    font-family: raleway-bold;
}
.onepageheight {
    min-height: 100vh;
}
.displaytable {
    display: table;
    width: 100%;
    height: 100%;
}
.displaytablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.overlay {
    background: rgba(0,0,0,0.3);
    position: relative;
    z-index: 5;
}
.ui-menu .ui-menu-item {
    font-size: 12px;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header 
.ui-state-focus {
    text-decoration: none;
    background: none !important;
    border: none !important;
}
.ui-menu .ui-menu-item:hover {
    background: #E5E5E5;
}
.ui-widget.ui-widget-content {
    max-height: 175px;
    overflow: auto;
}
.ui-widget-content a {
    text-decoration: none;
    background: none;
    border: none;
}
.ui-widget-content .ui-menu-item:nth-child(2n) {
    background: #fafafa;
}
.ui-menu-item:hover, .ui-menu-item:focus {
    background: #2A2A2A !important;
    color: white !important;
    border: none !important;
}
.ui-menu-item-wrapper{
    color: #2a2a2a ;
}
.ui-state-active{
    color: white !important;
    background: #2a2a2a !important;
    border: none !important;
}

th {
    text-align: center;
    font-family: raleway-bold;
    text-transform: uppercase;
}

/*=== Scroll ===*/
::-webkit-scrollbar-track {
    background-color: #f3f3f3;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #2a2a2a;
    border-radius: 5px;
}
::-webkit-scrollbar {
    width: 5px;
}

/*=== Button ===*/
.btn {
    border-radius: 0;
    width: 120px;
}
.btn-white {
    color: black;
    background-color: white;
    border-color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-width: 3px;
}
.btn-white:hover {
    color: white;
    background-color: #bad249;
    border-color: #bad249;
}
.btn-blue {
    color: white;
    background-color: #006cb0;
    border-color: #006cb0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-width: 3px;
    text-transform: uppercase;
    font-family: raleway-bold;
    border-radius: 50px;
}
.btn-blue:hover {
    color: #006cb0;
    background-color: white;
    border-color: #006cb0;
}

