/* TechAndALL.com - FREE Socical Media Float Button CSS */
/* Get FREE PSD and Templates @ http://www.techandall.com */
/* TechAndALL.com - FREE Socical Media Float Button CSS */

.flot_bar {

    left: 0;
    margin: 90px 0;
    position: fixed;
    width: 120px;
    z-index: 999; 


}
.flot_bar ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.flot_bar ul li {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: background 0.2s linear 0s;
    width: 100%;
}
.flot_bar ul li a {
    color: #EEEEEE;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    height: 99px;
    line-height: 99px;
    text-decoration: none;
}
.flot_bar ul li ul li a {
    background-image: none;
}
.flot_bar li a:active {
    color: #888888;
}
.flot_bar i {
    font-size: 17px;
    padding: 20px;
}
.flot_bar ul li:hover i {
    font-size: 22px;
    padding: 18px;
}
.flot_bar span.main_links_span {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    right: 9px;
    top: 0;
}
.flot_bar ul li ul {
    display: block;
    left: 100%;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 1;
}
.flot_bar ul li ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    display: block;
    float: none;
    position: relative;
    transition: background 0.2s linear 0s;
}
.flot_bar ul ul li:last-child, .flot_bar ul ul li:first-child {
    border-radius: 0 0 0 0;
}
.flot_bar ul ul li:first-child {
    border-top-right-radius: 7px;
}
.flot_bar ul ul li:last-child {
    border-bottom: 1px solid #E7E7E7;
}
.flot_bar ul ul ul li:last-child {
    border-bottom-left-radius: 7px;
}
.flot_bar ul ul ul ul li:last-child {
    border-bottom-right-radius: 7px;
}
.flot_bar ul ul li a {
    color: #777777;
    font-size: 13px;
    height: auto;
    line-height: 38px;
    padding-left: 30px;
    width: 100%;
}
.flot_bar ul ul li:hover {
    background: none repeat scroll 0 0 #F3F3F3;
}
.flot_bar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}









html,
body {
    margin:0; padding:0; height:100%;
}
p {
    margin:0;
}
.page {
    position: relative;
    height:100%;
}

.popup {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup {
    opacity:1;
    visibility: visible;    
}

.popup > iframe {
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-280px;
}




