body {
    background:#099;
    font-family: 'Nunito', Arial, Tahoma, Verdana;
    color:#fff;
    font-size:14px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    line-height:1.5em;
}

h1, h2, h3, h4 {
    font-family: 'Allura', 'Brush Script MT', 'Times', 'Times New Roman' ;
    color:#fff;
    line-height:1.0em;
    padding:0 0 0 0;
    margin:0 0 0 0;
}
h1 {
    font-size:4.0em;
}
h2 {
    font-size:3.0em;
}
h3 {
    font-size:3.0em;
}
h4 {
    font-size:2.0em;
}

a {
    font-family: 'Nunito', Arial, Tahoma, Verdana;
    text-decoration:underline;
    font-weight:normal;
    color:#fff;
}
a:hover {
    color:#db2;
}
.construction {
    width:900px;
    margin:2em auto 1em;
    padding:0 0 0 0;
    text-align:center;
}

.logo {
    width:50%;
    margin:2em 0 3em 0;
    padding:0 0 0 0;
    text-decoration:none;
}
.construction_txt {
    font-size:16px;
    margin:0 0 3em;
}

.construction_footer  {
    border-top:1px solid #0aa;
    padding:0.5em 0 0 0;
    margin:0 0 0 0;
    width:100%;
}

.construction_footer ul {
    list-style-type:none;
    padding:0 0 0 0;
    margin:0 0 0 0;
    width:100%;
}
.construction_footer ul li {
    list-style-type:none;
    padding:0.5em 1em;
    margin:0 0 0 0;
    display:inline-block;
    border-left:1px solid #0aa;
    font-size:16px;
}
.construction_footer ul li:first-child {
    border-left:none;
    padding:0.5em 1em 0.5em 0em;
}





/*
 -------------------------------------------------
 Overlay
 -------------------------------------------------
 */
.custombox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
/*
 -------------------------------------------------
 Modal
 -------------------------------------------------
 */
.custombox-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custombox-modal {
    height: auto;
    visibility: hidden;
}

/*
 -------------------------------------------------
 Error
 -------------------------------------------------
 */
.custombox-error {
    padding: 20px;
    text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
}

/*
 -------------------------------------------------
 Actions
 -------------------------------------------------
 */
.custombox-show {
    visibility: visible;
}
.custombox-show ~ .custombox-overlay {
    opacity: 1;
    visibility: visible;
}
.custombox-perspective,
.custombox-perspective body {
    height: 100%;
    overflow: hidden;
}
.custombox-perspective body  {
    -webkit-perspective: 600px;
    perspective: 600px;
}
.custombox-container {
    min-height: 100%;
}
.custombox-hide-scrollbar {
    overflow-y: hidden;
}
.custombox-hide-scrollbar body {
    position: relative;
    overflow: hidden;
}

/*
 -------------------------------------------------
 Fade in and scale up
 -------------------------------------------------
 */
.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    opacity: 0;
}
.custombox-show.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




/*LIGHTBOX*/
div.lightbox {
    background: #fff;
    width: 750px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: 0 none;
    display:inline-block;
    color:#111;
    
    
}
div.lightbox h1,
div.lightbox h3,
div.lightbox h2 {
        color:#111;
        font-family: 'Nunito', Arial, Tahoma, Verdana;
}

div.lightbox a {
        color:#099;
}

div.lightbox h3 {
    font-size:1.2em;
}  
div.lightbox h2 {
    font-size:1.5em;
} 
div.lightbox h1 {
    font-size:2em;
} 
    
    
div.lb_close {
    background:#fff;
    width:100%;
    display:inline-block;
    margin:0 0 0 0;
    padding:0 0 0 0;  
    overflow:visible;
}
div.lightbox a.lb_close {
    background: #099;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: Verdana,Arial;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.2em;
    padding: 0.3em 0.45em;
    position: relative;
    text-align: center;
    width: auto;
    text-decoration: none;
    border-radius: 100%;
}
div.lightbox a.lb_close:hover {
    background:#db2;
    color:#fff;
    text-decoration:none;
}

div.lb_content {
    background:transparent;
    width:98%;
    display:inline-block;
    margin:0.5% 1% 1% 1%;
    padding:2%;  
    max-height:400px;
    overflow-y:scroll;
}



