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