﻿/* COLLAPSIBLE * - START */
/*

#talkbubble 
{ 
width: 120px; 
height: 80px; 
background: red; 
position: relative; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 
} 
#talkbubble:before 
{ 
content:""; 
position: absolute; 
right: 100%; 
top: 26px; 
width: 0; 
height: 0; 
border-top: 13px solid transparent; 
border-right: 26px solid red; 
border-bottom: 13px solid transparent; 
}

*/

.nano-collapsible:before 
{ 
content:""; 
position: absolute; 
left: 100%; 
top: 40px; 
width: 0; 
height: 0; 
border-top: 6px solid transparent; 
border-left: 18px solid #e04f67; 
border-bottom: 8px solid transparent; 
}

.nano-collapsible 
{
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    
position: relative; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 
    
    
}


/* Smartphones ----------- */
@media only screen and (min-width: 760px) 
{
  #lz_floating_button_phone { display: none; }
}
/* Others ----------- */
@media only screen and (max-width: 760px) 
{
  #lz_floating_button_enquiry { display: none; }
}


.active, .nano-collapsible:hover {
//    background-color: #fff;
}

.nano-collapsible:after {
//    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
//    content: "\2212";
}

.nano-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;


-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 

}
/* COLLAPSIBLE * - END */







.nano-collapsible2:before 
{ 
content:""; 
position: absolute; 
left: 100%; 
top: 40px; 
width: 0; 
height: 0; 
}

.nano-collapsible2 
{
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    
position: relative; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 
    
    
}

.active, .nano-collapsible2:hover {
//    background-color: #fff;
}

.nano-collapsible2:after {
//    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
//    content: "\2212";
}

.nano-content { 
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;


-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px; 

}
/* COLLAPSIBLE * - END */
