
.watermark{
    position: absolute;
    margin-bottom: 42px;
    margin-left: 10px;
    color: green;
    letter-spacing: 0;
    bottom: 0;
    text-align: center;
}

.modal-header{
    background: #4FC3F7;
    padding: 10px;
    border: none;
}
.modal-header h4{
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 0;
    margin: 0;
}
/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 14px; line-height:2em; color: #fcfcfc; }
.footer1 a { color: #ccc; }
.footer1 a:hover {color: #fff; }
.footer1 .widget { margin-bottom:30px; }		
.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
.footer1 .entry-meta a { color: #333333; }
.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
.follow-me-icons { font-size:30px; }		
.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; margin: -0.8% 0 0 0;}
.footer2 a { color: #aaa; }
.footer2 a:hover { color: #fff; }
.footer2 p { margin: 0; }

.widget-simplenav { margin-left:-5px; }		
.widget-simplenav a{ margin:0 5px; }		

/*--slider-up-arrow--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 9%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.Gold h6{
    background: #D48026;
    padding: 7px 12px;
    position: absolute;
   right: 34px;
    bottom:0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
}
.Silver h6{
    background:#4CAF50;
    padding: 7px 12px;
    margin: 0px;
    position: absolute;
    right: 34px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
}
.Diamond h6{
    background: #9030D3;
    padding: 7px 12px;
    margin: 0px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
}
.Platinu h6{
    background: #32C4C9;
    padding: 7px 12px;
    margin: 0px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
}