├── CNAME ├── favicon.ico ├── img ├── ljp.png ├── ll.png ├── lol.gif ├── room.gif ├── tcf.png ├── cursor.png ├── noise.gif ├── Photonray.png ├── mashima.png ├── pxArt (1).png ├── pxArt (2).png ├── pxArt (3).png ├── room-old.gif ├── tcf_white.png ├── screenGrid.png ├── squirtpaint.png ├── Mikuni and Etc.png ├── ui-icons_444444_256x240.png └── tcf_white.svg ├── .gitattributes ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff └── fontawesome-webfont.woff2 ├── .github └── FUNDING.yml ├── README.md ├── index.html └── css └── styles.min.css /CNAME: -------------------------------------------------------------------------------- 1 | saizuo.is-a.dev -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/ljp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/ljp.png -------------------------------------------------------------------------------- /img/ll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/ll.png -------------------------------------------------------------------------------- /img/lol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/lol.gif -------------------------------------------------------------------------------- /img/room.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/room.gif -------------------------------------------------------------------------------- /img/tcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/tcf.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /img/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/cursor.png -------------------------------------------------------------------------------- /img/noise.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/noise.gif -------------------------------------------------------------------------------- /img/Photonray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/Photonray.png -------------------------------------------------------------------------------- /img/mashima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/mashima.png -------------------------------------------------------------------------------- /img/pxArt (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/pxArt (1).png -------------------------------------------------------------------------------- /img/pxArt (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/pxArt (2).png -------------------------------------------------------------------------------- /img/pxArt (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/pxArt (3).png -------------------------------------------------------------------------------- /img/room-old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/room-old.gif -------------------------------------------------------------------------------- /img/tcf_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/tcf_white.png -------------------------------------------------------------------------------- /img/screenGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/screenGrid.png -------------------------------------------------------------------------------- /img/squirtpaint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/squirtpaint.png -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /img/Mikuni and Etc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/Mikuni and Etc.png -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /img/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saizuo/Portfolio-Saizuo/HEAD/img/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: Saizuo 4 | patreon: NoError 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: Saizuo 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 13 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Portfolio Website🖊️ 2 | 3 | A Personal Portfolio Website with Pixel Theme and Readable Code 4 | 5 | ## Installation 6 | 7 | You Really Don't Need anything as Its basic Html, Install Visual studio Code Or Go With Replit. 8 | 9 | ## Replit 10 | 11 | If You use [Replit, Click On This Link]() and Fork.🍴 12 | 13 | ## Contributing 14 | Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. 15 | 16 | Please make sure to update tests as appropriate. 17 | 18 | ## Original Repo 19 | Original Repo Link (.pug / .html ) - [Click Me](https://github.com/Yalgie/website)🗄️ 20 | Credits - [Yalgie](https://github.com/Yalgie) 21 | 22 | ## License 23 | [MIT](https://choosealicense.com/licenses/mit/)🗄️ 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /img/tcf_white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 39 | 40 | 43 | 45 | 46 | 48 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Saizuo 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 |
Loading 22 |
Room 23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
Work
35 |
36 |
About
37 |
38 | 39 |
40 |
Trash
41 |
42 |
43 |
44 | 53 |
54 |
55 |

Trash

56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |

About

66 |
67 |
68 |
69 |
70 |

Hey Greetings, I'm Saizuo👋🏼,

71 |

I'm just your average Joe with a dabbling of coding knowledge and absolutely zero experience in stock trading. When I'm not scrolling through cat videos on YouTube, I like to pretend to work on projects, hang out with people who barely tolerate me, read books (mostly for the pictures), go on adventures (to the fridge and back), and daydream about new ideas that I will likely never act on.

72 |

Despite my general cluelessness, I've always been curious about the world. As a kid, I loved taking things apart and pretending to know how to put them back together. While my endeavors in coding and the stock market have been underwhelming at best, I'm confident that my boundless enthusiasm and lack of expertise will carry me to new heights (or maybe just to the nearest bar).

73 |

So if you're looking for someone who is mediocre at everything and has a knack for making bad jokes, I'm your guy!

74 |
75 |
76 |
77 |
78 |

Work

79 |
80 |
81 | 110 |
111 |
112 |
113 |

Contact

114 |
115 |
116 |
117 |
118 |
To
119 |
From
120 |
Send
121 |
122 |
123 |

Thanks :)

124 |

I'll be in touch!

125 |
126 |
127 |
128 |
129 |
130 |

Awards

131 |
132 |
133 |
134 |
CSS Design Awards - Special Kudos
135 |
CSS Design Awards - Best UI Design
136 |
CSS Design Awards - Best Innovation
137 |
138 |
139 |
140 |
141 |

10:54pm

142 |

27/04/2017

143 |
144 |
145 |
146 | 147 | 148 | 149 | -------------------------------------------------------------------------------- /css/styles.min.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8";/*! jQuery UI - v1.12.1 - 2016-09-14 2 | * http://jqueryui.com 3 | * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css 4 | * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 5 | * Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden { 6 | display: none; 7 | } 8 | 9 | .ui-helper-hidden-accessible { 10 | border: 0; 11 | clip: rect(0 0 0 0); 12 | height: 1px; 13 | margin: -1px; 14 | overflow: hidden; 15 | padding: 0; 16 | position: absolute; 17 | width: 1px; 18 | } 19 | 20 | .ui-helper-reset { 21 | margin: 0; 22 | padding: 0; 23 | border: 0; 24 | outline: 0; 25 | line-height: 1.3; 26 | text-decoration: none; 27 | font-size: 100%; 28 | list-style: none; 29 | } 30 | 31 | .ui-helper-clearfix:after,.ui-helper-clearfix:before { 32 | content: ""; 33 | display: table; 34 | border-collapse: collapse; 35 | } 36 | 37 | .ui-helper-clearfix:after { 38 | clear: both; 39 | } 40 | 41 | .ui-helper-zfix { 42 | width: 100%; 43 | height: 100%; 44 | top: 0; 45 | left: 0; 46 | position: absolute; 47 | opacity: 0; 48 | filter: Alpha(Opacity=0); 49 | } 50 | 51 | .ui-front { 52 | z-index: 100; 53 | } 54 | 55 | .ui-state-disabled { 56 | cursor: default!important; 57 | pointer-events: none; 58 | } 59 | 60 | .ui-icon { 61 | display: inline-block; 62 | vertical-align: middle; 63 | margin-top: -.25em; 64 | position: relative; 65 | text-indent: -99999px; 66 | overflow: hidden; 67 | background-repeat: no-repeat; 68 | } 69 | 70 | .ui-widget-icon-block { 71 | left: 50%; 72 | margin-left: -8px; 73 | display: block; 74 | } 75 | 76 | .ui-widget-overlay { 77 | position: fixed; 78 | top: 0; 79 | left: 0; 80 | width: 100%; 81 | height: 100%; 82 | } 83 | 84 | .ui-accordion .ui-accordion-header { 85 | display: block; 86 | cursor: pointer; 87 | position: relative; 88 | margin: 2px 0 0 0; 89 | padding: .5em .5em .5em .7em; 90 | font-size: 100%; 91 | } 92 | 93 | .ui-accordion .ui-accordion-content { 94 | padding: 1em 2.2em; 95 | border-top: 0; 96 | overflow: auto; 97 | } 98 | 99 | .ui-autocomplete { 100 | position: absolute; 101 | top: 0; 102 | left: 0; 103 | cursor: default; 104 | } 105 | 106 | .ui-menu { 107 | list-style: none; 108 | padding: 0; 109 | margin: 0; 110 | display: block; 111 | outline: 0; 112 | } 113 | 114 | .ui-menu .ui-menu { 115 | position: absolute; 116 | } 117 | 118 | .ui-menu .ui-menu-item { 119 | margin: 0; 120 | cursor: pointer; 121 | list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); 122 | } 123 | 124 | .ui-menu .ui-menu-item-wrapper { 125 | position: relative; 126 | padding: 3px 1em 3px .4em; 127 | } 128 | 129 | .ui-menu .ui-menu-divider { 130 | margin: 5px 0; 131 | height: 0; 132 | font-size: 0; 133 | line-height: 0; 134 | border-width: 1px 0 0 0; 135 | } 136 | 137 | .ui-menu .ui-state-active,.ui-menu .ui-state-focus { 138 | margin: -1px; 139 | } 140 | 141 | .ui-menu-icons { 142 | position: relative; 143 | } 144 | 145 | .ui-menu-icons .ui-menu-item-wrapper { 146 | padding-left: 2em; 147 | } 148 | 149 | .ui-menu .ui-icon { 150 | position: absolute; 151 | top: 0; 152 | bottom: 0; 153 | left: .2em; 154 | margin: auto 0; 155 | } 156 | 157 | .ui-menu .ui-menu-icon { 158 | left: auto; 159 | right: 0; 160 | } 161 | 162 | .ui-button { 163 | padding: .4em 1em; 164 | display: inline-block; 165 | position: relative; 166 | line-height: normal; 167 | margin-right: .1em; 168 | cursor: pointer; 169 | vertical-align: middle; 170 | text-align: center; 171 | -webkit-user-select: none; 172 | -moz-user-select: none; 173 | -ms-user-select: none; 174 | user-select: none; 175 | overflow: visible; 176 | } 177 | 178 | .ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited { 179 | text-decoration: none; 180 | } 181 | 182 | .ui-button-icon-only { 183 | width: 2em; 184 | box-sizing: border-box; 185 | text-indent: -9999px; 186 | white-space: nowrap; 187 | } 188 | 189 | input.ui-button.ui-button-icon-only { 190 | text-indent: 0; 191 | } 192 | 193 | .ui-button-icon-only .ui-icon { 194 | position: absolute; 195 | top: 50%; 196 | left: 50%; 197 | margin-top: -8px; 198 | margin-left: -8px; 199 | } 200 | 201 | .ui-button.ui-icon-notext .ui-icon { 202 | padding: 0; 203 | width: 2.1em; 204 | height: 2.1em; 205 | text-indent: -9999px; 206 | white-space: nowrap; 207 | } 208 | 209 | input.ui-button.ui-icon-notext .ui-icon { 210 | width: auto; 211 | height: auto; 212 | text-indent: 0; 213 | white-space: normal; 214 | padding: .4em 1em; 215 | } 216 | 217 | button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner { 218 | border: 0; 219 | padding: 0; 220 | } 221 | 222 | .ui-controlgroup { 223 | vertical-align: middle; 224 | display: inline-block; 225 | } 226 | 227 | .ui-controlgroup>.ui-controlgroup-item { 228 | float: left; 229 | margin-left: 0; 230 | margin-right: 0; 231 | } 232 | 233 | .ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus { 234 | z-index: 9999; 235 | } 236 | 237 | .ui-controlgroup-vertical>.ui-controlgroup-item { 238 | display: block; 239 | float: none; 240 | width: 100%; 241 | margin-top: 0; 242 | margin-bottom: 0; 243 | text-align: left; 244 | } 245 | 246 | .ui-controlgroup-vertical .ui-controlgroup-item { 247 | box-sizing: border-box; 248 | } 249 | 250 | .ui-controlgroup .ui-controlgroup-label { 251 | padding: .4em 1em; 252 | } 253 | 254 | .ui-controlgroup .ui-controlgroup-label span { 255 | font-size: 80%; 256 | } 257 | 258 | .ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item { 259 | border-left: none; 260 | } 261 | 262 | .ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item { 263 | border-top: none; 264 | } 265 | 266 | .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { 267 | border-right: none; 268 | } 269 | 270 | .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { 271 | border-bottom: none; 272 | } 273 | 274 | .ui-controlgroup-vertical .ui-spinner-input { 275 | width: 75%; 276 | width: calc(100% - 2.4em); 277 | } 278 | 279 | .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { 280 | border-top-style: solid; 281 | } 282 | 283 | .ui-checkboxradio-label .ui-icon-background { 284 | box-shadow: inset 1px 1px 1px #ccc; 285 | border-radius: .12em; 286 | border: none; 287 | } 288 | 289 | .ui-checkboxradio-radio-label .ui-icon-background { 290 | width: 16px; 291 | height: 16px; 292 | border-radius: 1em; 293 | overflow: visible; 294 | border: none; 295 | } 296 | 297 | .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { 298 | background-image: none; 299 | width: 8px; 300 | height: 8px; 301 | border-width: 4px; 302 | border-style: solid; 303 | } 304 | 305 | .ui-checkboxradio-disabled { 306 | pointer-events: none; 307 | } 308 | 309 | .ui-datepicker { 310 | width: 17em; 311 | padding: .2em .2em 0; 312 | display: none; 313 | } 314 | 315 | .ui-datepicker .ui-datepicker-header { 316 | position: relative; 317 | padding: .2em 0; 318 | } 319 | 320 | .ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev { 321 | position: absolute; 322 | top: 2px; 323 | width: 1.8em; 324 | height: 1.8em; 325 | } 326 | 327 | .ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover { 328 | top: 1px; 329 | } 330 | 331 | .ui-datepicker .ui-datepicker-prev { 332 | left: 2px; 333 | } 334 | 335 | .ui-datepicker .ui-datepicker-next { 336 | right: 2px; 337 | } 338 | 339 | .ui-datepicker .ui-datepicker-prev-hover { 340 | left: 1px; 341 | } 342 | 343 | .ui-datepicker .ui-datepicker-next-hover { 344 | right: 1px; 345 | } 346 | 347 | .ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span { 348 | display: block; 349 | position: absolute; 350 | left: 50%; 351 | margin-left: -8px; 352 | top: 50%; 353 | margin-top: -8px; 354 | } 355 | 356 | .ui-datepicker .ui-datepicker-title { 357 | margin: 0 2.3em; 358 | line-height: 1.8em; 359 | text-align: center; 360 | } 361 | 362 | .ui-datepicker .ui-datepicker-title select { 363 | font-size: 1em; 364 | margin: 1px 0; 365 | } 366 | 367 | .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year { 368 | width: 45%; 369 | } 370 | 371 | .ui-datepicker table { 372 | width: 100%; 373 | font-size: .9em; 374 | border-collapse: collapse; 375 | margin: 0 0 .4em; 376 | } 377 | 378 | .ui-datepicker th { 379 | padding: .7em .3em; 380 | text-align: center; 381 | font-weight: 700; 382 | border: 0; 383 | } 384 | 385 | .ui-datepicker td { 386 | border: 0; 387 | padding: 1px; 388 | } 389 | 390 | .ui-datepicker td a,.ui-datepicker td span { 391 | display: block; 392 | padding: .2em; 393 | text-align: right; 394 | text-decoration: none; 395 | } 396 | 397 | .ui-datepicker .ui-datepicker-buttonpane { 398 | background-image: none; 399 | margin: .7em 0 0 0; 400 | padding: 0 .2em; 401 | border-left: 0; 402 | border-right: 0; 403 | border-bottom: 0; 404 | } 405 | 406 | .ui-datepicker .ui-datepicker-buttonpane button { 407 | float: right; 408 | margin: .5em .2em .4em; 409 | cursor: pointer; 410 | padding: .2em .6em .3em .6em; 411 | width: auto; 412 | overflow: visible; 413 | } 414 | 415 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { 416 | float: left; 417 | } 418 | 419 | .ui-datepicker.ui-datepicker-multi { 420 | width: auto; 421 | } 422 | 423 | .ui-datepicker-multi .ui-datepicker-group { 424 | float: left; 425 | } 426 | 427 | .ui-datepicker-multi .ui-datepicker-group table { 428 | width: 95%; 429 | margin: 0 auto .4em; 430 | } 431 | 432 | .ui-datepicker-multi-2 .ui-datepicker-group { 433 | width: 50%; 434 | } 435 | 436 | .ui-datepicker-multi-3 .ui-datepicker-group { 437 | width: 33.3%; 438 | } 439 | 440 | .ui-datepicker-multi-4 .ui-datepicker-group { 441 | width: 25%; 442 | } 443 | 444 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { 445 | border-left-width: 0; 446 | } 447 | 448 | .ui-datepicker-multi .ui-datepicker-buttonpane { 449 | clear: left; 450 | } 451 | 452 | .ui-datepicker-row-break { 453 | clear: both; 454 | width: 100%; 455 | font-size: 0; 456 | } 457 | 458 | .ui-datepicker-rtl { 459 | direction: rtl; 460 | } 461 | 462 | .ui-datepicker-rtl .ui-datepicker-prev { 463 | right: 2px; 464 | left: auto; 465 | } 466 | 467 | .ui-datepicker-rtl .ui-datepicker-next { 468 | left: 2px; 469 | right: auto; 470 | } 471 | 472 | .ui-datepicker-rtl .ui-datepicker-prev:hover { 473 | right: 1px; 474 | left: auto; 475 | } 476 | 477 | .ui-datepicker-rtl .ui-datepicker-next:hover { 478 | left: 1px; 479 | right: auto; 480 | } 481 | 482 | .ui-datepicker-rtl .ui-datepicker-buttonpane { 483 | clear: right; 484 | } 485 | 486 | .ui-datepicker-rtl .ui-datepicker-buttonpane button { 487 | float: left; 488 | } 489 | 490 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group { 491 | float: right; 492 | } 493 | 494 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { 495 | border-right-width: 0; 496 | border-left-width: 1px; 497 | } 498 | 499 | .ui-datepicker .ui-icon { 500 | display: block; 501 | text-indent: -99999px; 502 | overflow: hidden; 503 | background-repeat: no-repeat; 504 | left: .5em; 505 | top: .3em; 506 | } 507 | 508 | .ui-dialog { 509 | position: absolute; 510 | top: 0; 511 | left: 0; 512 | padding: .2em; 513 | outline: 0; 514 | } 515 | 516 | .ui-dialog .ui-dialog-titlebar { 517 | padding: .4em 1em; 518 | position: relative; 519 | } 520 | 521 | .ui-dialog .ui-dialog-title { 522 | float: left; 523 | margin: .1em 0; 524 | white-space: nowrap; 525 | width: 90%; 526 | overflow: hidden; 527 | text-overflow: ellipsis; 528 | } 529 | 530 | .ui-dialog .ui-dialog-titlebar-close { 531 | position: absolute; 532 | right: .3em; 533 | top: 50%; 534 | width: 20px; 535 | margin: -10px 0 0 0; 536 | padding: 1px; 537 | height: 20px; 538 | } 539 | 540 | .ui-dialog .ui-dialog-content { 541 | position: relative; 542 | border: 0; 543 | padding: .5em 1em; 544 | background: 0 0; 545 | overflow: auto; 546 | } 547 | 548 | .ui-dialog .ui-dialog-buttonpane { 549 | text-align: left; 550 | border-width: 1px 0 0 0; 551 | background-image: none; 552 | margin-top: .5em; 553 | padding: .3em 1em .5em .4em; 554 | } 555 | 556 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 557 | float: right; 558 | } 559 | 560 | .ui-dialog .ui-dialog-buttonpane button { 561 | margin: .5em .4em .5em 0; 562 | cursor: pointer; 563 | } 564 | 565 | .ui-dialog .ui-resizable-n { 566 | height: 2px; 567 | top: 0; 568 | } 569 | 570 | .ui-dialog .ui-resizable-e { 571 | width: 2px; 572 | right: 0; 573 | } 574 | 575 | .ui-dialog .ui-resizable-s { 576 | height: 2px; 577 | bottom: 0; 578 | } 579 | 580 | .ui-dialog .ui-resizable-w { 581 | width: 2px; 582 | left: 0; 583 | } 584 | 585 | .ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw { 586 | width: 7px; 587 | height: 7px; 588 | } 589 | 590 | .ui-dialog .ui-resizable-se { 591 | right: 0; 592 | bottom: 0; 593 | } 594 | 595 | .ui-dialog .ui-resizable-sw { 596 | left: 0; 597 | bottom: 0; 598 | } 599 | 600 | .ui-dialog .ui-resizable-ne { 601 | right: 0; 602 | top: 0; 603 | } 604 | 605 | .ui-dialog .ui-resizable-nw { 606 | left: 0; 607 | top: 0; 608 | } 609 | 610 | .ui-draggable .ui-dialog-titlebar { 611 | cursor: move; 612 | } 613 | 614 | .ui-draggable-handle { 615 | -ms-touch-action: none; 616 | touch-action: none; 617 | } 618 | 619 | .ui-resizable { 620 | position: relative; 621 | } 622 | 623 | .ui-resizable-handle { 624 | position: absolute; 625 | font-size: .1px; 626 | display: block; 627 | -ms-touch-action: none; 628 | touch-action: none; 629 | } 630 | 631 | .ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle { 632 | display: none; 633 | } 634 | 635 | .ui-resizable-n { 636 | cursor: n-resize; 637 | height: 7px; 638 | width: 100%; 639 | top: -5px; 640 | left: 0; 641 | } 642 | 643 | .ui-resizable-s { 644 | cursor: s-resize; 645 | height: 7px; 646 | width: 100%; 647 | bottom: -5px; 648 | left: 0; 649 | } 650 | 651 | .ui-resizable-e { 652 | cursor: e-resize; 653 | width: 7px; 654 | right: -5px; 655 | top: 0; 656 | height: 100%; 657 | } 658 | 659 | .ui-resizable-w { 660 | cursor: w-resize; 661 | width: 7px; 662 | left: -5px; 663 | top: 0; 664 | height: 100%; 665 | } 666 | 667 | .ui-resizable-se { 668 | cursor: se-resize; 669 | width: 12px; 670 | height: 12px; 671 | right: 1px; 672 | bottom: 1px; 673 | } 674 | 675 | .ui-resizable-sw { 676 | cursor: sw-resize; 677 | width: 9px; 678 | height: 9px; 679 | left: -5px; 680 | bottom: -5px; 681 | } 682 | 683 | .ui-resizable-nw { 684 | cursor: nw-resize; 685 | width: 9px; 686 | height: 9px; 687 | left: -5px; 688 | top: -5px; 689 | } 690 | 691 | .ui-resizable-ne { 692 | cursor: ne-resize; 693 | width: 9px; 694 | height: 9px; 695 | right: -5px; 696 | top: -5px; 697 | } 698 | 699 | .ui-progressbar { 700 | height: 2em; 701 | text-align: left; 702 | overflow: hidden; 703 | } 704 | 705 | .ui-progressbar .ui-progressbar-value { 706 | margin: -1px; 707 | height: 100%; 708 | } 709 | 710 | .ui-progressbar .ui-progressbar-overlay { 711 | background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==); 712 | height: 100%; 713 | filter: alpha(opacity=25); 714 | opacity: .25; 715 | } 716 | 717 | .ui-progressbar-indeterminate .ui-progressbar-value { 718 | background-image: none; 719 | } 720 | 721 | .ui-selectable { 722 | -ms-touch-action: none; 723 | touch-action: none; 724 | } 725 | 726 | .ui-selectable-helper { 727 | position: absolute; 728 | z-index: 100; 729 | border: 1px dotted #000; 730 | } 731 | 732 | .ui-selectmenu-menu { 733 | padding: 0; 734 | margin: 0; 735 | position: absolute; 736 | top: 0; 737 | left: 0; 738 | display: none; 739 | } 740 | 741 | .ui-selectmenu-menu .ui-menu { 742 | overflow: auto; 743 | overflow-x: hidden; 744 | padding-bottom: 1px; 745 | } 746 | 747 | .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { 748 | font-size: 1em; 749 | font-weight: 700; 750 | line-height: 1.5; 751 | padding: 2px .4em; 752 | margin: .5em 0 0 0; 753 | height: auto; 754 | border: 0; 755 | } 756 | 757 | .ui-selectmenu-open { 758 | display: block; 759 | } 760 | 761 | .ui-selectmenu-text { 762 | display: block; 763 | margin-right: 20px; 764 | overflow: hidden; 765 | text-overflow: ellipsis; 766 | } 767 | 768 | .ui-selectmenu-button.ui-button { 769 | text-align: left; 770 | white-space: nowrap; 771 | width: 14em; 772 | } 773 | 774 | .ui-selectmenu-icon.ui-icon { 775 | float: right; 776 | margin-top: 0; 777 | } 778 | 779 | .ui-slider { 780 | position: relative; 781 | text-align: left; 782 | } 783 | 784 | .ui-slider .ui-slider-handle { 785 | position: absolute; 786 | z-index: 2; 787 | width: 1.2em; 788 | height: 1.2em; 789 | cursor: default; 790 | -ms-touch-action: none; 791 | touch-action: none; 792 | } 793 | 794 | .ui-slider .ui-slider-range { 795 | position: absolute; 796 | z-index: 1; 797 | font-size: .7em; 798 | display: block; 799 | border: 0; 800 | background-position: 0 0; 801 | } 802 | 803 | .ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range { 804 | filter: inherit; 805 | } 806 | 807 | .ui-slider-horizontal { 808 | height: .8em; 809 | } 810 | 811 | .ui-slider-horizontal .ui-slider-handle { 812 | top: -.3em; 813 | margin-left: -.6em; 814 | } 815 | 816 | .ui-slider-horizontal .ui-slider-range { 817 | top: 0; 818 | height: 100%; 819 | } 820 | 821 | .ui-slider-horizontal .ui-slider-range-min { 822 | left: 0; 823 | } 824 | 825 | .ui-slider-horizontal .ui-slider-range-max { 826 | right: 0; 827 | } 828 | 829 | .ui-slider-vertical { 830 | width: .8em; 831 | height: 100px; 832 | } 833 | 834 | .ui-slider-vertical .ui-slider-handle { 835 | left: -.3em; 836 | margin-left: 0; 837 | margin-bottom: -.6em; 838 | } 839 | 840 | .ui-slider-vertical .ui-slider-range { 841 | left: 0; 842 | width: 100%; 843 | } 844 | 845 | .ui-slider-vertical .ui-slider-range-min { 846 | bottom: 0; 847 | } 848 | 849 | .ui-slider-vertical .ui-slider-range-max { 850 | top: 0; 851 | } 852 | 853 | .ui-sortable-handle { 854 | -ms-touch-action: none; 855 | touch-action: none; 856 | } 857 | 858 | .ui-spinner { 859 | position: relative; 860 | display: inline-block; 861 | overflow: hidden; 862 | padding: 0; 863 | vertical-align: middle; 864 | } 865 | 866 | .ui-spinner-input { 867 | border: none; 868 | background: 0 0; 869 | color: inherit; 870 | padding: .222em 0; 871 | margin: .2em 0; 872 | vertical-align: middle; 873 | margin-left: .4em; 874 | margin-right: 2em; 875 | } 876 | 877 | .ui-spinner-button { 878 | width: 1.6em; 879 | height: 50%; 880 | font-size: .5em; 881 | padding: 0; 882 | margin: 0; 883 | text-align: center; 884 | position: absolute; 885 | cursor: default; 886 | display: block; 887 | overflow: hidden; 888 | right: 0; 889 | } 890 | 891 | .ui-spinner a.ui-spinner-button { 892 | border-top-style: none; 893 | border-bottom-style: none; 894 | border-right-style: none; 895 | } 896 | 897 | .ui-spinner-up { 898 | top: 0; 899 | } 900 | 901 | .ui-spinner-down { 902 | bottom: 0; 903 | } 904 | 905 | .ui-tabs { 906 | position: relative; 907 | padding: .2em; 908 | } 909 | 910 | .ui-tabs .ui-tabs-nav { 911 | margin: 0; 912 | padding: .2em .2em 0; 913 | } 914 | 915 | .ui-tabs .ui-tabs-nav li { 916 | list-style: none; 917 | float: left; 918 | position: relative; 919 | top: 0; 920 | margin: 1px .2em 0 0; 921 | border-bottom-width: 0; 922 | padding: 0; 923 | white-space: nowrap; 924 | } 925 | 926 | .ui-tabs .ui-tabs-nav .ui-tabs-anchor { 927 | float: left; 928 | padding: .5em 1em; 929 | text-decoration: none; 930 | } 931 | 932 | .ui-tabs .ui-tabs-nav li.ui-tabs-active { 933 | margin-bottom: -1px; 934 | padding-bottom: 1px; 935 | } 936 | 937 | .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { 938 | cursor: text; 939 | } 940 | 941 | .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { 942 | cursor: pointer; 943 | } 944 | 945 | .ui-tabs .ui-tabs-panel { 946 | display: block; 947 | border-width: 0; 948 | padding: 1em 1.4em; 949 | background: 0 0; 950 | } 951 | 952 | .ui-tooltip { 953 | padding: 8px; 954 | position: absolute; 955 | z-index: 9999; 956 | max-width: 300px; 957 | } 958 | 959 | body .ui-tooltip { 960 | border-width: 2px; 961 | } 962 | 963 | .ui-widget { 964 | font-family: Arial,Helvetica,sans-serif; 965 | font-size: 1em; 966 | } 967 | 968 | .ui-widget .ui-widget { 969 | font-size: 1em; 970 | } 971 | 972 | .ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea { 973 | font-family: Arial,Helvetica,sans-serif; 974 | font-size: 1em; 975 | } 976 | 977 | .ui-widget.ui-widget-content { 978 | border: 1px solid #c5c5c5; 979 | } 980 | 981 | .ui-widget-content { 982 | border: 1px solid #ddd; 983 | background: #fff; 984 | color: #333; 985 | } 986 | 987 | .ui-widget-content a { 988 | color: #333; 989 | } 990 | 991 | .ui-widget-header { 992 | border: 1px solid #ddd; 993 | background: #e9e9e9; 994 | color: #333; 995 | font-weight: 700; 996 | } 997 | 998 | .ui-widget-header a { 999 | color: #333; 1000 | } 1001 | 1002 | .ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover { 1003 | border: 1px solid #c5c5c5; 1004 | background: #f6f6f6; 1005 | font-weight: 400; 1006 | color: #454545; 1007 | } 1008 | 1009 | .ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button { 1010 | color: #454545; 1011 | text-decoration: none; 1012 | } 1013 | 1014 | .ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover { 1015 | border: 1px solid #ccc; 1016 | background: #ededed; 1017 | font-weight: 400; 1018 | color: #2b2b2b; 1019 | } 1020 | 1021 | .ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover { 1022 | color: #2b2b2b; 1023 | text-decoration: none; 1024 | } 1025 | 1026 | .ui-visual-focus { 1027 | box-shadow: 0 0 3px 1px #5e9ed6; 1028 | } 1029 | 1030 | .ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active { 1031 | border: 1px solid #003eff; 1032 | background: #007fff; 1033 | font-weight: 400; 1034 | color: #fff; 1035 | } 1036 | 1037 | .ui-icon-background,.ui-state-active .ui-icon-background { 1038 | border: #003eff; 1039 | background-color: #fff; 1040 | } 1041 | 1042 | .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited { 1043 | color: #fff; 1044 | text-decoration: none; 1045 | } 1046 | 1047 | .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight { 1048 | border: 1px solid #dad55e; 1049 | background: #fffa90; 1050 | color: #777620; 1051 | } 1052 | 1053 | .ui-state-checked { 1054 | border: 1px solid #dad55e; 1055 | background: #fffa90; 1056 | } 1057 | 1058 | .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { 1059 | color: #777620; 1060 | } 1061 | 1062 | .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error { 1063 | border: 1px solid #f1a899; 1064 | background: #fddfdf; 1065 | color: #5f3f3f; 1066 | } 1067 | 1068 | .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a { 1069 | color: #5f3f3f; 1070 | } 1071 | 1072 | .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text { 1073 | color: #5f3f3f; 1074 | } 1075 | 1076 | .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary { 1077 | font-weight: 700; 1078 | } 1079 | 1080 | .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary { 1081 | opacity: .7; 1082 | filter: Alpha(Opacity=70); 1083 | font-weight: 400; 1084 | } 1085 | 1086 | .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled { 1087 | opacity: .35; 1088 | filter: Alpha(Opacity=35); 1089 | background-image: none; 1090 | } 1091 | 1092 | .ui-state-disabled .ui-icon { 1093 | filter: Alpha(Opacity=35); 1094 | } 1095 | 1096 | .ui-icon { 1097 | width: 16px; 1098 | height: 16px; 1099 | } 1100 | 1101 | .ui-icon,.ui-widget-content .ui-icon { 1102 | background-image: url(images/ui-icons_444444_256x240.png); 1103 | } 1104 | 1105 | .ui-widget-header .ui-icon { 1106 | background-image: url(images/ui-icons_444444_256x240.png); 1107 | } 1108 | 1109 | .ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon { 1110 | background-image: url(images/ui-icons_555555_256x240.png); 1111 | } 1112 | 1113 | .ui-button:active .ui-icon,.ui-state-active .ui-icon { 1114 | background-image: url(images/ui-icons_ffffff_256x240.png); 1115 | } 1116 | 1117 | .ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon { 1118 | background-image: url(images/ui-icons_777620_256x240.png); 1119 | } 1120 | 1121 | .ui-state-error .ui-icon,.ui-state-error-text .ui-icon { 1122 | background-image: url(images/ui-icons_cc0000_256x240.png); 1123 | } 1124 | 1125 | .ui-button .ui-icon { 1126 | background-image: url(images/ui-icons_777777_256x240.png); 1127 | } 1128 | 1129 | .ui-icon-blank { 1130 | background-position: 16px 16px; 1131 | } 1132 | 1133 | .ui-icon-caret-1-n { 1134 | background-position: 0 0; 1135 | } 1136 | 1137 | .ui-icon-caret-1-ne { 1138 | background-position: -16px 0; 1139 | } 1140 | 1141 | .ui-icon-caret-1-e { 1142 | background-position: -32px 0; 1143 | } 1144 | 1145 | .ui-icon-caret-1-se { 1146 | background-position: -48px 0; 1147 | } 1148 | 1149 | .ui-icon-caret-1-s { 1150 | background-position: -65px 0; 1151 | } 1152 | 1153 | .ui-icon-caret-1-sw { 1154 | background-position: -80px 0; 1155 | } 1156 | 1157 | .ui-icon-caret-1-w { 1158 | background-position: -96px 0; 1159 | } 1160 | 1161 | .ui-icon-caret-1-nw { 1162 | background-position: -112px 0; 1163 | } 1164 | 1165 | .ui-icon-caret-2-n-s { 1166 | background-position: -128px 0; 1167 | } 1168 | 1169 | .ui-icon-caret-2-e-w { 1170 | background-position: -144px 0; 1171 | } 1172 | 1173 | .ui-icon-triangle-1-n { 1174 | background-position: 0 -16px; 1175 | } 1176 | 1177 | .ui-icon-triangle-1-ne { 1178 | background-position: -16px -16px; 1179 | } 1180 | 1181 | .ui-icon-triangle-1-e { 1182 | background-position: -32px -16px; 1183 | } 1184 | 1185 | .ui-icon-triangle-1-se { 1186 | background-position: -48px -16px; 1187 | } 1188 | 1189 | .ui-icon-triangle-1-s { 1190 | background-position: -65px -16px; 1191 | } 1192 | 1193 | .ui-icon-triangle-1-sw { 1194 | background-position: -80px -16px; 1195 | } 1196 | 1197 | .ui-icon-triangle-1-w { 1198 | background-position: -96px -16px; 1199 | } 1200 | 1201 | .ui-icon-triangle-1-nw { 1202 | background-position: -112px -16px; 1203 | } 1204 | 1205 | .ui-icon-triangle-2-n-s { 1206 | background-position: -128px -16px; 1207 | } 1208 | 1209 | .ui-icon-triangle-2-e-w { 1210 | background-position: -144px -16px; 1211 | } 1212 | 1213 | .ui-icon-arrow-1-n { 1214 | background-position: 0 -32px; 1215 | } 1216 | 1217 | .ui-icon-arrow-1-ne { 1218 | background-position: -16px -32px; 1219 | } 1220 | 1221 | .ui-icon-arrow-1-e { 1222 | background-position: -32px -32px; 1223 | } 1224 | 1225 | .ui-icon-arrow-1-se { 1226 | background-position: -48px -32px; 1227 | } 1228 | 1229 | .ui-icon-arrow-1-s { 1230 | background-position: -65px -32px; 1231 | } 1232 | 1233 | .ui-icon-arrow-1-sw { 1234 | background-position: -80px -32px; 1235 | } 1236 | 1237 | .ui-icon-arrow-1-w { 1238 | background-position: -96px -32px; 1239 | } 1240 | 1241 | .ui-icon-arrow-1-nw { 1242 | background-position: -112px -32px; 1243 | } 1244 | 1245 | .ui-icon-arrow-2-n-s { 1246 | background-position: -128px -32px; 1247 | } 1248 | 1249 | .ui-icon-arrow-2-ne-sw { 1250 | background-position: -144px -32px; 1251 | } 1252 | 1253 | .ui-icon-arrow-2-e-w { 1254 | background-position: -160px -32px; 1255 | } 1256 | 1257 | .ui-icon-arrow-2-se-nw { 1258 | background-position: -176px -32px; 1259 | } 1260 | 1261 | .ui-icon-arrowstop-1-n { 1262 | background-position: -192px -32px; 1263 | } 1264 | 1265 | .ui-icon-arrowstop-1-e { 1266 | background-position: -208px -32px; 1267 | } 1268 | 1269 | .ui-icon-arrowstop-1-s { 1270 | background-position: -224px -32px; 1271 | } 1272 | 1273 | .ui-icon-arrowstop-1-w { 1274 | background-position: -240px -32px; 1275 | } 1276 | 1277 | .ui-icon-arrowthick-1-n { 1278 | background-position: 1px -48px; 1279 | } 1280 | 1281 | .ui-icon-arrowthick-1-ne { 1282 | background-position: -16px -48px; 1283 | } 1284 | 1285 | .ui-icon-arrowthick-1-e { 1286 | background-position: -32px -48px; 1287 | } 1288 | 1289 | .ui-icon-arrowthick-1-se { 1290 | background-position: -48px -48px; 1291 | } 1292 | 1293 | .ui-icon-arrowthick-1-s { 1294 | background-position: -64px -48px; 1295 | } 1296 | 1297 | .ui-icon-arrowthick-1-sw { 1298 | background-position: -80px -48px; 1299 | } 1300 | 1301 | .ui-icon-arrowthick-1-w { 1302 | background-position: -96px -48px; 1303 | } 1304 | 1305 | .ui-icon-arrowthick-1-nw { 1306 | background-position: -112px -48px; 1307 | } 1308 | 1309 | .ui-icon-arrowthick-2-n-s { 1310 | background-position: -128px -48px; 1311 | } 1312 | 1313 | .ui-icon-arrowthick-2-ne-sw { 1314 | background-position: -144px -48px; 1315 | } 1316 | 1317 | .ui-icon-arrowthick-2-e-w { 1318 | background-position: -160px -48px; 1319 | } 1320 | 1321 | .ui-icon-arrowthick-2-se-nw { 1322 | background-position: -176px -48px; 1323 | } 1324 | 1325 | .ui-icon-arrowthickstop-1-n { 1326 | background-position: -192px -48px; 1327 | } 1328 | 1329 | .ui-icon-arrowthickstop-1-e { 1330 | background-position: -208px -48px; 1331 | } 1332 | 1333 | .ui-icon-arrowthickstop-1-s { 1334 | background-position: -224px -48px; 1335 | } 1336 | 1337 | .ui-icon-arrowthickstop-1-w { 1338 | background-position: -240px -48px; 1339 | } 1340 | 1341 | .ui-icon-arrowreturnthick-1-w { 1342 | background-position: 0 -64px; 1343 | } 1344 | 1345 | .ui-icon-arrowreturnthick-1-n { 1346 | background-position: -16px -64px; 1347 | } 1348 | 1349 | .ui-icon-arrowreturnthick-1-e { 1350 | background-position: -32px -64px; 1351 | } 1352 | 1353 | .ui-icon-arrowreturnthick-1-s { 1354 | background-position: -48px -64px; 1355 | } 1356 | 1357 | .ui-icon-arrowreturn-1-w { 1358 | background-position: -64px -64px; 1359 | } 1360 | 1361 | .ui-icon-arrowreturn-1-n { 1362 | background-position: -80px -64px; 1363 | } 1364 | 1365 | .ui-icon-arrowreturn-1-e { 1366 | background-position: -96px -64px; 1367 | } 1368 | 1369 | .ui-icon-arrowreturn-1-s { 1370 | background-position: -112px -64px; 1371 | } 1372 | 1373 | .ui-icon-arrowrefresh-1-w { 1374 | background-position: -128px -64px; 1375 | } 1376 | 1377 | .ui-icon-arrowrefresh-1-n { 1378 | background-position: -144px -64px; 1379 | } 1380 | 1381 | .ui-icon-arrowrefresh-1-e { 1382 | background-position: -160px -64px; 1383 | } 1384 | 1385 | .ui-icon-arrowrefresh-1-s { 1386 | background-position: -176px -64px; 1387 | } 1388 | 1389 | .ui-icon-arrow-4 { 1390 | background-position: 0 -80px; 1391 | } 1392 | 1393 | .ui-icon-arrow-4-diag { 1394 | background-position: -16px -80px; 1395 | } 1396 | 1397 | .ui-icon-extlink { 1398 | background-position: -32px -80px; 1399 | } 1400 | 1401 | .ui-icon-newwin { 1402 | background-position: -48px -80px; 1403 | } 1404 | 1405 | .ui-icon-refresh { 1406 | background-position: -64px -80px; 1407 | } 1408 | 1409 | .ui-icon-shuffle { 1410 | background-position: -80px -80px; 1411 | } 1412 | 1413 | .ui-icon-transfer-e-w { 1414 | background-position: -96px -80px; 1415 | } 1416 | 1417 | .ui-icon-transferthick-e-w { 1418 | background-position: -112px -80px; 1419 | } 1420 | 1421 | .ui-icon-folder-collapsed { 1422 | background-position: 0 -96px; 1423 | } 1424 | 1425 | .ui-icon-folder-open { 1426 | background-position: -16px -96px; 1427 | } 1428 | 1429 | .ui-icon-document { 1430 | background-position: -32px -96px; 1431 | } 1432 | 1433 | .ui-icon-document-b { 1434 | background-position: -48px -96px; 1435 | } 1436 | 1437 | .ui-icon-note { 1438 | background-position: -64px -96px; 1439 | } 1440 | 1441 | .ui-icon-mail-closed { 1442 | background-position: -80px -96px; 1443 | } 1444 | 1445 | .ui-icon-mail-open { 1446 | background-position: -96px -96px; 1447 | } 1448 | 1449 | .ui-icon-suitcase { 1450 | background-position: -112px -96px; 1451 | } 1452 | 1453 | .ui-icon-comment { 1454 | background-position: -128px -96px; 1455 | } 1456 | 1457 | .ui-icon-person { 1458 | background-position: -144px -96px; 1459 | } 1460 | 1461 | .ui-icon-print { 1462 | background-position: -160px -96px; 1463 | } 1464 | 1465 | .ui-icon-trash { 1466 | background-position: -176px -96px; 1467 | } 1468 | 1469 | .ui-icon-locked { 1470 | background-position: -192px -96px; 1471 | } 1472 | 1473 | .ui-icon-unlocked { 1474 | background-position: -208px -96px; 1475 | } 1476 | 1477 | .ui-icon-bookmark { 1478 | background-position: -224px -96px; 1479 | } 1480 | 1481 | .ui-icon-tag { 1482 | background-position: -240px -96px; 1483 | } 1484 | 1485 | .ui-icon-home { 1486 | background-position: 0 -112px; 1487 | } 1488 | 1489 | .ui-icon-flag { 1490 | background-position: -16px -112px; 1491 | } 1492 | 1493 | .ui-icon-calendar { 1494 | background-position: -32px -112px; 1495 | } 1496 | 1497 | .ui-icon-cart { 1498 | background-position: -48px -112px; 1499 | } 1500 | 1501 | .ui-icon-pencil { 1502 | background-position: -64px -112px; 1503 | } 1504 | 1505 | .ui-icon-clock { 1506 | background-position: -80px -112px; 1507 | } 1508 | 1509 | .ui-icon-disk { 1510 | background-position: -96px -112px; 1511 | } 1512 | 1513 | .ui-icon-calculator { 1514 | background-position: -112px -112px; 1515 | } 1516 | 1517 | .ui-icon-zoomin { 1518 | background-position: -128px -112px; 1519 | } 1520 | 1521 | .ui-icon-zoomout { 1522 | background-position: -144px -112px; 1523 | } 1524 | 1525 | .ui-icon-search { 1526 | background-position: -160px -112px; 1527 | } 1528 | 1529 | .ui-icon-wrench { 1530 | background-position: -176px -112px; 1531 | } 1532 | 1533 | .ui-icon-gear { 1534 | background-position: -192px -112px; 1535 | } 1536 | 1537 | .ui-icon-heart { 1538 | background-position: -208px -112px; 1539 | } 1540 | 1541 | .ui-icon-star { 1542 | background-position: -224px -112px; 1543 | } 1544 | 1545 | .ui-icon-link { 1546 | background-position: -240px -112px; 1547 | } 1548 | 1549 | .ui-icon-cancel { 1550 | background-position: 0 -128px; 1551 | } 1552 | 1553 | .ui-icon-plus { 1554 | background-position: -16px -128px; 1555 | } 1556 | 1557 | .ui-icon-plusthick { 1558 | background-position: -32px -128px; 1559 | } 1560 | 1561 | .ui-icon-minus { 1562 | background-position: -48px -128px; 1563 | } 1564 | 1565 | .ui-icon-minusthick { 1566 | background-position: -64px -128px; 1567 | } 1568 | 1569 | .ui-icon-close { 1570 | background-position: -80px -128px; 1571 | } 1572 | 1573 | .ui-icon-closethick { 1574 | background-position: -96px -128px; 1575 | } 1576 | 1577 | .ui-icon-key { 1578 | background-position: -112px -128px; 1579 | } 1580 | 1581 | .ui-icon-lightbulb { 1582 | background-position: -128px -128px; 1583 | } 1584 | 1585 | .ui-icon-scissors { 1586 | background-position: -144px -128px; 1587 | } 1588 | 1589 | .ui-icon-clipboard { 1590 | background-position: -160px -128px; 1591 | } 1592 | 1593 | .ui-icon-copy { 1594 | background-position: -176px -128px; 1595 | } 1596 | 1597 | .ui-icon-contact { 1598 | background-position: -192px -128px; 1599 | } 1600 | 1601 | .ui-icon-image { 1602 | background-position: -208px -128px; 1603 | } 1604 | 1605 | .ui-icon-video { 1606 | background-position: -224px -128px; 1607 | } 1608 | 1609 | .ui-icon-script { 1610 | background-position: -240px -128px; 1611 | } 1612 | 1613 | .ui-icon-alert { 1614 | background-position: 0 -144px; 1615 | } 1616 | 1617 | .ui-icon-info { 1618 | background-position: -16px -144px; 1619 | } 1620 | 1621 | .ui-icon-notice { 1622 | background-position: -32px -144px; 1623 | } 1624 | 1625 | .ui-icon-help { 1626 | background-position: -48px -144px; 1627 | } 1628 | 1629 | .ui-icon-check { 1630 | background-position: -64px -144px; 1631 | } 1632 | 1633 | .ui-icon-bullet { 1634 | background-position: -80px -144px; 1635 | } 1636 | 1637 | .ui-icon-radio-on { 1638 | background-position: -96px -144px; 1639 | } 1640 | 1641 | .ui-icon-radio-off { 1642 | background-position: -112px -144px; 1643 | } 1644 | 1645 | .ui-icon-pin-w { 1646 | background-position: -128px -144px; 1647 | } 1648 | 1649 | .ui-icon-pin-s { 1650 | background-position: -144px -144px; 1651 | } 1652 | 1653 | .ui-icon-play { 1654 | background-position: 0 -160px; 1655 | } 1656 | 1657 | .ui-icon-pause { 1658 | background-position: -16px -160px; 1659 | } 1660 | 1661 | .ui-icon-seek-next { 1662 | background-position: -32px -160px; 1663 | } 1664 | 1665 | .ui-icon-seek-prev { 1666 | background-position: -48px -160px; 1667 | } 1668 | 1669 | .ui-icon-seek-end { 1670 | background-position: -64px -160px; 1671 | } 1672 | 1673 | .ui-icon-seek-start { 1674 | background-position: -80px -160px; 1675 | } 1676 | 1677 | .ui-icon-seek-first { 1678 | background-position: -80px -160px; 1679 | } 1680 | 1681 | .ui-icon-stop { 1682 | background-position: -96px -160px; 1683 | } 1684 | 1685 | .ui-icon-eject { 1686 | background-position: -112px -160px; 1687 | } 1688 | 1689 | .ui-icon-volume-off { 1690 | background-position: -128px -160px; 1691 | } 1692 | 1693 | .ui-icon-volume-on { 1694 | background-position: -144px -160px; 1695 | } 1696 | 1697 | .ui-icon-power { 1698 | background-position: 0 -176px; 1699 | } 1700 | 1701 | .ui-icon-signal-diag { 1702 | background-position: -16px -176px; 1703 | } 1704 | 1705 | .ui-icon-signal { 1706 | background-position: -32px -176px; 1707 | } 1708 | 1709 | .ui-icon-battery-0 { 1710 | background-position: -48px -176px; 1711 | } 1712 | 1713 | .ui-icon-battery-1 { 1714 | background-position: -64px -176px; 1715 | } 1716 | 1717 | .ui-icon-battery-2 { 1718 | background-position: -80px -176px; 1719 | } 1720 | 1721 | .ui-icon-battery-3 { 1722 | background-position: -96px -176px; 1723 | } 1724 | 1725 | .ui-icon-circle-plus { 1726 | background-position: 0 -192px; 1727 | } 1728 | 1729 | .ui-icon-circle-minus { 1730 | background-position: -16px -192px; 1731 | } 1732 | 1733 | .ui-icon-circle-close { 1734 | background-position: -32px -192px; 1735 | } 1736 | 1737 | .ui-icon-circle-triangle-e { 1738 | background-position: -48px -192px; 1739 | } 1740 | 1741 | .ui-icon-circle-triangle-s { 1742 | background-position: -64px -192px; 1743 | } 1744 | 1745 | .ui-icon-circle-triangle-w { 1746 | background-position: -80px -192px; 1747 | } 1748 | 1749 | .ui-icon-circle-triangle-n { 1750 | background-position: -96px -192px; 1751 | } 1752 | 1753 | .ui-icon-circle-arrow-e { 1754 | background-position: -112px -192px; 1755 | } 1756 | 1757 | .ui-icon-circle-arrow-s { 1758 | background-position: -128px -192px; 1759 | } 1760 | 1761 | .ui-icon-circle-arrow-w { 1762 | background-position: -144px -192px; 1763 | } 1764 | 1765 | .ui-icon-circle-arrow-n { 1766 | background-position: -160px -192px; 1767 | } 1768 | 1769 | .ui-icon-circle-zoomin { 1770 | background-position: -176px -192px; 1771 | } 1772 | 1773 | .ui-icon-circle-zoomout { 1774 | background-position: -192px -192px; 1775 | } 1776 | 1777 | .ui-icon-circle-check { 1778 | background-position: -208px -192px; 1779 | } 1780 | 1781 | .ui-icon-circlesmall-plus { 1782 | background-position: 0 -208px; 1783 | } 1784 | 1785 | .ui-icon-circlesmall-minus { 1786 | background-position: -16px -208px; 1787 | } 1788 | 1789 | .ui-icon-circlesmall-close { 1790 | background-position: -32px -208px; 1791 | } 1792 | 1793 | .ui-icon-squaresmall-plus { 1794 | background-position: -48px -208px; 1795 | } 1796 | 1797 | .ui-icon-squaresmall-minus { 1798 | background-position: -64px -208px; 1799 | } 1800 | 1801 | .ui-icon-squaresmall-close { 1802 | background-position: -80px -208px; 1803 | } 1804 | 1805 | .ui-icon-grip-dotted-vertical { 1806 | background-position: 0 -224px; 1807 | } 1808 | 1809 | .ui-icon-grip-dotted-horizontal { 1810 | background-position: -16px -224px; 1811 | } 1812 | 1813 | .ui-icon-grip-solid-vertical { 1814 | background-position: -32px -224px; 1815 | } 1816 | 1817 | .ui-icon-grip-solid-horizontal { 1818 | background-position: -48px -224px; 1819 | } 1820 | 1821 | .ui-icon-gripsmall-diagonal-se { 1822 | background-position: -64px -224px; 1823 | } 1824 | 1825 | .ui-icon-grip-diagonal-se { 1826 | background-position: -80px -224px; 1827 | } 1828 | 1829 | .ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top { 1830 | border-top-left-radius: 3px; 1831 | } 1832 | 1833 | .ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr { 1834 | border-top-right-radius: 3px; 1835 | } 1836 | 1837 | .ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left { 1838 | border-bottom-left-radius: 3px; 1839 | } 1840 | 1841 | .ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right { 1842 | border-bottom-right-radius: 3px; 1843 | } 1844 | 1845 | .ui-widget-overlay { 1846 | background: #aaa; 1847 | opacity: .003; 1848 | filter: Alpha(Opacity=.3); 1849 | } 1850 | 1851 | .ui-widget-shadow { 1852 | -webkit-box-shadow: 0 0 5px #666; 1853 | box-shadow: 0 0 5px #666; 1854 | }/*! 1855 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 1856 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 1857 | */@font-face { 1858 | font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal; 1859 | } 1860 | 1861 | .fa { 1862 | display: inline-block; 1863 | font: normal normal normal 14px/1 FontAwesome; 1864 | font-size: inherit; 1865 | text-rendering: auto; 1866 | -webkit-font-smoothing: antialiased; 1867 | -moz-osx-font-smoothing: grayscale; 1868 | } 1869 | 1870 | .fa-lg { 1871 | font-size: 1.33333em; 1872 | line-height: .75em; 1873 | vertical-align: -15%; 1874 | } 1875 | 1876 | .fa-2x { 1877 | font-size: 2em; 1878 | } 1879 | 1880 | .fa-3x { 1881 | font-size: 3em; 1882 | } 1883 | 1884 | .fa-4x { 1885 | font-size: 4em; 1886 | } 1887 | 1888 | .fa-5x { 1889 | font-size: 5em; 1890 | } 1891 | 1892 | .fa-fw { 1893 | width: 1.28571em; 1894 | text-align: center; 1895 | } 1896 | 1897 | .fa-ul { 1898 | padding-left: 0; 1899 | margin-left: 2.14286em; 1900 | list-style-type: none; 1901 | } 1902 | 1903 | .fa-ul>li { 1904 | position: relative; 1905 | } 1906 | 1907 | .fa-li { 1908 | position: absolute; 1909 | left: -2.14286em; 1910 | width: 2.14286em; 1911 | top: .14286em; 1912 | text-align: center; 1913 | } 1914 | 1915 | .fa-li.fa-lg { 1916 | left: -1.85714em; 1917 | } 1918 | 1919 | .fa-border { 1920 | padding: .2em .25em .15em; 1921 | border: solid .08em #eee; 1922 | border-radius: .1em; 1923 | } 1924 | 1925 | .fa-pull-left { 1926 | float: left; 1927 | } 1928 | 1929 | .fa-pull-right { 1930 | float: right; 1931 | } 1932 | 1933 | .fa.fa-pull-left { 1934 | margin-right: .3em; 1935 | } 1936 | 1937 | .fa.fa-pull-right { 1938 | margin-left: .3em; 1939 | } 1940 | 1941 | .pull-right { 1942 | float: right; 1943 | } 1944 | 1945 | .pull-left { 1946 | float: left; 1947 | } 1948 | 1949 | .fa.pull-left { 1950 | margin-right: .3em; 1951 | } 1952 | 1953 | .fa.pull-right { 1954 | margin-left: .3em; 1955 | } 1956 | 1957 | .fa-spin { 1958 | -webkit-animation: fa-spin 2s infinite linear; 1959 | animation: fa-spin 2s infinite linear; 1960 | } 1961 | 1962 | .fa-pulse { 1963 | -webkit-animation: fa-spin 1s infinite steps(8); 1964 | animation: fa-spin 1s infinite steps(8); 1965 | } 1966 | 1967 | @-webkit-keyframes fa-spin { 1968 | 0% { 1969 | -webkit-transform: rotate(0); 1970 | transform: rotate(0); 1971 | } 1972 | 1973 | 100% { 1974 | -webkit-transform: rotate(359deg); 1975 | transform: rotate(359deg); 1976 | } 1977 | } 1978 | 1979 | @keyframes fa-spin { 1980 | 0% { 1981 | -webkit-transform: rotate(0); 1982 | transform: rotate(0); 1983 | } 1984 | 1985 | 100% { 1986 | -webkit-transform: rotate(359deg); 1987 | transform: rotate(359deg); 1988 | } 1989 | } 1990 | 1991 | .fa-rotate-90 { 1992 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 1993 | -webkit-transform: rotate(90deg); 1994 | -ms-transform: rotate(90deg); 1995 | transform: rotate(90deg); 1996 | } 1997 | 1998 | .fa-rotate-180 { 1999 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 2000 | -webkit-transform: rotate(180deg); 2001 | -ms-transform: rotate(180deg); 2002 | transform: rotate(180deg); 2003 | } 2004 | 2005 | .fa-rotate-270 { 2006 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 2007 | -webkit-transform: rotate(270deg); 2008 | -ms-transform: rotate(270deg); 2009 | transform: rotate(270deg); 2010 | } 2011 | 2012 | .fa-flip-horizontal { 2013 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 2014 | -webkit-transform: scale(-1,1); 2015 | -ms-transform: scale(-1,1); 2016 | transform: scale(-1,1); 2017 | } 2018 | 2019 | .fa-flip-vertical { 2020 | -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; 2021 | -webkit-transform: scale(1,-1); 2022 | -ms-transform: scale(1,-1); 2023 | transform: scale(1,-1); 2024 | } 2025 | 2026 | :root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 { 2027 | filter: none; 2028 | } 2029 | 2030 | .fa-stack { 2031 | position: relative; 2032 | display: inline-block; 2033 | width: 2em; 2034 | height: 2em; 2035 | line-height: 2em; 2036 | vertical-align: middle; 2037 | } 2038 | 2039 | .fa-stack-1x,.fa-stack-2x { 2040 | position: absolute; 2041 | left: 0; 2042 | width: 100%; 2043 | text-align: center; 2044 | } 2045 | 2046 | .fa-stack-1x { 2047 | line-height: inherit; 2048 | } 2049 | 2050 | .fa-stack-2x { 2051 | font-size: 2em; 2052 | } 2053 | 2054 | .fa-inverse { 2055 | color: #fff; 2056 | } 2057 | 2058 | .fa-glass:before { 2059 | content: ""; 2060 | } 2061 | 2062 | .fa-music:before { 2063 | content: ""; 2064 | } 2065 | 2066 | .fa-search:before { 2067 | content: ""; 2068 | } 2069 | 2070 | .fa-envelope-o:before { 2071 | content: ""; 2072 | } 2073 | 2074 | .fa-heart:before { 2075 | content: ""; 2076 | } 2077 | 2078 | .fa-star:before { 2079 | content: ""; 2080 | } 2081 | 2082 | .fa-star-o:before { 2083 | content: ""; 2084 | } 2085 | 2086 | .fa-user:before { 2087 | content: ""; 2088 | } 2089 | 2090 | .fa-film:before { 2091 | content: ""; 2092 | } 2093 | 2094 | .fa-th-large:before { 2095 | content: ""; 2096 | } 2097 | 2098 | .fa-th:before { 2099 | content: ""; 2100 | } 2101 | 2102 | .fa-th-list:before { 2103 | content: ""; 2104 | } 2105 | 2106 | .fa-check:before { 2107 | content: ""; 2108 | } 2109 | 2110 | .fa-close:before,.fa-remove:before,.fa-times:before { 2111 | content: ""; 2112 | } 2113 | 2114 | .fa-search-plus:before { 2115 | content: ""; 2116 | } 2117 | 2118 | .fa-search-minus:before { 2119 | content: ""; 2120 | } 2121 | 2122 | .fa-power-off:before { 2123 | content: ""; 2124 | } 2125 | 2126 | .fa-signal:before { 2127 | content: ""; 2128 | } 2129 | 2130 | .fa-cog:before,.fa-gear:before { 2131 | content: ""; 2132 | } 2133 | 2134 | .fa-trash-o:before { 2135 | content: ""; 2136 | } 2137 | 2138 | .fa-home:before { 2139 | content: ""; 2140 | } 2141 | 2142 | .fa-file-o:before { 2143 | content: ""; 2144 | } 2145 | 2146 | .fa-clock-o:before { 2147 | content: ""; 2148 | } 2149 | 2150 | .fa-road:before { 2151 | content: ""; 2152 | } 2153 | 2154 | .fa-download:before { 2155 | content: ""; 2156 | } 2157 | 2158 | .fa-arrow-circle-o-down:before { 2159 | content: ""; 2160 | } 2161 | 2162 | .fa-arrow-circle-o-up:before { 2163 | content: ""; 2164 | } 2165 | 2166 | .fa-inbox:before { 2167 | content: ""; 2168 | } 2169 | 2170 | .fa-play-circle-o:before { 2171 | content: ""; 2172 | } 2173 | 2174 | .fa-repeat:before,.fa-rotate-right:before { 2175 | content: ""; 2176 | } 2177 | 2178 | .fa-refresh:before { 2179 | content: ""; 2180 | } 2181 | 2182 | .fa-list-alt:before { 2183 | content: ""; 2184 | } 2185 | 2186 | .fa-lock:before { 2187 | content: ""; 2188 | } 2189 | 2190 | .fa-flag:before { 2191 | content: ""; 2192 | } 2193 | 2194 | .fa-headphones:before { 2195 | content: ""; 2196 | } 2197 | 2198 | .fa-volume-off:before { 2199 | content: ""; 2200 | } 2201 | 2202 | .fa-volume-down:before { 2203 | content: ""; 2204 | } 2205 | 2206 | .fa-volume-up:before { 2207 | content: ""; 2208 | } 2209 | 2210 | .fa-qrcode:before { 2211 | content: ""; 2212 | } 2213 | 2214 | .fa-barcode:before { 2215 | content: ""; 2216 | } 2217 | 2218 | .fa-tag:before { 2219 | content: ""; 2220 | } 2221 | 2222 | .fa-tags:before { 2223 | content: ""; 2224 | } 2225 | 2226 | .fa-book:before { 2227 | content: ""; 2228 | } 2229 | 2230 | .fa-bookmark:before { 2231 | content: ""; 2232 | } 2233 | 2234 | .fa-print:before { 2235 | content: ""; 2236 | } 2237 | 2238 | .fa-camera:before { 2239 | content: ""; 2240 | } 2241 | 2242 | .fa-font:before { 2243 | content: ""; 2244 | } 2245 | 2246 | .fa-bold:before { 2247 | content: ""; 2248 | } 2249 | 2250 | .fa-italic:before { 2251 | content: ""; 2252 | } 2253 | 2254 | .fa-text-height:before { 2255 | content: ""; 2256 | } 2257 | 2258 | .fa-text-width:before { 2259 | content: ""; 2260 | } 2261 | 2262 | .fa-align-left:before { 2263 | content: ""; 2264 | } 2265 | 2266 | .fa-align-center:before { 2267 | content: ""; 2268 | } 2269 | 2270 | .fa-align-right:before { 2271 | content: ""; 2272 | } 2273 | 2274 | .fa-align-justify:before { 2275 | content: ""; 2276 | } 2277 | 2278 | .fa-list:before { 2279 | content: ""; 2280 | } 2281 | 2282 | .fa-dedent:before,.fa-outdent:before { 2283 | content: ""; 2284 | } 2285 | 2286 | .fa-indent:before { 2287 | content: ""; 2288 | } 2289 | 2290 | .fa-video-camera:before { 2291 | content: ""; 2292 | } 2293 | 2294 | .fa-image:before,.fa-photo:before,.fa-picture-o:before { 2295 | content: ""; 2296 | } 2297 | 2298 | .fa-pencil:before { 2299 | content: ""; 2300 | } 2301 | 2302 | .fa-map-marker:before { 2303 | content: ""; 2304 | } 2305 | 2306 | .fa-adjust:before { 2307 | content: ""; 2308 | } 2309 | 2310 | .fa-tint:before { 2311 | content: ""; 2312 | } 2313 | 2314 | .fa-edit:before,.fa-pencil-square-o:before { 2315 | content: ""; 2316 | } 2317 | 2318 | .fa-share-square-o:before { 2319 | content: ""; 2320 | } 2321 | 2322 | .fa-check-square-o:before { 2323 | content: ""; 2324 | } 2325 | 2326 | .fa-arrows:before { 2327 | content: ""; 2328 | } 2329 | 2330 | .fa-step-backward:before { 2331 | content: ""; 2332 | } 2333 | 2334 | .fa-fast-backward:before { 2335 | content: ""; 2336 | } 2337 | 2338 | .fa-backward:before { 2339 | content: ""; 2340 | } 2341 | 2342 | .fa-play:before { 2343 | content: ""; 2344 | } 2345 | 2346 | .fa-pause:before { 2347 | content: ""; 2348 | } 2349 | 2350 | .fa-stop:before { 2351 | content: ""; 2352 | } 2353 | 2354 | .fa-forward:before { 2355 | content: ""; 2356 | } 2357 | 2358 | .fa-fast-forward:before { 2359 | content: ""; 2360 | } 2361 | 2362 | .fa-step-forward:before { 2363 | content: ""; 2364 | } 2365 | 2366 | .fa-eject:before { 2367 | content: ""; 2368 | } 2369 | 2370 | .fa-chevron-left:before { 2371 | content: ""; 2372 | } 2373 | 2374 | .fa-chevron-right:before { 2375 | content: ""; 2376 | } 2377 | 2378 | .fa-plus-circle:before { 2379 | content: ""; 2380 | } 2381 | 2382 | .fa-minus-circle:before { 2383 | content: ""; 2384 | } 2385 | 2386 | .fa-times-circle:before { 2387 | content: ""; 2388 | } 2389 | 2390 | .fa-check-circle:before { 2391 | content: ""; 2392 | } 2393 | 2394 | .fa-question-circle:before { 2395 | content: ""; 2396 | } 2397 | 2398 | .fa-info-circle:before { 2399 | content: ""; 2400 | } 2401 | 2402 | .fa-crosshairs:before { 2403 | content: ""; 2404 | } 2405 | 2406 | .fa-times-circle-o:before { 2407 | content: ""; 2408 | } 2409 | 2410 | .fa-check-circle-o:before { 2411 | content: ""; 2412 | } 2413 | 2414 | .fa-ban:before { 2415 | content: ""; 2416 | } 2417 | 2418 | .fa-arrow-left:before { 2419 | content: ""; 2420 | } 2421 | 2422 | .fa-arrow-right:before { 2423 | content: ""; 2424 | } 2425 | 2426 | .fa-arrow-up:before { 2427 | content: ""; 2428 | } 2429 | 2430 | .fa-arrow-down:before { 2431 | content: ""; 2432 | } 2433 | 2434 | .fa-mail-forward:before,.fa-share:before { 2435 | content: ""; 2436 | } 2437 | 2438 | .fa-expand:before { 2439 | content: ""; 2440 | } 2441 | 2442 | .fa-compress:before { 2443 | content: ""; 2444 | } 2445 | 2446 | .fa-plus:before { 2447 | content: ""; 2448 | } 2449 | 2450 | .fa-minus:before { 2451 | content: ""; 2452 | } 2453 | 2454 | .fa-asterisk:before { 2455 | content: ""; 2456 | } 2457 | 2458 | .fa-exclamation-circle:before { 2459 | content: ""; 2460 | } 2461 | 2462 | .fa-gift:before { 2463 | content: ""; 2464 | } 2465 | 2466 | .fa-leaf:before { 2467 | content: ""; 2468 | } 2469 | 2470 | .fa-fire:before { 2471 | content: ""; 2472 | } 2473 | 2474 | .fa-eye:before { 2475 | content: ""; 2476 | } 2477 | 2478 | .fa-eye-slash:before { 2479 | content: ""; 2480 | } 2481 | 2482 | .fa-exclamation-triangle:before,.fa-warning:before { 2483 | content: ""; 2484 | } 2485 | 2486 | .fa-plane:before { 2487 | content: ""; 2488 | } 2489 | 2490 | .fa-calendar:before { 2491 | content: ""; 2492 | } 2493 | 2494 | .fa-random:before { 2495 | content: ""; 2496 | } 2497 | 2498 | .fa-comment:before { 2499 | content: ""; 2500 | } 2501 | 2502 | .fa-magnet:before { 2503 | content: ""; 2504 | } 2505 | 2506 | .fa-chevron-up:before { 2507 | content: ""; 2508 | } 2509 | 2510 | .fa-chevron-down:before { 2511 | content: ""; 2512 | } 2513 | 2514 | .fa-retweet:before { 2515 | content: ""; 2516 | } 2517 | 2518 | .fa-shopping-cart:before { 2519 | content: ""; 2520 | } 2521 | 2522 | .fa-folder:before { 2523 | content: ""; 2524 | } 2525 | 2526 | .fa-folder-open:before { 2527 | content: ""; 2528 | } 2529 | 2530 | .fa-arrows-v:before { 2531 | content: ""; 2532 | } 2533 | 2534 | .fa-arrows-h:before { 2535 | content: ""; 2536 | } 2537 | 2538 | .fa-bar-chart-o:before,.fa-bar-chart:before { 2539 | content: ""; 2540 | } 2541 | 2542 | .fa-twitter-square:before { 2543 | content: ""; 2544 | } 2545 | 2546 | .fa-facebook-square:before { 2547 | content: ""; 2548 | } 2549 | 2550 | .fa-camera-retro:before { 2551 | content: ""; 2552 | } 2553 | 2554 | .fa-key:before { 2555 | content: ""; 2556 | } 2557 | 2558 | .fa-cogs:before,.fa-gears:before { 2559 | content: ""; 2560 | } 2561 | 2562 | .fa-comments:before { 2563 | content: ""; 2564 | } 2565 | 2566 | .fa-thumbs-o-up:before { 2567 | content: ""; 2568 | } 2569 | 2570 | .fa-thumbs-o-down:before { 2571 | content: ""; 2572 | } 2573 | 2574 | .fa-star-half:before { 2575 | content: ""; 2576 | } 2577 | 2578 | .fa-heart-o:before { 2579 | content: ""; 2580 | } 2581 | 2582 | .fa-sign-out:before { 2583 | content: ""; 2584 | } 2585 | 2586 | .fa-linkedin-square:before { 2587 | content: ""; 2588 | } 2589 | 2590 | .fa-thumb-tack:before { 2591 | content: ""; 2592 | } 2593 | 2594 | .fa-external-link:before { 2595 | content: ""; 2596 | } 2597 | 2598 | .fa-sign-in:before { 2599 | content: ""; 2600 | } 2601 | 2602 | .fa-trophy:before { 2603 | content: ""; 2604 | } 2605 | 2606 | .fa-github-square:before { 2607 | content: ""; 2608 | } 2609 | 2610 | .fa-upload:before { 2611 | content: ""; 2612 | } 2613 | 2614 | .fa-lemon-o:before { 2615 | content: ""; 2616 | } 2617 | 2618 | .fa-phone:before { 2619 | content: ""; 2620 | } 2621 | 2622 | .fa-square-o:before { 2623 | content: ""; 2624 | } 2625 | 2626 | .fa-bookmark-o:before { 2627 | content: ""; 2628 | } 2629 | 2630 | .fa-phone-square:before { 2631 | content: ""; 2632 | } 2633 | 2634 | .fa-twitter:before { 2635 | content: ""; 2636 | } 2637 | 2638 | .fa-facebook-f:before,.fa-facebook:before { 2639 | content: ""; 2640 | } 2641 | 2642 | .fa-github:before { 2643 | content: ""; 2644 | } 2645 | 2646 | .fa-unlock:before { 2647 | content: ""; 2648 | } 2649 | 2650 | .fa-credit-card:before { 2651 | content: ""; 2652 | } 2653 | 2654 | .fa-feed:before,.fa-rss:before { 2655 | content: ""; 2656 | } 2657 | 2658 | .fa-hdd-o:before { 2659 | content: ""; 2660 | } 2661 | 2662 | .fa-bullhorn:before { 2663 | content: ""; 2664 | } 2665 | 2666 | .fa-bell:before { 2667 | content: ""; 2668 | } 2669 | 2670 | .fa-certificate:before { 2671 | content: ""; 2672 | } 2673 | 2674 | .fa-hand-o-right:before { 2675 | content: ""; 2676 | } 2677 | 2678 | .fa-hand-o-left:before { 2679 | content: ""; 2680 | } 2681 | 2682 | .fa-hand-o-up:before { 2683 | content: ""; 2684 | } 2685 | 2686 | .fa-hand-o-down:before { 2687 | content: ""; 2688 | } 2689 | 2690 | .fa-arrow-circle-left:before { 2691 | content: ""; 2692 | } 2693 | 2694 | .fa-arrow-circle-right:before { 2695 | content: ""; 2696 | } 2697 | 2698 | .fa-arrow-circle-up:before { 2699 | content: ""; 2700 | } 2701 | 2702 | .fa-arrow-circle-down:before { 2703 | content: ""; 2704 | } 2705 | 2706 | .fa-globe:before { 2707 | content: ""; 2708 | } 2709 | 2710 | .fa-wrench:before { 2711 | content: ""; 2712 | } 2713 | 2714 | .fa-tasks:before { 2715 | content: ""; 2716 | } 2717 | 2718 | .fa-filter:before { 2719 | content: ""; 2720 | } 2721 | 2722 | .fa-briefcase:before { 2723 | content: ""; 2724 | } 2725 | 2726 | .fa-arrows-alt:before { 2727 | content: ""; 2728 | } 2729 | 2730 | .fa-group:before,.fa-users:before { 2731 | content: ""; 2732 | } 2733 | 2734 | .fa-chain:before,.fa-link:before { 2735 | content: ""; 2736 | } 2737 | 2738 | .fa-cloud:before { 2739 | content: ""; 2740 | } 2741 | 2742 | .fa-flask:before { 2743 | content: ""; 2744 | } 2745 | 2746 | .fa-cut:before,.fa-scissors:before { 2747 | content: ""; 2748 | } 2749 | 2750 | .fa-copy:before,.fa-files-o:before { 2751 | content: ""; 2752 | } 2753 | 2754 | .fa-paperclip:before { 2755 | content: ""; 2756 | } 2757 | 2758 | .fa-floppy-o:before,.fa-save:before { 2759 | content: ""; 2760 | } 2761 | 2762 | .fa-square:before { 2763 | content: ""; 2764 | } 2765 | 2766 | .fa-bars:before,.fa-navicon:before,.fa-reorder:before { 2767 | content: ""; 2768 | } 2769 | 2770 | .fa-list-ul:before { 2771 | content: ""; 2772 | } 2773 | 2774 | .fa-list-ol:before { 2775 | content: ""; 2776 | } 2777 | 2778 | .fa-strikethrough:before { 2779 | content: ""; 2780 | } 2781 | 2782 | .fa-underline:before { 2783 | content: ""; 2784 | } 2785 | 2786 | .fa-table:before { 2787 | content: ""; 2788 | } 2789 | 2790 | .fa-magic:before { 2791 | content: ""; 2792 | } 2793 | 2794 | .fa-truck:before { 2795 | content: ""; 2796 | } 2797 | 2798 | .fa-pinterest:before { 2799 | content: ""; 2800 | } 2801 | 2802 | .fa-pinterest-square:before { 2803 | content: ""; 2804 | } 2805 | 2806 | .fa-google-plus-square:before { 2807 | content: ""; 2808 | } 2809 | 2810 | .fa-google-plus:before { 2811 | content: ""; 2812 | } 2813 | 2814 | .fa-money:before { 2815 | content: ""; 2816 | } 2817 | 2818 | .fa-caret-down:before { 2819 | content: ""; 2820 | } 2821 | 2822 | .fa-caret-up:before { 2823 | content: ""; 2824 | } 2825 | 2826 | .fa-caret-left:before { 2827 | content: ""; 2828 | } 2829 | 2830 | .fa-caret-right:before { 2831 | content: ""; 2832 | } 2833 | 2834 | .fa-columns:before { 2835 | content: ""; 2836 | } 2837 | 2838 | .fa-sort:before,.fa-unsorted:before { 2839 | content: ""; 2840 | } 2841 | 2842 | .fa-sort-desc:before,.fa-sort-down:before { 2843 | content: ""; 2844 | } 2845 | 2846 | .fa-sort-asc:before,.fa-sort-up:before { 2847 | content: ""; 2848 | } 2849 | 2850 | .fa-envelope:before { 2851 | content: ""; 2852 | } 2853 | 2854 | .fa-linkedin:before { 2855 | content: ""; 2856 | } 2857 | 2858 | .fa-rotate-left:before,.fa-undo:before { 2859 | content: ""; 2860 | } 2861 | 2862 | .fa-gavel:before,.fa-legal:before { 2863 | content: ""; 2864 | } 2865 | 2866 | .fa-dashboard:before,.fa-tachometer:before { 2867 | content: ""; 2868 | } 2869 | 2870 | .fa-comment-o:before { 2871 | content: ""; 2872 | } 2873 | 2874 | .fa-comments-o:before { 2875 | content: ""; 2876 | } 2877 | 2878 | .fa-bolt:before,.fa-flash:before { 2879 | content: ""; 2880 | } 2881 | 2882 | .fa-sitemap:before { 2883 | content: ""; 2884 | } 2885 | 2886 | .fa-umbrella:before { 2887 | content: ""; 2888 | } 2889 | 2890 | .fa-clipboard:before,.fa-paste:before { 2891 | content: ""; 2892 | } 2893 | 2894 | .fa-lightbulb-o:before { 2895 | content: ""; 2896 | } 2897 | 2898 | .fa-exchange:before { 2899 | content: ""; 2900 | } 2901 | 2902 | .fa-cloud-download:before { 2903 | content: ""; 2904 | } 2905 | 2906 | .fa-cloud-upload:before { 2907 | content: ""; 2908 | } 2909 | 2910 | .fa-user-md:before { 2911 | content: ""; 2912 | } 2913 | 2914 | .fa-stethoscope:before { 2915 | content: ""; 2916 | } 2917 | 2918 | .fa-suitcase:before { 2919 | content: ""; 2920 | } 2921 | 2922 | .fa-bell-o:before { 2923 | content: ""; 2924 | } 2925 | 2926 | .fa-coffee:before { 2927 | content: ""; 2928 | } 2929 | 2930 | .fa-cutlery:before { 2931 | content: ""; 2932 | } 2933 | 2934 | .fa-file-text-o:before { 2935 | content: ""; 2936 | } 2937 | 2938 | .fa-building-o:before { 2939 | content: ""; 2940 | } 2941 | 2942 | .fa-hospital-o:before { 2943 | content: ""; 2944 | } 2945 | 2946 | .fa-ambulance:before { 2947 | content: ""; 2948 | } 2949 | 2950 | .fa-medkit:before { 2951 | content: ""; 2952 | } 2953 | 2954 | .fa-fighter-jet:before { 2955 | content: ""; 2956 | } 2957 | 2958 | .fa-beer:before { 2959 | content: ""; 2960 | } 2961 | 2962 | .fa-h-square:before { 2963 | content: ""; 2964 | } 2965 | 2966 | .fa-plus-square:before { 2967 | content: ""; 2968 | } 2969 | 2970 | .fa-angle-double-left:before { 2971 | content: ""; 2972 | } 2973 | 2974 | .fa-angle-double-right:before { 2975 | content: ""; 2976 | } 2977 | 2978 | .fa-angle-double-up:before { 2979 | content: ""; 2980 | } 2981 | 2982 | .fa-angle-double-down:before { 2983 | content: ""; 2984 | } 2985 | 2986 | .fa-angle-left:before { 2987 | content: ""; 2988 | } 2989 | 2990 | .fa-angle-right:before { 2991 | content: ""; 2992 | } 2993 | 2994 | .fa-angle-up:before { 2995 | content: ""; 2996 | } 2997 | 2998 | .fa-angle-down:before { 2999 | content: ""; 3000 | } 3001 | 3002 | .fa-desktop:before { 3003 | content: ""; 3004 | } 3005 | 3006 | .fa-laptop:before { 3007 | content: ""; 3008 | } 3009 | 3010 | .fa-tablet:before { 3011 | content: ""; 3012 | } 3013 | 3014 | .fa-mobile-phone:before,.fa-mobile:before { 3015 | content: ""; 3016 | } 3017 | 3018 | .fa-circle-o:before { 3019 | content: ""; 3020 | } 3021 | 3022 | .fa-quote-left:before { 3023 | content: ""; 3024 | } 3025 | 3026 | .fa-quote-right:before { 3027 | content: ""; 3028 | } 3029 | 3030 | .fa-spinner:before { 3031 | content: ""; 3032 | } 3033 | 3034 | .fa-circle:before { 3035 | content: ""; 3036 | } 3037 | 3038 | .fa-mail-reply:before,.fa-reply:before { 3039 | content: ""; 3040 | } 3041 | 3042 | .fa-github-alt:before { 3043 | content: ""; 3044 | } 3045 | 3046 | .fa-folder-o:before { 3047 | content: ""; 3048 | } 3049 | 3050 | .fa-folder-open-o:before { 3051 | content: ""; 3052 | } 3053 | 3054 | .fa-smile-o:before { 3055 | content: ""; 3056 | } 3057 | 3058 | .fa-frown-o:before { 3059 | content: ""; 3060 | } 3061 | 3062 | .fa-meh-o:before { 3063 | content: ""; 3064 | } 3065 | 3066 | .fa-gamepad:before { 3067 | content: ""; 3068 | } 3069 | 3070 | .fa-keyboard-o:before { 3071 | content: ""; 3072 | } 3073 | 3074 | .fa-flag-o:before { 3075 | content: ""; 3076 | } 3077 | 3078 | .fa-flag-checkered:before { 3079 | content: ""; 3080 | } 3081 | 3082 | .fa-terminal:before { 3083 | content: ""; 3084 | } 3085 | 3086 | .fa-code:before { 3087 | content: ""; 3088 | } 3089 | 3090 | .fa-mail-reply-all:before,.fa-reply-all:before { 3091 | content: ""; 3092 | } 3093 | 3094 | .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before { 3095 | content: ""; 3096 | } 3097 | 3098 | .fa-location-arrow:before { 3099 | content: ""; 3100 | } 3101 | 3102 | .fa-crop:before { 3103 | content: ""; 3104 | } 3105 | 3106 | .fa-code-fork:before { 3107 | content: ""; 3108 | } 3109 | 3110 | .fa-chain-broken:before,.fa-unlink:before { 3111 | content: ""; 3112 | } 3113 | 3114 | .fa-question:before { 3115 | content: ""; 3116 | } 3117 | 3118 | .fa-info:before { 3119 | content: ""; 3120 | } 3121 | 3122 | .fa-exclamation:before { 3123 | content: ""; 3124 | } 3125 | 3126 | .fa-superscript:before { 3127 | content: ""; 3128 | } 3129 | 3130 | .fa-subscript:before { 3131 | content: ""; 3132 | } 3133 | 3134 | .fa-eraser:before { 3135 | content: ""; 3136 | } 3137 | 3138 | .fa-puzzle-piece:before { 3139 | content: ""; 3140 | } 3141 | 3142 | .fa-microphone:before { 3143 | content: ""; 3144 | } 3145 | 3146 | .fa-microphone-slash:before { 3147 | content: ""; 3148 | } 3149 | 3150 | .fa-shield:before { 3151 | content: ""; 3152 | } 3153 | 3154 | .fa-calendar-o:before { 3155 | content: ""; 3156 | } 3157 | 3158 | .fa-fire-extinguisher:before { 3159 | content: ""; 3160 | } 3161 | 3162 | .fa-rocket:before { 3163 | content: ""; 3164 | } 3165 | 3166 | .fa-maxcdn:before { 3167 | content: ""; 3168 | } 3169 | 3170 | .fa-chevron-circle-left:before { 3171 | content: ""; 3172 | } 3173 | 3174 | .fa-chevron-circle-right:before { 3175 | content: ""; 3176 | } 3177 | 3178 | .fa-chevron-circle-up:before { 3179 | content: ""; 3180 | } 3181 | 3182 | .fa-chevron-circle-down:before { 3183 | content: ""; 3184 | } 3185 | 3186 | .fa-html5:before { 3187 | content: ""; 3188 | } 3189 | 3190 | .fa-css3:before { 3191 | content: ""; 3192 | } 3193 | 3194 | .fa-anchor:before { 3195 | content: ""; 3196 | } 3197 | 3198 | .fa-unlock-alt:before { 3199 | content: ""; 3200 | } 3201 | 3202 | .fa-bullseye:before { 3203 | content: ""; 3204 | } 3205 | 3206 | .fa-ellipsis-h:before { 3207 | content: ""; 3208 | } 3209 | 3210 | .fa-ellipsis-v:before { 3211 | content: ""; 3212 | } 3213 | 3214 | .fa-rss-square:before { 3215 | content: ""; 3216 | } 3217 | 3218 | .fa-play-circle:before { 3219 | content: ""; 3220 | } 3221 | 3222 | .fa-ticket:before { 3223 | content: ""; 3224 | } 3225 | 3226 | .fa-minus-square:before { 3227 | content: ""; 3228 | } 3229 | 3230 | .fa-minus-square-o:before { 3231 | content: ""; 3232 | } 3233 | 3234 | .fa-level-up:before { 3235 | content: ""; 3236 | } 3237 | 3238 | .fa-level-down:before { 3239 | content: ""; 3240 | } 3241 | 3242 | .fa-check-square:before { 3243 | content: ""; 3244 | } 3245 | 3246 | .fa-pencil-square:before { 3247 | content: ""; 3248 | } 3249 | 3250 | .fa-external-link-square:before { 3251 | content: ""; 3252 | } 3253 | 3254 | .fa-share-square:before { 3255 | content: ""; 3256 | } 3257 | 3258 | .fa-compass:before { 3259 | content: ""; 3260 | } 3261 | 3262 | .fa-caret-square-o-down:before,.fa-toggle-down:before { 3263 | content: ""; 3264 | } 3265 | 3266 | .fa-caret-square-o-up:before,.fa-toggle-up:before { 3267 | content: ""; 3268 | } 3269 | 3270 | .fa-caret-square-o-right:before,.fa-toggle-right:before { 3271 | content: ""; 3272 | } 3273 | 3274 | .fa-eur:before,.fa-euro:before { 3275 | content: ""; 3276 | } 3277 | 3278 | .fa-gbp:before { 3279 | content: ""; 3280 | } 3281 | 3282 | .fa-dollar:before,.fa-usd:before { 3283 | content: ""; 3284 | } 3285 | 3286 | .fa-inr:before,.fa-rupee:before { 3287 | content: ""; 3288 | } 3289 | 3290 | .fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before { 3291 | content: ""; 3292 | } 3293 | 3294 | .fa-rouble:before,.fa-rub:before,.fa-ruble:before { 3295 | content: ""; 3296 | } 3297 | 3298 | .fa-krw:before,.fa-won:before { 3299 | content: ""; 3300 | } 3301 | 3302 | .fa-bitcoin:before,.fa-btc:before { 3303 | content: ""; 3304 | } 3305 | 3306 | .fa-file:before { 3307 | content: ""; 3308 | } 3309 | 3310 | .fa-file-text:before { 3311 | content: ""; 3312 | } 3313 | 3314 | .fa-sort-alpha-asc:before { 3315 | content: ""; 3316 | } 3317 | 3318 | .fa-sort-alpha-desc:before { 3319 | content: ""; 3320 | } 3321 | 3322 | .fa-sort-amount-asc:before { 3323 | content: ""; 3324 | } 3325 | 3326 | .fa-sort-amount-desc:before { 3327 | content: ""; 3328 | } 3329 | 3330 | .fa-sort-numeric-asc:before { 3331 | content: ""; 3332 | } 3333 | 3334 | .fa-sort-numeric-desc:before { 3335 | content: ""; 3336 | } 3337 | 3338 | .fa-thumbs-up:before { 3339 | content: ""; 3340 | } 3341 | 3342 | .fa-thumbs-down:before { 3343 | content: ""; 3344 | } 3345 | 3346 | .fa-youtube-square:before { 3347 | content: ""; 3348 | } 3349 | 3350 | .fa-youtube:before { 3351 | content: ""; 3352 | } 3353 | 3354 | .fa-xing:before { 3355 | content: ""; 3356 | } 3357 | 3358 | .fa-xing-square:before { 3359 | content: ""; 3360 | } 3361 | 3362 | .fa-youtube-play:before { 3363 | content: ""; 3364 | } 3365 | 3366 | .fa-dropbox:before { 3367 | content: ""; 3368 | } 3369 | 3370 | .fa-stack-overflow:before { 3371 | content: ""; 3372 | } 3373 | 3374 | .fa-instagram:before { 3375 | content: ""; 3376 | } 3377 | 3378 | .fa-flickr:before { 3379 | content: ""; 3380 | } 3381 | 3382 | .fa-adn:before { 3383 | content: ""; 3384 | } 3385 | 3386 | .fa-bitbucket:before { 3387 | content: ""; 3388 | } 3389 | 3390 | .fa-bitbucket-square:before { 3391 | content: ""; 3392 | } 3393 | 3394 | .fa-tumblr:before { 3395 | content: ""; 3396 | } 3397 | 3398 | .fa-tumblr-square:before { 3399 | content: ""; 3400 | } 3401 | 3402 | .fa-long-arrow-down:before { 3403 | content: ""; 3404 | } 3405 | 3406 | .fa-long-arrow-up:before { 3407 | content: ""; 3408 | } 3409 | 3410 | .fa-long-arrow-left:before { 3411 | content: ""; 3412 | } 3413 | 3414 | .fa-long-arrow-right:before { 3415 | content: ""; 3416 | } 3417 | 3418 | .fa-apple:before { 3419 | content: ""; 3420 | } 3421 | 3422 | .fa-windows:before { 3423 | content: ""; 3424 | } 3425 | 3426 | .fa-android:before { 3427 | content: ""; 3428 | } 3429 | 3430 | .fa-linux:before { 3431 | content: ""; 3432 | } 3433 | 3434 | .fa-dribbble:before { 3435 | content: ""; 3436 | } 3437 | 3438 | .fa-skype:before { 3439 | content: ""; 3440 | } 3441 | 3442 | .fa-foursquare:before { 3443 | content: ""; 3444 | } 3445 | 3446 | .fa-trello:before { 3447 | content: ""; 3448 | } 3449 | 3450 | .fa-female:before { 3451 | content: ""; 3452 | } 3453 | 3454 | .fa-male:before { 3455 | content: ""; 3456 | } 3457 | 3458 | .fa-gittip:before,.fa-gratipay:before { 3459 | content: ""; 3460 | } 3461 | 3462 | .fa-sun-o:before { 3463 | content: ""; 3464 | } 3465 | 3466 | .fa-moon-o:before { 3467 | content: ""; 3468 | } 3469 | 3470 | .fa-archive:before { 3471 | content: ""; 3472 | } 3473 | 3474 | .fa-bug:before { 3475 | content: ""; 3476 | } 3477 | 3478 | .fa-vk:before { 3479 | content: ""; 3480 | } 3481 | 3482 | .fa-weibo:before { 3483 | content: ""; 3484 | } 3485 | 3486 | .fa-renren:before { 3487 | content: ""; 3488 | } 3489 | 3490 | .fa-pagelines:before { 3491 | content: ""; 3492 | } 3493 | 3494 | .fa-stack-exchange:before { 3495 | content: ""; 3496 | } 3497 | 3498 | .fa-arrow-circle-o-right:before { 3499 | content: ""; 3500 | } 3501 | 3502 | .fa-arrow-circle-o-left:before { 3503 | content: ""; 3504 | } 3505 | 3506 | .fa-caret-square-o-left:before,.fa-toggle-left:before { 3507 | content: ""; 3508 | } 3509 | 3510 | .fa-dot-circle-o:before { 3511 | content: ""; 3512 | } 3513 | 3514 | .fa-wheelchair:before { 3515 | content: ""; 3516 | } 3517 | 3518 | .fa-vimeo-square:before { 3519 | content: ""; 3520 | } 3521 | 3522 | .fa-try:before,.fa-turkish-lira:before { 3523 | content: ""; 3524 | } 3525 | 3526 | .fa-plus-square-o:before { 3527 | content: ""; 3528 | } 3529 | 3530 | .fa-space-shuttle:before { 3531 | content: ""; 3532 | } 3533 | 3534 | .fa-slack:before { 3535 | content: ""; 3536 | } 3537 | 3538 | .fa-envelope-square:before { 3539 | content: ""; 3540 | } 3541 | 3542 | .fa-wordpress:before { 3543 | content: ""; 3544 | } 3545 | 3546 | .fa-openid:before { 3547 | content: ""; 3548 | } 3549 | 3550 | .fa-bank:before,.fa-institution:before,.fa-university:before { 3551 | content: ""; 3552 | } 3553 | 3554 | .fa-graduation-cap:before,.fa-mortar-board:before { 3555 | content: ""; 3556 | } 3557 | 3558 | .fa-yahoo:before { 3559 | content: ""; 3560 | } 3561 | 3562 | .fa-google:before { 3563 | content: ""; 3564 | } 3565 | 3566 | .fa-reddit:before { 3567 | content: ""; 3568 | } 3569 | 3570 | .fa-reddit-square:before { 3571 | content: ""; 3572 | } 3573 | 3574 | .fa-stumbleupon-circle:before { 3575 | content: ""; 3576 | } 3577 | 3578 | .fa-stumbleupon:before { 3579 | content: ""; 3580 | } 3581 | 3582 | .fa-delicious:before { 3583 | content: ""; 3584 | } 3585 | 3586 | .fa-digg:before { 3587 | content: ""; 3588 | } 3589 | 3590 | .fa-pied-piper-pp:before { 3591 | content: ""; 3592 | } 3593 | 3594 | .fa-pied-piper-alt:before { 3595 | content: ""; 3596 | } 3597 | 3598 | .fa-drupal:before { 3599 | content: ""; 3600 | } 3601 | 3602 | .fa-joomla:before { 3603 | content: ""; 3604 | } 3605 | 3606 | .fa-language:before { 3607 | content: ""; 3608 | } 3609 | 3610 | .fa-fax:before { 3611 | content: ""; 3612 | } 3613 | 3614 | .fa-building:before { 3615 | content: ""; 3616 | } 3617 | 3618 | .fa-child:before { 3619 | content: ""; 3620 | } 3621 | 3622 | .fa-paw:before { 3623 | content: ""; 3624 | } 3625 | 3626 | .fa-spoon:before { 3627 | content: ""; 3628 | } 3629 | 3630 | .fa-cube:before { 3631 | content: ""; 3632 | } 3633 | 3634 | .fa-cubes:before { 3635 | content: ""; 3636 | } 3637 | 3638 | .fa-behance:before { 3639 | content: ""; 3640 | } 3641 | 3642 | .fa-behance-square:before { 3643 | content: ""; 3644 | } 3645 | 3646 | .fa-steam:before { 3647 | content: ""; 3648 | } 3649 | 3650 | .fa-steam-square:before { 3651 | content: ""; 3652 | } 3653 | 3654 | .fa-recycle:before { 3655 | content: ""; 3656 | } 3657 | 3658 | .fa-automobile:before,.fa-car:before { 3659 | content: ""; 3660 | } 3661 | 3662 | .fa-cab:before,.fa-taxi:before { 3663 | content: ""; 3664 | } 3665 | 3666 | .fa-tree:before { 3667 | content: ""; 3668 | } 3669 | 3670 | .fa-spotify:before { 3671 | content: ""; 3672 | } 3673 | 3674 | .fa-deviantart:before { 3675 | content: ""; 3676 | } 3677 | 3678 | .fa-soundcloud:before { 3679 | content: ""; 3680 | } 3681 | 3682 | .fa-database:before { 3683 | content: ""; 3684 | } 3685 | 3686 | .fa-file-pdf-o:before { 3687 | content: ""; 3688 | } 3689 | 3690 | .fa-file-word-o:before { 3691 | content: ""; 3692 | } 3693 | 3694 | .fa-file-excel-o:before { 3695 | content: ""; 3696 | } 3697 | 3698 | .fa-file-powerpoint-o:before { 3699 | content: ""; 3700 | } 3701 | 3702 | .fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before { 3703 | content: ""; 3704 | } 3705 | 3706 | .fa-file-archive-o:before,.fa-file-zip-o:before { 3707 | content: ""; 3708 | } 3709 | 3710 | .fa-file-audio-o:before,.fa-file-sound-o:before { 3711 | content: ""; 3712 | } 3713 | 3714 | .fa-file-movie-o:before,.fa-file-video-o:before { 3715 | content: ""; 3716 | } 3717 | 3718 | .fa-file-code-o:before { 3719 | content: ""; 3720 | } 3721 | 3722 | .fa-vine:before { 3723 | content: ""; 3724 | } 3725 | 3726 | .fa-codepen:before { 3727 | content: ""; 3728 | } 3729 | 3730 | .fa-jsfiddle:before { 3731 | content: ""; 3732 | } 3733 | 3734 | .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before { 3735 | content: ""; 3736 | } 3737 | 3738 | .fa-circle-o-notch:before { 3739 | content: ""; 3740 | } 3741 | 3742 | .fa-ra:before,.fa-rebel:before,.fa-resistance:before { 3743 | content: ""; 3744 | } 3745 | 3746 | .fa-empire:before,.fa-ge:before { 3747 | content: ""; 3748 | } 3749 | 3750 | .fa-git-square:before { 3751 | content: ""; 3752 | } 3753 | 3754 | .fa-git:before { 3755 | content: ""; 3756 | } 3757 | 3758 | .fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before { 3759 | content: ""; 3760 | } 3761 | 3762 | .fa-tencent-weibo:before { 3763 | content: ""; 3764 | } 3765 | 3766 | .fa-qq:before { 3767 | content: ""; 3768 | } 3769 | 3770 | .fa-wechat:before,.fa-weixin:before { 3771 | content: ""; 3772 | } 3773 | 3774 | .fa-paper-plane:before,.fa-send:before { 3775 | content: ""; 3776 | } 3777 | 3778 | .fa-paper-plane-o:before,.fa-send-o:before { 3779 | content: ""; 3780 | } 3781 | 3782 | .fa-history:before { 3783 | content: ""; 3784 | } 3785 | 3786 | .fa-circle-thin:before { 3787 | content: ""; 3788 | } 3789 | 3790 | .fa-header:before { 3791 | content: ""; 3792 | } 3793 | 3794 | .fa-paragraph:before { 3795 | content: ""; 3796 | } 3797 | 3798 | .fa-sliders:before { 3799 | content: ""; 3800 | } 3801 | 3802 | .fa-share-alt:before { 3803 | content: ""; 3804 | } 3805 | 3806 | .fa-share-alt-square:before { 3807 | content: ""; 3808 | } 3809 | 3810 | .fa-bomb:before { 3811 | content: ""; 3812 | } 3813 | 3814 | .fa-futbol-o:before,.fa-soccer-ball-o:before { 3815 | content: ""; 3816 | } 3817 | 3818 | .fa-tty:before { 3819 | content: ""; 3820 | } 3821 | 3822 | .fa-binoculars:before { 3823 | content: ""; 3824 | } 3825 | 3826 | .fa-plug:before { 3827 | content: ""; 3828 | } 3829 | 3830 | .fa-slideshare:before { 3831 | content: ""; 3832 | } 3833 | 3834 | .fa-twitch:before { 3835 | content: ""; 3836 | } 3837 | 3838 | .fa-yelp:before { 3839 | content: ""; 3840 | } 3841 | 3842 | .fa-newspaper-o:before { 3843 | content: ""; 3844 | } 3845 | 3846 | .fa-wifi:before { 3847 | content: ""; 3848 | } 3849 | 3850 | .fa-calculator:before { 3851 | content: ""; 3852 | } 3853 | 3854 | .fa-paypal:before { 3855 | content: ""; 3856 | } 3857 | 3858 | .fa-google-wallet:before { 3859 | content: ""; 3860 | } 3861 | 3862 | .fa-cc-visa:before { 3863 | content: ""; 3864 | } 3865 | 3866 | .fa-cc-mastercard:before { 3867 | content: ""; 3868 | } 3869 | 3870 | .fa-cc-discover:before { 3871 | content: ""; 3872 | } 3873 | 3874 | .fa-cc-amex:before { 3875 | content: ""; 3876 | } 3877 | 3878 | .fa-cc-paypal:before { 3879 | content: ""; 3880 | } 3881 | 3882 | .fa-cc-stripe:before { 3883 | content: ""; 3884 | } 3885 | 3886 | .fa-bell-slash:before { 3887 | content: ""; 3888 | } 3889 | 3890 | .fa-bell-slash-o:before { 3891 | content: ""; 3892 | } 3893 | 3894 | .fa-trash:before { 3895 | content: ""; 3896 | } 3897 | 3898 | .fa-copyright:before { 3899 | content: ""; 3900 | } 3901 | 3902 | .fa-at:before { 3903 | content: ""; 3904 | } 3905 | 3906 | .fa-eyedropper:before { 3907 | content: ""; 3908 | } 3909 | 3910 | .fa-paint-brush:before { 3911 | content: ""; 3912 | } 3913 | 3914 | .fa-birthday-cake:before { 3915 | content: ""; 3916 | } 3917 | 3918 | .fa-area-chart:before { 3919 | content: ""; 3920 | } 3921 | 3922 | .fa-pie-chart:before { 3923 | content: ""; 3924 | } 3925 | 3926 | .fa-line-chart:before { 3927 | content: ""; 3928 | } 3929 | 3930 | .fa-lastfm:before { 3931 | content: ""; 3932 | } 3933 | 3934 | .fa-lastfm-square:before { 3935 | content: ""; 3936 | } 3937 | 3938 | .fa-toggle-off:before { 3939 | content: ""; 3940 | } 3941 | 3942 | .fa-toggle-on:before { 3943 | content: ""; 3944 | } 3945 | 3946 | .fa-bicycle:before { 3947 | content: ""; 3948 | } 3949 | 3950 | .fa-bus:before { 3951 | content: ""; 3952 | } 3953 | 3954 | .fa-ioxhost:before { 3955 | content: ""; 3956 | } 3957 | 3958 | .fa-angellist:before { 3959 | content: ""; 3960 | } 3961 | 3962 | .fa-cc:before { 3963 | content: ""; 3964 | } 3965 | 3966 | .fa-ils:before,.fa-shekel:before,.fa-sheqel:before { 3967 | content: ""; 3968 | } 3969 | 3970 | .fa-meanpath:before { 3971 | content: ""; 3972 | } 3973 | 3974 | .fa-buysellads:before { 3975 | content: ""; 3976 | } 3977 | 3978 | .fa-connectdevelop:before { 3979 | content: ""; 3980 | } 3981 | 3982 | .fa-dashcube:before { 3983 | content: ""; 3984 | } 3985 | 3986 | .fa-forumbee:before { 3987 | content: ""; 3988 | } 3989 | 3990 | .fa-leanpub:before { 3991 | content: ""; 3992 | } 3993 | 3994 | .fa-sellsy:before { 3995 | content: ""; 3996 | } 3997 | 3998 | .fa-shirtsinbulk:before { 3999 | content: ""; 4000 | } 4001 | 4002 | .fa-simplybuilt:before { 4003 | content: ""; 4004 | } 4005 | 4006 | .fa-skyatlas:before { 4007 | content: ""; 4008 | } 4009 | 4010 | .fa-cart-plus:before { 4011 | content: ""; 4012 | } 4013 | 4014 | .fa-cart-arrow-down:before { 4015 | content: ""; 4016 | } 4017 | 4018 | .fa-diamond:before { 4019 | content: ""; 4020 | } 4021 | 4022 | .fa-ship:before { 4023 | content: ""; 4024 | } 4025 | 4026 | .fa-user-secret:before { 4027 | content: ""; 4028 | } 4029 | 4030 | .fa-motorcycle:before { 4031 | content: ""; 4032 | } 4033 | 4034 | .fa-street-view:before { 4035 | content: ""; 4036 | } 4037 | 4038 | .fa-heartbeat:before { 4039 | content: ""; 4040 | } 4041 | 4042 | .fa-venus:before { 4043 | content: ""; 4044 | } 4045 | 4046 | .fa-mars:before { 4047 | content: ""; 4048 | } 4049 | 4050 | .fa-mercury:before { 4051 | content: ""; 4052 | } 4053 | 4054 | .fa-intersex:before,.fa-transgender:before { 4055 | content: ""; 4056 | } 4057 | 4058 | .fa-transgender-alt:before { 4059 | content: ""; 4060 | } 4061 | 4062 | .fa-venus-double:before { 4063 | content: ""; 4064 | } 4065 | 4066 | .fa-mars-double:before { 4067 | content: ""; 4068 | } 4069 | 4070 | .fa-venus-mars:before { 4071 | content: ""; 4072 | } 4073 | 4074 | .fa-mars-stroke:before { 4075 | content: ""; 4076 | } 4077 | 4078 | .fa-mars-stroke-v:before { 4079 | content: ""; 4080 | } 4081 | 4082 | .fa-mars-stroke-h:before { 4083 | content: ""; 4084 | } 4085 | 4086 | .fa-neuter:before { 4087 | content: ""; 4088 | } 4089 | 4090 | .fa-genderless:before { 4091 | content: ""; 4092 | } 4093 | 4094 | .fa-facebook-official:before { 4095 | content: ""; 4096 | } 4097 | 4098 | .fa-pinterest-p:before { 4099 | content: ""; 4100 | } 4101 | 4102 | .fa-whatsapp:before { 4103 | content: ""; 4104 | } 4105 | 4106 | .fa-server:before { 4107 | content: ""; 4108 | } 4109 | 4110 | .fa-user-plus:before { 4111 | content: ""; 4112 | } 4113 | 4114 | .fa-user-times:before { 4115 | content: ""; 4116 | } 4117 | 4118 | .fa-bed:before,.fa-hotel:before { 4119 | content: ""; 4120 | } 4121 | 4122 | .fa-viacoin:before { 4123 | content: ""; 4124 | } 4125 | 4126 | .fa-train:before { 4127 | content: ""; 4128 | } 4129 | 4130 | .fa-subway:before { 4131 | content: ""; 4132 | } 4133 | 4134 | .fa-medium:before { 4135 | content: ""; 4136 | } 4137 | 4138 | .fa-y-combinator:before,.fa-yc:before { 4139 | content: ""; 4140 | } 4141 | 4142 | .fa-optin-monster:before { 4143 | content: ""; 4144 | } 4145 | 4146 | .fa-opencart:before { 4147 | content: ""; 4148 | } 4149 | 4150 | .fa-expeditedssl:before { 4151 | content: ""; 4152 | } 4153 | 4154 | .fa-battery-4:before,.fa-battery-full:before,.fa-battery:before { 4155 | content: ""; 4156 | } 4157 | 4158 | .fa-battery-3:before,.fa-battery-three-quarters:before { 4159 | content: ""; 4160 | } 4161 | 4162 | .fa-battery-2:before,.fa-battery-half:before { 4163 | content: ""; 4164 | } 4165 | 4166 | .fa-battery-1:before,.fa-battery-quarter:before { 4167 | content: ""; 4168 | } 4169 | 4170 | .fa-battery-0:before,.fa-battery-empty:before { 4171 | content: ""; 4172 | } 4173 | 4174 | .fa-mouse-pointer:before { 4175 | content: ""; 4176 | } 4177 | 4178 | .fa-i-cursor:before { 4179 | content: ""; 4180 | } 4181 | 4182 | .fa-object-group:before { 4183 | content: ""; 4184 | } 4185 | 4186 | .fa-object-ungroup:before { 4187 | content: ""; 4188 | } 4189 | 4190 | .fa-sticky-note:before { 4191 | content: ""; 4192 | } 4193 | 4194 | .fa-sticky-note-o:before { 4195 | content: ""; 4196 | } 4197 | 4198 | .fa-cc-jcb:before { 4199 | content: ""; 4200 | } 4201 | 4202 | .fa-cc-diners-club:before { 4203 | content: ""; 4204 | } 4205 | 4206 | .fa-clone:before { 4207 | content: ""; 4208 | } 4209 | 4210 | .fa-balance-scale:before { 4211 | content: ""; 4212 | } 4213 | 4214 | .fa-hourglass-o:before { 4215 | content: ""; 4216 | } 4217 | 4218 | .fa-hourglass-1:before,.fa-hourglass-start:before { 4219 | content: ""; 4220 | } 4221 | 4222 | .fa-hourglass-2:before,.fa-hourglass-half:before { 4223 | content: ""; 4224 | } 4225 | 4226 | .fa-hourglass-3:before,.fa-hourglass-end:before { 4227 | content: ""; 4228 | } 4229 | 4230 | .fa-hourglass:before { 4231 | content: ""; 4232 | } 4233 | 4234 | .fa-hand-grab-o:before,.fa-hand-rock-o:before { 4235 | content: ""; 4236 | } 4237 | 4238 | .fa-hand-paper-o:before,.fa-hand-stop-o:before { 4239 | content: ""; 4240 | } 4241 | 4242 | .fa-hand-scissors-o:before { 4243 | content: ""; 4244 | } 4245 | 4246 | .fa-hand-lizard-o:before { 4247 | content: ""; 4248 | } 4249 | 4250 | .fa-hand-spock-o:before { 4251 | content: ""; 4252 | } 4253 | 4254 | .fa-hand-pointer-o:before { 4255 | content: ""; 4256 | } 4257 | 4258 | .fa-hand-peace-o:before { 4259 | content: ""; 4260 | } 4261 | 4262 | .fa-trademark:before { 4263 | content: ""; 4264 | } 4265 | 4266 | .fa-registered:before { 4267 | content: ""; 4268 | } 4269 | 4270 | .fa-creative-commons:before { 4271 | content: ""; 4272 | } 4273 | 4274 | .fa-gg:before { 4275 | content: ""; 4276 | } 4277 | 4278 | .fa-gg-circle:before { 4279 | content: ""; 4280 | } 4281 | 4282 | .fa-tripadvisor:before { 4283 | content: ""; 4284 | } 4285 | 4286 | .fa-odnoklassniki:before { 4287 | content: ""; 4288 | } 4289 | 4290 | .fa-odnoklassniki-square:before { 4291 | content: ""; 4292 | } 4293 | 4294 | .fa-get-pocket:before { 4295 | content: ""; 4296 | } 4297 | 4298 | .fa-wikipedia-w:before { 4299 | content: ""; 4300 | } 4301 | 4302 | .fa-safari:before { 4303 | content: ""; 4304 | } 4305 | 4306 | .fa-chrome:before { 4307 | content: ""; 4308 | } 4309 | 4310 | .fa-firefox:before { 4311 | content: ""; 4312 | } 4313 | 4314 | .fa-opera:before { 4315 | content: ""; 4316 | } 4317 | 4318 | .fa-internet-explorer:before { 4319 | content: ""; 4320 | } 4321 | 4322 | .fa-television:before,.fa-tv:before { 4323 | content: ""; 4324 | } 4325 | 4326 | .fa-contao:before { 4327 | content: ""; 4328 | } 4329 | 4330 | .fa-500px:before { 4331 | content: ""; 4332 | } 4333 | 4334 | .fa-amazon:before { 4335 | content: ""; 4336 | } 4337 | 4338 | .fa-calendar-plus-o:before { 4339 | content: ""; 4340 | } 4341 | 4342 | .fa-calendar-minus-o:before { 4343 | content: ""; 4344 | } 4345 | 4346 | .fa-calendar-times-o:before { 4347 | content: ""; 4348 | } 4349 | 4350 | .fa-calendar-check-o:before { 4351 | content: ""; 4352 | } 4353 | 4354 | .fa-industry:before { 4355 | content: ""; 4356 | } 4357 | 4358 | .fa-map-pin:before { 4359 | content: ""; 4360 | } 4361 | 4362 | .fa-map-signs:before { 4363 | content: ""; 4364 | } 4365 | 4366 | .fa-map-o:before { 4367 | content: ""; 4368 | } 4369 | 4370 | .fa-map:before { 4371 | content: ""; 4372 | } 4373 | 4374 | .fa-commenting:before { 4375 | content: ""; 4376 | } 4377 | 4378 | .fa-commenting-o:before { 4379 | content: ""; 4380 | } 4381 | 4382 | .fa-houzz:before { 4383 | content: ""; 4384 | } 4385 | 4386 | .fa-vimeo:before { 4387 | content: ""; 4388 | } 4389 | 4390 | .fa-black-tie:before { 4391 | content: ""; 4392 | } 4393 | 4394 | .fa-fonticons:before { 4395 | content: ""; 4396 | } 4397 | 4398 | .fa-reddit-alien:before { 4399 | content: ""; 4400 | } 4401 | 4402 | .fa-edge:before { 4403 | content: ""; 4404 | } 4405 | 4406 | .fa-credit-card-alt:before { 4407 | content: ""; 4408 | } 4409 | 4410 | .fa-codiepie:before { 4411 | content: ""; 4412 | } 4413 | 4414 | .fa-modx:before { 4415 | content: ""; 4416 | } 4417 | 4418 | .fa-fort-awesome:before { 4419 | content: ""; 4420 | } 4421 | 4422 | .fa-usb:before { 4423 | content: ""; 4424 | } 4425 | 4426 | .fa-product-hunt:before { 4427 | content: ""; 4428 | } 4429 | 4430 | .fa-mixcloud:before { 4431 | content: ""; 4432 | } 4433 | 4434 | .fa-scribd:before { 4435 | content: ""; 4436 | } 4437 | 4438 | .fa-pause-circle:before { 4439 | content: ""; 4440 | } 4441 | 4442 | .fa-pause-circle-o:before { 4443 | content: ""; 4444 | } 4445 | 4446 | .fa-stop-circle:before { 4447 | content: ""; 4448 | } 4449 | 4450 | .fa-stop-circle-o:before { 4451 | content: ""; 4452 | } 4453 | 4454 | .fa-shopping-bag:before { 4455 | content: ""; 4456 | } 4457 | 4458 | .fa-shopping-basket:before { 4459 | content: ""; 4460 | } 4461 | 4462 | .fa-hashtag:before { 4463 | content: ""; 4464 | } 4465 | 4466 | .fa-bluetooth:before { 4467 | content: ""; 4468 | } 4469 | 4470 | .fa-bluetooth-b:before { 4471 | content: ""; 4472 | } 4473 | 4474 | .fa-percent:before { 4475 | content: ""; 4476 | } 4477 | 4478 | .fa-gitlab:before { 4479 | content: ""; 4480 | } 4481 | 4482 | .fa-wpbeginner:before { 4483 | content: ""; 4484 | } 4485 | 4486 | .fa-wpforms:before { 4487 | content: ""; 4488 | } 4489 | 4490 | .fa-envira:before { 4491 | content: ""; 4492 | } 4493 | 4494 | .fa-universal-access:before { 4495 | content: ""; 4496 | } 4497 | 4498 | .fa-wheelchair-alt:before { 4499 | content: ""; 4500 | } 4501 | 4502 | .fa-question-circle-o:before { 4503 | content: ""; 4504 | } 4505 | 4506 | .fa-blind:before { 4507 | content: ""; 4508 | } 4509 | 4510 | .fa-audio-description:before { 4511 | content: ""; 4512 | } 4513 | 4514 | .fa-volume-control-phone:before { 4515 | content: ""; 4516 | } 4517 | 4518 | .fa-braille:before { 4519 | content: ""; 4520 | } 4521 | 4522 | .fa-assistive-listening-systems:before { 4523 | content: ""; 4524 | } 4525 | 4526 | .fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before { 4527 | content: ""; 4528 | } 4529 | 4530 | .fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before { 4531 | content: ""; 4532 | } 4533 | 4534 | .fa-glide:before { 4535 | content: ""; 4536 | } 4537 | 4538 | .fa-glide-g:before { 4539 | content: ""; 4540 | } 4541 | 4542 | .fa-sign-language:before,.fa-signing:before { 4543 | content: ""; 4544 | } 4545 | 4546 | .fa-low-vision:before { 4547 | content: ""; 4548 | } 4549 | 4550 | .fa-viadeo:before { 4551 | content: ""; 4552 | } 4553 | 4554 | .fa-viadeo-square:before { 4555 | content: ""; 4556 | } 4557 | 4558 | .fa-snapchat:before { 4559 | content: ""; 4560 | } 4561 | 4562 | .fa-snapchat-ghost:before { 4563 | content: ""; 4564 | } 4565 | 4566 | .fa-snapchat-square:before { 4567 | content: ""; 4568 | } 4569 | 4570 | .fa-pied-piper:before { 4571 | content: ""; 4572 | } 4573 | 4574 | .fa-first-order:before { 4575 | content: ""; 4576 | } 4577 | 4578 | .fa-yoast:before { 4579 | content: ""; 4580 | } 4581 | 4582 | .fa-themeisle:before { 4583 | content: ""; 4584 | } 4585 | 4586 | .fa-google-plus-circle:before,.fa-google-plus-official:before { 4587 | content: ""; 4588 | } 4589 | 4590 | .fa-fa:before,.fa-font-awesome:before { 4591 | content: ""; 4592 | } 4593 | 4594 | .fa-handshake-o:before { 4595 | content: ""; 4596 | } 4597 | 4598 | .fa-envelope-open:before { 4599 | content: ""; 4600 | } 4601 | 4602 | .fa-envelope-open-o:before { 4603 | content: ""; 4604 | } 4605 | 4606 | .fa-linode:before { 4607 | content: ""; 4608 | } 4609 | 4610 | .fa-address-book:before { 4611 | content: ""; 4612 | } 4613 | 4614 | .fa-address-book-o:before { 4615 | content: ""; 4616 | } 4617 | 4618 | .fa-address-card:before,.fa-vcard:before { 4619 | content: ""; 4620 | } 4621 | 4622 | .fa-address-card-o:before,.fa-vcard-o:before { 4623 | content: ""; 4624 | } 4625 | 4626 | .fa-user-circle:before { 4627 | content: ""; 4628 | } 4629 | 4630 | .fa-user-circle-o:before { 4631 | content: ""; 4632 | } 4633 | 4634 | .fa-user-o:before { 4635 | content: ""; 4636 | } 4637 | 4638 | .fa-id-badge:before { 4639 | content: ""; 4640 | } 4641 | 4642 | .fa-drivers-license:before,.fa-id-card:before { 4643 | content: ""; 4644 | } 4645 | 4646 | .fa-drivers-license-o:before,.fa-id-card-o:before { 4647 | content: ""; 4648 | } 4649 | 4650 | .fa-quora:before { 4651 | content: ""; 4652 | } 4653 | 4654 | .fa-free-code-camp:before { 4655 | content: ""; 4656 | } 4657 | 4658 | .fa-telegram:before { 4659 | content: ""; 4660 | } 4661 | 4662 | .fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before { 4663 | content: ""; 4664 | } 4665 | 4666 | .fa-thermometer-3:before,.fa-thermometer-three-quarters:before { 4667 | content: ""; 4668 | } 4669 | 4670 | .fa-thermometer-2:before,.fa-thermometer-half:before { 4671 | content: ""; 4672 | } 4673 | 4674 | .fa-thermometer-1:before,.fa-thermometer-quarter:before { 4675 | content: ""; 4676 | } 4677 | 4678 | .fa-thermometer-0:before,.fa-thermometer-empty:before { 4679 | content: ""; 4680 | } 4681 | 4682 | .fa-shower:before { 4683 | content: ""; 4684 | } 4685 | 4686 | .fa-bath:before,.fa-bathtub:before,.fa-s15:before { 4687 | content: ""; 4688 | } 4689 | 4690 | .fa-podcast:before { 4691 | content: ""; 4692 | } 4693 | 4694 | .fa-window-maximize:before { 4695 | content: ""; 4696 | } 4697 | 4698 | .fa-window-minimize:before { 4699 | content: ""; 4700 | } 4701 | 4702 | .fa-window-restore:before { 4703 | content: ""; 4704 | } 4705 | 4706 | .fa-times-rectangle:before,.fa-window-close:before { 4707 | content: ""; 4708 | } 4709 | 4710 | .fa-times-rectangle-o:before,.fa-window-close-o:before { 4711 | content: ""; 4712 | } 4713 | 4714 | .fa-bandcamp:before { 4715 | content: ""; 4716 | } 4717 | 4718 | .fa-grav:before { 4719 | content: ""; 4720 | } 4721 | 4722 | .fa-etsy:before { 4723 | content: ""; 4724 | } 4725 | 4726 | .fa-imdb:before { 4727 | content: ""; 4728 | } 4729 | 4730 | .fa-ravelry:before { 4731 | content: ""; 4732 | } 4733 | 4734 | .fa-eercast:before { 4735 | content: ""; 4736 | } 4737 | 4738 | .fa-microchip:before { 4739 | content: ""; 4740 | } 4741 | 4742 | .fa-snowflake-o:before { 4743 | content: ""; 4744 | } 4745 | 4746 | .fa-superpowers:before { 4747 | content: ""; 4748 | } 4749 | 4750 | .fa-wpexplorer:before { 4751 | content: ""; 4752 | } 4753 | 4754 | .fa-meetup:before { 4755 | content: ""; 4756 | } 4757 | 4758 | .sr-only { 4759 | position: absolute; 4760 | width: 1px; 4761 | height: 1px; 4762 | padding: 0; 4763 | margin: -1px; 4764 | overflow: hidden; 4765 | clip: rect(0,0,0,0); 4766 | border: 0; 4767 | } 4768 | 4769 | .sr-only-focusable:active,.sr-only-focusable:focus { 4770 | position: static; 4771 | width: auto; 4772 | height: auto; 4773 | margin: 0; 4774 | overflow: visible; 4775 | clip: auto; 4776 | } 4777 | 4778 | .logo-overlay { 4779 | width: 100%; 4780 | height: 100%; 4781 | position: fixed; 4782 | top: 0; 4783 | left: 0; 4784 | z-index: 9999; 4785 | background-color: #000; 4786 | pointer-events: none; 4787 | } 4788 | 4789 | .tcf-logo { 4790 | position: fixed; 4791 | top: calc(50% - 69px); 4792 | left: calc(50% - 64.5px); 4793 | width: 129px; 4794 | height: 138px; 4795 | opacity: 1; 4796 | z-index: 99999; 4797 | transform: scale(1); 4798 | transition: all 1.5s ease; 4799 | pointer-events: none; 4800 | } 4801 | 4802 | .tcf-logo.fade-out { 4803 | transform: scale(1.2); 4804 | opacity: 0; 4805 | } 4806 | 4807 | .page-state { 4808 | position: fixed; 4809 | top: calc(50% + 100px); 4810 | left: calc(50% - 35px); 4811 | color: #f1f1f1; 4812 | z-index: 99999; 4813 | } 4814 | 4815 | .page-state.pulse { 4816 | opacity: .2; 4817 | animation: pulsate .8s ease-out; 4818 | -webkit-animation: pulsate .8s ease-out; 4819 | -webkit-animation-iteration-count: infinite; 4820 | animation-iteration-count: infinite; 4821 | } 4822 | 4823 | @-webkit-keyframes pulsate { 4824 | 0% { 4825 | opacity: .2; 4826 | } 4827 | 4828 | 50% { 4829 | opacity: 1; 4830 | } 4831 | 4832 | 100% { 4833 | opacity: .2; 4834 | } 4835 | } 4836 | 4837 | .room.ie { 4838 | width: 100%; 4839 | height: 100%; 4840 | position: fixed; 4841 | top: 0; 4842 | left: 0; 4843 | transform: scale(1); 4844 | transition: transform 1s ease; 4845 | z-index: 1; 4846 | outline: 0; 4847 | -webkit-backface-visibility: hidden; 4848 | -moz-backface-visibility: hidden; 4849 | backface-visibility: hidden; 4850 | } 4851 | 4852 | .room.ie.zoom-out { 4853 | transform: scale(.95); 4854 | pointer-events: none; 4855 | } 4856 | 4857 | .room.ie.zoom-out .room-gif { 4858 | border-bottom: 0; 4859 | } 4860 | 4861 | .room.ie .room-gif { 4862 | width: 100%; 4863 | height: auto; 4864 | margin: auto; 4865 | position: absolute; 4866 | top: 0; 4867 | left: 0; 4868 | bottom: 0; 4869 | right: 0; 4870 | outline: 0; 4871 | -webkit-backface-visibility: hidden; 4872 | -moz-backface-visibility: hidden; 4873 | backface-visibility: hidden; 4874 | border-bottom: .1px solid #0b120d; 4875 | padding: 20%; 4876 | } 4877 | 4878 | @media (max-width:1100px) { 4879 | .room.ie .room-gif { 4880 | padding: 10%; 4881 | } 4882 | } 4883 | 4884 | .room.ie .room-gif.overflow { 4885 | width: auto; 4886 | height: 100%; 4887 | } 4888 | 4889 | .room.ie .monitor-svg { 4890 | display: none; 4891 | } 4892 | 4893 | .room.ie .interactive-wrap { 4894 | width: 100%; 4895 | height: 100%; 4896 | margin: auto; 4897 | position: absolute; 4898 | top: 0; 4899 | left: 0; 4900 | bottom: 0; 4901 | right: 0; 4902 | -webkit-backface-visibility: hidden; 4903 | -moz-backface-visibility: hidden; 4904 | backface-visibility: hidden; 4905 | } 4906 | 4907 | .room.ie .interactive-wrap .monitor { 4908 | position: absolute; 4909 | cursor: pointer; 4910 | width: 13.4%; 4911 | height: 12.1%; 4912 | top: 39.5%; 4913 | left: 13.3%; 4914 | pointer-events: all; 4915 | display: -webkit-box; 4916 | display: -moz-box; 4917 | display: -ms-flexbox; 4918 | display: -webkit-flex; 4919 | display: flex; 4920 | -webkit-box-align: center; 4921 | -moz-box-align: center; 4922 | -ms-flex-align: center; 4923 | -webkit-align-items: center; 4924 | align-items: center; 4925 | -webkit-box-pack: center; 4926 | -moz-box-pack: center; 4927 | -ms-flex-pack: center; 4928 | -webkit-justify-content: center; 4929 | justify-content: center; 4930 | } 4931 | 4932 | .room.ie .interactive-wrap .monitor i { 4933 | margin-bottom: 0; 4934 | text-transform: uppercase; 4935 | font-weight: 700; 4936 | text-align: center; 4937 | color: #333; 4938 | padding: 5px 15px; 4939 | border-radius: 4px; 4940 | transition: all .5s ease; 4941 | transform-origin: center; 4942 | position: absolute; 4943 | top: 15px; 4944 | left: 0; 4945 | animation: bounce .8s ease-out; 4946 | -webkit-animation: bounce .8s ease-out; 4947 | -webkit-animation-iteration-count: infinite; 4948 | animation-iteration-count: infinite; 4949 | } 4950 | 4951 | @-webkit-keyframes bounce { 4952 | 0% { 4953 | top: -40px; 4954 | } 4955 | 4956 | 50% { 4957 | top: -50px; 4958 | } 4959 | 4960 | 100% { 4961 | top: -40px; 4962 | } 4963 | } 4964 | 4965 | .room.ie .interactive-wrap .monitor:hover p { 4966 | transform: perspective(1px) scale(1.05); 4967 | } 4968 | 4969 | .room.ie .interactive-wrap .monitor.zoom { 4970 | background-color: #0b120d; 4971 | } 4972 | 4973 | .room-gif { 4974 | image-rendering: pixelated; 4975 | } 4976 | 4977 | .room:not(.ie) { 4978 | position: absolute; 4979 | height: 100%; 4980 | width: 100%; 4981 | z-index: 0; 4982 | top: 0; 4983 | left: 0; 4984 | } 4985 | 4986 | .room:not(.ie) .monitor-svg,.room:not(.ie) .room-gif { 4987 | width: 100%; 4988 | height: 100%; 4989 | object-fit: contain; 4990 | position: absolute; 4991 | top: 0; 4992 | left: 0; 4993 | bottom: 0; 4994 | right: 0; 4995 | padding: 5%; 4996 | -webkit-filter: blur(0); 4997 | filter: blur(0); 4998 | transform: scale(1) translateZ(1px); 4999 | transition: all 1s ease; 5000 | -webkit-backface-visibility: hidden; 5001 | -moz-backface-visibility: hidden; 5002 | backface-visibility: hidden; 5003 | -webkit-transform: translateZ(1px); 5004 | transform: perspective(999px) translateZ(1px); 5005 | z-index: -1; 5006 | } 5007 | 5008 | .room:not(.ie) .monitor-svg text,.room:not(.ie) .room-gif text { 5009 | font-size: .6rem; 5010 | fill-opacity: .3; 5011 | fill: #333; 5012 | } 5013 | 5014 | .room:not(.ie).zoom-out .monitor-svg,.room:not(.ie).zoom-out .room-gif { 5015 | -webkit-filter: blur(2px); 5016 | filter: blur(2px); 5017 | pointer-events: none; 5018 | -webkit-backface-visibility: hidden; 5019 | -moz-backface-visibility: hidden; 5020 | backface-visibility: hidden; 5021 | -webkit-transform: perspective(999px) scale(.95) translateZ(1px); 5022 | transform: perspective(999px) scale(.95) translateZ(1px); 5023 | } 5024 | 5025 | .room:not(.ie) .monitor-svg { 5026 | z-index: 0; 5027 | } 5028 | 5029 | .room:not(.ie) .interactive-wrap { 5030 | display: none; 5031 | } 5032 | 5033 | .room:not(.ie) .monitor { 5034 | cursor: pointer; 5035 | } 5036 | 5037 | .room:not(.ie) .monitor rect { 5038 | fill: transparent; 5039 | } 5040 | 5041 | * { 5042 | padding: 0; 5043 | margin: 0; 5044 | -webkit-box-sizing: inherit; 5045 | -moz-box-sizing: inherit; 5046 | box-sizing: inherit; 5047 | font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; 5048 | text-transform: uppercase; 5049 | font-weight: 700; 5050 | } 5051 | 5052 | @font-face { 5053 | font-family:'Open Sans';src:url(webfont.eot);src:url(webfont.eot?#iefix) format("embedded-opentype"),url(webfont.woff2) format("woff2"),url(webfont.woff) format("woff"),url(webfont.ttf) format("truetype"),url(webfont.svg#svgFontName) format("svg"); 5054 | } 5055 | 5056 | html { 5057 | -webkit-box-sizing: border-box; 5058 | -moz-box-sizing: border-box; 5059 | box-sizing: border-box; 5060 | } 5061 | 5062 | *,:after,:before { 5063 | -webkit-box-sizing: inherit; 5064 | -moz-box-sizing: inherit; 5065 | box-sizing: inherit; 5066 | } 5067 | 5068 | body { 5069 | background-color: #0b120d; 5070 | overflow: hidden; 5071 | } 5072 | 5073 | body,html { 5074 | height: 100%; 5075 | margin: 0; 5076 | } 5077 | 5078 | .tcf-btn { 5079 | width: 100%; 5080 | border: 0; 5081 | padding: 30px 15px; 5082 | margin: 0 auto; 5083 | border-radius: 4px; 5084 | font-size: 1.5rem; 5085 | text-transform: uppercase; 5086 | cursor: pointer; 5087 | } 5088 | 5089 | .tcf-btn:hover { 5090 | -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75); 5091 | -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75); 5092 | box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75); 5093 | } 5094 | 5095 | .clearfix { 5096 | clear: both; 5097 | float: none; 5098 | } 5099 | 5100 | .screenGrid { 5101 | position: absolute; 5102 | height: 100%; 5103 | width: 100%; 5104 | top: 0; 5105 | left: 0; 5106 | background: url(../img/screenGrid.png) repeat; 5107 | z-index: 3; 5108 | pointer-events: none; 5109 | display: none; 5110 | } 5111 | 5112 | .desktop { 5113 | position: absolute; 5114 | top: 0; 5115 | left: 0; 5116 | width: 100%; 5117 | height: 100%; 5118 | overflow: hidden; 5119 | z-index: 2; 5120 | padding: 35px; 5121 | transform: scale(1.5); 5122 | transition: all 1s ease; 5123 | pointer-events: none; 5124 | display: none; 5125 | } 5126 | 5127 | @media (max-width:1100px) { 5128 | .desktop { 5129 | padding: 15px; 5130 | } 5131 | } 5132 | 5133 | .desktop .noise { 5134 | position: absolute; 5135 | height: calc(100% - 70px); 5136 | width: calc(100% - 70px); 5137 | top: 35px; 5138 | left: 35px; 5139 | opacity: .015; 5140 | display: none; 5141 | background-image: url(../img/noise.gif); 5142 | z-index: 5; 5143 | pointer-events: none; 5144 | } 5145 | 5146 | .desktop .monitor-edges { 5147 | -webkit-filter: brightness(90%) contrast(90%) blur(2px) grayscale(10%); 5148 | filter: brightness(90%) contrast(90%) blur(2px) grayscale(10%); 5149 | pointer-events: none; 5150 | position: absolute; 5151 | top: 0; 5152 | left: 0; 5153 | width: 100%; 5154 | height: 100%; 5155 | overflow: hidden; 5156 | z-index: 3; 5157 | border: 35px #141414 solid; 5158 | } 5159 | 5160 | @media (max-width:1100px) { 5161 | .desktop .monitor-edges { 5162 | border: 15px #141414 solid; 5163 | } 5164 | } 5165 | 5166 | .desktop.zoom { 5167 | transform: scale(1); 5168 | pointer-events: all; 5169 | -moz-box-shadow: inset 0 0 1000px rgba(0,0,0,.5); 5170 | -webkit-box-shadow: inset 0 1000px 0 rgba(0,0,0,.5); 5171 | box-shadow: inset 0 0 1000px rgba(0,0,0,.5); 5172 | } 5173 | 5174 | .desktop .apps { 5175 | display: none; 5176 | position: absolute; 5177 | height: calc(100% - 70px); 5178 | width: calc(50% - 70px); 5179 | top: 35px; 5180 | left: 35px; 5181 | } 5182 | 5183 | @media (max-width:1100px) { 5184 | .desktop .apps { 5185 | height: calc(100% - 30px); 5186 | width: calc(50% - 30px); 5187 | top: 15px; 5188 | left: 15px; 5189 | } 5190 | } 5191 | 5192 | .desktop .apps.social { 5193 | left: auto; 5194 | right: 35px; 5195 | margin-right: 15px; 5196 | } 5197 | 5198 | .desktop .apps.social .app-icon { 5199 | float: right; 5200 | } 5201 | 5202 | @media (max-width:1100px) { 5203 | .desktop .apps.social { 5204 | right: 15px; 5205 | } 5206 | } 5207 | 5208 | .desktop .apps a { 5209 | text-decoration: none; 5210 | } 5211 | 5212 | .desktop .apps .app-icon { 5213 | display: inline-block; 5214 | } 5215 | 5216 | .desktop .apps .app-icon i { 5217 | width: 50px; 5218 | height: 50px; 5219 | float: none; 5220 | clear: both; 5221 | display: block; 5222 | margin: 15px; 5223 | margin-right: 0; 5224 | border-radius: 4px; 5225 | color: rgba(255,255,255,.5); 5226 | background-color: rgba(255,255,255,.1); 5227 | transition: background-color .5s ease,color .5s ease; 5228 | cursor: pointer; 5229 | display: -webkit-box; 5230 | display: -moz-box; 5231 | display: -ms-flexbox; 5232 | display: -webkit-flex; 5233 | display: flex; 5234 | -webkit-box-align: center; 5235 | -moz-box-align: center; 5236 | -ms-flex-align: center; 5237 | -webkit-align-items: center; 5238 | align-items: center; 5239 | -webkit-box-pack: center; 5240 | -moz-box-pack: center; 5241 | -ms-flex-pack: center; 5242 | -webkit-justify-content: center; 5243 | justify-content: center; 5244 | } 5245 | 5246 | .desktop .apps .app-icon i:hover { 5247 | color: #ADD8E6; 5248 | } 5249 | 5250 | .desktop .apps .app-icon span { 5251 | font-size: .7rem; 5252 | display: block; 5253 | text-align: center; 5254 | margin-top: -10px; 5255 | font-weight: 700; 5256 | color: #f1f1f1; 5257 | width: 60px; 5258 | margin-left: 10px; 5259 | overflow: hidden; 5260 | text-overflow: ellipsis; 5261 | margin-bottom: -5px; 5262 | } 5263 | 5264 | @media (max-height:370px) { 5265 | .desktop .apps .app-icon i { 5266 | font-size: 1.5rem; 5267 | width: 35px; 5268 | height: 35px; 5269 | } 5270 | 5271 | .desktop .apps .app-icon span { 5272 | width: 40px; 5273 | } 5274 | } 5275 | 5276 | .desktop .apps .app-icon.awards { 5277 | position: absolute; 5278 | top: 0; 5279 | left: 65px; 5280 | } 5281 | 5282 | .desktop .info { 5283 | display: none; 5284 | position: absolute; 5285 | right: 50px; 5286 | bottom: 50px; 5287 | text-align: right; 5288 | color: #f1f1f1; 5289 | height: 50px; 5290 | font-size: .75rem; 5291 | background-color: rgba(255,255,255,.1); 5292 | border-radius: 4px; 5293 | padding: 30px 15px; 5294 | display: -webkit-box; 5295 | display: -moz-box; 5296 | display: -ms-flexbox; 5297 | display: -webkit-flex; 5298 | display: flex; 5299 | -webkit-box-align: center; 5300 | -moz-box-align: center; 5301 | -ms-flex-align: center; 5302 | -webkit-align-items: center; 5303 | align-items: center; 5304 | -webkit-box-pack: center; 5305 | -moz-box-pack: center; 5306 | -ms-flex-pack: center; 5307 | -webkit-justify-content: center; 5308 | justify-content: center; 5309 | } 5310 | 5311 | @media (max-height:370px) { 5312 | .desktop .info { 5313 | padding: 15px 5px; 5314 | } 5315 | } 5316 | 5317 | @media (max-width:1100px) { 5318 | .desktop .info { 5319 | right: 30px; 5320 | bottom: 30px; 5321 | } 5322 | } 5323 | 5324 | .desktop .info .time { 5325 | margin-bottom: 5px; 5326 | } 5327 | 5328 | .desktop .info .info-icon { 5329 | margin-left: 10px; 5330 | transition: color .5s ease; 5331 | color: #f1f1f1; 5332 | padding: 6px; 5333 | border-radius: 4px; 5334 | background-color: rgba(255,255,255,.1); 5335 | cursor: pointer; 5336 | } 5337 | 5338 | .desktop .info .info-icon.shutdown:hover { 5339 | color: #de5145; 5340 | } 5341 | 5342 | .desktop .info .info-icon.fa-calculator:hover { 5343 | color: #ADD8E6; 5344 | } 5345 | 5346 | .desktop .explorer-window { 5347 | position: absolute; 5348 | top: 50px; 5349 | left: 50px; 5350 | width: 70%; 5351 | height: 55%; 5352 | transform: scale(.8); 5353 | transition: transform .5s ease; 5354 | outline: 0; 5355 | display: none; 5356 | z-index: 1; 5357 | } 5358 | 5359 | @media (max-width:1100px) { 5360 | .desktop .explorer-window { 5361 | top: 15px; 5362 | left: 15px; 5363 | width: calc(100% - 30px); 5364 | height: calc(100% - 30px); 5365 | } 5366 | } 5367 | 5368 | .desktop .explorer-window:focus { 5369 | z-index: 99; 5370 | } 5371 | 5372 | .desktop .explorer-window.spotify-explorer { 5373 | width: 301px; 5374 | height: 410px; 5375 | } 5376 | 5377 | .desktop .explorer-window .window-header { 5378 | height: 31px; 5379 | background-color: #3a3a3a; 5380 | width: 100%; 5381 | color: #fff; 5382 | border-top-left-radius: 4px; 5383 | border-top-right-radius: 4px; 5384 | cursor: move; 5385 | } 5386 | 5387 | .desktop .explorer-window .window-header .window-title { 5388 | color: #fff; 5389 | float: left; 5390 | padding: 8px 10px; 5391 | text-transform: uppercase; 5392 | font-size: .7rem; 5393 | font-weight: 700; 5394 | } 5395 | 5396 | .desktop .explorer-window .window-header .button-wrap { 5397 | height: 31px; 5398 | float: right; 5399 | display: -webkit-box; 5400 | display: -moz-box; 5401 | display: -ms-flexbox; 5402 | display: -webkit-flex; 5403 | display: flex; 5404 | -webkit-box-align: center; 5405 | -moz-box-align: center; 5406 | -ms-flex-align: center; 5407 | -webkit-align-items: center; 5408 | align-items: center; 5409 | -webkit-box-pack: center; 5410 | -moz-box-pack: center; 5411 | -ms-flex-pack: center; 5412 | -webkit-justify-content: center; 5413 | justify-content: center; 5414 | padding: 0 15px; 5415 | transition: background-color .5s ease; 5416 | } 5417 | 5418 | .desktop .explorer-window .window-header .button-wrap i { 5419 | transition: color .5s ease; 5420 | } 5421 | 5422 | .desktop .explorer-window .window-header .button-wrap:hover { 5423 | background-color: rgba(0,0,0,.25); 5424 | cursor: pointer; 5425 | } 5426 | 5427 | .desktop .explorer-window .window-header .button-wrap:hover .fa-times { 5428 | color: #de5145; 5429 | } 5430 | 5431 | .desktop .explorer-window .window-header .button-wrap:hover .fa-minus { 5432 | color: #1ed760; 5433 | } 5434 | 5435 | .desktop .explorer-window .window-header .button-wrap:hover .fa-window-maximize { 5436 | color: #1ed760; 5437 | } 5438 | 5439 | .desktop .explorer-window .window-body { 5440 | width: 100%; 5441 | height: calc(100% - 30px); 5442 | background-color: #000; 5443 | border-bottom-left-radius: 4px; 5444 | border-bottom-right-radius: 4px; 5445 | padding-left: 5px; 5446 | border: 1px solid #141414; 5447 | border-top: 0; 5448 | } 5449 | 5450 | .desktop .explorer-window .window-body.block-override { 5451 | display: block!important; 5452 | } 5453 | 5454 | .desktop .explorer-window .window-body.trash-body .explorer-icon,.desktop .explorer-window .window-body.trash-body .explorer-icon i { 5455 | cursor: not-allowed; 5456 | } 5457 | 5458 | .desktop .explorer-window .window-body.spotify-body { 5459 | width: 300px; 5460 | height: 380px; 5461 | padding-left: 0; 5462 | } 5463 | 5464 | .desktop .explorer-window .window-body.spotify-body iframe { 5465 | width: 300px; 5466 | height: 380px; 5467 | } 5468 | 5469 | .desktop .explorer-window .window-body.about-body,.desktop .explorer-window .window-body.contact-body { 5470 | color: #f1f1f1; 5471 | padding: 15px!important; 5472 | display: -webkit-box; 5473 | display: -moz-box; 5474 | display: -ms-flexbox; 5475 | display: -webkit-flex; 5476 | display: flex; 5477 | -webkit-box-align: center; 5478 | -moz-box-align: center; 5479 | -ms-flex-align: center; 5480 | -webkit-align-items: center; 5481 | align-items: center; 5482 | -webkit-box-pack: center; 5483 | -moz-box-pack: center; 5484 | -ms-flex-pack: center; 5485 | -webkit-justify-content: center; 5486 | justify-content: center; 5487 | flex-flow: column; 5488 | text-align: center; 5489 | overflow-x: hidden; 5490 | overflow-y: auto; 5491 | -webkit-overflow-scrolling: touch; 5492 | } 5493 | 5494 | .desktop .explorer-window .window-body.about-body .thanks,.desktop .explorer-window .window-body.contact-body .thanks { 5495 | display: none; 5496 | } 5497 | 5498 | .desktop .explorer-window .window-body.about-body form,.desktop .explorer-window .window-body.contact-body form { 5499 | max-width: 600px; 5500 | display: -webkit-box; 5501 | display: -moz-box; 5502 | display: -ms-flexbox; 5503 | display: -webkit-flex; 5504 | display: flex; 5505 | -webkit-box-align: center; 5506 | -moz-box-align: center; 5507 | -ms-flex-align: center; 5508 | -webkit-align-items: center; 5509 | align-items: center; 5510 | -webkit-box-pack: center; 5511 | -moz-box-pack: center; 5512 | -ms-flex-pack: center; 5513 | -webkit-justify-content: center; 5514 | justify-content: center; 5515 | flex-flow: column; 5516 | width: 100%; 5517 | } 5518 | 5519 | .desktop .explorer-window .window-body.about-body form input,.desktop .explorer-window .window-body.about-body form textarea,.desktop .explorer-window .window-body.contact-body form input,.desktop .explorer-window .window-body.contact-body form textarea { 5520 | width: 100%; 5521 | } 5522 | 5523 | .desktop .explorer-window .window-body.about-body form .honeypot,.desktop .explorer-window .window-body.contact-body form .honeypot { 5524 | display: none; 5525 | } 5526 | 5527 | .desktop .explorer-window .window-body.about-body form .to-from-field,.desktop .explorer-window .window-body.contact-body form .to-from-field { 5528 | width: 100%; 5529 | margin-bottom: 15px; 5530 | } 5531 | 5532 | .desktop .explorer-window .window-body.about-body form .to-from-field.error input,.desktop .explorer-window .window-body.contact-body form .to-from-field.error input { 5533 | border: 1px solid #de5145; 5534 | border-left: 0; 5535 | } 5536 | 5537 | .desktop .explorer-window .window-body.about-body form .to-from-field.error span,.desktop .explorer-window .window-body.contact-body form .to-from-field.error span { 5538 | border: 1px solid #de5145; 5539 | border-right: 0; 5540 | } 5541 | 5542 | .desktop .explorer-window .window-body.about-body form .to-from-field span,.desktop .explorer-window .window-body.contact-body form .to-from-field span { 5543 | width: 68px; 5544 | border-top-left-radius: 4px; 5545 | border-bottom-left-radius: 4px; 5546 | border-top-right-radius: 0; 5547 | border-bottom-right-radius: 0; 5548 | background-color: #ddd; 5549 | } 5550 | 5551 | .desktop .explorer-window .window-body.about-body form .to-from-field input,.desktop .explorer-window .window-body.contact-body form .to-from-field input { 5552 | background-color: #f1f1f1; 5553 | width: calc(100% - 68px); 5554 | border-top-right-radius: 4px; 5555 | border-bottom-right-radius: 4px; 5556 | border-top-left-radius: 0; 5557 | border-bottom-left-radius: 0; 5558 | } 5559 | 5560 | .desktop .explorer-window .window-body.about-body form .to-from-field input,.desktop .explorer-window .window-body.about-body form .to-from-field span,.desktop .explorer-window .window-body.contact-body form .to-from-field input,.desktop .explorer-window .window-body.contact-body form .to-from-field span { 5561 | float: left; 5562 | text-align: left; 5563 | padding: 5px; 5564 | border: 0; 5565 | color: #333; 5566 | font-size: 1rem; 5567 | } 5568 | 5569 | .desktop .explorer-window .window-body.about-body form textarea,.desktop .explorer-window .window-body.contact-body form textarea { 5570 | background-color: #f1f1f1; 5571 | border-radius: 4px; 5572 | border: 0; 5573 | padding: 5px; 5574 | color: #333; 5575 | font-size: 1rem; 5576 | resize: vertical; 5577 | } 5578 | 5579 | .desktop .explorer-window .window-body.about-body form textarea.error,.desktop .explorer-window .window-body.contact-body form textarea.error { 5580 | border: 1px solid #de5145; 5581 | } 5582 | 5583 | .desktop .explorer-window .window-body.about-body form .contact-submit,.desktop .explorer-window .window-body.contact-body form .contact-submit { 5584 | padding: 10px 15px; 5585 | border-radius: 4px; 5586 | font-size: 1rem; 5587 | background-color: #f1f1f1; 5588 | color: #333; 5589 | margin-left: auto; 5590 | text-transform: uppercase!important; 5591 | font-weight: 700!important; 5592 | margin-top: 15px; 5593 | cursor: pointer; 5594 | } 5595 | 5596 | .desktop .explorer-window .window-body.about-body *,.desktop .explorer-window .window-body.contact-body * { 5597 | text-transform: none!important; 5598 | font-weight: 400!important; 5599 | } 5600 | 5601 | .desktop .explorer-window .window-body.about-body p,.desktop .explorer-window .window-body.contact-body p { 5602 | margin-bottom: 15px; 5603 | } 5604 | 5605 | .desktop .explorer-window .window-body.about-body p:last-child,.desktop .explorer-window .window-body.contact-body p:last-child { 5606 | margin-bottom: 0; 5607 | } 5608 | 5609 | .desktop .explorer-window .window-body.about-body a,.desktop .explorer-window .window-body.contact-body a { 5610 | color: #ADD8E6; 5611 | text-decoration: none; 5612 | } 5613 | 5614 | .desktop .explorer-window .window-body.awards-body,.desktop .explorer-window .window-body.work-body { 5615 | overflow-x: hidden; 5616 | overflow-y: auto; 5617 | -webkit-overflow-scrolling: touch; 5618 | } 5619 | 5620 | .desktop .explorer-window .window-body.awards-body .award-item,.desktop .explorer-window .window-body.awards-body .work-item,.desktop .explorer-window .window-body.work-body .award-item,.desktop .explorer-window .window-body.work-body .work-item { 5621 | float: left; 5622 | padding: 5px; 5623 | text-align: center; 5624 | background-color: #333; 5625 | margin: 15px; 5626 | border-radius: 4px; 5627 | } 5628 | 5629 | .desktop .explorer-window .window-body.awards-body .award-item .joe img,.desktop .explorer-window .window-body.awards-body .work-item .joe img,.desktop .explorer-window .window-body.work-body .award-item .joe img,.desktop .explorer-window .window-body.work-body .work-item .joe img { 5630 | padding: 25px; 5631 | } 5632 | 5633 | .desktop .explorer-window .window-body.awards-body .award-item img,.desktop .explorer-window .window-body.awards-body .work-item img,.desktop .explorer-window .window-body.work-body .award-item img,.desktop .explorer-window .window-body.work-body .work-item img { 5634 | width: 100%; 5635 | height: auto; 5636 | border-radius: 4px; 5637 | background-color: #111; 5638 | } 5639 | 5640 | .desktop .explorer-window .window-body.awards-body .award-item .name,.desktop .explorer-window .window-body.awards-body .work-item .name,.desktop .explorer-window .window-body.work-body .award-item .name,.desktop .explorer-window .window-body.work-body .work-item .name { 5641 | width: 100%; 5642 | float: left; 5643 | color: #f1f1f1; 5644 | font-size: .9rem; 5645 | margin-top: 5px; 5646 | } 5647 | 5648 | .desktop .explorer-window .window-body.awards-body .award-item .name.work-link-2,.desktop .explorer-window .window-body.awards-body .work-item .name.work-link-2,.desktop .explorer-window .window-body.work-body .award-item .name.work-link-2,.desktop .explorer-window .window-body.work-body .work-item .name.work-link-2 { 5649 | width: 50%; 5650 | float: left; 5651 | } 5652 | 5653 | .desktop .explorer-window .window-body.awards-body .award-item .language,.desktop .explorer-window .window-body.awards-body .work-item .language,.desktop .explorer-window .window-body.work-body .award-item .language,.desktop .explorer-window .window-body.work-body .work-item .language { 5654 | float: left; 5655 | padding: 2.5px; 5656 | margin: 2.5px; 5657 | font-size: .6rem; 5658 | text-align: center; 5659 | background-color: #222; 5660 | border-radius: 4px; 5661 | color: #f1f1f1; 5662 | margin-top: 10px; 5663 | margin-bottom: 0; 5664 | font-weight: 400; 5665 | } 5666 | 5667 | .desktop .explorer-window .window-body.awards-body .award-item .language.one,.desktop .explorer-window .window-body.awards-body .work-item .language.one,.desktop .explorer-window .window-body.work-body .award-item .language.one,.desktop .explorer-window .window-body.work-body .work-item .language.one { 5668 | width: calc(100%); 5669 | } 5670 | 5671 | .desktop .explorer-window .window-body.awards-body .award-item .language.two,.desktop .explorer-window .window-body.awards-body .work-item .language.two,.desktop .explorer-window .window-body.work-body .award-item .language.two,.desktop .explorer-window .window-body.work-body .work-item .language.two { 5672 | width: calc(50% - 2.5px); 5673 | } 5674 | 5675 | .desktop .explorer-window .window-body.awards-body .award-item .language.three,.desktop .explorer-window .window-body.awards-body .work-item .language.three,.desktop .explorer-window .window-body.work-body .award-item .language.three,.desktop .explorer-window .window-body.work-body .work-item .language.three { 5676 | width: calc(33.33% - 5px); 5677 | } 5678 | 5679 | .desktop .explorer-window .window-body.awards-body .award-item .language:last-child,.desktop .explorer-window .window-body.awards-body .work-item .language:last-child,.desktop .explorer-window .window-body.work-body .award-item .language:last-child,.desktop .explorer-window .window-body.work-body .work-item .language:last-child { 5680 | margin-right: 0; 5681 | } 5682 | 5683 | .desktop .explorer-window .window-body.awards-body .award-item .language.no-left-margin,.desktop .explorer-window .window-body.awards-body .work-item .language.no-left-margin,.desktop .explorer-window .window-body.work-body .award-item .language.no-left-margin,.desktop .explorer-window .window-body.work-body .work-item .language.no-left-margin { 5684 | margin-left: 0; 5685 | } 5686 | 5687 | .desktop .explorer-window .window-body.awards-body .award-item img,.desktop .explorer-window .window-body.work-body .award-item img { 5688 | padding: 15px; 5689 | } 5690 | 5691 | .desktop .explorer-window .window-body.awards-body .award-item .name,.desktop .explorer-window .window-body.work-body .award-item .name { 5692 | margin-bottom: 5px; 5693 | } 5694 | 5695 | .desktop .explorer-window .window-body .explorer-icon { 5696 | width: 81px; 5697 | display: inline-block; 5698 | color: #f1f1f1; 5699 | } 5700 | 5701 | .desktop .explorer-window .window-body .explorer-icon i { 5702 | width: 50px; 5703 | height: 50px; 5704 | float: none; 5705 | clear: both; 5706 | display: block; 5707 | margin: 15px; 5708 | margin-right: 0; 5709 | border-radius: 4px; 5710 | color: rgba(0,0,0,.5); 5711 | background-color: rgba(255,255,255,.5); 5712 | transition: background-color .5s ease; 5713 | cursor: pointer; 5714 | display: -webkit-box; 5715 | display: -moz-box; 5716 | display: -ms-flexbox; 5717 | display: -webkit-flex; 5718 | display: flex; 5719 | -webkit-box-align: center; 5720 | -moz-box-align: center; 5721 | -ms-flex-align: center; 5722 | -webkit-align-items: center; 5723 | align-items: center; 5724 | -webkit-box-pack: center; 5725 | -moz-box-pack: center; 5726 | -ms-flex-pack: center; 5727 | -webkit-justify-content: center; 5728 | justify-content: center; 5729 | } 5730 | 5731 | .desktop .explorer-window .window-body .explorer-icon span { 5732 | font-size: .7rem; 5733 | display: block; 5734 | text-align: center; 5735 | margin-top: -15px; 5736 | font-weight: 700; 5737 | } 5738 | 5739 | .ui-icon,.ui-widget-content .ui-icon { 5740 | background-image: url(../img/ui-icons_444444_256x240.png)!important; 5741 | } 5742 | 5743 | .ui-widget-header .ui-icon { 5744 | background-image: url(../img/ui-icons_444444_256x240.png)!important; 5745 | } --------------------------------------------------------------------------------