/*
 ___      _ _                _                _     
  / __\___ | | | __ _ _ __ ___(_) ___  _ __    (_)___ 
 / /  / _ \| | |/ _` | '_ \_  / |/ _ \| '_ \   | / __|
/ /__| (_) | | | (_| | |_) / /| | (_) | | | |_ | \__ \
\____/\___/|_|_|\__,_| .__/___|_|\___/|_| |_(_)/ |___/
                     |_|                     |__/     

 Version: 1.0.2
  Author: channa bandara
 Website:
    Repo: http://github.com/channasmcs

 */

 .block_quick {
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    opacity: 0.50;
    z-index: 998;
}

@media screen and (max-width: 768px) {

    #btncollapzion {
        bottom: 88px!important;
    }

}

a._collapz_parant._close:after, a._collapz_parant._open:after {
    display: inline-block;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    position: relative;
    top: 13px;
    font-style: normal;
    color: #3d1a6f;
}
a._collapz_parant {
    background-color: #fff!important;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    float: right;
    -webkit-transition: -webkit-transform .1s linear 0ms;
    -moz-transition: -moz-transform .1s linear 0ms;
    transition: transform .1s linear 0ms;
    /*transform: rotate(44deg);*/
}

a._collapz_parant._close {
    background-color: #e45353;
}
a._collapz_parant._close span {
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    word-break: break-word;
    color: #3d1a6f;
    font-family: 'PSLKandaModernNewW4Pro';
}
a._collapz_parant._close:after {
    left: 0;
    opacity: 0;
}
a._collapz_parant._open {
    background-color: #2f353e;
}
a._collapz_parant._open span {
    display: none;
}
a._collapz_parant._open::after {
    opacity: 1;
}
ul._child_collapzion {
    position: absolute;
    margin: 0;
    list-style: none;
    padding: 1px;
    top: -5px;
    right: 5px;
    width: 300px;
    overflow: hidden;
    z-index: 10;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
ul._child_collapzion li a._collapz_child {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff!important;
    margin: 10px 12px;
    text-align: center;
    font-family: 'PSLKandaModernNewW2Pro';
}
ul._child_collapzion li {
    text-align: right;
}
ul._child_collapzion li a._collapz_child i {
    margin-top: 12px;
    font-size: 18px;
    color: #3d1a6f;
}
ul._child_collapzion li span._title {
    position: relative;
    left: 5px;
    top: -2px;
    padding: 3px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    font-family: 'PSLKandaModernNewW2Pro';
}
._col_shadow {
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .14), 0 1px 32px 0 rgba(0, 0, 0, .12), 0 2px 9px -1px rgba(0, 0, 0, .2);
}
/*.block {
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50; 
    opacity: 0.50;
    z-index: 999;     
}*/