?
| Current Path : /home/webyoo/www/events/crm/realestate/css/ |
| Current File : /home/webyoo/www/events/crm/realestate/css/navigation.css |
.heroex .tp-bullet.selected, .tp-bullet:hover {
background:transparent;
}
.heroex .tp-bullet {
width: auto;
height: auto;
position: relative;
background:transparent;
cursor: pointer;
color: #FFFFFF;
margin-bottom: -23px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.heroex .tp-bullet-number{
position: relative;
text-align: center;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.heroex .tp-bullet.selected:nth-child(4){
padding-bottom: 4px;
border-bottom: 2px solid;
}
.heroex .tp-bullet .tp-bullet-line{
height: 120px;
transform: scaleY(0);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
visibility: hidden;
opacity: 0;
}
.heroex .tp-bullet.selected .tp-bullet-line{
width: 2px;
background: white;
display:inline-block;
transform: scaleY(1);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
visibility: visible;
opacity: 1;
}
.heroex, .tp-tabs, .tp-thumbs{
top: 43% !important;
}
.heroex .tp-bullet .tp-count{
font-size: 14px;
position: relative;
bottom: 5px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.heroex .tp-count:before{
content: '';
height: 3px;
width: 15px;
transform: scaleX(0);
display: block;
position: absolute;
background: #ff6666;
top: 50%;
right: -22px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.heroex .tp-bullet.selected .tp-count:before{
transform: scaleX(1);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.heroex2 .tp-bullet.selected,.heroex2 .tp-bullet:hover {
background:transparent;
}
.heroex2 .tp-bullet {
width: 140px;
height: 20px;
background:transparent;
cursor: pointer;
color: #FFFFFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.heroex2 .tp-bullet .tp-bullet-number{
position: relative;
text-align: left;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.heroex2 .tp-bullet .tp-bullet-line{
height: 2px;
width: 100%;
display: block;
background: #ffffff3b;
}
.heroex2 .tp-bullet .tp-bullet-line::before{
content: '';
position: absolute;
width: 0;
height: 2px;
background: #FFFFFF;
opacity: 0;
-webkit-transition: width 10s linear;
-moz-transition: width 10s linear;
-o-transition: width 10s linear;
-ms-transition: width 10s linear;
transition: width 10s linear;
}
.heroex2 .tp-bullet.selected .tp-bullet-line::before{
opacity: 1;
width: 100%;
}