Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
a, a:focus, a:hover, a:active {
2
  color: #64AED9;
3
}
4
a:hover {
5
  color: #64AED9;
6
}
7
::-moz-selection {
8
  color: #fff;
9
  background: #64AED9;
10
}
11
::selection {
12
  color: #fff;
13
  background: #64AED9;
14
}
15
.header-navigation a:hover,
16
.header-navigation li.current a {
17
  color: #64AED9;
18
}
19
.tb-socio .fa:hover {
20
  color: #64AED9;
21
  border: solid 1px #64AED9;
22
}
23
.carousel-indicators li.active {
24
  background: #64AED9;
25
}
26
.go2top:hover {
27
  border: solid 2px #64AED9;
28
  color: #64AED9;
29
}
30
.content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong {
31
  color: #64AED9;
32
}
33
.slider-item-1 .large_bold_white span,
34
.slider-item-2 .large_bold_white span {
35
  color: #64AED9;
36
}
37
.tp-caption a {
38
    color: #64AED9;
39
}
40
.services-block .fa {
41
  background: #64AED9;
42
}
43
.services-block .fa:after {
44
  border-top: 9px solid #64AED9;
45
}
46
.team-block em {
47
  color: #64AED9;
48
}
49
.portfolio-block .item > a {
50
  background: rgba(100, 174, 217, 0.85);
51
}
52
.choose-us-block .panel-default .accordion-toggle:before {
53
  background-color: #64AED9;
54
}
55
.choose-us-block .panel-default .collapsed:before {
56
  background-color: #495764;/* black */
57
}
58
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
59
  background-color: #64AED9;
60
}
61
.btn-primary {
62
  background: #64AED9;
63
}
64
.btn-primary:hover,
65
.btn-primary:focus,
66
.btn-primary:active {
67
  background: #047abf;
68
}
69
.facts-block .item {
70
  background: rgba(100, 174, 217, 0.92);
71
}
72
.pi-price strong {
73
  background: #64AED9;
74
}
75
.pi-price strong:after {
76
  border-top: 9px solid #64AED9;
77
}
78
.pricing-content .list-unstyled li i {
79
  color: #64AED9;
80
}
81
.pricing-footer .btn-default:hover,
82
.pricing-footer .btn-default:active {
83
  background: #64AED9;
84
}
85
.portfolio-block .item b:hover {
86
  color: #64AED9;
87
}
88
@media (max-width: 1024px) {
89
  .header-mobi-ext .header-navigation a:hover,
90
  .header-mobi-ext .header-navigation li.current a{
91
    background-color: #64AED9;
92
    color: #fff !important;
93
  }
94
}
95
.header .mobi-toggler:hover {
96
  background-color: #64AED9;
97
  border-color: #64AED9;
98
}