[10190] | 1 | /** BASE **/ |
---|
| 2 | body { |
---|
[10316] | 3 | padding-top: 20px; |
---|
| 4 | padding-bottom: 60px; |
---|
| 5 | background-color:#f4f4f4; |
---|
| 6 | /* background-image: url(../img/p6.png); */ |
---|
| 7 | background-position: 0 0; |
---|
| 8 | background-repeat: repeat; |
---|
[10190] | 9 | } |
---|
| 10 | |
---|
| 11 | body, h1, h2, h3, h4, h4, h6 { |
---|
[10316] | 12 | font-family: 'Open Sans', sans-serif; |
---|
[10190] | 13 | } |
---|
| 14 | |
---|
| 15 | h3 { |
---|
[10316] | 16 | color:#006633; |
---|
| 17 | font-size:22.5px; |
---|
[10190] | 18 | } |
---|
| 19 | |
---|
| 20 | hr { |
---|
[10316] | 21 | margin:30px 0; |
---|
[10190] | 22 | } |
---|
| 23 | |
---|
| 24 | select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { |
---|
[10316] | 25 | height:16px; |
---|
[10190] | 26 | } |
---|
| 27 | |
---|
[10292] | 28 | button, html input[type="button"], input[type="reset"], input[type="submit"] { |
---|
| 29 | padding: 1px 6px; |
---|
| 30 | } |
---|
| 31 | |
---|
[10190] | 32 | /** COMMON **/ |
---|
| 33 | .border-radius { |
---|
[10316] | 34 | -webkit-border-radius: 5px; |
---|
| 35 | -moz-border-radius: 5px; |
---|
| 36 | border-radius: 5px; |
---|
[10190] | 37 | } |
---|
| 38 | |
---|
| 39 | .center { |
---|
[10316] | 40 | text-align:center; |
---|
[10190] | 41 | } |
---|
| 42 | |
---|
| 43 | .relative { |
---|
[10316] | 44 | position:relative; |
---|
[10190] | 45 | } |
---|
| 46 | |
---|
| 47 | /** GRADIENT MODULES **/ |
---|
| 48 | .green-gradient { |
---|
[10316] | 49 | background-color: #005522; |
---|
| 50 | background-image: -moz-linear-gradient(top, #006633, #117744); |
---|
| 51 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006633), to(#117744)); |
---|
| 52 | background-image: -webkit-linear-gradient(top, #006633, #117744); |
---|
| 53 | background-image: -o-linear-gradient(top, #006633, #117744); |
---|
| 54 | background-image: linear-gradient(to bottom, #006633, #117744); |
---|
| 55 | background-repeat: repeat-x; |
---|
| 56 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006633', endColorstr='#ff117744', GradientType=0); |
---|
[10190] | 57 | } |
---|
| 58 | |
---|
| 59 | .gradient-radius-module { |
---|
[10316] | 60 | background-color: #005522; |
---|
| 61 | background-image: -moz-linear-gradient(top, #FFFFFF, #F2F2F2); |
---|
| 62 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F2F2F2)); |
---|
| 63 | background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2); |
---|
| 64 | background-image: -o-linear-gradient(top, #FFFFFF, #F2F2F2); |
---|
| 65 | background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2); |
---|
| 66 | background-repeat: repeat-x; |
---|
| 67 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF2F2F2', GradientType=0); |
---|
[10190] | 68 | |
---|
[10316] | 69 | -moz-border-radius:5px; |
---|
| 70 | -webkit-border-radius:5px; |
---|
| 71 | border-radius:5px; |
---|
[10190] | 72 | |
---|
[10316] | 73 | border:1px solid #D4D4D4; |
---|
[10190] | 74 | } |
---|
| 75 | |
---|
| 76 | .white-background { |
---|
[10316] | 77 | background:#fff; |
---|
| 78 | -webkit-border-bottom-right-radius: 5px; |
---|
| 79 | -webkit-border-bottom-left-radius: 5px; |
---|
| 80 | -moz-border-radius-bottomright: 5px; |
---|
| 81 | -moz-border-radius-bottomleft: 5px; |
---|
| 82 | border-bottom-right-radius: 5px; |
---|
| 83 | border-bottom-left-radius: 5px; |
---|
[10190] | 84 | } |
---|
| 85 | |
---|
| 86 | /** STRUCTURE **/ |
---|
| 87 | |
---|
| 88 | .left-col { |
---|
[10316] | 89 | width:680px; |
---|
| 90 | float:left; |
---|
[10190] | 91 | } |
---|
| 92 | |
---|
| 93 | .ie7 .left-col, |
---|
| 94 | .ie8 .left-col { |
---|
[10316] | 95 | width: 100%; |
---|
[10190] | 96 | } |
---|
| 97 | |
---|
| 98 | .right-col { |
---|
[10316] | 99 | width:300px; |
---|
| 100 | float:right; |
---|
[10190] | 101 | } |
---|
| 102 | |
---|
| 103 | .ie7 .right-col, |
---|
| 104 | .ie8 .right-col { |
---|
[10316] | 105 | width: 100%; |
---|
[10190] | 106 | } |
---|
| 107 | |
---|
| 108 | .ie7 .row-fluid .span6 { |
---|
[10316] | 109 | width:40%; |
---|
[10190] | 110 | } |
---|
| 111 | |
---|
| 112 | /** Header **/ |
---|
| 113 | |
---|
| 114 | #header-head { |
---|
[10316] | 115 | height:140px; |
---|
[10190] | 116 | } |
---|
| 117 | |
---|
| 118 | #user-options { |
---|
[10315] | 119 | position:absolute; |
---|
| 120 | top:10px; |
---|
| 121 | right:10px; |
---|
[10190] | 122 | } |
---|
| 123 | |
---|
| 124 | #user-options ul { |
---|
[10316] | 125 | margin:0; |
---|
[10190] | 126 | } |
---|
| 127 | |
---|
| 128 | #user-options ul li { |
---|
[10316] | 129 | list-style:none; |
---|
| 130 | display:inline; |
---|
[10315] | 131 | text-align: left; |
---|
[10190] | 132 | } |
---|
| 133 | |
---|
| 134 | #logo-container { |
---|
[10316] | 135 | height:90px; |
---|
| 136 | margin:20px; |
---|
| 137 | text-align:center; |
---|
| 138 | float:left; |
---|
[10190] | 139 | } |
---|
| 140 | |
---|
| 141 | .ie8 #logo-container, |
---|
| 142 | .ie8 #logo-container h1, |
---|
| 143 | .ie7 #logo-container, |
---|
| 144 | .ie7 #logo-container h1 { |
---|
[10316] | 145 | width:70%; |
---|
[10190] | 146 | } |
---|
| 147 | |
---|
| 148 | #logo-container #logo { |
---|
[10316] | 149 | float: left; |
---|
| 150 | margin: 5px; |
---|
[10444] | 151 | margin-top: -10px; |
---|
[10316] | 152 | width: 150px; |
---|
[10190] | 153 | } |
---|
| 154 | |
---|
| 155 | #logo-container h1 { |
---|
[10316] | 156 | float: left; |
---|
| 157 | font-size: 27px; |
---|
| 158 | position: relative; |
---|
| 159 | top: 0px; |
---|
| 160 | text-align:left; |
---|
| 161 | margin-left:10px; |
---|
[10190] | 162 | } |
---|
| 163 | |
---|
| 164 | #logo-container h1 a { |
---|
[10316] | 165 | color:#444; |
---|
[10190] | 166 | } |
---|
| 167 | |
---|
| 168 | #logo-container h1 a:hover { |
---|
[10316] | 169 | text-decoration:none; |
---|
[10190] | 170 | } |
---|
| 171 | |
---|
| 172 | /** Navigation **/ |
---|
| 173 | .navbar .navbar-inner { |
---|
[10316] | 174 | padding: 0; |
---|
| 175 | background-color:inherit; |
---|
| 176 | box-shadow:none; |
---|
[10190] | 177 | } |
---|
| 178 | |
---|
| 179 | .navbar .nav-container { |
---|
[10316] | 180 | width:100%; |
---|
| 181 | border-top:1px solid #ccc; |
---|
[10190] | 182 | } |
---|
| 183 | |
---|
| 184 | .navbar .nav > li > a { |
---|
[10316] | 185 | border-bottom:3px solid rgba(0,0,0,0); |
---|
[10190] | 186 | } |
---|
| 187 | |
---|
| 188 | .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { |
---|
[10316] | 189 | border-bottom:3px solid #006633; |
---|
| 190 | background-image:none; |
---|
| 191 | background-color:inherit; |
---|
| 192 | box-shadow:none; |
---|
[10190] | 193 | } |
---|
| 194 | |
---|
| 195 | .navbar .nav li a { |
---|
[10316] | 196 | font-weight: bold; |
---|
| 197 | text-align: left; |
---|
| 198 | border-left: 1px solid rgba(255,255,255,.75); |
---|
| 199 | border-right: 1px solid rgba(0,0,0,.1); |
---|
[10190] | 200 | } |
---|
| 201 | |
---|
| 202 | .navbar-form { |
---|
[10316] | 203 | bottom: 8px; |
---|
| 204 | position: absolute; |
---|
| 205 | right: 8px; |
---|
[10190] | 206 | } |
---|
| 207 | |
---|
| 208 | .navbar-form.mobile { |
---|
[10316] | 209 | position:relative; |
---|
| 210 | float:right; |
---|
| 211 | top:5px; |
---|
| 212 | right:10px; |
---|
[10190] | 213 | } |
---|
| 214 | |
---|
| 215 | .navbar-form input[type="text"] { |
---|
[10316] | 216 | width:200px; |
---|
[10190] | 217 | } |
---|
| 218 | |
---|
| 219 | .navbar .nav > li > .dropdown-menu:after, |
---|
| 220 | .navbar .nav > li > .dropdown-menu:before { |
---|
[10316] | 221 | display:none; |
---|
[10190] | 222 | } |
---|
| 223 | |
---|
| 224 | .navbar .btn-navbar { |
---|
[10316] | 225 | color:#006633; |
---|
| 226 | font-weight:bold; |
---|
| 227 | text-shadow:0px 1px 0px #ddd; |
---|
| 228 | width:97%; |
---|
| 229 | margin:10px; |
---|
[10190] | 230 | } |
---|
| 231 | |
---|
| 232 | .navbar .btn-navbar:hover { |
---|
[10316] | 233 | color:#005522; |
---|
[10190] | 234 | } |
---|
| 235 | |
---|
| 236 | .dropdown-menu { |
---|
[10316] | 237 | top:41px; |
---|
| 238 | -webkit-border-radius: 0px; |
---|
| 239 | -moz-border-radius: 0px; |
---|
| 240 | border-radius: 0px; |
---|
[10190] | 241 | } |
---|
| 242 | |
---|
| 243 | .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { |
---|
[10316] | 244 | background-color:#006633; |
---|
| 245 | background-image: linear-gradient(to bottom, #117744, #006633); |
---|
[10190] | 246 | } |
---|
| 247 | |
---|
| 248 | ul.nav li.dropdown:hover > ul.dropdown-menu{ |
---|
[10316] | 249 | display: block; |
---|
[10190] | 250 | } |
---|
| 251 | |
---|
[10242] | 252 | #user-options a:visited, #user-options a.dropdown-toggle:link { |
---|
[10241] | 253 | background-color: #449966; |
---|
| 254 | } |
---|
| 255 | |
---|
[10190] | 256 | .container .navbar .container { |
---|
[10316] | 257 | width: auto; |
---|
[10190] | 258 | } |
---|
| 259 | |
---|
| 260 | /** Containers **/ |
---|
| 261 | .container { |
---|
[10316] | 262 | margin: 0 auto; |
---|
| 263 | max-width: 1000px; |
---|
[10190] | 264 | } |
---|
| 265 | |
---|
| 266 | .curly-shadow { |
---|
[10316] | 267 | background:#fff; |
---|
| 268 | margin-bottom: 24px; |
---|
| 269 | position: relative; |
---|
[10190] | 270 | } |
---|
| 271 | |
---|
| 272 | .curly-shadow-container { |
---|
[10316] | 273 | background:url("../img/subtle_dots.png") repeat scroll 0 0 transparent; |
---|
| 274 | height:310px; |
---|
[10190] | 275 | } |
---|
| 276 | |
---|
| 277 | .curly-shadow:after { |
---|
[10316] | 278 | bottom: 20px; |
---|
| 279 | box-shadow: 6px 11px 4px rgba(0,0,0,0.2); |
---|
| 280 | content: ""; |
---|
| 281 | height: 20px; |
---|
| 282 | right: 5px; |
---|
| 283 | position: absolute; |
---|
| 284 | transform: skew(-14deg) rotate(3deg); |
---|
| 285 | width: 70%; |
---|
| 286 | z-index: -1; |
---|
[10190] | 287 | } |
---|
| 288 | |
---|
| 289 | .curly-shadow:before { |
---|
[10316] | 290 | bottom: 20px; |
---|
| 291 | box-shadow: 6px 11px 4px rgba(0,0,0,0.2); |
---|
| 292 | content: ""; |
---|
| 293 | height: 20px; |
---|
| 294 | left: 5px; |
---|
| 295 | position: absolute; |
---|
| 296 | transform: skew(-14deg) rotate(-3deg); |
---|
| 297 | width: 70%; |
---|
| 298 | z-index: -1; |
---|
[10190] | 299 | } |
---|
| 300 | |
---|
| 301 | /** Content Container **/ |
---|
| 302 | .content-container { |
---|
[10316] | 303 | padding:20px 40px; |
---|
| 304 | margin-bottom:20px; |
---|
| 305 | min-height:566px; |
---|
| 306 | position:relative; |
---|
[10190] | 307 | } |
---|
| 308 | |
---|
| 309 | .post-social { |
---|
[10316] | 310 | float:right; |
---|
| 311 | margin:20px 0; |
---|
[10190] | 312 | } |
---|
| 313 | |
---|
| 314 | .post-social div { |
---|
[10316] | 315 | display:inline; |
---|
[10190] | 316 | } |
---|
| 317 | |
---|
| 318 | .post-social .twitter { |
---|
[10316] | 319 | margin:5px 0; |
---|
[10190] | 320 | } |
---|
| 321 | |
---|
| 322 | .post-social .facebook { |
---|
[10316] | 323 | margin:0px; |
---|
[10190] | 324 | } |
---|
| 325 | |
---|
| 326 | .list-left, |
---|
| 327 | .list-right { |
---|
[10316] | 328 | list-style:none; |
---|
[10190] | 329 | } |
---|
| 330 | |
---|
| 331 | .list-left li, |
---|
| 332 | .list-right li { |
---|
[10316] | 333 | margin:10px; |
---|
[10190] | 334 | } |
---|
| 335 | |
---|
| 336 | .list-left { |
---|
[10316] | 337 | float:left; |
---|
[10190] | 338 | } |
---|
| 339 | |
---|
| 340 | .list-right { |
---|
[10316] | 341 | float:right; |
---|
[10190] | 342 | } |
---|
| 343 | |
---|
| 344 | /** Footer **/ |
---|
| 345 | .footer { |
---|
[10316] | 346 | border-top: 1px solid #D4D4D4; |
---|
| 347 | float: left; |
---|
| 348 | margin-top: 10px; |
---|
| 349 | padding: 10px 0; |
---|
| 350 | width: 100%; |
---|
[10190] | 351 | } |
---|
| 352 | |
---|
| 353 | .footer .section { |
---|
[10316] | 354 | padding:0 20px; |
---|
| 355 | float:right; |
---|
[10190] | 356 | } |
---|
| 357 | |
---|
| 358 | .footer .section ul { |
---|
[10316] | 359 | margin:0; |
---|
[10190] | 360 | } |
---|
| 361 | |
---|
| 362 | .footer .section li.title { |
---|
[10316] | 363 | font-weight:bold; |
---|
[10190] | 364 | } |
---|
| 365 | |
---|
| 366 | .footer .section li { |
---|
[10316] | 367 | margin:5px 0; |
---|
| 368 | list-style:none; |
---|
[10190] | 369 | } |
---|
| 370 | |
---|
| 371 | .footer .fb-footer { |
---|
[10316] | 372 | padding:0; |
---|
[10190] | 373 | } |
---|
| 374 | |
---|
| 375 | .footer .tw-footer { |
---|
[10316] | 376 | padding:0; |
---|
[10190] | 377 | } |
---|
| 378 | |
---|
| 379 | .footer .copyright { |
---|
[10316] | 380 | margin:5px 0px; |
---|
| 381 | color:#999; |
---|
| 382 | float:left; |
---|
[10190] | 383 | } |
---|
| 384 | |
---|
| 385 | .footer .address { |
---|
[10316] | 386 | color: #999999; |
---|
| 387 | float: right; |
---|
| 388 | margin: 5px; |
---|
| 389 | padding:0 20px; |
---|
[10190] | 390 | } |
---|
| 391 | |
---|
| 392 | .footer .address ul { |
---|
[10316] | 393 | margin:0; |
---|
[10190] | 394 | } |
---|
| 395 | |
---|
| 396 | .footer .address li { |
---|
[10316] | 397 | list-style:none; |
---|
[10190] | 398 | } |
---|
| 399 | |
---|
[10291] | 400 | /** forms **/ |
---|
| 401 | #content fieldset { |
---|
[10316] | 402 | border: 0.1em solid; |
---|
| 403 | border-color: -moz-use-text-color -moz-use-text-color #E5E5E5; |
---|
[10291] | 404 | border-color: #E5E5E5; |
---|
| 405 | } |
---|
| 406 | |
---|
| 407 | #content legend { |
---|
| 408 | border: 0.1em solid none; |
---|
| 409 | font-weight: bold; |
---|
| 410 | line-height: 30px; |
---|
| 411 | margin: 1px; |
---|
| 412 | passing: 0.0em 0.5em; |
---|
[10316] | 413 | padding: 0.5em; |
---|
[10291] | 414 | } |
---|
| 415 | |
---|
[10294] | 416 | #content fieldset li input[type="file"], |
---|
| 417 | #content fieldset li input[type="image"], |
---|
| 418 | #content fieldset li input[type="button"], |
---|
| 419 | #content fieldset li input[type="checkbox"], |
---|
| 420 | #content fieldset li input[type="radio"] { |
---|
| 421 | float: left; |
---|
| 422 | } |
---|
| 423 | |
---|
| 424 | |
---|
[10190] | 425 | /** TEXT / TITLES / MESSAGES **/ |
---|
| 426 | h4.title { |
---|
[10316] | 427 | color:#006633; |
---|
| 428 | border-bottom:3px solid #006633; |
---|
| 429 | padding-bottom:5px; |
---|
[10190] | 430 | } |
---|
| 431 | |
---|
| 432 | |
---|
| 433 | /** MODULES **/ |
---|
| 434 | /** Home option **/ |
---|
| 435 | .home-option { |
---|
[10316] | 436 | padding:20px 40px; |
---|
| 437 | margin-bottom:20px; |
---|
[10190] | 438 | } |
---|
| 439 | |
---|
| 440 | .home-option h3 { |
---|
[10316] | 441 | color:#006633; |
---|
| 442 | font-weight:bold; |
---|
| 443 | font-size:16px; |
---|
| 444 | line-height:20px; |
---|
[10190] | 445 | } |
---|
| 446 | |
---|
| 447 | .home-option h3 a { |
---|
[10316] | 448 | color:#006633; |
---|
[10190] | 449 | } |
---|
| 450 | |
---|
| 451 | .home-option .text { |
---|
[10316] | 452 | height:40px; |
---|
[10190] | 453 | } |
---|
| 454 | |
---|
| 455 | .home-icon { |
---|
[10316] | 456 | margin:5px; |
---|
| 457 | width:78px; |
---|
[10190] | 458 | } |
---|
| 459 | |
---|
| 460 | /** Streaming **/ |
---|
| 461 | .streaming { |
---|
[10316] | 462 | padding:20px 40px; |
---|
| 463 | margin-bottom:20px; |
---|
| 464 | height:230px; |
---|
| 465 | overflow:hidden; |
---|
[10190] | 466 | } |
---|
| 467 | |
---|
| 468 | .streaming li { |
---|
[10316] | 469 | list-style:none; |
---|
| 470 | height:110px; |
---|
[10190] | 471 | } |
---|
| 472 | |
---|
| 473 | .streaming h4 a { |
---|
[10316] | 474 | color:#444; |
---|
[10190] | 475 | } |
---|
| 476 | |
---|
| 477 | #streaming-news { |
---|
[10316] | 478 | height:220px; |
---|
| 479 | overflow:hidden; |
---|
[10190] | 480 | } |
---|
| 481 | |
---|
| 482 | /** Slider **/ |
---|
| 483 | .rslides { |
---|
| 484 | position: relative; |
---|
| 485 | list-style: none; |
---|
| 486 | overflow: hidden; |
---|
| 487 | width: 100%; |
---|
| 488 | padding: 0; |
---|
| 489 | margin: 0; |
---|
| 490 | } |
---|
| 491 | |
---|
| 492 | .rslides li { |
---|
| 493 | -webkit-backface-visibility: hidden; |
---|
| 494 | position: absolute; |
---|
| 495 | display: none; |
---|
| 496 | width: 100%; |
---|
| 497 | left: 0; |
---|
| 498 | top: 0; |
---|
| 499 | } |
---|
| 500 | |
---|
| 501 | .rslides li:first-child { |
---|
| 502 | position: relative; |
---|
| 503 | display: block; |
---|
| 504 | float: left; |
---|
| 505 | } |
---|
| 506 | |
---|
| 507 | .rslides img { |
---|
| 508 | display: block; |
---|
| 509 | height: auto; |
---|
| 510 | float: left; |
---|
| 511 | width: 100%; |
---|
| 512 | border: 0; |
---|
| 513 | } |
---|
| 514 | |
---|
| 515 | .rslides { |
---|
| 516 | margin: 0 auto; |
---|
| 517 | } |
---|
| 518 | |
---|
| 519 | .rslides_container { |
---|
| 520 | margin-bottom: 50px; |
---|
| 521 | position: relative; |
---|
| 522 | float: left; |
---|
| 523 | width: 100%; |
---|
| 524 | } |
---|
| 525 | |
---|
| 526 | .centered-btns_nav { |
---|
| 527 | z-index: 3; |
---|
| 528 | position: absolute; |
---|
| 529 | -webkit-tap-highlight-color: rgba(0,0,0,0); |
---|
| 530 | top: 50%; |
---|
| 531 | left: 0; |
---|
[10423] | 532 | opacity: 0.15; |
---|
[10190] | 533 | text-indent: -9999px; |
---|
| 534 | overflow: hidden; |
---|
| 535 | text-decoration: none; |
---|
| 536 | height: 61px; |
---|
| 537 | width: 38px; |
---|
| 538 | background: transparent url("../img/themes.gif") no-repeat left top; |
---|
| 539 | margin-top: -45px; |
---|
| 540 | } |
---|
| 541 | |
---|
[10423] | 542 | .centered-btns_nav:hover { |
---|
| 543 | opacity: 0.7; |
---|
| 544 | } |
---|
| 545 | |
---|
[10190] | 546 | .centered-btns_nav:active { |
---|
| 547 | opacity: 1.0; |
---|
| 548 | } |
---|
| 549 | |
---|
| 550 | .centered-btns_nav.next { |
---|
| 551 | left: auto; |
---|
| 552 | background-position: right top; |
---|
| 553 | right: 0; |
---|
| 554 | } |
---|
| 555 | |
---|
| 556 | .centered-btns_nav:focus { |
---|
| 557 | outline: none; |
---|
| 558 | } |
---|
| 559 | |
---|
| 560 | .centered-btns_tabs { |
---|
| 561 | margin-top: 20px; |
---|
| 562 | text-align: center; |
---|
| 563 | } |
---|
| 564 | |
---|
| 565 | .centered-btns_tabs li { |
---|
| 566 | display: inline; |
---|
| 567 | float: none; |
---|
| 568 | _float: left; |
---|
| 569 | *float: left; |
---|
| 570 | margin-right: 5px; |
---|
| 571 | } |
---|
| 572 | |
---|
| 573 | .centered-btns_tabs a { |
---|
| 574 | text-indent: -9999px; |
---|
| 575 | overflow: hidden; |
---|
| 576 | -webkit-border-radius: 15px; |
---|
| 577 | -moz-border-radius: 15px; |
---|
| 578 | border-radius: 15px; |
---|
| 579 | background: #ccc; |
---|
| 580 | background: rgba(0,0,0, .2); |
---|
| 581 | display: inline-block; |
---|
| 582 | _display: block; |
---|
| 583 | *display: block; |
---|
| 584 | -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
---|
| 585 | -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
---|
| 586 | box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
---|
| 587 | width: 9px; |
---|
| 588 | height: 9px; |
---|
| 589 | } |
---|
| 590 | |
---|
| 591 | .centered-btns_here a { |
---|
| 592 | background: #222; |
---|
| 593 | background: rgba(0,0,0, .8); |
---|
| 594 | } |
---|
| 595 | |
---|
| 596 | .slider { |
---|
[10316] | 597 | height: 310px; |
---|
| 598 | position: relative; |
---|
| 599 | z-index: 1; |
---|
[10190] | 600 | } |
---|
| 601 | |
---|
| 602 | .slider-container { |
---|
[10316] | 603 | position:relative; |
---|
| 604 | height:310px; |
---|
| 605 | margin:0px auto; |
---|
| 606 | display:block; |
---|
[10190] | 607 | } |
---|
| 608 | |
---|
| 609 | .slider-container .slider-image-container { |
---|
[10316] | 610 | float:right; |
---|
| 611 | width:49%; |
---|
| 612 | margin:30px 0; |
---|
[10190] | 613 | } |
---|
| 614 | |
---|
| 615 | .slider-container .slider-image { |
---|
[10316] | 616 | border-bottom: 3px solid #006633; |
---|
| 617 | border-top: 3px solid #006633; |
---|
| 618 | height: 240px; |
---|
[10190] | 619 | } |
---|
| 620 | |
---|
| 621 | .slider-container .slider-text { |
---|
[10316] | 622 | display: block; |
---|
| 623 | margin:40px 0; |
---|
| 624 | text-align: center; |
---|
| 625 | float:left; |
---|
| 626 | width:43%; |
---|
[10190] | 627 | } |
---|
| 628 | |
---|
| 629 | .slider-container .slider-text .highlight { |
---|
[10316] | 630 | font-weight:bold; |
---|
| 631 | color:#006633; |
---|
| 632 | text-shadow:none; |
---|
[10190] | 633 | } |
---|
| 634 | |
---|
| 635 | .slider-container .slider-text h3 { |
---|
[10316] | 636 | font-weight: bold; |
---|
[10190] | 637 | } |
---|
| 638 | |
---|
| 639 | .slider-container .slider-text h3 a { |
---|
[10316] | 640 | color:#006633; |
---|
[10190] | 641 | } |
---|
| 642 | |
---|
| 643 | .slider-container .slider-text p { |
---|
[10316] | 644 | font-size: 16px; |
---|
[10190] | 645 | } |
---|
| 646 | |
---|
| 647 | .centered-btns_nav { |
---|
[10316] | 648 | -webkit-border-top-right-radius: 5px; |
---|
| 649 | -webkit-border-bottom-right-radius: 5px; |
---|
| 650 | -moz-border-radius-topright: 5px; |
---|
| 651 | -moz-border-radius-bottomright: 5px; |
---|
| 652 | border-top-right-radius: 5px; |
---|
| 653 | border-bottom-right-radius: 5px; |
---|
[10190] | 654 | } |
---|
| 655 | |
---|
| 656 | .centered-btns_nav.next { |
---|
[10316] | 657 | -webkit-border-top-left-radius: 5px; |
---|
| 658 | -webkit-border-bottom-left-radius: 5px; |
---|
| 659 | -moz-border-radius-topleft: 5px; |
---|
| 660 | -moz-border-radius-bottomleft: 5px; |
---|
| 661 | border-top-left-radius: 5px; |
---|
| 662 | border-bottom-left-radius: 5px; |
---|
[10190] | 663 | |
---|
[10316] | 664 | -webkit-border-top-right-radius: 0px; |
---|
| 665 | -webkit-border-bottom-right-radius: 0px; |
---|
| 666 | -moz-border-radius-topright: 0px; |
---|
| 667 | -moz-border-radius-bottomright: 0px; |
---|
| 668 | border-top-right-radius: 0px; |
---|
| 669 | border-bottom-right-radius: 0px; |
---|
[10190] | 670 | } |
---|
| 671 | |
---|
| 672 | /** Partners **/ |
---|
| 673 | .full-col { |
---|
[10316] | 674 | float:left; |
---|
| 675 | width:100%; |
---|
[10190] | 676 | } |
---|
| 677 | |
---|
| 678 | #partners-tile { |
---|
[10316] | 679 | height:120px; |
---|
| 680 | margin-bottom:30px; |
---|
| 681 | padding:0px 50px; |
---|
[10190] | 682 | } |
---|
| 683 | |
---|
| 684 | #partners-tile li { |
---|
[10316] | 685 | display: block; |
---|
| 686 | float: left; |
---|
| 687 | list-style: none; |
---|
| 688 | text-align:center; |
---|
[10190] | 689 | } |
---|
| 690 | |
---|
| 691 | #partners-tile li span.title { |
---|
[10316] | 692 | display:none; |
---|
[10190] | 693 | } |
---|
| 694 | |
---|
| 695 | #partners-tile li { |
---|
[10316] | 696 | margin-right:6%; |
---|
[10190] | 697 | } |
---|
| 698 | |
---|
| 699 | #partners-tile li#fme { |
---|
[10316] | 700 | margin-left:4%; |
---|
[10190] | 701 | } |
---|
| 702 | |
---|
| 703 | #partners-tile li#nuc { |
---|
[10316] | 704 | margin-right:0; |
---|
[10190] | 705 | } |
---|
| 706 | |
---|
| 707 | |
---|
| 708 | #partners-tile li#fme img { margin:28px 0; } |
---|
| 709 | #partners-tile li#uspf img { margin:25px 0; } |
---|
| 710 | #partners-tile li#tetfund img { margin:50px 0; } |
---|
| 711 | #partners-tile li#ncc img { margin:37px 0; } |
---|
| 712 | #partners-tile li#nuc img { margin:23px 0; } |
---|
| 713 | |
---|
| 714 | |
---|
| 715 | /** Images **/ |
---|
| 716 | .content-container img { |
---|
[10316] | 717 | margin:5px; |
---|
| 718 | border:2px solid #e0e0e0; |
---|
[10190] | 719 | } |
---|
| 720 | |
---|
| 721 | .content-container img.left-image { |
---|
[10316] | 722 | float:left; |
---|
| 723 | margin-left:0px; |
---|
| 724 | margin-right:10px; |
---|
[10190] | 725 | } |
---|
| 726 | |
---|
| 727 | img.about-unique-image { |
---|
[10316] | 728 | float:none; |
---|
| 729 | display:block; |
---|
| 730 | margin:20px auto; |
---|
[10190] | 731 | } |
---|
| 732 | |
---|
| 733 | /** Gallery **/ |
---|
| 734 | .gallery { |
---|
[10316] | 735 | margin:0; |
---|
[10190] | 736 | } |
---|
| 737 | |
---|
| 738 | .gallery li { |
---|
[10316] | 739 | list-style:none; |
---|
| 740 | display:inline; |
---|
| 741 | cursor:pointer; |
---|
[10190] | 742 | } |
---|
| 743 | |
---|
| 744 | .gallery img:hover { |
---|
[10316] | 745 | border:2px solid #006633; |
---|
[10190] | 746 | } |
---|
| 747 | |
---|
| 748 | .gallery li .gallery-object { |
---|
[10316] | 749 | position:relative; |
---|
| 750 | display:block; |
---|
| 751 | float:left; |
---|
[10190] | 752 | } |
---|
| 753 | |
---|
| 754 | .gallery img { |
---|
[10316] | 755 | width:180px; |
---|
[10190] | 756 | } |
---|
| 757 | |
---|
| 758 | .gallery .title { |
---|
[10316] | 759 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); |
---|
| 760 | bottom: 7px; |
---|
| 761 | color: #FFFFFF; |
---|
| 762 | font-size: 16px; |
---|
| 763 | height: 20px; |
---|
| 764 | left: 7px; |
---|
| 765 | padding: 5px 0; |
---|
| 766 | position: absolute; |
---|
| 767 | text-align: center; |
---|
| 768 | width: 180px; |
---|
[10190] | 769 | } |
---|
| 770 | |
---|
| 771 | /** Buttons **/ |
---|
| 772 | .btn-primary { |
---|
[10316] | 773 | color: #fff; |
---|
| 774 | border: solid 1px #117744; |
---|
| 775 | background: #666600; |
---|
| 776 | background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#117744)); |
---|
| 777 | background: -moz-linear-gradient(top, #006633, #117744); |
---|
| 778 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006633', endColorstr='#117744'); |
---|
[10190] | 779 | } |
---|
| 780 | |
---|
[10242] | 781 | .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { |
---|
| 782 | background-color: #449966; |
---|
| 783 | color: #FFFFFF; |
---|
| 784 | } |
---|
| 785 | |
---|
| 786 | |
---|
[10190] | 787 | @media (max-width: 1200px) { |
---|
[10316] | 788 | .left-col, .right-col { |
---|
| 789 | width:100%; |
---|
| 790 | } |
---|
[10190] | 791 | |
---|
[10316] | 792 | .content-container { |
---|
| 793 | min-height:inherit; |
---|
| 794 | } |
---|
[10190] | 795 | |
---|
[10316] | 796 | .footer .copyright { |
---|
| 797 | float:none; |
---|
| 798 | } |
---|
[10190] | 799 | } |
---|
| 800 | |
---|
| 801 | @media (max-width: 981px) { |
---|
[10316] | 802 | .slider-container .slider-image { |
---|
| 803 | top:0px; |
---|
| 804 | } |
---|
[10190] | 805 | |
---|
[10315] | 806 | .navbar-form { |
---|
| 807 | visibility:hidden; |
---|
| 808 | height: 0px; |
---|
| 809 | } |
---|
| 810 | |
---|
[10316] | 811 | #partners-tile { |
---|
| 812 | height:140px; |
---|
| 813 | } |
---|
[10190] | 814 | |
---|
[10316] | 815 | #partners-tile li { |
---|
| 816 | margin-right:1%; |
---|
| 817 | } |
---|
[10190] | 818 | |
---|
[10316] | 819 | #partners-tile li#fme { |
---|
| 820 | margin-left:1%; |
---|
| 821 | } |
---|
[10190] | 822 | |
---|
[10316] | 823 | #partners-tile li img { |
---|
| 824 | width:83%; |
---|
| 825 | } |
---|
[10190] | 826 | } |
---|
| 827 | |
---|
| 828 | @media (max-width: 767px) { |
---|
| 829 | |
---|
[10316] | 830 | /** Base **/ |
---|
| 831 | body { |
---|
| 832 | padding-top:20px; |
---|
| 833 | } |
---|
[10190] | 834 | |
---|
[10316] | 835 | /** Header **/ |
---|
| 836 | .navbar .navbar-inner { |
---|
| 837 | padding-bottom:5px; |
---|
| 838 | } |
---|
[10190] | 839 | |
---|
[10316] | 840 | .navbar .btn-navbar { |
---|
| 841 | clear:right; |
---|
| 842 | float:left; |
---|
| 843 | margin-bottom:0px; |
---|
| 844 | } |
---|
[10190] | 845 | |
---|
[10316] | 846 | .nav-collapse, .nav-collapse.collapse { |
---|
| 847 | top:7px; |
---|
| 848 | } |
---|
[10190] | 849 | |
---|
[10316] | 850 | /** Modules **/ |
---|
| 851 | .slider-container .slider-text p { |
---|
| 852 | font-size:14px; |
---|
| 853 | max-height:145px; |
---|
| 854 | } |
---|
[10190] | 855 | |
---|
[10316] | 856 | .slider-container .slider-text .relative { |
---|
| 857 | padding:20px 10px; |
---|
| 858 | } |
---|
[10190] | 859 | |
---|
[10316] | 860 | .home-option { |
---|
| 861 | margin-bottom:30px; |
---|
| 862 | } |
---|
[10190] | 863 | |
---|
[10316] | 864 | .home-option .text { |
---|
| 865 | height:inherit; |
---|
| 866 | } |
---|
[10190] | 867 | |
---|
[10316] | 868 | #partners-tile { |
---|
| 869 | height:inherit; |
---|
| 870 | } |
---|
[10190] | 871 | |
---|
[10316] | 872 | #partners-tile ul { |
---|
| 873 | margin:0; |
---|
| 874 | } |
---|
[10190] | 875 | |
---|
[10316] | 876 | #partners-tile li { |
---|
| 877 | width:100% !important; |
---|
| 878 | } |
---|
[10190] | 879 | |
---|
[10316] | 880 | #partners-tile li img { |
---|
| 881 | width:inherit; |
---|
| 882 | } |
---|
[10190] | 883 | |
---|
[10316] | 884 | /** Footer **/ |
---|
| 885 | .footer .copyright { |
---|
| 886 | display:block; |
---|
| 887 | float:none; |
---|
| 888 | } |
---|
[10190] | 889 | |
---|
[10316] | 890 | .footer .section { |
---|
| 891 | margin:20px 0; |
---|
| 892 | float:none; |
---|
| 893 | padding:0; |
---|
| 894 | } |
---|
[10190] | 895 | |
---|
[10316] | 896 | .footer .section li { |
---|
| 897 | margin:10px 0; |
---|
| 898 | } |
---|
[10190] | 899 | |
---|
[10316] | 900 | .footer .address { |
---|
| 901 | float: none; |
---|
| 902 | margin: 5px 0; |
---|
| 903 | padding:0; |
---|
| 904 | } |
---|
[10190] | 905 | } |
---|
| 906 | |
---|
| 907 | @media (max-width: 594px) { |
---|
| 908 | |
---|
[10316] | 909 | /** Header **/ |
---|
[10315] | 910 | |
---|
| 911 | |
---|
| 912 | #logo-container { |
---|
[10316] | 913 | margin:10px; |
---|
[10315] | 914 | text-align:none; |
---|
| 915 | float:none; |
---|
| 916 | position:relative; |
---|
[10316] | 917 | } |
---|
[10190] | 918 | |
---|
[10315] | 919 | #header-head { |
---|
[10316] | 920 | height: 50px; |
---|
[10315] | 921 | } |
---|
| 922 | |
---|
[10316] | 923 | #user-options { |
---|
[10315] | 924 | position:absolute; |
---|
[10316] | 925 | top:10px; |
---|
| 926 | right:10px; |
---|
| 927 | } |
---|
[10315] | 928 | |
---|
[10316] | 929 | #logo-container #logo{ |
---|
| 930 | float:none; |
---|
[10315] | 931 | display: block; |
---|
| 932 | margin-left: auto; |
---|
| 933 | margin-right: auto; |
---|
| 934 | margin-bottom: 0px; |
---|
| 935 | margin-bottom: -15px; |
---|
| 936 | |
---|
[10316] | 937 | } |
---|
[10190] | 938 | |
---|
[10316] | 939 | #logo-container h1 { |
---|
[10315] | 940 | visibility:hidden; |
---|
| 941 | height: 0px; |
---|
[10316] | 942 | } |
---|
[10190] | 943 | } |
---|
| 944 | |
---|
| 945 | @media (max-width: 512px) { |
---|
| 946 | |
---|
[10316] | 947 | /** Base **/ |
---|
| 948 | h1 { |
---|
| 949 | font-size:26px; |
---|
| 950 | text-align:center; |
---|
| 951 | } |
---|
[10190] | 952 | |
---|
[10316] | 953 | /** Navigation **/ |
---|
| 954 | .navbar-form { |
---|
| 955 | margin:0px; |
---|
| 956 | position:relative; |
---|
| 957 | left:-10px; |
---|
| 958 | } |
---|
[10190] | 959 | |
---|
[10316] | 960 | .navbar-form input[type="text"] { |
---|
| 961 | width:68%; |
---|
| 962 | float:left; |
---|
| 963 | margin-right:3px; |
---|
| 964 | } |
---|
[10190] | 965 | |
---|
[10316] | 966 | /** Containers **/ |
---|
| 967 | .content-container { |
---|
| 968 | padding:20px; |
---|
| 969 | } |
---|
[10190] | 970 | |
---|
[10316] | 971 | /** Modules **/ |
---|
| 972 | .centered-btns_nav { |
---|
| 973 | opacity:0.1 !important; |
---|
| 974 | } |
---|
[10190] | 975 | |
---|
[10316] | 976 | .gallery li .gallery-object { |
---|
| 977 | float:none; |
---|
| 978 | margin: 0 auto; |
---|
| 979 | width:200px; |
---|
| 980 | } |
---|
[10190] | 981 | |
---|
[10316] | 982 | .slider-container .slider-text { |
---|
| 983 | width:90%; |
---|
| 984 | margin:20px auto; |
---|
| 985 | float:none; |
---|
| 986 | } |
---|
[10190] | 987 | |
---|
[10316] | 988 | .slider-container .slider-image { |
---|
| 989 | display:none; |
---|
| 990 | } |
---|
[10190] | 991 | |
---|
[10316] | 992 | /** Buttons **/ |
---|
| 993 | .search-btn { |
---|
| 994 | float:right; |
---|
| 995 | } |
---|
[10190] | 996 | |
---|
[10316] | 997 | .navbar .btn-navbar { |
---|
| 998 | margin:10px 0 0px 5px; |
---|
| 999 | width:96%; |
---|
| 1000 | } |
---|
[10190] | 1001 | |
---|
| 1002 | } |
---|
| 1003 | |
---|
| 1004 | @media (max-width: 320px) { |
---|
| 1005 | |
---|
[10316] | 1006 | /** Modules **/ |
---|
| 1007 | #fb-container { |
---|
| 1008 | width:260px; |
---|
| 1009 | overflow:hidden; |
---|
| 1010 | } |
---|
[10190] | 1011 | |
---|
[10316] | 1012 | .fb-like-box { |
---|
| 1013 | width:260px; |
---|
| 1014 | overflow:hidden; |
---|
| 1015 | } |
---|
[10190] | 1016 | |
---|
| 1017 | } |
---|