custom2.css
6.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
.navbar ul.dropdown-menu li a:hover, .navbar ul.dropdown-menu li .custom-color-title-blocks:hover, .navbar ul.dropdown-menu li .box-image-text:hover .custom-color-title-blocks, .box-image-text:hover .navbar ul.dropdown-menu li .custom-color-title-blocks {
color: #7a8c49; }
.fa-superpowers:before {
content: "\f2dd"; }
.navbar-brand img {
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s; }
.navbar-brand img:hover {
transform: scale(0.95);
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transition: scale(0.95);
-o-transform: scale(0.95); }
.bg-color-custom, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > .custom-color-title-blocks, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > .custom-color-title-blocks:hover, .navbar-default .box-image-text:hover .navbar-nav > .open > .custom-color-title-blocks, .box-image-text:hover .navbar-default .navbar-nav > .open > .custom-color-title-blocks, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > .custom-color-title-blocks:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > .custom-color-title-blocks, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > .custom-color-title-blocks:hover, .navbar-default .box-image-text:hover .navbar-nav > .active > .custom-color-title-blocks, .box-image-text:hover .navbar-default .navbar-nav > .active > .custom-color-title-blocks, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > .custom-color-title-blocks:focus {
background-color: #99b33d; }
.navbar ul.nav > li.active > a, .navbar ul.nav > li.active > .custom-color-title-blocks, .navbar ul.nav > li.open > a, .navbar ul.nav > li.open > .custom-color-title-blocks {
border-top: solid 5px #7a8c49; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .custom-color-title-blocks:hover, .navbar-default .box-image-text:hover .navbar-nav > li > .custom-color-title-blocks, .box-image-text:hover .navbar-default .navbar-nav > li > .custom-color-title-blocks, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > .custom-color-title-blocks:focus {
background-color: #c9df71; }
.navbar ul.nav > li > a:hover, .navbar ul.nav > li > .custom-color-title-blocks:hover, .navbar .box-image-text:hover ul.nav > li > .custom-color-title-blocks, .box-image-text:hover .navbar ul.nav > li > .custom-color-title-blocks {
border-top: solid 5px #acbe63; }
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
border-bottom: solid 5px #7a8c49; }
a, .custom-color-title-blocks, .accent {
color: #99b33d; }
.custom-color-title-blocks {
font-size: 18px;
font-weight: 700;
text-transform: none;
line-height: normal;
margin-top: 21px;
margin-bottom: 8px;
display: block;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s; }
a:hover, .custom-color-title-blocks:hover, .box-image-text:hover .custom-color-title-blocks, a:focus, .custom-color-title-blocks:focus {
color: #7a8c49; }
.box-image-text:hover .custom-color-title-blocks {
margin-top: 15px; }
.box-image-text .image {
overflow: hidden; }
.box-image-text .image img {
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s; }
.box-image-text:hover .image img {
transition: 0.7s;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-ms-transition: 0.7s;
-o-transition: 0.7s;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transition: scale(1.05);
-o-transform: scale(1.05);
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40); }
.box-simple .icon {
color: #99b33d;
border-color: #99b33d; }
.jumbotron .dark-mask {
background: #99b33d; }
.box-image .bg, .box-image-text .top .bg {
background: #99b33d; }
#get-it {
background: #99b33d; }
.btn-template-main {
color: #99b33d;
border-color: #99b33d; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #99b33d; }
.btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active {
color: #99b33d; }
.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active {
background: #99b33d;
border-color: #99b33d; }
.form-control:focus {
border-color: #99b33d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 210, 52, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 210, 52, 0.6); }
.jumbotron {
background: url(../img/photogrid-new.jpg) center center repeat; }
.box-image-text h4 {
margin: 0;
line-height: normal !important; }
.box-image-text .top .bg {
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s; }
.owl-carousel .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #99b33d; }
.artweb-link {
position: relative;
padding-right: 35px; }
.artweb-link:before {
top: 50%;
margin-top: -12px;
right: 0;
width: 24px;
height: 23px;
background: url(../img/aw-logo.png) 50% 50% no-repeat;
position: absolute;
content: ''; }
#copyright {
padding: 23px 0; }
.outline-none, .form-control:focus, button, .close, .btn.focus, .btn:focus, .btn:hover {
outline: none !important; }
textarea {
max-width: 100%;
resize: none !important; }
.box-simple:hover .icon {
transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transition: scale(1.3);
-o-transform: scale(1.3); }
@media (max-width: 992px) {
.fix_directions br {
display: none; } }
@media (max-width: 767px) {
.box-image-text img {
display: inline; }
.box-image-text .top .bg {
display: none !important; }
.custom-color-title-blocks {
margin-top: 21px !important; } }
@media (max-width: 470px) {
.first-screen .jumbotron {
padding: 0; }
.first-screen h1 {
font-size: 30px; }
.first-screen h2 {
font-size: 26px; } }
@media (max-width: 360px) {
.first-screen div, .first-screen p, .first-screen h1, .first-screen h2, .first-screen h3, .first-screen h4 {
line-height: normal; }
.first-screen h1 {
font-size: 26px; }
.first-screen h2 {
font-size: 20px; }
.first-screen .mb-small {
margin-bottom: 0 !important; } }
/*# sourceMappingURL=custom2.css.map */