
/* style.css */

/* 1    */ body.wp-admin #flags a {
/* 2    */     cursor:move !important;
/* 3    */ }
/* 4    */ 
/* 5    */ #glt-footer,
/* 6    */ #glt-footer #google_language_translator {
/* 7    */     display:none !important;
/* 8    */ }
/* 9    */ 
/* 10   */ select.goog-te-combo { 
/* 11   */   width:143px !important;
/* 12   */   background:#fff;
/* 13   */   box-shadow:none !important; 
/* 14   */   -moz-box-shadow:none !important; 
/* 15   */   -webkit-box-shadow:none !important; 
/* 16   */   padding:3px !important; 
/* 17   */   height:auto !important; 
/* 18   */   border:1px solid lightgray !important; 
/* 19   */   border-radius:0px !important; 
/* 20   */   -webkit-border-radius:0px; 
/* 21   */   -moz-border-radius:0px !important;
/* 22   */   -o-border-radius:0px !important;
/* 23   */ }
/* 24   */ 
/* 25   */ #flags {
/* 26   */   overflow:hidden;
/* 27   */ }
/* 28   */ 
/* 29   */ #flags ul {
/* 30   */   margin:0;
/* 31   */ }
/* 32   */ 
/* 33   */ #flags li {
/* 34   */   float:left !important;
/* 35   */   margin-bottom:0 !important;
/* 36   */   padding:0 !important;
/* 37   */   border:none !important;
/* 38   */   list-style:none !important;
/* 39   */   content:none !important;
/* 40   */ }
/* 41   */ 
/* 42   */ #flags li:before {
/* 43   */   content:none !important;
/* 44   */   border:none !important;
/* 45   */   background:none !important;
/* 46   */ }
/* 47   */ 
/* 48   */ #flags a,
/* 49   */ .tool-container .tool-items a {
/* 50   */   cursor:pointer;

/* style.css */

/* 51   */ }
/* 52   */ 
/* 53   */ #flags.size24 a {
/* 54   */   width:24px !important;
/* 55   */   height:18px !important;
/* 56   */ }
/* 57   */ 
/* 58   */ #flags.size22 a {
/* 59   */   width:22px !important;
/* 60   */   height:17px !important;
/* 61   */ }
/* 62   */ 
/* 63   */ #flags.size20 a {
/* 64   */   width:20px !important;
/* 65   */   height:14px !important;
/* 66   */ }
/* 67   */ 
/* 68   */ #flags.size18 a {
/* 69   */   width:18px !important;
/* 70   */   height:14px !important;
/* 71   */ }
/* 72   */ 
/* 73   */ #flags.size16 a {
/* 74   */   width:16px !important;
/* 75   */   height:12px !important;
/* 76   */ }
/* 77   */   
/* 78   */ .tool-container .tool-items a {
/* 79   */   display:inline-block;
/* 80   */   margin:3px 5px 3px;
/* 81   */   width:24px !important;
/* 82   */   height:18px !important;
/* 83   */ }
/* 84   */ 
/* 85   */ .goog-te-gadget {
/* 86   */   color:#444;
/* 87   */   font-size:11px;
/* 88   */   font-family:"Arial",sans,sans-serif;
/* 89   */ }
/* 90   */ 
/* 91   */ .goog-te-gadget img {
/* 92   */   vertical-align:middle;
/* 93   */ }
/* 94   */ 
/* 95   */ select.goog-te-combo:focus { 
/* 96   */   box-shadow:none !important; 
/* 97   */   -moz-box-shadow:none !important; 
/* 98   */   -webkit-box-shadow:none !important; 
/* 99   */ }
/* 100  */ 

/* style.css */

/* 101  */ .metabox-holder {
/* 102  */   width:65%;
/* 103  */   float:left;
/* 104  */ }
/* 105  */ 
/* 106  */ .metabox-holder h2 {
/* 107  */   margin-bottom:18px; 
/* 108  */ }
/* 109  */ 
/* 110  */ .submit { 
/* 111  */   padding:0px;
/* 112  */ }
/* 113  */ 
/* 114  */ .form-table th {
/* 115  */   width:50%; 
/* 116  */ }
/* 117  */ 
/* 118  */ td.advanced { 
/* 119  */   padding-top:0px;
/* 120  */   padding-bottom:0px;
/* 121  */ }
/* 122  */ 
/* 123  */ p.hello { 
/* 124  */   font-size:12px; 
/* 125  */   color:darkgray; 
/* 126  */ }
/* 127  */ 
/* 128  */ .flag{
/* 129  */     padding:1px 0;
/* 130  */ }
/* 131  */ 
/* 132  */ a.nturl {
/* 133  */   cursor:pointer;
/* 134  */ }
/* 135  */ 
/* 136  */ .flag img,
/* 137  */ .alt_flag img{
/* 138  */     border:0px !important;
/* 139  */     margin-top:2px !important;
/* 140  */     padding:0px !important;
/* 141  */ }
/* 142  */ 
/* 143  */ .attribution {
/* 144  */     width:152px; 
/* 145  */     line-height:1em;
/* 146  */     margin-top:4px;
/* 147  */ }
/* 148  */ 
/* 149  */ span.goog-branding {
/* 150  */     font-size: 11px;

/* style.css */

/* 151  */     font-family: arial;
/* 152  */     color: rgb(102, 102, 102);
/* 153  */     white-space: nowrap;
/* 154  */     padding-top: 4px;
/* 155  */     text-align: left;
/* 156  */     width: 150px;
/* 157  */     margin-top: 2px;
/* 158  */     left:170px;
/* 159  */     z-index: 9999;
/* 160  */     float: right;
/* 161  */ }
/* 162  */ 
/* 163  */ .goog-logo-link, 
/* 164  */ .goog-logo-link:link, 
/* 165  */ .goog-logo-link:visited, 
/* 166  */ .goog-logo-link:hover, 
/* 167  */ .goog-logo-link:active {
/* 168  */     font-size: 12px;
/* 169  */     font-weight: bold;
/* 170  */     color: rgb(68, 68, 68);
/* 171  */     text-decoration: none;
/* 172  */     line-height:0.8em;
/* 173  */ }
/* 174  */ 
/* 175  */ span.goog-branding img {
/* 176  */     float: left;
/* 177  */     margin:0px;
/* 178  */     width: 37px;
/* 179  */   
/* 180  */ }
/* 181  */ 
/* 182  */ span.vertical-translator {
/* 183  */     position:auto; 
/* 184  */     float:none !important; 
/* 185  */     font-size: 11px;
/* 186  */     font-family: arial;
/* 187  */     color: rgb(102, 102, 102);
/* 188  */     white-space: nowrap;
/* 189  */     vertical-align: middle;
/* 190  */     padding-top: 4px;
/* 191  */     text-align: left;
/* 192  */     width: 150px;
/* 193  */     margin-top: 2px;
/* 194  */     right: -50px;
/* 195  */     z-index: 9999;
/* 196  */ }
/* 197  */ 
/* 198  */ .tool-container .tool-items .flag img {
/* 199  */     width:24px !important;
/* 200  */     height:24px !important;

/* style.css */

/* 201  */     margin-top:1px !important;
/* 202  */ }
/* 203  */ 
/* 204  */ .tool-items .flag {
/* 205  */     padding:0px !important;
/* 206  */ }
/* 207  */ 
/* 208  */ .tool-container { 
/* 209  */     line-height:1;
/* 210  */ }
/* 211  */ 
/* 212  */ #footer-instance {
/* 213  */     display:none !important;
/* 214  */ }
/* 215  */ 
/* 216  */ code {
/* 217  */     border:1px solid lightgray;
/* 218  */ }
/* 219  */ 
/* 220  */ /* Individual flag backgrounds (22px) */
/* 221  */ 
/* 222  */ #flags.size22 a[title="Afrikaans"],
/* 223  */ .tool-container .tool-items a[title="Afrikaans"] {
/* 224  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -3px no-repeat;
/* 225  */ }
/* 226  */ 
/* 227  */ #flags.size22 a[title="Albanian"],
/* 228  */ .tool-container .tool-items a[title="Albanian"] {
/* 229  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -3px no-repeat;
/* 230  */ }
/* 231  */ 
/* 232  */ #flags.size22 a[title="Arabic"],
/* 233  */ .tool-container .tool-items a[title="Arabic"] {
/* 234  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -3px no-repeat;
/* 235  */ }
/* 236  */ 
/* 237  */ #flags.size22 a[title="Armenian"],
/* 238  */ .tool-container .tool-items a[title="Armenian"] {
/* 239  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -3px no-repeat;
/* 240  */ }
/* 241  */ 
/* 242  */ #flags.size22 a[title="Azerbaijani"],
/* 243  */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 244  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -3px no-repeat;
/* 245  */ }
/* 246  */ 
/* 247  */ #flags.size22 a[title="Basque"],
/* 248  */ .tool-container .tool-items a[title="Basque"] {
/* 249  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -3px no-repeat;
/* 250  */ }

/* style.css */

/* 251  */ 
/* 252  */ #flags.size22 a[title="Belarusian"],
/* 253  */ .tool-container .tool-items a[title="Belarusian"] {
/* 254  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -32px no-repeat;
/* 255  */ }
/* 256  */ 
/* 257  */ #flags.size22 a[title="Bengali"],
/* 258  */ .tool-container .tool-items a[title="Bengali"] {
/* 259  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -32px no-repeat;
/* 260  */ }
/* 261  */ 
/* 262  */ #flags.size22 a[title="Bosnian"],
/* 263  */ .tool-container .tool-items a[title="Bosnian"] {
/* 264  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -32px no-repeat;
/* 265  */ }
/* 266  */ 
/* 267  */ #flags.size22 a[title="Bulgarian"],
/* 268  */ .tool-container .tool-items a[title="Bulgarian"] {
/* 269  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -32px no-repeat;
/* 270  */ }
/* 271  */ 
/* 272  */ #flags.size22 a[title="Catalan"],
/* 273  */ .tool-container .tool-items a[title="Catalan"] {
/* 274  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -32px no-repeat;
/* 275  */ }
/* 276  */ 
/* 277  */ #flags.size22 a[title="Cebuano"],
/* 278  */ .tool-container .tool-items a[title="Cebuano"] {
/* 279  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -32px no-repeat;
/* 280  */ }
/* 281  */ 
/* 282  */ #flags.size22 a[title="Chinese(Simplified)"],
/* 283  */ .tool-container .tool-items a[title="Chinese(Simplified)"] {
/* 284  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -61px no-repeat;
/* 285  */ }
/* 286  */ 
/* 287  */ #flags.size22 a[title="Chinese(Traditional)"],
/* 288  */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 289  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -61px no-repeat;
/* 290  */ }
/* 291  */ 
/* 292  */ #flags.size22 a[title="Croatian"],
/* 293  */ .tool-container .tool-items a[title="Croatian"] {
/* 294  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -61px no-repeat;
/* 295  */ }
/* 296  */ 
/* 297  */ #flags.size22 a[title="Czech"],
/* 298  */ .tool-container .tool-items a[title="Czech"] {
/* 299  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -61px no-repeat;
/* 300  */ }

/* style.css */

/* 301  */ 
/* 302  */ #flags.size22 a[title="Danish"],
/* 303  */ .tool-container .tool-items a[title="Danish"] {
/* 304  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -61px no-repeat;
/* 305  */ }
/* 306  */ 
/* 307  */ #flags.size22 a[title="Dutch"],
/* 308  */ .tool-container .tool-items a[title="Dutch"] {
/* 309  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -61px no-repeat;
/* 310  */ }
/* 311  */ 
/* 312  */ #flags.size22 a[title="Esperanto"],
/* 313  */ .tool-container .tool-items a[title="Esperanto"] {
/* 314  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -90px no-repeat;
/* 315  */ }
/* 316  */ 
/* 317  */ #flags.size22 a[title="Estonian"],
/* 318  */ .tool-container .tool-items a[title="Estonian"] {
/* 319  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -90px no-repeat;
/* 320  */ }
/* 321  */ 
/* 322  */ #flags.size22 a[title="Filipino"],
/* 323  */ .tool-container .tool-items a[title="Filipino"] {
/* 324  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -90px no-repeat;
/* 325  */ }
/* 326  */ 
/* 327  */ #flags.size22 a[title="Finnish"],
/* 328  */ .tool-container .tool-items a[title="Finnish"] {
/* 329  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -90px no-repeat;
/* 330  */ }
/* 331  */ 
/* 332  */ #flags.size22 a[title="French"],
/* 333  */ .tool-container .tool-items a[title="French"] {
/* 334  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -90px no-repeat;
/* 335  */ }
/* 336  */ 
/* 337  */ #flags.size22 a[title="Galician"],
/* 338  */ .tool-container .tool-items a[title="Galician"] {
/* 339  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -90px no-repeat;
/* 340  */ }
/* 341  */ 
/* 342  */ #flags.size22 a[title="Georgian"],
/* 343  */ .tool-container .tool-items a[title="Georgian"] {
/* 344  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -119px no-repeat;
/* 345  */ }
/* 346  */ 
/* 347  */ #flags.size22 a[title="German"],
/* 348  */ .tool-container .tool-items a[title="German"] {
/* 349  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -119px no-repeat;
/* 350  */ }

/* style.css */

/* 351  */ 
/* 352  */ #flags.size22 a[title="Greek"],
/* 353  */ .tool-container .tool-items a[title="Greek"] {
/* 354  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -119px no-repeat;
/* 355  */ }
/* 356  */ 
/* 357  */ #flags.size22 a[title="Gujarati"],
/* 358  */ .tool-container .tool-items a[title="Gujarati"] {
/* 359  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -119px no-repeat;
/* 360  */ }
/* 361  */ 
/* 362  */ #flags.size22 a[title="Haitian"],
/* 363  */ .tool-container .tool-items a[title="Haitian"] {
/* 364  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -119px no-repeat;
/* 365  */ }
/* 366  */ 
/* 367  */ #flags.size22 a[title="Hausa"],
/* 368  */ .tool-container .tool-items a[title="Hausa"] {
/* 369  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -119px no-repeat;
/* 370  */ }
/* 371  */ 
/* 372  */ #flags.size22 a[title="Hebrew"],
/* 373  */ .tool-container .tool-items a[title="Hebrew"] {
/* 374  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -148px no-repeat;
/* 375  */ }
/* 376  */ 
/* 377  */ #flags.size22 a[title="Hindi"],
/* 378  */ .tool-container .tool-items a[title="Hindi"] {
/* 379  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -148px no-repeat;
/* 380  */ }
/* 381  */ 
/* 382  */ #flags.size22 a[title="Hmong"],
/* 383  */ .tool-container .tool-items a[title="Hmong"] {
/* 384  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -148px no-repeat;
/* 385  */ }
/* 386  */ 
/* 387  */ #flags.size22 a[title="Hungarian"],
/* 388  */ .tool-container .tool-items a[title="Hungarian"] {
/* 389  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -148px no-repeat;
/* 390  */ }
/* 391  */ 
/* 392  */ #flags.size22 a[title="Icelandic"],
/* 393  */ .tool-container .tool-items a[title="Icelandic"] {
/* 394  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -148px no-repeat;
/* 395  */ }
/* 396  */ 
/* 397  */ #flags.size22 a[title="Igbo"],
/* 398  */ .tool-container .tool-items a[title="Igbo"] {
/* 399  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -148px no-repeat;
/* 400  */ }

/* style.css */

/* 401  */ 
/* 402  */ #flags.size22 a[title="Indonesian"],
/* 403  */ .tool-container .tool-items a[title="Indonesian"] {
/* 404  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -177px no-repeat;
/* 405  */ }
/* 406  */ 
/* 407  */ #flags.size22 a[title="Irish"],
/* 408  */ .tool-container .tool-items a[title="Irish"] {
/* 409  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -177px no-repeat;
/* 410  */ }
/* 411  */ 
/* 412  */ #flags.size22 a[title="Italian"],
/* 413  */ .tool-container .tool-items a[title="Italian"] {
/* 414  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -177px no-repeat;
/* 415  */ }
/* 416  */ 
/* 417  */ #flags.size22 a[title="Japanese"],
/* 418  */ .tool-container .tool-items a[title="Japanese"] {
/* 419  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -177px no-repeat;
/* 420  */ }
/* 421  */ 
/* 422  */ #flags.size22 a[title="Javanese"],
/* 423  */ .tool-container .tool-items a[title="Javanese"] {
/* 424  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -177px no-repeat;
/* 425  */ }
/* 426  */ 
/* 427  */ #flags.size22 a[title="Kannada"],
/* 428  */ .tool-container .tool-items a[title="Kannada"] {
/* 429  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -177px no-repeat;
/* 430  */ }
/* 431  */ 
/* 432  */ #flags.size22 a[title="Khmer"],
/* 433  */ .tool-container .tool-items a[title="Khmer"] {
/* 434  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -206px no-repeat;
/* 435  */ }
/* 436  */ 
/* 437  */ #flags.size22 a[title="Korean"],
/* 438  */ .tool-container .tool-items a[title="Korean"] {
/* 439  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -206px no-repeat;
/* 440  */ }
/* 441  */ 
/* 442  */ #flags.size22 a[title="Lao"],
/* 443  */ .tool-container .tool-items a[title="Lao"] {
/* 444  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -206px no-repeat;
/* 445  */ }
/* 446  */ 
/* 447  */ #flags.size22 a[title="Latin"],
/* 448  */ .tool-container .tool-items a[title="Latin"] {
/* 449  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -206px no-repeat;
/* 450  */ }

/* style.css */

/* 451  */ 
/* 452  */ #flags.size22 a[title="Latvian"],
/* 453  */ .tool-container .tool-items a[title="Latvian"] {
/* 454  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -206px no-repeat;
/* 455  */ }
/* 456  */ 
/* 457  */ #flags.size22 a[title="Lithuanian"],
/* 458  */ .tool-container .tool-items a[title="Lithuanian"] {
/* 459  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -206px no-repeat;
/* 460  */ }
/* 461  */ 
/* 462  */ #flags.size22 a[title="Macedonian"],
/* 463  */ .tool-container .tool-items a[title="Macedonian"] {
/* 464  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -235px no-repeat;
/* 465  */ }
/* 466  */ 
/* 467  */ #flags.size22 a[title="Malay"],
/* 468  */ .tool-container .tool-items a[title="Malay"] {
/* 469  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -235px no-repeat;
/* 470  */ }
/* 471  */ 
/* 472  */ #flags.size22 a[title="Maltese"],
/* 473  */ .tool-container .tool-items a[title="Maltese"] {
/* 474  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -235px no-repeat;
/* 475  */ }
/* 476  */ 
/* 477  */ #flags.size22 a[title="Maori"],
/* 478  */ .tool-container .tool-items a[title="Maori"] {
/* 479  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -235px no-repeat;
/* 480  */ }
/* 481  */ 
/* 482  */ #flags.size22 a[title="Marathi"],
/* 483  */ .tool-container .tool-items a[title="Marathi"] {
/* 484  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -235px no-repeat;
/* 485  */ }
/* 486  */ 
/* 487  */ #flags.size22 a[title="Mongolian"],
/* 488  */ .tool-container .tool-items a[title="Mongolian"] {
/* 489  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -235px no-repeat;
/* 490  */ }
/* 491  */ 
/* 492  */ #flags.size22 a[title="Nepali"],
/* 493  */ .tool-container .tool-items a[title="Nepali"] {
/* 494  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -264px no-repeat;
/* 495  */ }
/* 496  */ 
/* 497  */ #flags.size22 a[title="Norwegian"],
/* 498  */ .tool-container .tool-items a[title="Norwegian"] {
/* 499  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -264px no-repeat;
/* 500  */ }

/* style.css */

/* 501  */ 
/* 502  */ #flags.size22 a[title="Persian"],
/* 503  */ .tool-container .tool-items a[title="Persian"] {
/* 504  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -264px no-repeat;
/* 505  */ }
/* 506  */ 
/* 507  */ #flags.size22 a[title="Polish"],
/* 508  */ .tool-container .tool-items a[title="Polish"] {
/* 509  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -264px no-repeat;
/* 510  */ }
/* 511  */ 
/* 512  */ #flags.size22 a[title="Portuguese"],
/* 513  */ .tool-container .tool-items a[title="Portuguese"] {
/* 514  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -264px no-repeat;
/* 515  */ }
/* 516  */ 
/* 517  */ #flags.size22 a[title="Punjabi"],
/* 518  */ .tool-container .tool-items a[title="Punjabi"] {
/* 519  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -264px no-repeat;
/* 520  */ }
/* 521  */ 
/* 522  */ #flags.size22 a[title="Romanian"],
/* 523  */ .tool-container .tool-items a[title="Romanian"] {
/* 524  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -293px no-repeat;
/* 525  */ }
/* 526  */ 
/* 527  */ #flags.size22 a[title="Russian"],
/* 528  */ .tool-container .tool-items a[title="Russian"] {
/* 529  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -293px no-repeat;
/* 530  */ }
/* 531  */ 
/* 532  */ #flags.size22 a[title="Serbian"],
/* 533  */ .tool-container .tool-items a[title="Serbian"] {
/* 534  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -293px no-repeat;
/* 535  */ }
/* 536  */ 
/* 537  */ #flags.size22 a[title="Slovak"],
/* 538  */ .tool-container .tool-items a[title="Slovak"] {
/* 539  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -293px no-repeat;
/* 540  */ }
/* 541  */ 
/* 542  */ #flags.size22 a[title="Slovenian"],
/* 543  */ .tool-container .tool-items a[title="Slovenian"] {
/* 544  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -293px no-repeat;
/* 545  */ }
/* 546  */ 
/* 547  */ #flags.size22 a[title="Somali"],
/* 548  */ .tool-container .tool-items a[title="Somali"] {
/* 549  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -293px no-repeat;
/* 550  */ }

/* style.css */

/* 551  */ 
/* 552  */ #flags.size22 a[title="Spanish"],
/* 553  */ .tool-container .tool-items a[title="Spanish"] {
/* 554  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -322px no-repeat;
/* 555  */ }
/* 556  */ 
/* 557  */ #flags.size22 a[title="Swahili"],
/* 558  */ .tool-container .tool-items a[title="Swahili"] {
/* 559  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -322px no-repeat;
/* 560  */ }
/* 561  */ 
/* 562  */ #flags.size22 a[title="Swedish"],
/* 563  */ .tool-container .tool-items a[title="Swedish"] {
/* 564  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -322px no-repeat;
/* 565  */ }
/* 566  */ 
/* 567  */ #flags.size22 a[title="Tamil"],
/* 568  */ .tool-container .tool-items a[title="Tamil"] {
/* 569  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -322px no-repeat;
/* 570  */ }
/* 571  */ 
/* 572  */ #flags.size22 a[title="Telugu"],
/* 573  */ .tool-container .tool-items a[title="Telugu"] {
/* 574  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -322px no-repeat;
/* 575  */ }
/* 576  */ 
/* 577  */ #flags.size22 a[title="Thai"],
/* 578  */ .tool-container .tool-items a[title="Thai"] {
/* 579  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -322px no-repeat;
/* 580  */ }
/* 581  */ 
/* 582  */ #flags.size22 a[title="Turkish"],
/* 583  */ .tool-container .tool-items a[title="Turkish"] {
/* 584  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -351px no-repeat;
/* 585  */ }
/* 586  */ 
/* 587  */ #flags.size22 a[title="Ukranian"],
/* 588  */ .tool-container .tool-items a[title="Ukranian"] {
/* 589  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -351px no-repeat;
/* 590  */ }
/* 591  */ 
/* 592  */ #flags.size22 a[title="English"],
/* 593  */ .tool-container .tool-items a[title="English"] {
/* 594  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -351px no-repeat;
/* 595  */ }
/* 596  */ 
/* 597  */ #flags.size22 a[title="Urdu"],
/* 598  */ .tool-container .tool-items a[title="Urdu"] {
/* 599  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -146px -351px no-repeat;
/* 600  */ }

/* style.css */

/* 601  */ 
/* 602  */ #flags.size22 a[title="Vietnamese"],
/* 603  */ .tool-container .tool-items a[title="Vietnamese"] {
/* 604  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -1px -380px no-repeat;
/* 605  */ }
/* 606  */ 
/* 607  */ #flags.size22 a[title="Welsh"],
/* 608  */ .tool-container .tool-items a[title="Welsh"] {
/* 609  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -30px -380px no-repeat;
/* 610  */ }
/* 611  */ 
/* 612  */ #flags.size22 a[title="Yiddish"],
/* 613  */ .tool-container .tool-items a[title="Yiddish"] {
/* 614  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -59px -380px no-repeat;
/* 615  */ }
/* 616  */ 
/* 617  */ #flags.size22 a[title="Yoruba"],
/* 618  */ .tool-container .tool-items a[title="Yoruba"] {
/* 619  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -88px -380px no-repeat;
/* 620  */ }
/* 621  */ 
/* 622  */ #flags.size22 a[title="Zulu"],
/* 623  */ .tool-container .tool-items a[title="Zulu"] {
/* 624  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png?2462c9') -117px -380px no-repeat;
/* 625  */ }
/* 626  */ 
/* 627  */ /* Individual flag backgrounds (18px) */
/* 628  */ 
/* 629  */ #flags.size18 a[title="Afrikaans"],
/* 630  */ .tool-container .tool-items a[title="Afrikaans"] {
/* 631  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -4px no-repeat;
/* 632  */ }
/* 633  */ 
/* 634  */ #flags.size18 a[title="Albanian"],
/* 635  */ .tool-container .tool-items a[title="Albanian"] {
/* 636  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -4px no-repeat;
/* 637  */ }
/* 638  */ 
/* 639  */ #flags.size18 a[title="Arabic"],
/* 640  */ .tool-container .tool-items a[title="Arabic"] {
/* 641  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -4px no-repeat;
/* 642  */ }
/* 643  */ 
/* 644  */ #flags.size18 a[title="Armenian"],
/* 645  */ .tool-container .tool-items a[title="Armenian"] {
/* 646  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -4px no-repeat;
/* 647  */ }
/* 648  */ 
/* 649  */ #flags.size18 a[title="Azerbaijani"],
/* 650  */ .tool-container .tool-items a[title="Azerbaijani"] {

/* style.css */

/* 651  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -4px no-repeat;
/* 652  */ }
/* 653  */ 
/* 654  */ #flags.size18 a[title="Basque"],
/* 655  */ .tool-container .tool-items a[title="Basque"] {
/* 656  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -4px no-repeat;
/* 657  */ }
/* 658  */ 
/* 659  */ #flags.size18 a[title="Belarusian"],
/* 660  */ .tool-container .tool-items a[title="Belarusian"] {
/* 661  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -33px no-repeat;
/* 662  */ }
/* 663  */ 
/* 664  */ #flags.size18 a[title="Bengali"],
/* 665  */ .tool-container .tool-items a[title="Bengali"] {
/* 666  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -33px no-repeat;
/* 667  */ }
/* 668  */ 
/* 669  */ #flags.size18 a[title="Bosnian"],
/* 670  */ .tool-container .tool-items a[title="Bosnian"] {
/* 671  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -33px no-repeat;
/* 672  */ }
/* 673  */ 
/* 674  */ #flags.size18 a[title="Bulgarian"],
/* 675  */ .tool-container .tool-items a[title="Bulgarian"] {
/* 676  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -33px no-repeat;
/* 677  */ }
/* 678  */ 
/* 679  */ #flags.size18 a[title="Catalan"],
/* 680  */ .tool-container .tool-items a[title="Catalan"] {
/* 681  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -33px no-repeat;
/* 682  */ }
/* 683  */ 
/* 684  */ #flags.size18 a[title="Cebuano"],
/* 685  */ .tool-container .tool-items a[title="Cebuano"] {
/* 686  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -33px no-repeat;
/* 687  */ }
/* 688  */ 
/* 689  */ #flags.size18 a[title="Chinese(Simplified)"],
/* 690  */ .tool-container .tool-items a[title="Chinese(Simplified)"] {
/* 691  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -62px no-repeat;
/* 692  */ }
/* 693  */ 
/* 694  */ #flags.size18 a[title="Chinese(Traditional)"],
/* 695  */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 696  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -62px no-repeat;
/* 697  */ }
/* 698  */ 
/* 699  */ #flags.size18 a[title="Croatian"],
/* 700  */ .tool-container .tool-items a[title="Croatian"] {

/* style.css */

/* 701  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -62px no-repeat;
/* 702  */ }
/* 703  */ 
/* 704  */ #flags.size18 a[title="Czech"],
/* 705  */ .tool-container .tool-items a[title="Czech"] {
/* 706  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -62px no-repeat;
/* 707  */ }
/* 708  */ 
/* 709  */ #flags.size18 a[title="Danish"],
/* 710  */ .tool-container .tool-items a[title="Danish"] {
/* 711  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -62px no-repeat;
/* 712  */ }
/* 713  */ 
/* 714  */ #flags.size18 a[title="Dutch"],
/* 715  */ .tool-container .tool-items a[title="Dutch"] {
/* 716  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -62px no-repeat;
/* 717  */ }
/* 718  */ 
/* 719  */ #flags.size18 a[title="Esperanto"],
/* 720  */ .tool-container .tool-items a[title="Esperanto"] {
/* 721  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -91px no-repeat;
/* 722  */ }
/* 723  */ 
/* 724  */ #flags.size18 a[title="Estonian"],
/* 725  */ .tool-container .tool-items a[title="Estonian"] {
/* 726  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -91px no-repeat;
/* 727  */ }
/* 728  */ 
/* 729  */ #flags.size18 a[title="Filipino"],
/* 730  */ .tool-container .tool-items a[title="Filipino"] {
/* 731  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -91px no-repeat;
/* 732  */ }
/* 733  */ 
/* 734  */ #flags.size18 a[title="Finnish"],
/* 735  */ .tool-container .tool-items a[title="Finnish"] {
/* 736  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -91px no-repeat;
/* 737  */ }
/* 738  */ 
/* 739  */ #flags.size18 a[title="French"],
/* 740  */ .tool-container .tool-items a[title="French"] {
/* 741  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -91px no-repeat;
/* 742  */ }
/* 743  */ 
/* 744  */ #flags.size18 a[title="Galician"],
/* 745  */ .tool-container .tool-items a[title="Galician"] {
/* 746  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -91px no-repeat;
/* 747  */ }
/* 748  */ 
/* 749  */ #flags.size18 a[title="Georgian"],
/* 750  */ .tool-container .tool-items a[title="Georgian"] {

/* style.css */

/* 751  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -120px no-repeat;
/* 752  */ }
/* 753  */ 
/* 754  */ #flags.size18 a[title="German"],
/* 755  */ .tool-container .tool-items a[title="German"] {
/* 756  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -120px no-repeat;
/* 757  */ }
/* 758  */ 
/* 759  */ #flags.size18 a[title="Greek"],
/* 760  */ .tool-container .tool-items a[title="Greek"] {
/* 761  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -120px no-repeat;
/* 762  */ }
/* 763  */ 
/* 764  */ #flags.size18 a[title="Gujarati"],
/* 765  */ .tool-container .tool-items a[title="Gujarati"] {
/* 766  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -120px no-repeat;
/* 767  */ }
/* 768  */ 
/* 769  */ #flags.size18 a[title="Haitian"],
/* 770  */ .tool-container .tool-items a[title="Haitian"] {
/* 771  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -120px no-repeat;
/* 772  */ }
/* 773  */ 
/* 774  */ #flags.size18 a[title="Hausa"],
/* 775  */ .tool-container .tool-items a[title="Hausa"] {
/* 776  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -120px no-repeat;
/* 777  */ }
/* 778  */ 
/* 779  */ #flags.size18 a[title="Hebrew"],
/* 780  */ .tool-container .tool-items a[title="Hebrew"] {
/* 781  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -149px no-repeat;
/* 782  */ }
/* 783  */ 
/* 784  */ #flags.size18 a[title="Hindi"],
/* 785  */ .tool-container .tool-items a[title="Hindi"] {
/* 786  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -149px no-repeat;
/* 787  */ }
/* 788  */ 
/* 789  */ #flags.size18 a[title="Hmong"],
/* 790  */ .tool-container .tool-items a[title="Hmong"] {
/* 791  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -149px no-repeat;
/* 792  */ }
/* 793  */ 
/* 794  */ #flags.size18 a[title="Hungarian"],
/* 795  */ .tool-container .tool-items a[title="Hungarian"] {
/* 796  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -149px no-repeat;
/* 797  */ }
/* 798  */ 
/* 799  */ #flags.size18 a[title="Icelandic"],
/* 800  */ .tool-container .tool-items a[title="Icelandic"] {

/* style.css */

/* 801  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -149px no-repeat;
/* 802  */ }
/* 803  */ 
/* 804  */ #flags.size18 a[title="Igbo"],
/* 805  */ .tool-container .tool-items a[title="Igbo"] {
/* 806  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -149px no-repeat;
/* 807  */ }
/* 808  */ 
/* 809  */ #flags.size18 a[title="Indonesian"],
/* 810  */ .tool-container .tool-items a[title="Indonesian"] {
/* 811  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -178px no-repeat;
/* 812  */ }
/* 813  */ 
/* 814  */ #flags.size18 a[title="Irish"],
/* 815  */ .tool-container .tool-items a[title="Irish"] {
/* 816  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -178px no-repeat;
/* 817  */ }
/* 818  */ 
/* 819  */ #flags.size18 a[title="Italian"],
/* 820  */ .tool-container .tool-items a[title="Italian"] {
/* 821  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -178px no-repeat;
/* 822  */ }
/* 823  */ 
/* 824  */ #flags.size18 a[title="Japanese"],
/* 825  */ .tool-container .tool-items a[title="Japanese"] {
/* 826  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -178px no-repeat;
/* 827  */ }
/* 828  */ 
/* 829  */ #flags.size18 a[title="Javanese"],
/* 830  */ .tool-container .tool-items a[title="Javanese"] {
/* 831  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -178px no-repeat;
/* 832  */ }
/* 833  */ 
/* 834  */ #flags.size18 a[title="Kannada"],
/* 835  */ .tool-container .tool-items a[title="Kannada"] {
/* 836  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -178px no-repeat;
/* 837  */ }
/* 838  */ 
/* 839  */ #flags.size18 a[title="Khmer"],
/* 840  */ .tool-container .tool-items a[title="Khmer"] {
/* 841  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -207px no-repeat;
/* 842  */ }
/* 843  */ 
/* 844  */ #flags.size18 a[title="Korean"],
/* 845  */ .tool-container .tool-items a[title="Korean"] {
/* 846  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -207px no-repeat;
/* 847  */ }
/* 848  */ 
/* 849  */ #flags.size18 a[title="Lao"],
/* 850  */ .tool-container .tool-items a[title="Lao"] {

/* style.css */

/* 851  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -207px no-repeat;
/* 852  */ }
/* 853  */ 
/* 854  */ #flags.size18 a[title="Latin"],
/* 855  */ .tool-container .tool-items a[title="Latin"] {
/* 856  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -207px no-repeat;
/* 857  */ }
/* 858  */ 
/* 859  */ #flags.size18 a[title="Latvian"],
/* 860  */ .tool-container .tool-items a[title="Latvian"] {
/* 861  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -207px no-repeat;
/* 862  */ }
/* 863  */ 
/* 864  */ #flags.size18 a[title="Lithuanian"],
/* 865  */ .tool-container .tool-items a[title="Lithuanian"] {
/* 866  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -207px no-repeat;
/* 867  */ }
/* 868  */ 
/* 869  */ #flags.size18 a[title="Macedonian"],
/* 870  */ .tool-container .tool-items a[title="Macedonian"] {
/* 871  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -236px no-repeat;
/* 872  */ }
/* 873  */ 
/* 874  */ #flags.size18 a[title="Malay"],
/* 875  */ .tool-container .tool-items a[title="Malay"] {
/* 876  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -236px no-repeat;
/* 877  */ }
/* 878  */ 
/* 879  */ #flags.size18 a[title="Maltese"],
/* 880  */ .tool-container .tool-items a[title="Maltese"] {
/* 881  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -236px no-repeat;
/* 882  */ }
/* 883  */ 
/* 884  */ #flags.size18 a[title="Maori"],
/* 885  */ .tool-container .tool-items a[title="Maori"] {
/* 886  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -236px no-repeat;
/* 887  */ }
/* 888  */ 
/* 889  */ #flags.size18 a[title="Marathi"],
/* 890  */ .tool-container .tool-items a[title="Marathi"] {
/* 891  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -236px no-repeat;
/* 892  */ }
/* 893  */ 
/* 894  */ #flags.size18 a[title="Mongolian"],
/* 895  */ .tool-container .tool-items a[title="Mongolian"] {
/* 896  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -236px no-repeat;
/* 897  */ }
/* 898  */ 
/* 899  */ #flags.size18 a[title="Nepali"],
/* 900  */ .tool-container .tool-items a[title="Nepali"] {

/* style.css */

/* 901  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -265px no-repeat;
/* 902  */ }
/* 903  */ 
/* 904  */ #flags.size18 a[title="Norwegian"],
/* 905  */ .tool-container .tool-items a[title="Norwegian"] {
/* 906  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -265px no-repeat;
/* 907  */ }
/* 908  */ 
/* 909  */ #flags.size18 a[title="Persian"],
/* 910  */ .tool-container .tool-items a[title="Persian"] {
/* 911  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -265px no-repeat;
/* 912  */ }
/* 913  */ 
/* 914  */ #flags.size18 a[title="Polish"],
/* 915  */ .tool-container .tool-items a[title="Polish"] {
/* 916  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -265px no-repeat;
/* 917  */ }
/* 918  */ 
/* 919  */ #flags.size18 a[title="Portuguese"],
/* 920  */ .tool-container .tool-items a[title="Portuguese"] {
/* 921  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -265px no-repeat;
/* 922  */ }
/* 923  */ 
/* 924  */ #flags.size18 a[title="Punjabi"],
/* 925  */ .tool-container .tool-items a[title="Punjabi"] {
/* 926  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -265px no-repeat;
/* 927  */ }
/* 928  */ 
/* 929  */ #flags.size18 a[title="Romanian"],
/* 930  */ .tool-container .tool-items a[title="Romanian"] {
/* 931  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -294px no-repeat;
/* 932  */ }
/* 933  */ 
/* 934  */ #flags.size18 a[title="Russian"],
/* 935  */ .tool-container .tool-items a[title="Russian"] {
/* 936  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -294px no-repeat;
/* 937  */ }
/* 938  */ 
/* 939  */ #flags.size18 a[title="Serbian"],
/* 940  */ .tool-container .tool-items a[title="Serbian"] {
/* 941  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -294px no-repeat;
/* 942  */ }
/* 943  */ 
/* 944  */ #flags.size18 a[title="Slovak"],
/* 945  */ .tool-container .tool-items a[title="Slovak"] {
/* 946  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -294px no-repeat;
/* 947  */ }
/* 948  */ 
/* 949  */ #flags.size18 a[title="Slovenian"],
/* 950  */ .tool-container .tool-items a[title="Slovenian"] {

/* style.css */

/* 951  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -294px no-repeat;
/* 952  */ }
/* 953  */ 
/* 954  */ #flags.size18 a[title="Somali"],
/* 955  */ .tool-container .tool-items a[title="Somali"] {
/* 956  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -294px no-repeat;
/* 957  */ }
/* 958  */ 
/* 959  */ #flags.size18 a[title="Spanish"],
/* 960  */ .tool-container .tool-items a[title="Spanish"] {
/* 961  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -323px no-repeat;
/* 962  */ }
/* 963  */ 
/* 964  */ #flags.size18 a[title="Swahili"],
/* 965  */ .tool-container .tool-items a[title="Swahili"] {
/* 966  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -323px no-repeat;
/* 967  */ }
/* 968  */ 
/* 969  */ #flags.size18 a[title="Swedish"],
/* 970  */ .tool-container .tool-items a[title="Swedish"] {
/* 971  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -323px no-repeat;
/* 972  */ }
/* 973  */ 
/* 974  */ #flags.size18 a[title="Tamil"],
/* 975  */ .tool-container .tool-items a[title="Tamil"] {
/* 976  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -323px no-repeat;
/* 977  */ }
/* 978  */ 
/* 979  */ #flags.size18 a[title="Telugu"],
/* 980  */ .tool-container .tool-items a[title="Telugu"] {
/* 981  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -323px no-repeat;
/* 982  */ }
/* 983  */ 
/* 984  */ #flags.size18 a[title="Thai"],
/* 985  */ .tool-container .tool-items a[title="Thai"] {
/* 986  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -323px no-repeat;
/* 987  */ }
/* 988  */ 
/* 989  */ #flags.size18 a[title="Turkish"],
/* 990  */ .tool-container .tool-items a[title="Turkish"] {
/* 991  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -352px no-repeat;
/* 992  */ }
/* 993  */ 
/* 994  */ #flags.size18 a[title="Ukranian"],
/* 995  */ .tool-container .tool-items a[title="Ukranian"] {
/* 996  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -352px no-repeat;
/* 997  */ }
/* 998  */ 
/* 999  */ #flags.size18 a[title="English"],
/* 1000 */ .tool-container .tool-items a[title="English"] {

/* style.css */

/* 1001 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -352px no-repeat;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ #flags.size18 a[title="Urdu"],
/* 1005 */ .tool-container .tool-items a[title="Urdu"] {
/* 1006 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -147px -352px no-repeat;
/* 1007 */ }
/* 1008 */ 
/* 1009 */ #flags.size18 a[title="Vietnamese"],
/* 1010 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 1011 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -2px -381px no-repeat;
/* 1012 */ }
/* 1013 */ 
/* 1014 */ #flags.size18 a[title="Welsh"],
/* 1015 */ .tool-container .tool-items a[title="Welsh"] {
/* 1016 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -31px -381px no-repeat;
/* 1017 */ }
/* 1018 */ 
/* 1019 */ #flags.size18 a[title="Yiddish"],
/* 1020 */ .tool-container .tool-items a[title="Yiddish"] {
/* 1021 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -60px -381px no-repeat;
/* 1022 */ }
/* 1023 */ 
/* 1024 */ #flags.size18 a[title="Yoruba"],
/* 1025 */ .tool-container .tool-items a[title="Yoruba"] {
/* 1026 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -89px -381px no-repeat;
/* 1027 */ }
/* 1028 */ 
/* 1029 */ #flags.size18 a[title="Zulu"],
/* 1030 */ .tool-container .tool-items a[title="Zulu"] {
/* 1031 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png?2462c9') -118px -381px no-repeat;
/* 1032 */ }
/* 1033 */ 
/* 1034 */ /* Individual flag backgrounds (20px) */
/* 1035 */ 
/* 1036 */ #flags.size20 a[title="Afrikaans"],
/* 1037 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 1038 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -4px no-repeat;
/* 1039 */ }
/* 1040 */ 
/* 1041 */ #flags.size20 a[title="Albanian"],
/* 1042 */ .tool-container .tool-items a[title="Albanian"] {
/* 1043 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -4px no-repeat;
/* 1044 */ }
/* 1045 */ 
/* 1046 */ #flags.size20 a[title="Arabic"],
/* 1047 */ .tool-container .tool-items a[title="Arabic"] {
/* 1048 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -4px no-repeat;
/* 1049 */ }
/* 1050 */ 

/* style.css */

/* 1051 */ #flags.size20 a[title="Armenian"],
/* 1052 */ .tool-container .tool-items a[title="Armenian"] {
/* 1053 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -4px no-repeat;
/* 1054 */ }
/* 1055 */ 
/* 1056 */ #flags.size20 a[title="Azerbaijani"],
/* 1057 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 1058 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -4px no-repeat;
/* 1059 */ }
/* 1060 */ 
/* 1061 */ #flags.size20 a[title="Basque"],
/* 1062 */ .tool-container .tool-items a[title="Basque"] {
/* 1063 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -4px no-repeat;
/* 1064 */ }
/* 1065 */ 
/* 1066 */ #flags.size20 a[title="Belarusian"],
/* 1067 */ .tool-container .tool-items a[title="Belarusian"] {
/* 1068 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -33px no-repeat;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ #flags.size20 a[title="Bengali"],
/* 1072 */ .tool-container .tool-items a[title="Bengali"] {
/* 1073 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -33px no-repeat;
/* 1074 */ }
/* 1075 */ 
/* 1076 */ #flags.size20 a[title="Bosnian"],
/* 1077 */ .tool-container .tool-items a[title="Bosnian"] {
/* 1078 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -33px no-repeat;
/* 1079 */ }
/* 1080 */ 
/* 1081 */ #flags.size20 a[title="Bulgarian"],
/* 1082 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 1083 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -33px no-repeat;
/* 1084 */ }
/* 1085 */ 
/* 1086 */ #flags.size20 a[title="Catalan"],
/* 1087 */ .tool-container .tool-items a[title="Catalan"] {
/* 1088 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -33px no-repeat;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ #flags.size20 a[title="Cebuano"],
/* 1092 */ .tool-container .tool-items a[title="Cebuano"] {
/* 1093 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -33px no-repeat;
/* 1094 */ }
/* 1095 */ 
/* 1096 */ #flags.size20 a[title="Chinese(Simplified)"],
/* 1097 */ .tool-container .tool-items a[title="Chinese(Simplified)"] {
/* 1098 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -62px no-repeat;
/* 1099 */ }
/* 1100 */ 

/* style.css */

/* 1101 */ #flags.size20 a[title="Chinese(Traditional)"],
/* 1102 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 1103 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -62px no-repeat;
/* 1104 */ }
/* 1105 */ 
/* 1106 */ #flags.size20 a[title="Croatian"],
/* 1107 */ .tool-container .tool-items a[title="Croatian"] {
/* 1108 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -62px no-repeat;
/* 1109 */ }
/* 1110 */ 
/* 1111 */ #flags.size20 a[title="Czech"],
/* 1112 */ .tool-container .tool-items a[title="Czech"] {
/* 1113 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -62px no-repeat;
/* 1114 */ }
/* 1115 */ 
/* 1116 */ #flags.size20 a[title="Danish"],
/* 1117 */ .tool-container .tool-items a[title="Danish"] {
/* 1118 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -62px no-repeat;
/* 1119 */ }
/* 1120 */ 
/* 1121 */ #flags.size20 a[title="Dutch"],
/* 1122 */ .tool-container .tool-items a[title="Dutch"] {
/* 1123 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -62px no-repeat;
/* 1124 */ }
/* 1125 */ 
/* 1126 */ #flags.size20 a[title="Esperanto"],
/* 1127 */ .tool-container .tool-items a[title="Esperanto"] {
/* 1128 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -91px no-repeat;
/* 1129 */ }
/* 1130 */ 
/* 1131 */ #flags.size20 a[title="Estonian"],
/* 1132 */ .tool-container .tool-items a[title="Estonian"] {
/* 1133 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -91px no-repeat;
/* 1134 */ }
/* 1135 */ 
/* 1136 */ #flags.size20 a[title="Filipino"],
/* 1137 */ .tool-container .tool-items a[title="Filipino"] {
/* 1138 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -91px no-repeat;
/* 1139 */ }
/* 1140 */ 
/* 1141 */ #flags.size20 a[title="Finnish"],
/* 1142 */ .tool-container .tool-items a[title="Finnish"] {
/* 1143 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -91px no-repeat;
/* 1144 */ }
/* 1145 */ 
/* 1146 */ #flags.size20 a[title="French"],
/* 1147 */ .tool-container .tool-items a[title="French"] {
/* 1148 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -91px no-repeat;
/* 1149 */ }
/* 1150 */ 

/* style.css */

/* 1151 */ #flags.size20 a[title="Galician"],
/* 1152 */ .tool-container .tool-items a[title="Galician"] {
/* 1153 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -91px no-repeat;
/* 1154 */ }
/* 1155 */ 
/* 1156 */ #flags.size20 a[title="Georgian"],
/* 1157 */ .tool-container .tool-items a[title="Georgian"] {
/* 1158 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -120px no-repeat;
/* 1159 */ }
/* 1160 */ 
/* 1161 */ #flags.size20 a[title="German"],
/* 1162 */ .tool-container .tool-items a[title="German"] {
/* 1163 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -120px no-repeat;
/* 1164 */ }
/* 1165 */ 
/* 1166 */ #flags.size20 a[title="Greek"],
/* 1167 */ .tool-container .tool-items a[title="Greek"] {
/* 1168 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -120px no-repeat;
/* 1169 */ }
/* 1170 */ 
/* 1171 */ #flags.size20 a[title="Gujarati"],
/* 1172 */ .tool-container .tool-items a[title="Gujarati"] {
/* 1173 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -120px no-repeat;
/* 1174 */ }
/* 1175 */ 
/* 1176 */ #flags.size20 a[title="Haitian"],
/* 1177 */ .tool-container .tool-items a[title="Haitian"] {
/* 1178 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -120px no-repeat;
/* 1179 */ }
/* 1180 */ 
/* 1181 */ #flags.size20 a[title="Hausa"],
/* 1182 */ .tool-container .tool-items a[title="Hausa"] {
/* 1183 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -120px no-repeat;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ #flags.size20 a[title="Hebrew"],
/* 1187 */ .tool-container .tool-items a[title="Hebrew"] {
/* 1188 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -149px no-repeat;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ #flags.size20 a[title="Hindi"],
/* 1192 */ .tool-container .tool-items a[title="Hindi"] {
/* 1193 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -149px no-repeat;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ #flags.size20 a[title="Hmong"],
/* 1197 */ .tool-container .tool-items a[title="Hmong"] {
/* 1198 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -149px no-repeat;
/* 1199 */ }
/* 1200 */ 

/* style.css */

/* 1201 */ #flags.size20 a[title="Hungarian"],
/* 1202 */ .tool-container .tool-items a[title="Hungarian"] {
/* 1203 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -149px no-repeat;
/* 1204 */ }
/* 1205 */ 
/* 1206 */ #flags.size20 a[title="Icelandic"],
/* 1207 */ .tool-container .tool-items a[title="Icelandic"] {
/* 1208 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -149px no-repeat;
/* 1209 */ }
/* 1210 */ 
/* 1211 */ #flags.size20 a[title="Igbo"],
/* 1212 */ .tool-container .tool-items a[title="Igbo"] {
/* 1213 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -149px no-repeat;
/* 1214 */ }
/* 1215 */ 
/* 1216 */ #flags.size20 a[title="Indonesian"],
/* 1217 */ .tool-container .tool-items a[title="Indonesian"] {
/* 1218 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -178px no-repeat;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ #flags.size20 a[title="Irish"],
/* 1222 */ .tool-container .tool-items a[title="Irish"] {
/* 1223 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -178px no-repeat;
/* 1224 */ }
/* 1225 */ 
/* 1226 */ #flags.size20 a[title="Italian"],
/* 1227 */ .tool-container .tool-items a[title="Italian"] {
/* 1228 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -178px no-repeat;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ #flags.size20 a[title="Japanese"],
/* 1232 */ .tool-container .tool-items a[title="Japanese"] {
/* 1233 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -178px no-repeat;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ #flags.size20 a[title="Javanese"],
/* 1237 */ .tool-container .tool-items a[title="Javanese"] {
/* 1238 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -178px no-repeat;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ #flags.size20 a[title="Kannada"],
/* 1242 */ .tool-container .tool-items a[title="Kannada"] {
/* 1243 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -178px no-repeat;
/* 1244 */ }
/* 1245 */ 
/* 1246 */ #flags.size20 a[title="Khmer"],
/* 1247 */ .tool-container .tool-items a[title="Khmer"] {
/* 1248 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -207px no-repeat;
/* 1249 */ }
/* 1250 */ 

/* style.css */

/* 1251 */ #flags.size20 a[title="Korean"],
/* 1252 */ .tool-container .tool-items a[title="Korean"] {
/* 1253 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -207px no-repeat;
/* 1254 */ }
/* 1255 */ 
/* 1256 */ #flags.size20 a[title="Lao"],
/* 1257 */ .tool-container .tool-items a[title="Lao"] {
/* 1258 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -207px no-repeat;
/* 1259 */ }
/* 1260 */ 
/* 1261 */ #flags.size20 a[title="Latin"],
/* 1262 */ .tool-container .tool-items a[title="Latin"] {
/* 1263 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -207px no-repeat;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ #flags.size20 a[title="Latvian"],
/* 1267 */ .tool-container .tool-items a[title="Latvian"] {
/* 1268 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -207px no-repeat;
/* 1269 */ }
/* 1270 */ 
/* 1271 */ #flags.size20 a[title="Lithuanian"],
/* 1272 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 1273 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -207px no-repeat;
/* 1274 */ }
/* 1275 */ 
/* 1276 */ #flags.size20 a[title="Macedonian"],
/* 1277 */ .tool-container .tool-items a[title="Macedonian"] {
/* 1278 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -236px no-repeat;
/* 1279 */ }
/* 1280 */ 
/* 1281 */ #flags.size20 a[title="Malay"],
/* 1282 */ .tool-container .tool-items a[title="Malay"] {
/* 1283 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -236px no-repeat;
/* 1284 */ }
/* 1285 */ 
/* 1286 */ #flags.size20 a[title="Maltese"],
/* 1287 */ .tool-container .tool-items a[title="Maltese"] {
/* 1288 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -236px no-repeat;
/* 1289 */ }
/* 1290 */ 
/* 1291 */ #flags.size20 a[title="Maori"],
/* 1292 */ .tool-container .tool-items a[title="Maori"] {
/* 1293 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -236px no-repeat;
/* 1294 */ }
/* 1295 */ 
/* 1296 */ #flags.size20 a[title="Marathi"],
/* 1297 */ .tool-container .tool-items a[title="Marathi"] {
/* 1298 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -236px no-repeat;
/* 1299 */ }
/* 1300 */ 

/* style.css */

/* 1301 */ #flags.size20 a[title="Mongolian"],
/* 1302 */ .tool-container .tool-items a[title="Mongolian"] {
/* 1303 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -236px no-repeat;
/* 1304 */ }
/* 1305 */ 
/* 1306 */ #flags.size20 a[title="Nepali"],
/* 1307 */ .tool-container .tool-items a[title="Nepali"] {
/* 1308 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -265px no-repeat;
/* 1309 */ }
/* 1310 */ 
/* 1311 */ #flags.size20 a[title="Norwegian"],
/* 1312 */ .tool-container .tool-items a[title="Norwegian"] {
/* 1313 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -265px no-repeat;
/* 1314 */ }
/* 1315 */ 
/* 1316 */ #flags.size20 a[title="Persian"],
/* 1317 */ .tool-container .tool-items a[title="Persian"] {
/* 1318 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -265px no-repeat;
/* 1319 */ }
/* 1320 */ 
/* 1321 */ #flags.size20 a[title="Polish"],
/* 1322 */ .tool-container .tool-items a[title="Polish"] {
/* 1323 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -265px no-repeat;
/* 1324 */ }
/* 1325 */ 
/* 1326 */ #flags.size20 a[title="Portuguese"],
/* 1327 */ .tool-container .tool-items a[title="Portuguese"] {
/* 1328 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -265px no-repeat;
/* 1329 */ }
/* 1330 */ 
/* 1331 */ #flags.size20 a[title="Punjabi"],
/* 1332 */ .tool-container .tool-items a[title="Punjabi"] {
/* 1333 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -265px no-repeat;
/* 1334 */ }
/* 1335 */ 
/* 1336 */ #flags.size20 a[title="Romanian"],
/* 1337 */ .tool-container .tool-items a[title="Romanian"] {
/* 1338 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -294px no-repeat;
/* 1339 */ }
/* 1340 */ 
/* 1341 */ #flags.size20 a[title="Russian"],
/* 1342 */ .tool-container .tool-items a[title="Russian"] {
/* 1343 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -294px no-repeat;
/* 1344 */ }
/* 1345 */ 
/* 1346 */ #flags.size20 a[title="Serbian"],
/* 1347 */ .tool-container .tool-items a[title="Serbian"] {
/* 1348 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -294px no-repeat;
/* 1349 */ }
/* 1350 */ 

/* style.css */

/* 1351 */ #flags.size20 a[title="Slovak"],
/* 1352 */ .tool-container .tool-items a[title="Slovak"] {
/* 1353 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -294px no-repeat;
/* 1354 */ }
/* 1355 */ 
/* 1356 */ #flags.size20 a[title="Slovenian"],
/* 1357 */ .tool-container .tool-items a[title="Slovenian"] {
/* 1358 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -294px no-repeat;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ #flags.size20 a[title="Somali"],
/* 1362 */ .tool-container .tool-items a[title="Somali"] {
/* 1363 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -294px no-repeat;
/* 1364 */ }
/* 1365 */ 
/* 1366 */ #flags.size20 a[title="Spanish"],
/* 1367 */ .tool-container .tool-items a[title="Spanish"] {
/* 1368 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -323px no-repeat;
/* 1369 */ }
/* 1370 */ 
/* 1371 */ #flags.size20 a[title="Swahili"],
/* 1372 */ .tool-container .tool-items a[title="Swahili"] {
/* 1373 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -323px no-repeat;
/* 1374 */ }
/* 1375 */ 
/* 1376 */ #flags.size20 a[title="Swedish"],
/* 1377 */ .tool-container .tool-items a[title="Swedish"] {
/* 1378 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -323px no-repeat;
/* 1379 */ }
/* 1380 */ 
/* 1381 */ #flags.size20 a[title="Tamil"],
/* 1382 */ .tool-container .tool-items a[title="Tamil"] {
/* 1383 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -323px no-repeat;
/* 1384 */ }
/* 1385 */ 
/* 1386 */ #flags.size20 a[title="Telugu"],
/* 1387 */ .tool-container .tool-items a[title="Telugu"] {
/* 1388 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -323px no-repeat;
/* 1389 */ }
/* 1390 */ 
/* 1391 */ #flags.size20 a[title="Thai"],
/* 1392 */ .tool-container .tool-items a[title="Thai"] {
/* 1393 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -323px no-repeat;
/* 1394 */ }
/* 1395 */ 
/* 1396 */ #flags.size20 a[title="Turkish"],
/* 1397 */ .tool-container .tool-items a[title="Turkish"] {
/* 1398 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -352px no-repeat;
/* 1399 */ }
/* 1400 */ 

/* style.css */

/* 1401 */ #flags.size20 a[title="Ukranian"],
/* 1402 */ .tool-container .tool-items a[title="Ukranian"] {
/* 1403 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -352px no-repeat;
/* 1404 */ }
/* 1405 */ 
/* 1406 */ #flags.size20 a[title="English"],
/* 1407 */ .tool-container .tool-items a[title="English"] {
/* 1408 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -352px no-repeat;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ #flags.size20 a[title="Urdu"],
/* 1412 */ .tool-container .tool-items a[title="Urdu"] {
/* 1413 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -147px -352px no-repeat;
/* 1414 */ }
/* 1415 */ 
/* 1416 */ #flags.size20 a[title="Vietnamese"],
/* 1417 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 1418 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -2px -381px no-repeat;
/* 1419 */ }
/* 1420 */ 
/* 1421 */ #flags.size20 a[title="Welsh"],
/* 1422 */ .tool-container .tool-items a[title="Welsh"] {
/* 1423 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -31px -381px no-repeat;
/* 1424 */ }
/* 1425 */ 
/* 1426 */ #flags.size20 a[title="Yiddish"],
/* 1427 */ .tool-container .tool-items a[title="Yiddish"] {
/* 1428 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -60px -381px no-repeat;
/* 1429 */ }
/* 1430 */ 
/* 1431 */ #flags.size20 a[title="Yoruba"],
/* 1432 */ .tool-container .tool-items a[title="Yoruba"] {
/* 1433 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -89px -381px no-repeat;
/* 1434 */ }
/* 1435 */ 
/* 1436 */ #flags.size20 a[title="Zulu"],
/* 1437 */ .tool-container .tool-items a[title="Zulu"] {
/* 1438 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png?2462c9') -118px -381px no-repeat;
/* 1439 */ }
/* 1440 */ 
/* 1441 */ /* Individual flag backgrounds (16px) */
/* 1442 */ 
/* 1443 */ #flags.size16 a[title="Afrikaans"],
/* 1444 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 1445 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -5px no-repeat;
/* 1446 */ }
/* 1447 */ 
/* 1448 */ #flags.size16 a[title="Albanian"],
/* 1449 */ .tool-container .tool-items a[title="Albanian"] {
/* 1450 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -5px no-repeat;

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ #flags.size16 a[title="Arabic"],
/* 1454 */ .tool-container .tool-items a[title="Arabic"] {
/* 1455 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -5px no-repeat;
/* 1456 */ }
/* 1457 */ 
/* 1458 */ #flags.size16 a[title="Armenian"],
/* 1459 */ .tool-container .tool-items a[title="Armenian"] {
/* 1460 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -5px no-repeat;
/* 1461 */ }
/* 1462 */ 
/* 1463 */ #flags.size16 a[title="Azerbaijani"],
/* 1464 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 1465 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -5px no-repeat;
/* 1466 */ }
/* 1467 */ 
/* 1468 */ #flags.size16 a[title="Basque"],
/* 1469 */ .tool-container .tool-items a[title="Basque"] {
/* 1470 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -5px no-repeat;
/* 1471 */ }
/* 1472 */ 
/* 1473 */ #flags.size16 a[title="Belarusian"],
/* 1474 */ .tool-container .tool-items a[title="Belarusian"] {
/* 1475 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -34px no-repeat;
/* 1476 */ }
/* 1477 */ 
/* 1478 */ #flags.size16 a[title="Bengali"],
/* 1479 */ .tool-container .tool-items a[title="Bengali"] {
/* 1480 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -34px no-repeat;
/* 1481 */ }
/* 1482 */ 
/* 1483 */ #flags.size16 a[title="Bosnian"],
/* 1484 */ .tool-container .tool-items a[title="Bosnian"] {
/* 1485 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -34px no-repeat;
/* 1486 */ }
/* 1487 */ 
/* 1488 */ #flags.size16 a[title="Bulgarian"],
/* 1489 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 1490 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -34px no-repeat;
/* 1491 */ }
/* 1492 */ 
/* 1493 */ #flags.size16 a[title="Catalan"],
/* 1494 */ .tool-container .tool-items a[title="Catalan"] {
/* 1495 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -34px no-repeat;
/* 1496 */ }
/* 1497 */ 
/* 1498 */ #flags.size16 a[title="Cebuano"],
/* 1499 */ .tool-container .tool-items a[title="Cebuano"] {
/* 1500 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -34px no-repeat;

/* style.css */

/* 1501 */ }
/* 1502 */ 
/* 1503 */ #flags.size16 a[title="Chinese(Simplified)"],
/* 1504 */ .tool-container .tool-items a[title="Chinese(Simplified)"] {
/* 1505 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -63px no-repeat;
/* 1506 */ }
/* 1507 */ 
/* 1508 */ #flags.size16 a[title="Chinese(Traditional)"],
/* 1509 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 1510 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -63px no-repeat;
/* 1511 */ }
/* 1512 */ 
/* 1513 */ #flags.size16 a[title="Croatian"],
/* 1514 */ .tool-container .tool-items a[title="Croatian"] {
/* 1515 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -63px no-repeat;
/* 1516 */ }
/* 1517 */ 
/* 1518 */ #flags.size16 a[title="Czech"],
/* 1519 */ .tool-container .tool-items a[title="Czech"] {
/* 1520 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -63px no-repeat;
/* 1521 */ }
/* 1522 */ 
/* 1523 */ #flags.size16 a[title="Danish"],
/* 1524 */ .tool-container .tool-items a[title="Danish"] {
/* 1525 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -63px no-repeat;
/* 1526 */ }
/* 1527 */ 
/* 1528 */ #flags.size16 a[title="Dutch"],
/* 1529 */ .tool-container .tool-items a[title="Dutch"] {
/* 1530 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -63px no-repeat;
/* 1531 */ }
/* 1532 */ 
/* 1533 */ #flags.size16 a[title="Esperanto"],
/* 1534 */ .tool-container .tool-items a[title="Esperanto"] {
/* 1535 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -92px no-repeat;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ #flags.size16 a[title="Estonian"],
/* 1539 */ .tool-container .tool-items a[title="Estonian"] {
/* 1540 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -31px -92px no-repeat;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ #flags.size16 a[title="Filipino"],
/* 1544 */ .tool-container .tool-items a[title="Filipino"] {
/* 1545 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -92px no-repeat;
/* 1546 */ }
/* 1547 */ 
/* 1548 */ #flags.size16 a[title="Finnish"],
/* 1549 */ .tool-container .tool-items a[title="Finnish"] {
/* 1550 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -92px no-repeat;

/* style.css */

/* 1551 */ }
/* 1552 */ 
/* 1553 */ #flags.size16 a[title="French"],
/* 1554 */ .tool-container .tool-items a[title="French"] {
/* 1555 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -92px no-repeat;
/* 1556 */ }
/* 1557 */ 
/* 1558 */ #flags.size16 a[title="Galician"],
/* 1559 */ .tool-container .tool-items a[title="Galician"] {
/* 1560 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -92px no-repeat;
/* 1561 */ }
/* 1562 */ 
/* 1563 */ #flags.size16 a[title="Georgian"],
/* 1564 */ .tool-container .tool-items a[title="Georgian"] {
/* 1565 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -121px no-repeat;
/* 1566 */ }
/* 1567 */ 
/* 1568 */ #flags.size16 a[title="German"],
/* 1569 */ .tool-container .tool-items a[title="German"] {
/* 1570 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -121px no-repeat;
/* 1571 */ }
/* 1572 */ 
/* 1573 */ #flags.size16 a[title="Greek"],
/* 1574 */ .tool-container .tool-items a[title="Greek"] {
/* 1575 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -121px no-repeat;
/* 1576 */ }
/* 1577 */ 
/* 1578 */ #flags.size16 a[title="Gujarati"],
/* 1579 */ .tool-container .tool-items a[title="Gujarati"] {
/* 1580 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -121px no-repeat;
/* 1581 */ }
/* 1582 */ 
/* 1583 */ #flags.size16 a[title="Haitian"],
/* 1584 */ .tool-container .tool-items a[title="Haitian"] {
/* 1585 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -121px no-repeat;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ #flags.size16 a[title="Hausa"],
/* 1589 */ .tool-container .tool-items a[title="Hausa"] {
/* 1590 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -121px no-repeat;
/* 1591 */ }
/* 1592 */ 
/* 1593 */ #flags.size16 a[title="Hebrew"],
/* 1594 */ .tool-container .tool-items a[title="Hebrew"] {
/* 1595 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -150px no-repeat;
/* 1596 */ }
/* 1597 */ 
/* 1598 */ #flags.size16 a[title="Hindi"],
/* 1599 */ .tool-container .tool-items a[title="Hindi"] {
/* 1600 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -150px no-repeat;

/* style.css */

/* 1601 */ }
/* 1602 */ 
/* 1603 */ #flags.size16 a[title="Hmong"],
/* 1604 */ .tool-container .tool-items a[title="Hmong"] {
/* 1605 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -150px no-repeat;
/* 1606 */ }
/* 1607 */ 
/* 1608 */ #flags.size16 a[title="Hungarian"],
/* 1609 */ .tool-container .tool-items a[title="Hungarian"] {
/* 1610 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -150px no-repeat;
/* 1611 */ }
/* 1612 */ 
/* 1613 */ #flags.size16 a[title="Icelandic"],
/* 1614 */ .tool-container .tool-items a[title="Icelandic"] {
/* 1615 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -150px no-repeat;
/* 1616 */ }
/* 1617 */ 
/* 1618 */ #flags.size16 a[title="Igbo"],
/* 1619 */ .tool-container .tool-items a[title="Igbo"] {
/* 1620 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -150px no-repeat;
/* 1621 */ }
/* 1622 */ 
/* 1623 */ #flags.size16 a[title="Indonesian"],
/* 1624 */ .tool-container .tool-items a[title="Indonesian"] {
/* 1625 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -179px no-repeat;
/* 1626 */ }
/* 1627 */ 
/* 1628 */ #flags.size16 a[title="Irish"],
/* 1629 */ .tool-container .tool-items a[title="Irish"] {
/* 1630 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -179px no-repeat;
/* 1631 */ }
/* 1632 */ 
/* 1633 */ #flags.size16 a[title="Italian"],
/* 1634 */ .tool-container .tool-items a[title="Italian"] {
/* 1635 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -179px no-repeat;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ #flags.size16 a[title="Japanese"],
/* 1639 */ .tool-container .tool-items a[title="Japanese"] {
/* 1640 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -179px no-repeat;
/* 1641 */ }
/* 1642 */ 
/* 1643 */ #flags.size16 a[title="Javanese"],
/* 1644 */ .tool-container .tool-items a[title="Javanese"] {
/* 1645 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -179px no-repeat;
/* 1646 */ }
/* 1647 */ 
/* 1648 */ #flags.size16 a[title="Kannada"],
/* 1649 */ .tool-container .tool-items a[title="Kannada"] {
/* 1650 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -179px no-repeat;

/* style.css */

/* 1651 */ }
/* 1652 */ 
/* 1653 */ #flags.size16 a[title="Khmer"],
/* 1654 */ .tool-container .tool-items a[title="Khmer"] {
/* 1655 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -208px no-repeat;
/* 1656 */ }
/* 1657 */ 
/* 1658 */ #flags.size16 a[title="Korean"],
/* 1659 */ .tool-container .tool-items a[title="Korean"] {
/* 1660 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -208px no-repeat;
/* 1661 */ }
/* 1662 */ 
/* 1663 */ #flags.size16 a[title="Lao"],
/* 1664 */ .tool-container .tool-items a[title="Lao"] {
/* 1665 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -208px no-repeat;
/* 1666 */ }
/* 1667 */ 
/* 1668 */ #flags.size16 a[title="Latin"],
/* 1669 */ .tool-container .tool-items a[title="Latin"] {
/* 1670 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -208px no-repeat;
/* 1671 */ }
/* 1672 */ 
/* 1673 */ #flags.size16 a[title="Latvian"],
/* 1674 */ .tool-container .tool-items a[title="Latvian"] {
/* 1675 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -208px no-repeat;
/* 1676 */ }
/* 1677 */ 
/* 1678 */ #flags.size16 a[title="Lithuanian"],
/* 1679 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 1680 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -208px no-repeat;
/* 1681 */ }
/* 1682 */ 
/* 1683 */ #flags.size16 a[title="Macedonian"],
/* 1684 */ .tool-container .tool-items a[title="Macedonian"] {
/* 1685 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -237px no-repeat;
/* 1686 */ }
/* 1687 */ 
/* 1688 */ #flags.size16 a[title="Malay"],
/* 1689 */ .tool-container .tool-items a[title="Malay"] {
/* 1690 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -237px no-repeat;
/* 1691 */ }
/* 1692 */ 
/* 1693 */ #flags.size16 a[title="Maltese"],
/* 1694 */ .tool-container .tool-items a[title="Maltese"] {
/* 1695 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -237px no-repeat;
/* 1696 */ }
/* 1697 */ 
/* 1698 */ #flags.size16 a[title="Maori"],
/* 1699 */ .tool-container .tool-items a[title="Maori"] {
/* 1700 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -237px no-repeat;

/* style.css */

/* 1701 */ }
/* 1702 */ 
/* 1703 */ #flags.size16 a[title="Marathi"],
/* 1704 */ .tool-container .tool-items a[title="Marathi"] {
/* 1705 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -237px no-repeat;
/* 1706 */ }
/* 1707 */ 
/* 1708 */ #flags.size16 a[title="Mongolian"],
/* 1709 */ .tool-container .tool-items a[title="Mongolian"] {
/* 1710 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -237px no-repeat;
/* 1711 */ }
/* 1712 */ 
/* 1713 */ #flags.size16 a[title="Nepali"],
/* 1714 */ .tool-container .tool-items a[title="Nepali"] {
/* 1715 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -266px no-repeat;
/* 1716 */ }
/* 1717 */ 
/* 1718 */ #flags.size16 a[title="Norwegian"],
/* 1719 */ .tool-container .tool-items a[title="Norwegian"] {
/* 1720 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -266px no-repeat;
/* 1721 */ }
/* 1722 */ 
/* 1723 */ #flags.size16 a[title="Persian"],
/* 1724 */ .tool-container .tool-items a[title="Persian"] {
/* 1725 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -266px no-repeat;
/* 1726 */ }
/* 1727 */ 
/* 1728 */ #flags.size16 a[title="Polish"],
/* 1729 */ .tool-container .tool-items a[title="Polish"] {
/* 1730 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -266px no-repeat;
/* 1731 */ }
/* 1732 */ 
/* 1733 */ #flags.size16 a[title="Portuguese"],
/* 1734 */ .tool-container .tool-items a[title="Portuguese"] {
/* 1735 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -266px no-repeat;
/* 1736 */ }
/* 1737 */ 
/* 1738 */ #flags.size16 a[title="Punjabi"],
/* 1739 */ .tool-container .tool-items a[title="Punjabi"] {
/* 1740 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -266px no-repeat;
/* 1741 */ }
/* 1742 */ 
/* 1743 */ #flags.size16 a[title="Romanian"],
/* 1744 */ .tool-container .tool-items a[title="Romanian"] {
/* 1745 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -295px no-repeat;
/* 1746 */ }
/* 1747 */ 
/* 1748 */ #flags.size16 a[title="Russian"],
/* 1749 */ .tool-container .tool-items a[title="Russian"] {
/* 1750 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -295px no-repeat;

/* style.css */

/* 1751 */ }
/* 1752 */ 
/* 1753 */ #flags.size16 a[title="Serbian"],
/* 1754 */ .tool-container .tool-items a[title="Serbian"] {
/* 1755 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -295px no-repeat;
/* 1756 */ }
/* 1757 */ 
/* 1758 */ #flags.size16 a[title="Slovak"],
/* 1759 */ .tool-container .tool-items a[title="Slovak"] {
/* 1760 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -295px no-repeat;
/* 1761 */ }
/* 1762 */ 
/* 1763 */ #flags.size16 a[title="Slovenian"],
/* 1764 */ .tool-container .tool-items a[title="Slovenian"] {
/* 1765 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -295px no-repeat;
/* 1766 */ }
/* 1767 */ 
/* 1768 */ #flags.size16 a[title="Somali"],
/* 1769 */ .tool-container .tool-items a[title="Somali"] {
/* 1770 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -295px no-repeat;
/* 1771 */ }
/* 1772 */ 
/* 1773 */ #flags.size16 a[title="Spanish"],
/* 1774 */ .tool-container .tool-items a[title="Spanish"] {
/* 1775 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -324px no-repeat;
/* 1776 */ }
/* 1777 */ 
/* 1778 */ #flags.size16 a[title="Swahili"],
/* 1779 */ .tool-container .tool-items a[title="Swahili"] {
/* 1780 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -324px no-repeat;
/* 1781 */ }
/* 1782 */ 
/* 1783 */ #flags.size16 a[title="Swedish"],
/* 1784 */ .tool-container .tool-items a[title="Swedish"] {
/* 1785 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -324px no-repeat;
/* 1786 */ }
/* 1787 */ 
/* 1788 */ #flags.size16 a[title="Tamil"],
/* 1789 */ .tool-container .tool-items a[title="Tamil"] {
/* 1790 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -324px no-repeat;
/* 1791 */ }
/* 1792 */ 
/* 1793 */ #flags.size16 a[title="Telugu"],
/* 1794 */ .tool-container .tool-items a[title="Telugu"] {
/* 1795 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -324px no-repeat;
/* 1796 */ }
/* 1797 */ 
/* 1798 */ #flags.size16 a[title="Thai"],
/* 1799 */ .tool-container .tool-items a[title="Thai"] {
/* 1800 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -324px no-repeat;

/* style.css */

/* 1801 */ }
/* 1802 */ 
/* 1803 */ #flags.size16 a[title="Turkish"],
/* 1804 */ .tool-container .tool-items a[title="Turkish"] {
/* 1805 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -353px no-repeat;
/* 1806 */ }
/* 1807 */ 
/* 1808 */ #flags.size16 a[title="Ukranian"],
/* 1809 */ .tool-container .tool-items a[title="Ukranian"] {
/* 1810 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -353px no-repeat;
/* 1811 */ }
/* 1812 */ 
/* 1813 */ #flags.size16 a[title="English"],
/* 1814 */ .tool-container .tool-items a[title="English"] {
/* 1815 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -353px no-repeat;
/* 1816 */ }
/* 1817 */ 
/* 1818 */ #flags.size16 a[title="Urdu"],
/* 1819 */ .tool-container .tool-items a[title="Urdu"] {
/* 1820 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -148px -353px no-repeat;
/* 1821 */ }
/* 1822 */ 
/* 1823 */ #flags.size16 a[title="Vietnamese"],
/* 1824 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 1825 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -3px -382px no-repeat;
/* 1826 */ }
/* 1827 */ 
/* 1828 */ #flags.size16 a[title="Welsh"],
/* 1829 */ .tool-container .tool-items a[title="Welsh"] {
/* 1830 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -32px -382px no-repeat;
/* 1831 */ }
/* 1832 */ 
/* 1833 */ #flags.size16 a[title="Yiddish"],
/* 1834 */ .tool-container .tool-items a[title="Yiddish"] {
/* 1835 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -61px -382px no-repeat;
/* 1836 */ }
/* 1837 */ 
/* 1838 */ #flags.size16 a[title="Yoruba"],
/* 1839 */ .tool-container .tool-items a[title="Yoruba"] {
/* 1840 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -90px -382px no-repeat;
/* 1841 */ }
/* 1842 */ 
/* 1843 */ #flags.size16 a[title="Zulu"],
/* 1844 */ .tool-container .tool-items a[title="Zulu"] {
/* 1845 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png?2462c9') -119px -382px no-repeat;
/* 1846 */ }
/* 1847 */ 
/* 1848 */ /* Individual flag backgrounds (24px) */
/* 1849 */ 
/* 1850 */ #flags.size24 a[title="Afrikaans"],

/* style.css */

/* 1851 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 1852 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -3px no-repeat;
/* 1853 */ }
/* 1854 */ 
/* 1855 */ #flags.size24 a[title="Albanian"],
/* 1856 */ .tool-container .tool-items a[title="Albanian"] {
/* 1857 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -3px no-repeat;
/* 1858 */ }
/* 1859 */ 
/* 1860 */ #flags.size24 a[title="Arabic"],
/* 1861 */ .tool-container .tool-items a[title="Arabic"] {
/* 1862 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -3px no-repeat;
/* 1863 */ }
/* 1864 */ 
/* 1865 */ #flags.size24 a[title="Armenian"],
/* 1866 */ .tool-container .tool-items a[title="Armenian"] {
/* 1867 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -3px no-repeat;
/* 1868 */ }
/* 1869 */ 
/* 1870 */ #flags.size24 a[title="Azerbaijani"],
/* 1871 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 1872 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -3px no-repeat;
/* 1873 */ }
/* 1874 */ 
/* 1875 */ #flags.size24 a[title="Basque"],
/* 1876 */ .tool-container .tool-items a[title="Basque"] {
/* 1877 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -3px no-repeat;
/* 1878 */ }
/* 1879 */ 
/* 1880 */ #flags.size24 a[title="Belarusian"],
/* 1881 */ .tool-container .tool-items a[title="Belarusian"] {
/* 1882 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -32px no-repeat;
/* 1883 */ }
/* 1884 */ 
/* 1885 */ #flags.size24 a[title="Bengali"],
/* 1886 */ .tool-container .tool-items a[title="Bengali"] {
/* 1887 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -32px no-repeat;
/* 1888 */ }
/* 1889 */ 
/* 1890 */ #flags.size24 a[title="Bosnian"],
/* 1891 */ .tool-container .tool-items a[title="Bosnian"] {
/* 1892 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -32px no-repeat;
/* 1893 */ }
/* 1894 */ 
/* 1895 */ #flags.size24 a[title="Bulgarian"],
/* 1896 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 1897 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -32px no-repeat;
/* 1898 */ }
/* 1899 */ 
/* 1900 */ #flags.size24 a[title="Catalan"],

/* style.css */

/* 1901 */ .tool-container .tool-items a[title="Catalan"] {
/* 1902 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -32px no-repeat;
/* 1903 */ }
/* 1904 */ 
/* 1905 */ #flags.size24 a[title="Cebuano"],
/* 1906 */ .tool-container .tool-items a[title="Cebuano"] {
/* 1907 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -32px no-repeat;
/* 1908 */ }
/* 1909 */ 
/* 1910 */ #flags.size24 a[title="Chinese(Simplified)"],
/* 1911 */ .tool-container .tool-items a[title="Chinese(Simplified)"] {
/* 1912 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -61px no-repeat;
/* 1913 */ }
/* 1914 */ 
/* 1915 */ #flags.size24 a[title="Chinese(Traditional)"],
/* 1916 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 1917 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -61px no-repeat;
/* 1918 */ }
/* 1919 */ 
/* 1920 */ #flags.size24 a[title="Croatian"],
/* 1921 */ .tool-container .tool-items a[title="Croatian"] {
/* 1922 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -61px no-repeat;
/* 1923 */ }
/* 1924 */ 
/* 1925 */ #flags.size24 a[title="Czech"],
/* 1926 */ .tool-container .tool-items a[title="Czech"] {
/* 1927 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -61px no-repeat;
/* 1928 */ }
/* 1929 */ 
/* 1930 */ #flags.size24 a[title="Danish"],
/* 1931 */ .tool-container .tool-items a[title="Danish"] {
/* 1932 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -61px no-repeat;
/* 1933 */ }
/* 1934 */ 
/* 1935 */ #flags.size24 a[title="Dutch"],
/* 1936 */ .tool-container .tool-items a[title="Dutch"] {
/* 1937 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -61px no-repeat;
/* 1938 */ }
/* 1939 */ 
/* 1940 */ #flags.size24 a[title="Esperanto"],
/* 1941 */ .tool-container .tool-items a[title="Esperanto"] {
/* 1942 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -90px no-repeat;
/* 1943 */ }
/* 1944 */ 
/* 1945 */ #flags.size24 a[title="Estonian"],
/* 1946 */ .tool-container .tool-items a[title="Estonian"] {
/* 1947 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -90px no-repeat;
/* 1948 */ }
/* 1949 */ 
/* 1950 */ #flags.size24 a[title="Filipino"],

/* style.css */

/* 1951 */ .tool-container .tool-items a[title="Filipino"] {
/* 1952 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -90px no-repeat;
/* 1953 */ }
/* 1954 */ 
/* 1955 */ #flags.size24 a[title="Finnish"],
/* 1956 */ .tool-container .tool-items a[title="Finnish"] {
/* 1957 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -90px no-repeat;
/* 1958 */ }
/* 1959 */ 
/* 1960 */ #flags.size24 a[title="French"],
/* 1961 */ .tool-container .tool-items a[title="French"] {
/* 1962 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -90px no-repeat;
/* 1963 */ }
/* 1964 */ 
/* 1965 */ #flags.size24 a[title="Galician"],
/* 1966 */ .tool-container .tool-items a[title="Galician"] {
/* 1967 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -90px no-repeat;
/* 1968 */ }
/* 1969 */ 
/* 1970 */ #flags.size24 a[title="Georgian"],
/* 1971 */ .tool-container .tool-items a[title="Georgian"] {
/* 1972 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -119px no-repeat;
/* 1973 */ }
/* 1974 */ 
/* 1975 */ #flags.size24 a[title="German"],
/* 1976 */ .tool-container .tool-items a[title="German"] {
/* 1977 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -119px no-repeat;
/* 1978 */ }
/* 1979 */ 
/* 1980 */ #flags.size24 a[title="Greek"],
/* 1981 */ .tool-container .tool-items a[title="Greek"] {
/* 1982 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -119px no-repeat;
/* 1983 */ }
/* 1984 */ 
/* 1985 */ #flags.size24 a[title="Gujarati"],
/* 1986 */ .tool-container .tool-items a[title="Gujarati"] {
/* 1987 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -119px no-repeat;
/* 1988 */ }
/* 1989 */ 
/* 1990 */ #flags.size24 a[title="Haitian"],
/* 1991 */ .tool-container .tool-items a[title="Haitian"] {
/* 1992 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -119px no-repeat;
/* 1993 */ }
/* 1994 */ 
/* 1995 */ #flags.size24 a[title="Hausa"],
/* 1996 */ .tool-container .tool-items a[title="Hausa"] {
/* 1997 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -119px no-repeat;
/* 1998 */ }
/* 1999 */ 
/* 2000 */ #flags.size24 a[title="Hebrew"],

/* style.css */

/* 2001 */ .tool-container .tool-items a[title="Hebrew"] {
/* 2002 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -148px no-repeat;
/* 2003 */ }
/* 2004 */ 
/* 2005 */ #flags.size24 a[title="Hindi"],
/* 2006 */ .tool-container .tool-items a[title="Hindi"] {
/* 2007 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -148px no-repeat;
/* 2008 */ }
/* 2009 */ 
/* 2010 */ #flags.size24 a[title="Hmong"],
/* 2011 */ .tool-container .tool-items a[title="Hmong"] {
/* 2012 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -148px no-repeat;
/* 2013 */ }
/* 2014 */ 
/* 2015 */ #flags.size24 a[title="Hungarian"],
/* 2016 */ .tool-container .tool-items a[title="Hungarian"] {
/* 2017 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -148px no-repeat;
/* 2018 */ }
/* 2019 */ 
/* 2020 */ #flags.size24 a[title="Icelandic"],
/* 2021 */ .tool-container .tool-items a[title="Icelandic"] {
/* 2022 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -148px no-repeat;
/* 2023 */ }
/* 2024 */ 
/* 2025 */ #flags.size24 a[title="Igbo"],
/* 2026 */ .tool-container .tool-items a[title="Igbo"] {
/* 2027 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -148px no-repeat;
/* 2028 */ }
/* 2029 */ 
/* 2030 */ #flags.size24 a[title="Indonesian"],
/* 2031 */ .tool-container .tool-items a[title="Indonesian"] {
/* 2032 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -177px no-repeat;
/* 2033 */ }
/* 2034 */ 
/* 2035 */ #flags.size24 a[title="Irish"],
/* 2036 */ .tool-container .tool-items a[title="Irish"] {
/* 2037 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -177px no-repeat;
/* 2038 */ }
/* 2039 */ 
/* 2040 */ #flags.size24 a[title="Italian"],
/* 2041 */ .tool-container .tool-items a[title="Italian"] {
/* 2042 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -177px no-repeat;
/* 2043 */ }
/* 2044 */ 
/* 2045 */ #flags.size24 a[title="Japanese"],
/* 2046 */ .tool-container .tool-items a[title="Japanese"] {
/* 2047 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -177px no-repeat;
/* 2048 */ }
/* 2049 */ 
/* 2050 */ #flags.size24 a[title="Javanese"],

/* style.css */

/* 2051 */ .tool-container .tool-items a[title="Javanese"] {
/* 2052 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -177px no-repeat;
/* 2053 */ }
/* 2054 */ 
/* 2055 */ #flags.size24 a[title="Kannada"],
/* 2056 */ .tool-container .tool-items a[title="Kannada"] {
/* 2057 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -177px no-repeat;
/* 2058 */ }
/* 2059 */ 
/* 2060 */ #flags.size24 a[title="Khmer"],
/* 2061 */ .tool-container .tool-items a[title="Khmer"] {
/* 2062 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -206px no-repeat;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ #flags.size24 a[title="Korean"],
/* 2066 */ .tool-container .tool-items a[title="Korean"] {
/* 2067 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -206px no-repeat;
/* 2068 */ }
/* 2069 */ 
/* 2070 */ #flags.size24 a[title="Lao"],
/* 2071 */ .tool-container .tool-items a[title="Lao"] {
/* 2072 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -206px no-repeat;
/* 2073 */ }
/* 2074 */ 
/* 2075 */ #flags.size24 a[title="Latin"],
/* 2076 */ .tool-container .tool-items a[title="Latin"] {
/* 2077 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -206px no-repeat;
/* 2078 */ }
/* 2079 */ 
/* 2080 */ #flags.size24 a[title="Latvian"],
/* 2081 */ .tool-container .tool-items a[title="Latvian"] {
/* 2082 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -206px no-repeat;
/* 2083 */ }
/* 2084 */ 
/* 2085 */ #flags.size24 a[title="Lithuanian"],
/* 2086 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 2087 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -206px no-repeat;
/* 2088 */ }
/* 2089 */ 
/* 2090 */ #flags.size24 a[title="Macedonian"],
/* 2091 */ .tool-container .tool-items a[title="Macedonian"] {
/* 2092 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -235px no-repeat;
/* 2093 */ }
/* 2094 */ 
/* 2095 */ #flags.size24 a[title="Malay"],
/* 2096 */ .tool-container .tool-items a[title="Malay"] {
/* 2097 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -235px no-repeat;
/* 2098 */ }
/* 2099 */ 
/* 2100 */ #flags.size24 a[title="Maltese"],

/* style.css */

/* 2101 */ .tool-container .tool-items a[title="Maltese"] {
/* 2102 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -235px no-repeat;
/* 2103 */ }
/* 2104 */ 
/* 2105 */ #flags.size24 a[title="Maori"],
/* 2106 */ .tool-container .tool-items a[title="Maori"] {
/* 2107 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -235px no-repeat;
/* 2108 */ }
/* 2109 */ 
/* 2110 */ #flags.size24 a[title="Marathi"],
/* 2111 */ .tool-container .tool-items a[title="Marathi"] {
/* 2112 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -235px no-repeat;
/* 2113 */ }
/* 2114 */ 
/* 2115 */ #flags.size24 a[title="Mongolian"],
/* 2116 */ .tool-container .tool-items a[title="Mongolian"] {
/* 2117 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -235px no-repeat;
/* 2118 */ }
/* 2119 */ 
/* 2120 */ #flags.size24 a[title="Nepali"],
/* 2121 */ .tool-container .tool-items a[title="Nepali"] {
/* 2122 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -264px no-repeat;
/* 2123 */ }
/* 2124 */ 
/* 2125 */ #flags.size24 a[title="Norwegian"],
/* 2126 */ .tool-container .tool-items a[title="Norwegian"] {
/* 2127 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -264px no-repeat;
/* 2128 */ }
/* 2129 */ 
/* 2130 */ #flags.size24 a[title="Persian"],
/* 2131 */ .tool-container .tool-items a[title="Persian"] {
/* 2132 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -264px no-repeat;
/* 2133 */ }
/* 2134 */ 
/* 2135 */ #flags.size24 a[title="Polish"],
/* 2136 */ .tool-container .tool-items a[title="Polish"] {
/* 2137 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -264px no-repeat;
/* 2138 */ }
/* 2139 */ 
/* 2140 */ #flags.size24 a[title="Portuguese"],
/* 2141 */ .tool-container .tool-items a[title="Portuguese"] {
/* 2142 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -264px no-repeat;
/* 2143 */ }
/* 2144 */ 
/* 2145 */ #flags.size24 a[title="Punjabi"],
/* 2146 */ .tool-container .tool-items a[title="Punjabi"] {
/* 2147 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -264px no-repeat;
/* 2148 */ }
/* 2149 */ 
/* 2150 */ #flags.size24 a[title="Romanian"],

/* style.css */

/* 2151 */ .tool-container .tool-items a[title="Romanian"] {
/* 2152 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -293px no-repeat;
/* 2153 */ }
/* 2154 */ 
/* 2155 */ #flags.size24 a[title="Russian"],
/* 2156 */ .tool-container .tool-items a[title="Russian"] {
/* 2157 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -293px no-repeat;
/* 2158 */ }
/* 2159 */ 
/* 2160 */ #flags.size24 a[title="Serbian"],
/* 2161 */ .tool-container .tool-items a[title="Serbian"] {
/* 2162 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -293px no-repeat;
/* 2163 */ }
/* 2164 */ 
/* 2165 */ #flags.size24 a[title="Slovak"],
/* 2166 */ .tool-container .tool-items a[title="Slovak"] {
/* 2167 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -293px no-repeat;
/* 2168 */ }
/* 2169 */ 
/* 2170 */ #flags.size24 a[title="Slovenian"],
/* 2171 */ .tool-container .tool-items a[title="Slovenian"] {
/* 2172 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -293px no-repeat;
/* 2173 */ }
/* 2174 */ 
/* 2175 */ #flags.size24 a[title="Somali"],
/* 2176 */ .tool-container .tool-items a[title="Somali"] {
/* 2177 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -293px no-repeat;
/* 2178 */ }
/* 2179 */ 
/* 2180 */ #flags.size24 a[title="Spanish"],
/* 2181 */ .tool-container .tool-items a[title="Spanish"] {
/* 2182 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -322px no-repeat;
/* 2183 */ }
/* 2184 */ 
/* 2185 */ #flags.size24 a[title="Swahili"],
/* 2186 */ .tool-container .tool-items a[title="Swahili"] {
/* 2187 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -322px no-repeat;
/* 2188 */ }
/* 2189 */ 
/* 2190 */ #flags.size24 a[title="Swedish"],
/* 2191 */ .tool-container .tool-items a[title="Swedish"] {
/* 2192 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -322px no-repeat;
/* 2193 */ }
/* 2194 */ 
/* 2195 */ #flags.size24 a[title="Tamil"],
/* 2196 */ .tool-container .tool-items a[title="Tamil"] {
/* 2197 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -322px no-repeat;
/* 2198 */ }
/* 2199 */ 
/* 2200 */ #flags.size24 a[title="Telugu"],

/* style.css */

/* 2201 */ .tool-container .tool-items a[title="Telugu"] {
/* 2202 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -322px no-repeat;
/* 2203 */ }
/* 2204 */ 
/* 2205 */ #flags.size24 a[title="Thai"],
/* 2206 */ .tool-container .tool-items a[title="Thai"] {
/* 2207 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -322px no-repeat;
/* 2208 */ }
/* 2209 */ 
/* 2210 */ #flags.size24 a[title="Turkish"],
/* 2211 */ .tool-container .tool-items a[title="Turkish"] {
/* 2212 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -351px no-repeat;
/* 2213 */ }
/* 2214 */ 
/* 2215 */ #flags.size24 a[title="Ukranian"],
/* 2216 */ .tool-container .tool-items a[title="Ukranian"] {
/* 2217 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -351px no-repeat;
/* 2218 */ }
/* 2219 */ 
/* 2220 */ #flags.size24 a[title="English"],
/* 2221 */ .tool-container .tool-items a[title="English"] {
/* 2222 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -351px no-repeat;
/* 2223 */ }
/* 2224 */ 
/* 2225 */ #flags.size24 a[title="Urdu"],
/* 2226 */ .tool-container .tool-items a[title="Urdu"] {
/* 2227 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -145px -351px no-repeat;
/* 2228 */ }
/* 2229 */ 
/* 2230 */ #flags.size24 a[title="Vietnamese"],
/* 2231 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 2232 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') 0 -380px no-repeat;
/* 2233 */ }
/* 2234 */ 
/* 2235 */ #flags.size24 a[title="Welsh"],
/* 2236 */ .tool-container .tool-items a[title="Welsh"] {
/* 2237 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -29px -380px no-repeat;
/* 2238 */ }
/* 2239 */ 
/* 2240 */ #flags.size24 a[title="Yiddish"],
/* 2241 */ .tool-container .tool-items a[title="Yiddish"] {
/* 2242 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -58px -380px no-repeat;
/* 2243 */ }
/* 2244 */ 
/* 2245 */ #flags.size24 a[title="Yoruba"],
/* 2246 */ .tool-container .tool-items a[title="Yoruba"] {
/* 2247 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -87px -380px no-repeat;
/* 2248 */ }
/* 2249 */ 
/* 2250 */ #flags.size24 a[title="Zulu"],

/* style.css */

/* 2251 */ .tool-container .tool-items a[title="Zulu"] {
/* 2252 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png?2462c9') -116px -380px no-repeat;
/* 2253 */ }
/* 2254 */ 

/* tubepress.css */

/* 1   */ .tubepress_container {
/* 2   */ 	float: left;
/* 3   */ 	margin-bottom: 2em;
/* 4   */ 	width: 100%;
/* 5   */ }
/* 6   */ 
/* 7   */ .tubepress_normal_embedded_wrapper {
/* 8   */ 	text-align: left;
/* 9   */ 	margin: auto;
/* 10  */ }
/* 11  */ 
/* 12  */ .tubepress_embedded_title {
/* 13  */ 	font-weight: 700;
/* 14  */ 	font-size: larger;
/* 15  */ 	margin-bottom: .3em;
/* 16  */ }
/* 17  */ 
/* 18  */ .tubepress_thumbnail_area {
/* 19  */ 	margin-top: 1em;	
/* 20  */ }
/* 21  */ 
/* 22  */ .tubepress_thumbs {
/* 23  */ 	float: left;
/* 24  */ 	width: 100%;
/* 25  */ 	margin-bottom: 1em;
/* 26  */ }
/* 27  */ 
/* 28  */ .tubepress_thumb {
/* 29  */ 	float: left;
/* 30  */ 	width: 120px;
/* 31  */ 	height: 175px;
/* 32  */ 	line-height: 1.1em;
/* 33  */ 	font-size: 11px;
/* 34  */ 	overflow: hidden;
/* 35  */ }
/* 36  */ 
/* 37  */ .tubepress_thumb .tubepress_embed,
/* 38  */ .tubepress_thumb img {
/* 39  */ 	display: block;
/* 40  */ 	margin: 0 auto ! important;
/* 41  */ 	-ms-interpolation-mode: bicubic;
/* 42  */ }
/* 43  */ 
/* 44  */ .tubepress_thumb a {
/* 45  */ 	cursor: pointer;
/* 46  */ }
/* 47  */ 
/* 48  */ .tubepress_single_video .tubepress_meta_group {
/* 49  */ 	padding: 0;
/* 50  */ }

/* tubepress.css */

/* 51  */ 
/* 52  */ .tubepress_meta {
/* 53  */ 	float: left;
/* 54  */ }
/* 55  */ 
/* 56  */ dl.tubepress_meta_group {
/* 57  */     margin: 0 auto ! important;
/* 58  */ }
/* 59  */ 
/* 60  */ dt.tubepress_meta_title, 
/* 61  */ dt.tubepress_meta_runtime, 
/* 62  */ dt.tubepress_meta_url,
/* 63  */ dt.tubepress_meta_description {
/* 64  */ 	display: none;	
/* 65  */ }
/* 66  */ 
/* 67  */ dd.tubepress_meta {
/* 68  */ 	margin-bottom: auto ! important;
/* 69  */ 	margin-left: 0 ! important;
/* 70  */ }
/* 71  */ 
/* 72  */ dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
/* 73  */ 	font-size: 12px;
/* 74  */ 	font-weight: 700;
/* 75  */ 	float: left;
/* 76  */ 	width: auto;
/* 77  */ }
/* 78  */ 
/* 79  */ dd.tubepress_meta_runtime {
/* 80  */ 	font-size: 11px;
/* 81  */ 	font-weight: 700;
/* 82  */ 	clear: both;	
/* 83  */ }
/* 84  */ 
/* 85  */ dt.tubepress_meta_author, 
/* 86  */ dt.tubepress_meta_keywords, 
/* 87  */ dt.tubepress_meta_category, 
/* 88  */ dt.tubepress_meta_rating, 
/* 89  */ dt.tubepress_meta_ratings,
/* 90  */ dt.tubepress_meta_likes,
/* 91  */ dt.tubepress_meta_id,
/* 92  */ dt.tubepress_meta_views,
/* 93  */ dt.tubepress_meta_uploaddate {
/* 94  */ 	font-style: italic;
/* 95  */ 	color: #666;
/* 96  */ }
/* 97  */ 
/* 98  */ dt.tubepress_meta_author:after, 
/* 99  */ dt.tubepress_meta_keywords:after, 
/* 100 */ dt.tubepress_meta_category:after, 

/* tubepress.css */

/* 101 */ dt.tubepress_meta_rating:after, 
/* 102 */ dt.tubepress_meta_ratings:after,
/* 103 */ dt.tubepress_meta_likes:after,
/* 104 */ dt.tubepress_meta_id:after,
/* 105 */ dt.tubepress_meta_views:after,
/* 106 */ dt.tubepress_meta_uploaddate:after {
/* 107 */ 	content: ":"
/* 108 */ }
/* 109 */ 
/* 110 */ dd.tubepress_meta_author, 
/* 111 */ dd.tubepress_meta_keywords,
/* 112 */ dd.tubepress_meta_category, 
/* 113 */ dd.tubepress_meta_rating, 
/* 114 */ dd.tubepress_meta_ratings,
/* 115 */ dd.tubepress_meta_likes,
/* 116 */ dd.tubepress_meta_id,
/* 117 */ dd.tubepress_meta_views,
/* 118 */ dd.tubepress_meta_uploaddate {
/* 119 */ 	margin-left: .2em ! important;	
/* 120 */ }
/* 121 */ 
/* 122 */ dd.tubepress_meta_url {
/* 123 */ 	clear: left;
/* 124 */ }
/* 125 */ dd.tubepress_meta_description {
/* 126 */ 	clear: both;
/* 127 */ 	float: left;
/* 128 */ 	width: 100%;
/* 129 */ }
/* 130 */ 
/* 131 */ .tubepress_meta_group dt {
/* 132 */ 	clear: both;
/* 133 */ 	float: left;
/* 134 */ }
/* 135 */ 
/* 136 */ .tubepress_sidebar .tubepress_thumb {
/* 137 */ 	width: 100%;	
/* 138 */ 	height: auto;
/* 139 */ 	margin-top: 1em;
/* 140 */ }
/* 141 */ 
/* 142 */ .tubepress_sidebar .tubepress_thumb img {
/* 143 */     width: auto ! important;
/* 144 */     padding: 5% 5% 1% 2%;
/* 145 */     margin: 0 auto ! important;
/* 146 */     -ms-interpolation-mode: bicubic;
/* 147 */ }
/* 148 */ 
/* 149 */ .tubepress_sidebar .tubepress_thumbnail_area {
/* 150 */     margin-top: auto;

/* tubepress.css */

/* 151 */     float: left;
/* 152 */ }
/* 153 */ 
/* 154 */ .tubepress_sidebar .tubepress_thumb  {
/* 155 */     margin-top: auto;   
/* 156 */ }
/* 157 */ 
/* 158 */ .tubepress_sidebar .tubepress_meta_group {
/* 159 */     padding: 0 2%;  
/* 160 */ }
/* 161 */ 
/* 162 */ .tubepress_sidebar .tubepress_thumb a {
/* 163 */     float: left;
/* 164 */ }
/* 165 */ 
/* 166 */ .tubepress_container .pagination .disabled {
/* 167 */ 	color: #adaaad;
/* 168 */ }
/* 169 */ 
/* 170 */ .tubepress_container .pagination .tubepress_pagination_dots {
/* 171 */     padding: 0 0 0 3px;
/* 172 */ }
/* 173 */ 
/* 174 */ div.tubepress_single_video {
/* 175 */ 	float: left;	
/* 176 */ 	width: 100%;
/* 177 */ 	text-align: left;
/* 178 */ }
/* 179 */ 
/* 180 */ div.tubepress_single_video dd.tubepress_meta_description {
/* 181 */ 	margin-top: .3em;
/* 182 */ 	margin-bottom: .8em;
/* 183 */ }
/* 184 */ 
/* 185 */ div.tubepress_container div.pagination {
/* 186 */     font-size: 13px;	
/* 187 */     text-align:center;
/* 188 */     clear: both;    
/* 189 */     margin: .7em 0;
/* 190 */ }
/* 191 */ 
/* 192 */ div.tubepress_container div.pagination a, div.tubepress_container div.pagination span {
/* 193 */     display: inline-block;
/* 194 */     margin: 2px !important;
/* 195 */     text-decoration: none;
/* 196 */     padding: 3px 5px;
/* 197 */     cursor: pointer;
/* 198 */     line-height: 24px;
/* 199 */ }
/* 200 */ 

/* tubepress.css */

/* 201 */ div.tubepress_container div.pagination span.current {
/* 202 */     background: none repeat scroll 0 0 #313428;
/* 203 */     border: 1px solid #202020;
/* 204 */     border-radius: 3px 3px 3px 3px;
/* 205 */     color: #FFF;
/* 206 */     margin: 0;
/* 207 */     padding: 0 8px;
/* 208 */     
/* 209 */ }
/* 210 */ div.tubepress_container div.pagination a {
/* 211 */     background: #999; /* for non-css3 browsers */
/* 212 */ 
/* 213 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0'); /* for IE */
/* 214 */     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0)); /* for webkit browsers */
/* 215 */     background: -moz-linear-gradient(top,  #fff,  #F0F0F0); /* for firefox 3.6+ */ 
/* 216 */     border: 1px solid silver;
/* 217 */     border-radius: 3px 3px 3px 3px;
/* 218 */     color: #000099;
/* 219 */     display: inline-block;
/* 220 */     margin: 0;
/* 221 */     padding: 0 8px;
/* 222 */     text-decoration: none;
/* 223 */ }
/* 224 */ 
/* 225 */ div.tubepress_container div.pagination a:hover {
/* 226 */ 	box-shadow: 0 0 3px #383838;
/* 227 */ }

/* sidebar-login.css */

/* 1  */ /* Basic styling for login widget
/* 2  *|    This styling aligns the gravtar left, the links right.*/
/* 3  */ .widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
/* 4  */ 	float:left;
/* 5  */ }
/* 6  */ .widget_wp_sidebarlogin ul {
/* 7  */ 	list-style: none outside !important;
/* 8  */ }
/* 9  */ .widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
/* 10 */ 	padding: 3px;
/* 11 */ 	border: 1px solid #ddd;
/* 12 */ 	-moz-border-radius: 4px;
/* 13 */ 	-webkit-border-radius: 4px;
/* 14 */ 	margin-right: 8px;
/* 15 */ 	margin-top: 5px;
/* 16 */ }
/* 17 */ .widget_wp_sidebarlogin hr {
/* 18 */ 	display: block;
/* 19 */ 	clear: both;
/* 20 */ 	border: 0;
/* 21 */ 	border-top: 1px solid #999;
/* 22 */ 	height: 1px;
/* 23 */ }
/* 24 */ .widget_wp_sidebarlogin ul.sidebar_login_links {
/* 25 */ 	margin-left: 0 !important;
/* 26 */ }
/* 27 */ .widget_wp_sidebarlogin .sidebar_login_error {
/* 28 */ 	color: #ae121e;
/* 29 */ 	background-color: #fbb1b7;
/* 30 */ 	border: 1px solid;
/* 31 */ 	margin: 1em 0;
/* 32 */ 	padding: 1em;
/* 33 */ 	font-size: 13px;
/* 34 */ }
/* 35 */ .widget_wp_sidebarlogin .login_error a {
/* 36 */ 	color: #ae121e;
/* 37 */ }
/* 38 */ .widget_wp_sidebarlogin form {
/* 39 */ 	margin: 1em 0;
/* 40 */ }
/* 41 */ .widget_wp_sidebarlogin form p {
/* 42 */ 	margin: .5em 0;
/* 43 */ }
/* 44 */ .widget_wp_sidebarlogin form .input {
/* 45 */ 	width: 100%;
/* 46 */ 	margin: 2px;
/* 47 */ 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
/* 48 */     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
/* 49 */     box-sizing: border-box;         /* Opera/IE 8+ */
/* 50 */ }

/* youtube_simplegallery.css */

/* 1  */ 
/* 2  */ 	.youtube_gallery {
/* 3  */ 		text-align: center;
/* 4  */ 		padding: 25px auto;
/* 5  */ 		position: relative;
/* 6  */ 		clear: both;
/* 7  */ 	}
/* 8  */ 	
/* 9  */ 	.youtube_gallery_divider {
/* 10 */ 		clear: both !important;
/* 11 */ 	}
/* 12 */ 	
/* 13 */ 	.youtube_gallery_item {
/* 14 */ 		float: left;
/* 15 */ 		width: 135px;
/* 16 */ 		text-align: center;
/* 17 */ 		margin-bottom: 10px;
/* 18 */ 		margin-left: auto;
/* 19 */ 		margin-right: auto;
/* 20 */ 	}
/* 21 */ 	
/* 22 */ 	.youtube_gallery_player {
/* 23 */ 		position: relative;
/* 24 */ 	}
/* 25 */ 	
/* 26 */ 	.youtube_gallery_item img {
/* 27 */ 		background: #eee;
/* 28 */ 		padding: 3px;
/* 29 */ 		border: 1px solid #999;
/* 30 */ 		margin: 3px;
/* 31 */ 		width: 90%;
/* 32 */ 	}
/* 33 */ 	
/* 34 */ 	.youtube_gallery_item .ytsg_play {
/* 35 */ 		border: none;
/* 36 */ 		background: none;
/* 37 */ 		padding: 0;
/* 38 */ 		margin: 0;
/* 39 */ 		position: absolute;
/* 40 */ 		height: auto;
/* 41 */ 		box-shadow: none;
/* 42 */ 		-o-box-shadow: none;
/* 43 */ 		-webkit-box-shadow: none;
/* 44 */ 		-moz-box-shadow: none;
/* 45 */ 	}
/* 46 */ 
/* 47 */ 	.youtube_gallery_item img:hover {
/* 48 */ 		border-color: #333;
/* 49 */ 	}
/* 50 */ 	

/* youtube_simplegallery.css */

/* 51 */ 	.youtube_gallery_error {
/* 52 */ 	text-align: left;
/* 53 */ 	background-color: #ffebe8;
/* 54 */ 	border: 1px solid #c00;
/* 55 */ 	padding: 5px;
/* 56 */ 	margin: 3px;
/* 57 */ 	border-radius: 3px;
/* 58 */ 	-o-border-radius: 3px;
/* 59 */ 	-moz-border-radius: 3px;
/* 60 */ 	-webkit-border-radius: 3px;
/* 61 */ 	}
/* 62 */ 	
/* 63 */ 	.youtube_gallery_error a {
/* 64 */ 	color: #c00;
/* 65 */ 	}
/* 66 */ 
/* 67 */ 	.youtube_gallery_error p {
/* 68 */ 	margin: 0 !important;
/* 69 */ 	font-size: 12px;
/* 70 */ 	}

/* genericons.css */

/* 1   */ /**
/* 2   *| 
/* 3   *| 	Genericons
/* 4   *| 
/* 5   *| */
/* 6   */ 
/* 7   */ 
/* 8   */ /* IE8 and below use EOT and allow cross-site embedding. 
/* 9   *|    IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
/* 10  *|    So unfortunately, IE9 will throw a console error, but it'll still work.
/* 11  *|    When the font is base64 encoded, cross-site embedding works in Firefox */
/* 12  */ 
/* 13  */ @font-face {
/* 14  */     font-family: 'Genericons';
/* 15  */     src: url('/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot?2462c9');
/* 16  */ }
/* 17  */ 
/* 18  */ @font-face {
/* 19  */     font-family: 'Genericons';
/* 20  */     src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
/* 21  */          url('/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf?2462c9') format('truetype'),
/* 22  */          url('/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#genericonsregular') format('svg');
/* 23  */     font-weight: normal;
/* 24  */     font-style: normal;
/* 25  */ }
/* 26  */ 
/* 27  */ @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 28  */   @font-face {
/* 29  */     font-family: "Genericons";
/* 30  */     src: url("/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg#Genericons") format("svg");
/* 31  */   }
/* 32  */ }
/* 33  */ 
/* 34  */ 
/* 35  */ /**
/* 36  *|  * All Genericons
/* 37  *|  */
/* 38  */ 
/* 39  */ .genericon {
/* 40  */ 	font-size: 16px;
/* 41  */ 	vertical-align: top;
/* 42  */ 	text-align: center;
/* 43  */ 	-moz-transition: color .1s ease-in 0;
/* 44  */ 	-webkit-transition: color .1s ease-in 0;
/* 45  */ 	display: inline-block;
/* 46  */ 	font-family: "Genericons";
/* 47  */ 	font-style: normal;
/* 48  */ 	font-weight: normal;
/* 49  */ 	font-variant: normal;
/* 50  */ 	line-height: 1;

/* genericons.css */

/* 51  */ 	text-decoration: inherit;
/* 52  */ 	text-transform: none;
/* 53  */ 	-moz-osx-font-smoothing: grayscale;
/* 54  */ 	-webkit-font-smoothing: antialiased;
/* 55  */ 	speak: none;
/* 56  */ }
/* 57  */ 
/* 58  */ 
/* 59  */ /**
/* 60  *|  * Individual icons
/* 61  *|  */
/* 62  */ 
/* 63  */ .genericon-404:before { content: "\f423"; }
/* 64  */ .genericon-activity:before { content: "\f508"; }
/* 65  */ .genericon-anchor:before { content: "\f509"; }
/* 66  */ .genericon-aside:before { content: "\f101"; }
/* 67  */ .genericon-attachment:before { content: "\f416"; }
/* 68  */ .genericon-audio:before { content: "\f109"; }
/* 69  */ .genericon-bold:before { content: "\f471"; }
/* 70  */ .genericon-book:before { content: "\f444"; }
/* 71  */ .genericon-bug:before { content: "\f50a"; }
/* 72  */ .genericon-cart:before { content: "\f447"; }
/* 73  */ .genericon-category:before { content: "\f301"; }
/* 74  */ .genericon-chat:before { content: "\f108"; }
/* 75  */ .genericon-checkmark:before { content: "\f418"; }
/* 76  */ .genericon-close:before { content: "\f405"; }
/* 77  */ .genericon-close-alt:before { content: "\f406"; }
/* 78  */ .genericon-cloud:before { content: "\f426"; }
/* 79  */ .genericon-cloud-download:before { content: "\f440"; }
/* 80  */ .genericon-cloud-upload:before { content: "\f441"; }
/* 81  */ .genericon-code:before { content: "\f462"; }
/* 82  */ .genericon-codepen:before { content: "\f216"; }
/* 83  */ .genericon-cog:before { content: "\f445"; }
/* 84  */ .genericon-collapse:before { content: "\f432"; }
/* 85  */ .genericon-comment:before { content: "\f300"; }
/* 86  */ .genericon-day:before { content: "\f305"; }
/* 87  */ .genericon-digg:before { content: "\f221"; }
/* 88  */ .genericon-document:before { content: "\f443"; }
/* 89  */ .genericon-dot:before { content: "\f428"; }
/* 90  */ .genericon-downarrow:before { content: "\f502"; }
/* 91  */ .genericon-download:before { content: "\f50b"; }
/* 92  */ .genericon-draggable:before { content: "\f436"; }
/* 93  */ .genericon-dribbble:before { content: "\f201"; }
/* 94  */ .genericon-dropbox:before { content: "\f225"; }
/* 95  */ .genericon-dropdown:before { content: "\f433"; }
/* 96  */ .genericon-dropdown-left:before { content: "\f434"; }
/* 97  */ .genericon-edit:before { content: "\f411"; }
/* 98  */ .genericon-ellipsis:before { content: "\f476"; }
/* 99  */ .genericon-expand:before { content: "\f431"; }
/* 100 */ .genericon-external:before { content: "\f442"; }

/* genericons.css */

/* 101 */ .genericon-facebook:before { content: "\f203"; }
/* 102 */ .genericon-facebook-alt:before { content: "\f204"; }
/* 103 */ .genericon-fastforward:before { content: "\f458"; }
/* 104 */ .genericon-feed:before { content: "\f413"; }
/* 105 */ .genericon-flag:before { content: "\f468"; }
/* 106 */ .genericon-flickr:before { content: "\f211"; }
/* 107 */ .genericon-foursquare:before { content: "\f226"; }
/* 108 */ .genericon-fullscreen:before { content: "\f474"; }
/* 109 */ .genericon-gallery:before { content: "\f103"; }
/* 110 */ .genericon-github:before { content: "\f200"; }
/* 111 */ .genericon-googleplus:before { content: "\f206"; }
/* 112 */ .genericon-googleplus-alt:before { content: "\f218"; }
/* 113 */ .genericon-handset:before { content: "\f50c"; }
/* 114 */ .genericon-heart:before { content: "\f461"; }
/* 115 */ .genericon-help:before { content: "\f457"; }
/* 116 */ .genericon-hide:before { content: "\f404"; }
/* 117 */ .genericon-hierarchy:before { content: "\f505"; }
/* 118 */ .genericon-home:before { content: "\f409"; }
/* 119 */ .genericon-image:before { content: "\f102"; }
/* 120 */ .genericon-info:before { content: "\f455"; }
/* 121 */ .genericon-instagram:before { content: "\f215"; }
/* 122 */ .genericon-italic:before { content: "\f472"; }
/* 123 */ .genericon-key:before { content: "\f427"; }
/* 124 */ .genericon-leftarrow:before { content: "\f503"; }
/* 125 */ .genericon-link:before { content: "\f107"; }
/* 126 */ .genericon-linkedin:before { content: "\f207"; }
/* 127 */ .genericon-linkedin-alt:before { content: "\f208"; }
/* 128 */ .genericon-location:before { content: "\f417"; }
/* 129 */ .genericon-lock:before { content: "\f470"; }
/* 130 */ .genericon-mail:before { content: "\f410"; }
/* 131 */ .genericon-maximize:before { content: "\f422"; }
/* 132 */ .genericon-menu:before { content: "\f419"; }
/* 133 */ .genericon-microphone:before { content: "\f50d"; }
/* 134 */ .genericon-minimize:before { content: "\f421"; }
/* 135 */ .genericon-minus:before { content: "\f50e"; }
/* 136 */ .genericon-month:before { content: "\f307"; }
/* 137 */ .genericon-move:before { content: "\f50f"; }
/* 138 */ .genericon-next:before { content: "\f429"; }
/* 139 */ .genericon-notice:before { content: "\f456"; }
/* 140 */ .genericon-paintbrush:before { content: "\f506"; }
/* 141 */ .genericon-path:before { content: "\f219"; }
/* 142 */ .genericon-pause:before { content: "\f448"; }
/* 143 */ .genericon-phone:before { content: "\f437"; }
/* 144 */ .genericon-picture:before { content: "\f473"; }
/* 145 */ .genericon-pinned:before { content: "\f308"; }
/* 146 */ .genericon-pinterest:before { content: "\f209"; }
/* 147 */ .genericon-pinterest-alt:before { content: "\f210"; }
/* 148 */ .genericon-play:before { content: "\f452"; }
/* 149 */ .genericon-plugin:before { content: "\f439"; }
/* 150 */ .genericon-plus:before { content: "\f510"; }

/* genericons.css */

/* 151 */ .genericon-pocket:before { content: "\f224"; }
/* 152 */ .genericon-polldaddy:before { content: "\f217"; }
/* 153 */ .genericon-portfolio:before { content: "\f460"; }
/* 154 */ .genericon-previous:before { content: "\f430"; }
/* 155 */ .genericon-print:before { content: "\f469"; }
/* 156 */ .genericon-quote:before { content: "\f106"; }
/* 157 */ .genericon-rating-empty:before { content: "\f511"; }
/* 158 */ .genericon-rating-full:before { content: "\f512"; }
/* 159 */ .genericon-rating-half:before { content: "\f513"; }
/* 160 */ .genericon-reddit:before { content: "\f222"; }
/* 161 */ .genericon-refresh:before { content: "\f420"; }
/* 162 */ .genericon-reply:before { content: "\f412"; }
/* 163 */ .genericon-reply-alt:before { content: "\f466"; }
/* 164 */ .genericon-reply-single:before { content: "\f467"; }
/* 165 */ .genericon-rewind:before { content: "\f459"; }
/* 166 */ .genericon-rightarrow:before { content: "\f501"; }
/* 167 */ .genericon-search:before { content: "\f400"; }
/* 168 */ .genericon-send-to-phone:before { content: "\f438"; }
/* 169 */ .genericon-send-to-tablet:before { content: "\f454"; }
/* 170 */ .genericon-share:before { content: "\f415"; }
/* 171 */ .genericon-show:before { content: "\f403"; }
/* 172 */ .genericon-shuffle:before { content: "\f514"; }
/* 173 */ .genericon-sitemap:before { content: "\f507"; }
/* 174 */ .genericon-skip-ahead:before { content: "\f451"; }
/* 175 */ .genericon-skip-back:before { content: "\f450"; }
/* 176 */ .genericon-skype:before { content: "\f220"; }
/* 177 */ .genericon-spam:before { content: "\f424"; }
/* 178 */ .genericon-spotify:before { content: "\f515"; }
/* 179 */ .genericon-standard:before { content: "\f100"; }
/* 180 */ .genericon-star:before { content: "\f408"; }
/* 181 */ .genericon-status:before { content: "\f105"; }
/* 182 */ .genericon-stop:before { content: "\f449"; }
/* 183 */ .genericon-stumbleupon:before { content: "\f223"; }
/* 184 */ .genericon-subscribe:before { content: "\f463"; }
/* 185 */ .genericon-subscribed:before { content: "\f465"; }
/* 186 */ .genericon-summary:before { content: "\f425"; }
/* 187 */ .genericon-tablet:before { content: "\f453"; }
/* 188 */ .genericon-tag:before { content: "\f302"; }
/* 189 */ .genericon-time:before { content: "\f303"; }
/* 190 */ .genericon-top:before { content: "\f435"; }
/* 191 */ .genericon-trash:before { content: "\f407"; }
/* 192 */ .genericon-tumblr:before { content: "\f214"; }
/* 193 */ .genericon-twitch:before { content: "\f516"; }
/* 194 */ .genericon-twitter:before { content: "\f202"; }
/* 195 */ .genericon-unapprove:before { content: "\f446"; }
/* 196 */ .genericon-unsubscribe:before { content: "\f464"; }
/* 197 */ .genericon-unzoom:before { content: "\f401"; }
/* 198 */ .genericon-uparrow:before { content: "\f500"; }
/* 199 */ .genericon-user:before { content: "\f304"; }
/* 200 */ .genericon-video:before { content: "\f104"; }

/* genericons.css */

/* 201 */ .genericon-videocamera:before { content: "\f517"; }
/* 202 */ .genericon-vimeo:before { content: "\f212"; }
/* 203 */ .genericon-warning:before { content: "\f414"; }
/* 204 */ .genericon-website:before { content: "\f475"; }
/* 205 */ .genericon-week:before { content: "\f306"; }
/* 206 */ .genericon-wordpress:before { content: "\f205"; }
/* 207 */ .genericon-xpost:before { content: "\f504"; }
/* 208 */ .genericon-youtube:before { content: "\f213"; }
/* 209 */ .genericon-zoom:before { content: "\f402"; }
/* 210 */ 
/* 211 */ 
/* 212 */ 
/* 213 */ 
/* 214 */ 

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Twenty Thirteen
/* 3    *| Theme URI: http://wordpress.org/themes/twentythirteen
/* 4    *| Author: the WordPress team
/* 5    *| Author URI: http://wordpress.org/
/* 6    *| Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
/* 7    *| Version: 1.4
/* 8    *| License: GNU General Public License v2 or later
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
/* 11   *| Text Domain: twentythirteen
/* 12   *| 
/* 13   *| This theme, like WordPress, is licensed under the GPL.
/* 14   *| Use it to make something cool, have fun, and share what you've learned with others.
/* 15   *| */
/* 16   */ 
/* 17   */ 
/* 18   */ /**
/* 19   *|  * Table of Contents:
/* 20   *|  *
/* 21   *|  * 1.0 - Reset
/* 22   *|  * 2.0 - Repeatable Patterns
/* 23   *|  * 3.0 - Basic Structure
/* 24   *|  * 4.0 - Header
/* 25   *|  *   4.1 - Site Header
/* 26   *|  *   4.2 - Navigation
/* 27   *|  * 5.0 - Content
/* 28   *|  *   5.1 - Entry Header
/* 29   *|  *   5.2 - Entry Meta
/* 30   *|  *   5.3 - Entry Content
/* 31   *|  *   5.4 - Galleries
/* 32   *|  *   5.5 - Post Formats
/* 33   *|  *   5.6 - Attachments
/* 34   *|  *   5.7 - Post/Paging Navigation
/* 35   *|  *   5.8 - Author Bio
/* 36   *|  *   5.9 - Archives
/* 37   *|  *   5.10 - Search Results/No posts
/* 38   *|  *   5.11 - 404
/* 39   *|  *   5.12 - Comments
/* 40   *|  *   5.13 - Multisite
/* 41   *|  * 6.0 - Sidebar
/* 42   *|  *   6.1 - Widgets
/* 43   *|  * 7.0 - Footer
/* 44   *|  * 8.0 - Media Queries
/* 45   *|  * 9.0 - Print
/* 46   *|  * ----------------------------------------------------------------------------
/* 47   *|  */
/* 48   */ 
/* 49   */ 
/* 50   */ /**

/* style.css */

/* 51   *|  * 1.0 Reset
/* 52   *|  *
/* 53   *|  * Modified from Normalize.css to provide cross-browser consistency and a smart
/* 54   *|  * default styling of HTML elements.
/* 55   *|  *
/* 56   *|  * @see http://git.io/normalize
/* 57   *|  * ----------------------------------------------------------------------------
/* 58   *|  */
/* 59   */ 
/* 60   */ * {
/* 61   */ 	-webkit-box-sizing: border-box;
/* 62   */ 	-moz-box-sizing:    border-box;
/* 63   */ 	box-sizing:         border-box;
/* 64   */ }
/* 65   */ 
/* 66   */ article,
/* 67   */ aside,
/* 68   */ details,
/* 69   */ figcaption,
/* 70   */ figure,
/* 71   */ footer,
/* 72   */ header,
/* 73   */ nav,
/* 74   */ section,
/* 75   */ summary {
/* 76   */ 	display: block;
/* 77   */ }
/* 78   */ 
/* 79   */ audio,
/* 80   */ canvas,
/* 81   */ video {
/* 82   */ 	display: inline-block;
/* 83   */ }
/* 84   */ 
/* 85   */ audio:not([controls]) {
/* 86   */ 	display: none;
/* 87   */ 	height: 0;
/* 88   */ }
/* 89   */ 
/* 90   */ [hidden] {
/* 91   */ 	display: none;
/* 92   */ }
/* 93   */ 
/* 94   */ html {
/* 95   */ 	font-size: 100%;
/* 96   */ 	overflow-y: scroll;
/* 97   */ 	-webkit-text-size-adjust: 100%;
/* 98   */ 	-ms-text-size-adjust: 100%;
/* 99   */ }
/* 100  */ 

/* style.css */

/* 101  */ html,
/* 102  */ button,
/* 103  */ input,
/* 104  */ select,
/* 105  */ textarea {
/* 106  */ 	font-family: "Source Sans Pro", Helvetica, sans-serif;
/* 107  */ }
/* 108  */ 
/* 109  */ body {
/* 110  */ 	color: #141412;
/* 111  */ 	line-height: 1.5;
/* 112  */ 	margin: 0;
/* 113  */ }
/* 114  */ 
/* 115  */ a {
/* 116  */ 	color: #ca3c08;
/* 117  */ 	text-decoration: none;
/* 118  */ }
/* 119  */ 
/* 120  */ a:visited {
/* 121  */ 	color: #ac0404;
/* 122  */ }
/* 123  */ 
/* 124  */ a:focus {
/* 125  */ 	outline: thin dotted;
/* 126  */ }
/* 127  */ 
/* 128  */ a:active,
/* 129  */ a:hover {
/* 130  */ 	color: #ea9629;
/* 131  */ 	outline: 0;
/* 132  */ }
/* 133  */ 
/* 134  */ a:hover {
/* 135  */ 	text-decoration: underline;
/* 136  */ }
/* 137  */ 
/* 138  */ h1,
/* 139  */ h2,
/* 140  */ h3,
/* 141  */ h4,
/* 142  */ h5,
/* 143  */ h6 {
/* 144  */ 	clear: both;
/* 145  */ 	font-family: Bitter, Georgia, serif;
/* 146  */ 	line-height: 1.3;
/* 147  */ }
/* 148  */ 
/* 149  */ h1 {
/* 150  */ 	font-size: 48px;

/* style.css */

/* 151  */ 	margin: 33px 0;
/* 152  */ }
/* 153  */ 
/* 154  */ h2 {
/* 155  */ 	font-size: 30px;
/* 156  */ 	margin: 25px 0;
/* 157  */ }
/* 158  */ 
/* 159  */ h3 {
/* 160  */ 	font-size: 22px;
/* 161  */ 	margin: 22px 0;
/* 162  */ }
/* 163  */ 
/* 164  */ h4 {
/* 165  */ 	font-size: 20px;
/* 166  */ 	margin: 25px 0;
/* 167  */ }
/* 168  */ 
/* 169  */ h5 {
/* 170  */ 	font-size: 18px;
/* 171  */ 	margin: 30px 0;
/* 172  */ }
/* 173  */ 
/* 174  */ h6 {
/* 175  */ 	font-size: 16px;
/* 176  */ 	margin: 36px 0;
/* 177  */ }
/* 178  */ 
/* 179  */ address {
/* 180  */ 	font-style: italic;
/* 181  */ 	margin: 0 0 24px;
/* 182  */ }
/* 183  */ 
/* 184  */ abbr[title] {
/* 185  */ 	border-bottom: 1px dotted;
/* 186  */ }
/* 187  */ 
/* 188  */ b,
/* 189  */ strong {
/* 190  */ 	font-weight: bold;
/* 191  */ }
/* 192  */ 
/* 193  */ dfn {
/* 194  */ 	font-style: italic;
/* 195  */ }
/* 196  */ 
/* 197  */ mark {
/* 198  */ 	background: #ff0;
/* 199  */ 	color: #000;
/* 200  */ }

/* style.css */

/* 201  */ 
/* 202  */ p {
/* 203  */ 	margin: 0 0 24px;
/* 204  */ }
/* 205  */ 
/* 206  */ code,
/* 207  */ kbd,
/* 208  */ pre,
/* 209  */ samp {
/* 210  */ 	font-family: monospace, serif;
/* 211  */ 	font-size: 14px;
/* 212  */ 	-webkit-hyphens: none;
/* 213  */ 	-moz-hyphens:    none;
/* 214  */ 	-ms-hyphens:     none;
/* 215  */ 	hyphens:         none;
/* 216  */ }
/* 217  */ 
/* 218  */ pre {
/* 219  */ 	background: #f5f5f5;
/* 220  */ 	color: #666;
/* 221  */ 	font-family: monospace;
/* 222  */ 	font-size: 14px;
/* 223  */ 	margin: 20px 0;
/* 224  */ 	overflow: auto;
/* 225  */ 	padding: 20px;
/* 226  */ 	white-space: pre;
/* 227  */ 	white-space: pre-wrap;
/* 228  */ 	word-wrap: break-word;
/* 229  */ }
/* 230  */ 
/* 231  */ blockquote,
/* 232  */ q {
/* 233  */ 	-webkit-hyphens: none;
/* 234  */ 	-moz-hyphens:    none;
/* 235  */ 	-ms-hyphens:     none;
/* 236  */ 	hyphens:         none;
/* 237  */ 	quotes: none;
/* 238  */ }
/* 239  */ 
/* 240  */ blockquote:before,
/* 241  */ blockquote:after,
/* 242  */ q:before,
/* 243  */ q:after {
/* 244  */ 	content: "";
/* 245  */ 	content: none;
/* 246  */ }
/* 247  */ 
/* 248  */ blockquote {
/* 249  */ 	font-size: 18px;
/* 250  */ 	font-style: italic;

/* style.css */

/* 251  */ 	font-weight: 300;
/* 252  */ 	margin: 24px 40px;
/* 253  */ }
/* 254  */ 
/* 255  */ blockquote blockquote {
/* 256  */ 	margin-right: 0;
/* 257  */ }
/* 258  */ 
/* 259  */ blockquote cite,
/* 260  */ blockquote small {
/* 261  */ 	font-size: 14px;
/* 262  */ 	font-weight: normal;
/* 263  */ 	text-transform: uppercase;
/* 264  */ }
/* 265  */ 
/* 266  */ blockquote em,
/* 267  */ blockquote i {
/* 268  */ 	font-style: normal;
/* 269  */ 	font-weight: 300;
/* 270  */ }
/* 271  */ 
/* 272  */ blockquote strong,
/* 273  */ blockquote b {
/* 274  */ 	font-weight: 400;
/* 275  */ }
/* 276  */ 
/* 277  */ small {
/* 278  */ 	font-size: smaller;
/* 279  */ }
/* 280  */ 
/* 281  */ sub,
/* 282  */ sup {
/* 283  */ 	font-size: 75%;
/* 284  */ 	line-height: 0;
/* 285  */ 	position: relative;
/* 286  */ 	vertical-align: baseline;
/* 287  */ }
/* 288  */ 
/* 289  */ sup {
/* 290  */ 	top: -0.5em;
/* 291  */ }
/* 292  */ 
/* 293  */ sub {
/* 294  */ 	bottom: -0.25em;
/* 295  */ }
/* 296  */ 
/* 297  */ dl {
/* 298  */ 	margin: 0 20px;
/* 299  */ }
/* 300  */ 

/* style.css */

/* 301  */ dt {
/* 302  */ 	font-weight: bold;
/* 303  */ }
/* 304  */ 
/* 305  */ dd {
/* 306  */ 	margin: 0 0 20px;
/* 307  */ }
/* 308  */ 
/* 309  */ menu,
/* 310  */ ol,
/* 311  */ ul {
/* 312  */ 	margin: 16px 0;
/* 313  */ 	padding: 0 0 0 40px;
/* 314  */ }
/* 315  */ 
/* 316  */ ul {
/* 317  */ 	list-style-type: square;
/* 318  */ }
/* 319  */ 
/* 320  */ nav ul,
/* 321  */ nav ol {
/* 322  */ 	list-style: none;
/* 323  */ 	list-style-image: none;
/* 324  */ }
/* 325  */ 
/* 326  */ li > ul,
/* 327  */ li > ol {
/* 328  */ 	margin: 0;
/* 329  */ }
/* 330  */ 
/* 331  */ img {
/* 332  */ 	-ms-interpolation-mode: bicubic;
/* 333  */ 	border: 0;
/* 334  */ 	vertical-align: middle;
/* 335  */ }
/* 336  */ 
/* 337  */ svg:not(:root) {
/* 338  */ 	overflow: hidden;
/* 339  */ }
/* 340  */ 
/* 341  */ figure {
/* 342  */ 	margin: 0;
/* 343  */ }
/* 344  */ 
/* 345  */ form {
/* 346  */ 	margin: 0;
/* 347  */ }
/* 348  */ 
/* 349  */ fieldset {
/* 350  */ 	border: 1px solid #c0c0c0;

/* style.css */

/* 351  */ 	margin: 0 2px;
/* 352  */ 	padding: 0.35em 0.625em 0.75em;
/* 353  */ }
/* 354  */ 
/* 355  */ legend {
/* 356  */ 	border: 0;
/* 357  */ 	padding: 0;
/* 358  */ 	white-space: normal;
/* 359  */ }
/* 360  */ 
/* 361  */ button,
/* 362  */ input,
/* 363  */ select,
/* 364  */ textarea {
/* 365  */ 	font-size: 100%;
/* 366  */ 	margin: 0;
/* 367  */ 	max-width: 100%;
/* 368  */ 	vertical-align: baseline;
/* 369  */ }
/* 370  */ 
/* 371  */ button,
/* 372  */ input {
/* 373  */ 	line-height: normal;
/* 374  */ }
/* 375  */ 
/* 376  */ button,
/* 377  */ html input[type="button"],
/* 378  */ input[type="reset"],
/* 379  */ input[type="submit"] {
/* 380  */ 	-webkit-appearance: button;
/* 381  */ 	cursor: pointer;
/* 382  */ }
/* 383  */ 
/* 384  */ button[disabled],
/* 385  */ input[disabled] {
/* 386  */ 	cursor: default;
/* 387  */ }
/* 388  */ 
/* 389  */ input[type="checkbox"],
/* 390  */ input[type="radio"] {
/* 391  */ 	padding: 0;
/* 392  */ }
/* 393  */ 
/* 394  */ input[type="search"] {
/* 395  */ 	-webkit-appearance: textfield;
/* 396  */ 	padding-right: 2px; /* Don't cut off the webkit search cancel button */
/* 397  */ 	width: 270px;
/* 398  */ }
/* 399  */ 
/* 400  */ input[type="search"]::-webkit-search-decoration {

/* style.css */

/* 401  */ 	-webkit-appearance: none;
/* 402  */ }
/* 403  */ 
/* 404  */ button::-moz-focus-inner,
/* 405  */ input::-moz-focus-inner {
/* 406  */ 	border: 0;
/* 407  */ 	padding: 0;
/* 408  */ }
/* 409  */ 
/* 410  */ textarea {
/* 411  */ 	overflow: auto;
/* 412  */ 	vertical-align: top;
/* 413  */ }
/* 414  */ 
/* 415  */ table {
/* 416  */ 	border-bottom: 1px solid #ededed;
/* 417  */ 	border-collapse: collapse;
/* 418  */ 	border-spacing: 0;
/* 419  */ 	font-size: 14px;
/* 420  */ 	line-height: 2;
/* 421  */ 	margin: 0 0 20px;
/* 422  */ 	width: 100%;
/* 423  */ }
/* 424  */ 
/* 425  */ caption,
/* 426  */ th,
/* 427  */ td {
/* 428  */ 	font-weight: normal;
/* 429  */ 	text-align: left;
/* 430  */ }
/* 431  */ 
/* 432  */ caption {
/* 433  */ 	font-size: 16px;
/* 434  */ 	margin: 20px 0;
/* 435  */ }
/* 436  */ 
/* 437  */ th {
/* 438  */ 	font-weight: bold;
/* 439  */ 	text-transform: uppercase;
/* 440  */ }
/* 441  */ 
/* 442  */ td {
/* 443  */ 	border-top: 1px solid #ededed;
/* 444  */ 	padding: 6px 10px 6px 0;
/* 445  */ }
/* 446  */ 
/* 447  */ del {
/* 448  */ 	color: #333;
/* 449  */ }
/* 450  */ 

/* style.css */

/* 451  */ ins {
/* 452  */ 	background: #fff9c0;
/* 453  */ 	text-decoration: none;
/* 454  */ }
/* 455  */ 
/* 456  */ hr {
/* 457  */ 	background: url(/wp-content/themes/twentythirteen/images/dotted-line.png?2462c9) repeat center top;
/* 458  */ 	background-size: 4px 4px;
/* 459  */ 	border: 0;
/* 460  */ 	height: 1px;
/* 461  */ 	margin: 0 0 24px;
/* 462  */ }
/* 463  */ 
/* 464  */ 
/* 465  */ /**
/* 466  *|  * 2.0 Repeatable Patterns
/* 467  *|  * ----------------------------------------------------------------------------
/* 468  *|  */
/* 469  */ 
/* 470  */ .genericon:before,
/* 471  */ .menu-toggle:after,
/* 472  */ .featured-post:before,
/* 473  */ .date a:before,
/* 474  */ .entry-meta .author a:before,
/* 475  */ .format-audio .entry-content:before,
/* 476  */ .comments-link a:before,
/* 477  */ .tags-links a:first-child:before,
/* 478  */ .categories-links a:first-child:before,
/* 479  */ .edit-link a:before,
/* 480  */ .attachment .entry-title:before,
/* 481  */ .attachment-meta:before,
/* 482  */ .attachment-meta a:before,
/* 483  */ .comment-awaiting-moderation:before,
/* 484  */ .comment-reply-link:before,
/* 485  */ .comment-reply-login:before,
/* 486  */ .comment-reply-title small a:before,
/* 487  */ .bypostauthor > .comment-body .fn:before,
/* 488  */ .error404 .page-title:before {
/* 489  */ 	-webkit-font-smoothing: antialiased;
/* 490  */ 	display: inline-block;
/* 491  */ 	font: normal 16px/1 Genericons;
/* 492  */ 	vertical-align: text-bottom;
/* 493  */ }
/* 494  */ 
/* 495  */ /* Clearing floats */
/* 496  */ .clear:after,
/* 497  */ .attachment .entry-header:after,
/* 498  */ .site-footer .widget-area:after,
/* 499  */ .entry-content:after,
/* 500  */ .page-content:after,

/* style.css */

/* 501  */ .navigation:after,
/* 502  */ .nav-links:after,
/* 503  */ .gallery:after,
/* 504  */ .comment-form-author:after,
/* 505  */ .comment-form-email:after,
/* 506  */ .comment-form-url:after,
/* 507  */ .comment-body:after {
/* 508  */ 	clear: both;
/* 509  */ }
/* 510  */ 
/* 511  */ .clear:before,
/* 512  */ .clear:after,
/* 513  */ .attachment .entry-header:before,
/* 514  */ .attachment .entry-header:after,
/* 515  */ .site-footer .widget-area:before,
/* 516  */ .site-footer .widget-area:after,
/* 517  */ .entry-content:before,
/* 518  */ .entry-content:after,
/* 519  */ .page-content:before,
/* 520  */ .page-content:after,
/* 521  */ .navigation:before,
/* 522  */ .navigation:after,
/* 523  */ .nav-links:before,
/* 524  */ .nav-links:after,
/* 525  */ .gallery:before,
/* 526  */ .gallery:after,
/* 527  */ .comment-form-author:before,
/* 528  */ .comment-form-author:after,
/* 529  */ .comment-form-email:before,
/* 530  */ .comment-form-email:after,
/* 531  */ .comment-form-url:before,
/* 532  */ .comment-form-url:after,
/* 533  */ .comment-body:before,
/* 534  */ .comment-body:after {
/* 535  */ 	content: "";
/* 536  */ 	display: table;
/* 537  */ }
/* 538  */ 
/* 539  */ /* Assistive text */
/* 540  */ .screen-reader-text {
/* 541  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 542  */ 	position: absolute !important;
/* 543  */ }
/* 544  */ 
/* 545  */ .screen-reader-text:focus {
/* 546  */ 	background-color: #f1f1f1;
/* 547  */ 	border-radius: 3px;
/* 548  */ 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 549  */ 	clip: auto !important;
/* 550  */ 	color: #21759b;

/* style.css */

/* 551  */ 	display: block;
/* 552  */ 	font-size: 14px;
/* 553  */ 	font-weight: bold;
/* 554  */ 	height: auto;
/* 555  */ 	line-height: normal;
/* 556  */ 	padding: 15px 23px 14px;
/* 557  */ 	position: absolute;
/* 558  */ 	left: 5px;
/* 559  */ 	top: 5px;
/* 560  */ 	text-decoration: none;
/* 561  */ 	width: auto;
/* 562  */ 	z-index: 100000; /* Above WP toolbar */
/* 563  */ }
/* 564  */ 
/* 565  */ /* Form fields, general styles first. */
/* 566  */ button,
/* 567  */ input,
/* 568  */ textarea {
/* 569  */ 	border: 2px solid #d4d0ba;
/* 570  */ 	font-family: inherit;
/* 571  */ 	padding: 5px;
/* 572  */ }
/* 573  */ 
/* 574  */ input,
/* 575  */ textarea {
/* 576  */ 	color: #141412;
/* 577  */ }
/* 578  */ 
/* 579  */ input:focus,
/* 580  */ textarea:focus {
/* 581  */ 	border: 2px solid #c3c0ab;
/* 582  */ 	outline: 0;
/* 583  */ }
/* 584  */ 
/* 585  */ /* Buttons */
/* 586  */ button,
/* 587  */ input[type="submit"],
/* 588  */ input[type="button"],
/* 589  */ input[type="reset"] {
/* 590  */ 	background: #e05d22; /* Old browsers */
/* 591  */ 	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
/* 592  */ 	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
/* 593  */ 	border: none;
/* 594  */ 	border-bottom: 3px solid #b93207;
/* 595  */ 	border-radius: 2px;
/* 596  */ 	color: #fff;
/* 597  */ 	display: inline-block;
/* 598  */ 	padding: 11px 24px 10px;
/* 599  */ 	text-decoration: none;
/* 600  */ }

/* style.css */

/* 601  */ 
/* 602  */ button:hover,
/* 603  */ button:focus,
/* 604  */ input[type="submit"]:hover,
/* 605  */ input[type="button"]:hover,
/* 606  */ input[type="reset"]:hover,
/* 607  */ input[type="submit"]:focus,
/* 608  */ input[type="button"]:focus,
/* 609  */ input[type="reset"]:focus {
/* 610  */ 	background: #ed6a31; /* Old browsers */
/* 611  */ 	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
/* 612  */ 	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
/* 613  */ 	outline: none;
/* 614  */ }
/* 615  */ 
/* 616  */ button:active,
/* 617  */ input[type="submit"]:active,
/* 618  */ input[type="button"]:active,
/* 619  */ input[type="reset"]:active {
/* 620  */ 	background: #d94412; /* Old browsers */
/* 621  */ 	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
/* 622  */ 	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
/* 623  */ 	border: none;
/* 624  */ 	border-top: 3px solid #b93207;
/* 625  */ 	padding: 10px 24px 11px;
/* 626  */ }
/* 627  */ 
/* 628  */ .post-password-required input[type="submit"] {
/* 629  */ 	padding: 7px 24px 4px;
/* 630  */ 	vertical-align: bottom;
/* 631  */ }
/* 632  */ 
/* 633  */ .post-password-required input[type="submit"]:active {
/* 634  */ 	padding: 5px 24px 6px;
/* 635  */ }
/* 636  */ 
/* 637  */ /* Placeholder text color -- selectors need to be separate to work. */
/* 638  */ ::-webkit-input-placeholder {
/* 639  */ 	color: #7d7b6d;
/* 640  */ }
/* 641  */ 
/* 642  */ :-moz-placeholder {
/* 643  */ 	color: #7d7b6d;
/* 644  */ }
/* 645  */ 
/* 646  */ ::-moz-placeholder {
/* 647  */ 	color: #7d7b6d;
/* 648  */ }
/* 649  */ 
/* 650  */ :-ms-input-placeholder {

/* style.css */

/* 651  */ 	color: #7d7b6d;
/* 652  */ }
/* 653  */ 
/* 654  */ /*
/* 655  *|  * Responsive images
/* 656  *|  *
/* 657  *|  * Fluid images for posts, comments, and widgets
/* 658  *|  */
/* 659  */ .entry-content img,
/* 660  */ .entry-summary img,
/* 661  */ .comment-content img,
/* 662  */ .widget img,
/* 663  */ .wp-caption {
/* 664  */ 	max-width: 100%;
/* 665  */ }
/* 666  */ 
/* 667  */ /* Make sure images with WordPress-added height and width attributes are scaled correctly. */
/* 668  */ .entry-content img,
/* 669  */ .entry-summary img,
/* 670  */ .comment-content img[height],
/* 671  */ img[class*="align"],
/* 672  */ img[class*="wp-image-"],
/* 673  */ img[class*="attachment-"] {
/* 674  */ 	height: auto;
/* 675  */ }
/* 676  */ 
/* 677  */ img.size-full,
/* 678  */ img.size-large,
/* 679  */ img.wp-post-image {
/* 680  */ 	height: auto;
/* 681  */ 	max-width: 100%;
/* 682  */ }
/* 683  */ 
/* 684  */ /* Make sure videos and embeds fit their containers. */
/* 685  */ embed,
/* 686  */ iframe,
/* 687  */ object,
/* 688  */ video {
/* 689  */ 	max-width: 100%;
/* 690  */ }
/* 691  */ 
/* 692  */ /* Override the Twitter embed fixed width. */
/* 693  */ .entry-content .twitter-tweet-rendered {
/* 694  */ 	max-width: 100% !important;
/* 695  */ }
/* 696  */ 
/* 697  */ /* Images */
/* 698  */ .alignleft {
/* 699  */ 	float: left;
/* 700  */ }

/* style.css */

/* 701  */ 
/* 702  */ .alignright {
/* 703  */ 	float: right;
/* 704  */ }
/* 705  */ 
/* 706  */ .aligncenter {
/* 707  */ 	display: block;
/* 708  */ 	margin-left: auto;
/* 709  */ 	margin-right: auto;
/* 710  */ }
/* 711  */ 
/* 712  */ figure.wp-caption.alignleft,
/* 713  */ img.alignleft {
/* 714  */ 	margin: 5px 20px 5px 0;
/* 715  */ }
/* 716  */ 
/* 717  */ .wp-caption.alignleft {
/* 718  */ 	margin: 5px 10px 5px 0;
/* 719  */ }
/* 720  */ 
/* 721  */ figure.wp-caption.alignright,
/* 722  */ img.alignright {
/* 723  */ 	margin: 5px 0 5px 20px;
/* 724  */ }
/* 725  */ 
/* 726  */ .wp-caption.alignright {
/* 727  */ 	margin: 5px 0 5px 10px;
/* 728  */ }
/* 729  */ 
/* 730  */ img.aligncenter {
/* 731  */ 	margin: 5px auto;
/* 732  */ }
/* 733  */ 
/* 734  */ img.alignnone {
/* 735  */ 	margin: 5px 0;
/* 736  */ }
/* 737  */ 
/* 738  */ .wp-caption .wp-caption-text,
/* 739  */ .entry-caption,
/* 740  */ .gallery-caption {
/* 741  */ 	color: #220e10;
/* 742  */ 	font-size: 18px;
/* 743  */ 	font-style: italic;
/* 744  */ 	font-weight: 300;
/* 745  */ 	margin: 0 0 24px;
/* 746  */ }
/* 747  */ 
/* 748  */ div.wp-caption.alignright img[class*="wp-image-"] {
/* 749  */ 	float: right;
/* 750  */ }

/* style.css */

/* 751  */ 
/* 752  */ div.wp-caption.alignright .wp-caption-text {
/* 753  */ 	padding-left: 10px;
/* 754  */ }
/* 755  */ 
/* 756  */ img.wp-smiley,
/* 757  */ .rsswidget img {
/* 758  */ 	border: 0;
/* 759  */ 	border-radius: 0;
/* 760  */ 	box-shadow: none;
/* 761  */ 	margin-bottom: 0;
/* 762  */ 	margin-top: 0;
/* 763  */ 	padding: 0;
/* 764  */ }
/* 765  */ 
/* 766  */ .wp-caption.alignleft + ul,
/* 767  */ .wp-caption.alignleft + ol {
/* 768  */ 	list-style-position: inside;
/* 769  */ }
/* 770  */ 
/* 771  */ 
/* 772  */ /**
/* 773  *|  * 3.0 Basic Structure
/* 774  *|  * ----------------------------------------------------------------------------
/* 775  *|  */
/* 776  */ 
/* 777  */ .site {
/* 778  */ 	background-color: #fff;
/* 779  */ 	border-left: 1px solid #f2f2f2;
/* 780  */ 	border-right: 1px solid #f2f2f2;
/* 781  */ 	margin: 0 auto;
/* 782  */ 	max-width: 1600px;
/* 783  */ 	width: 100%;
/* 784  */ }
/* 785  */ 
/* 786  */ .site-main {
/* 787  */ 	position: relative;
/* 788  */ }
/* 789  */ 
/* 790  */ .site-main .sidebar-container {
/* 791  */ 	height: 0;
/* 792  */ 	position: absolute;
/* 793  */ 	top: 40px;
/* 794  */ 	width: 100%;
/* 795  */ 	z-index: 1;
/* 796  */ }
/* 797  */ 
/* 798  */ .site-main .sidebar-inner {
/* 799  */ 	margin: 0 auto;
/* 800  */ 	max-width: 1040px;

/* style.css */

/* 801  */ }
/* 802  */ 
/* 803  */ 
/* 804  */ /**
/* 805  *|  * 4.0 Header
/* 806  *|  * ----------------------------------------------------------------------------
/* 807  *|  */
/* 808  */ 
/* 809  */ /**
/* 810  *|  * 4.1 Site Header
/* 811  *|  * ----------------------------------------------------------------------------
/* 812  *|  */
/* 813  */ 
/* 814  */ .site-header {
/* 815  */ 	position: relative;
/* 816  */ }
/* 817  */ 
/* 818  */ .site-header .home-link {
/* 819  */ 	color: #141412;
/* 820  */ 	display: block;
/* 821  */ 	margin: 0 auto;
/* 822  */ 	max-width: 1080px;
/* 823  */ 	min-height: 230px;
/* 824  */ 	padding: 0 20px;
/* 825  */ 	text-decoration: none;
/* 826  */ 	width: 100%;
/* 827  */ }
/* 828  */ 
/* 829  */ .site-header .site-title:hover {
/* 830  */ 	text-decoration: underline;
/* 831  */ }
/* 832  */ 
/* 833  */ .site-title {
/* 834  */ 	font-size: 60px;
/* 835  */ 	font-weight: bold;
/* 836  */ 	line-height: 1;
/* 837  */ 	margin: 0;
/* 838  */ 	padding: 58px 0 10px;
/* 839  */ }
/* 840  */ 
/* 841  */ .site-description {
/* 842  */ 	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
/* 843  */ 	margin: 0;
/* 844  */ }
/* 845  */ 
/* 846  */ 
/* 847  */ /**
/* 848  *|  * 4.2 Navigation
/* 849  *|  * ----------------------------------------------------------------------------
/* 850  *|  */

/* style.css */

/* 851  */ 
/* 852  */ .main-navigation {
/* 853  */ 	clear: both;
/* 854  */ 	margin: 0 auto;
/* 855  */ 	max-width: 1080px;
/* 856  */ 	min-height: 45px;
/* 857  */ 	position: relative;
/* 858  */ }
/* 859  */ 
/* 860  */ ul.nav-menu,
/* 861  */ div.nav-menu > ul {
/* 862  */ 	margin: 0;
/* 863  */ 	padding: 0 40px 0 0;
/* 864  */ }
/* 865  */ 
/* 866  */ .nav-menu li {
/* 867  */ 	display: inline-block;
/* 868  */ 	position: relative;
/* 869  */ }
/* 870  */ 
/* 871  */ .nav-menu li a {
/* 872  */ 	color: #141412;
/* 873  */ 	display: block;
/* 874  */ 	font-size: 15px;
/* 875  */ 	line-height: 1;
/* 876  */ 	padding: 15px 20px;
/* 877  */ 	text-decoration: none;
/* 878  */ }
/* 879  */ 
/* 880  */ .nav-menu li:hover > a,
/* 881  */ .nav-menu li a:hover,
/* 882  */ .nav-menu li:focus > a,
/* 883  */ .nav-menu li a:focus {
/* 884  */ 	background-color: #220e10;
/* 885  */ 	color: #fff;
/* 886  */ }
/* 887  */ 
/* 888  */ .nav-menu .sub-menu,
/* 889  */ .nav-menu .children {
/* 890  */ 	background-color: #220e10;
/* 891  */ 	border: 2px solid #f7f5e7;
/* 892  */ 	border-top: 0;
/* 893  */ 	padding: 0;
/* 894  */ 	position: absolute;
/* 895  */ 	left: -2px;
/* 896  */ 	z-index: 99999;
/* 897  */ 	height: 1px;
/* 898  */ 	width: 1px;
/* 899  */ 	overflow: hidden;
/* 900  */ 	clip: rect(1px, 1px, 1px, 1px);

/* style.css */

/* 901  */ }
/* 902  */ 
/* 903  */ .nav-menu .sub-menu ul,
/* 904  */ .nav-menu .children ul {
/* 905  */ 	border-left: 0;
/* 906  */ 	left: 100%;
/* 907  */ 	top: 0;
/* 908  */ }
/* 909  */ 
/* 910  */ ul.nav-menu ul a,
/* 911  */ .nav-menu ul ul a {
/* 912  */ 	color: #fff;
/* 913  */ 	margin: 0;
/* 914  */ 	width: 200px;
/* 915  */ }
/* 916  */ 
/* 917  */ ul.nav-menu ul a:hover,
/* 918  */ .nav-menu ul ul a:hover,
/* 919  */ ul.nav-menu ul a:focus,
/* 920  */ .nav-menu ul ul a:focus {
/* 921  */ 	background-color: #db572f;
/* 922  */ }
/* 923  */ 
/* 924  */ ul.nav-menu li:hover > ul,
/* 925  */ .nav-menu ul li:hover > ul,
/* 926  */ ul.nav-menu .focus > ul,
/* 927  */ .nav-menu .focus > ul {
/* 928  */ 	clip: inherit;
/* 929  */ 	overflow: inherit;
/* 930  */ 	height: inherit;
/* 931  */ 	width: inherit;
/* 932  */ }
/* 933  */ 
/* 934  */ .nav-menu .current_page_item > a,
/* 935  */ .nav-menu .current_page_ancestor > a,
/* 936  */ .nav-menu .current-menu-item > a,
/* 937  */ .nav-menu .current-menu-ancestor > a {
/* 938  */ 	color: #bc360a;
/* 939  */ 	font-style: italic;
/* 940  */ }
/* 941  */ 
/* 942  */ .menu-toggle {
/* 943  */ 	display: none;
/* 944  */ }
/* 945  */ 
/* 946  */ /* Navbar */
/* 947  */ .navbar {
/* 948  */ 	background-color: #f7f5e7;
/* 949  */ 	margin: 0 auto;
/* 950  */ 	max-width: 1600px;

/* style.css */

/* 951  */ 	width: 100%;
/* 952  */ }
/* 953  */ 
/* 954  */ .site-header .search-form {
/* 955  */ 	position: absolute;
/* 956  */ 	right: 20px;
/* 957  */ 	top: 1px;
/* 958  */ }
/* 959  */ 
/* 960  */ .site-header .search-field {
/* 961  */ 	background-color: transparent;
/* 962  */ 	background-image: url(/wp-content/themes/twentythirteen/images/search-icon.png?2462c9);
/* 963  */ 	background-position: 5px center;
/* 964  */ 	background-repeat: no-repeat;
/* 965  */ 	background-size: 24px 24px;
/* 966  */ 	border: none;
/* 967  */ 	cursor: pointer;
/* 968  */ 	height: 37px;
/* 969  */ 	margin: 3px 0;
/* 970  */ 	padding: 0 0 0 34px;
/* 971  */ 	position: relative;
/* 972  */ 	-webkit-transition: width 400ms ease, background 400ms ease;
/* 973  */ 	transition:         width 400ms ease, background 400ms ease;
/* 974  */ 	width: 1px;
/* 975  */ }
/* 976  */ 
/* 977  */ .site-header .search-field:focus {
/* 978  */ 	background-color: #fff;
/* 979  */ 	border: 2px solid #c3c0ab;
/* 980  */ 	cursor: text;
/* 981  */ 	outline: 0;
/* 982  */ 	width: 230px;
/* 983  */ }
/* 984  */ 
/* 985  */ 
/* 986  */ /**
/* 987  *|  * 5.0 Content
/* 988  *|  * ----------------------------------------------------------------------------
/* 989  *|  */
/* 990  */ 
/* 991  */ .hentry {
/* 992  */ 	padding: 40px 0;
/* 993  */ }
/* 994  */ 
/* 995  */ .entry-header,
/* 996  */ .entry-content,
/* 997  */ .entry-summary,
/* 998  */ .entry-meta {
/* 999  */ 	margin: 0 auto;
/* 1000 */ 	max-width: 604px;

/* style.css */

/* 1001 */ 	width: 100%;
/* 1002 */ }
/* 1003 */ 
/* 1004 */ .sidebar .entry-header,
/* 1005 */ .sidebar .entry-content,
/* 1006 */ .sidebar .entry-summary,
/* 1007 */ .sidebar .entry-meta {
/* 1008 */ 	max-width: 1040px;
/* 1009 */ 	padding: 0 376px 0 60px;
/* 1010 */ }
/* 1011 */ 
/* 1012 */ 
/* 1013 */ /**
/* 1014 *|  * 5.1 Entry Header
/* 1015 *|  * ----------------------------------------------------------------------------
/* 1016 *|  */
/* 1017 */ 
/* 1018 */ .sidebar .entry-header .entry-meta {
/* 1019 */ 	padding: 0;
/* 1020 */ }
/* 1021 */ 
/* 1022 */ .entry-thumbnail img {
/* 1023 */ 	display: block;
/* 1024 */ 	margin: 0 auto 10px;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ .entry-header {
/* 1028 */ 	margin-bottom: 30px;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ .entry-title {
/* 1032 */ 	font-weight: normal;
/* 1033 */ 	margin: 0 0 5px;
/* 1034 */ }
/* 1035 */ 
/* 1036 */ .entry-title a {
/* 1037 */ 	color: #141412;
/* 1038 */ }
/* 1039 */ 
/* 1040 */ .entry-title a:hover {
/* 1041 */ 	color: #ea9629;
/* 1042 */ }
/* 1043 */ 
/* 1044 */ 
/* 1045 */ /**
/* 1046 *|  * 5.2 Entry Meta
/* 1047 *|  * ----------------------------------------------------------------------------
/* 1048 *|  */
/* 1049 */ 
/* 1050 */ .entry-meta {

/* style.css */

/* 1051 */ 	clear: both;
/* 1052 */ 	font-size: 14px;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ .entry-meta a {
/* 1056 */ 	color: #bc360a;
/* 1057 */ }
/* 1058 */ 
/* 1059 */ .entry-meta a:hover {
/* 1060 */ 	color: #bc360a;
/* 1061 */ }
/* 1062 */ 
/* 1063 */ .entry-meta > span {
/* 1064 */ 	margin-right: 20px;
/* 1065 */ }
/* 1066 */ 
/* 1067 */ .entry-meta > span:last-child {
/* 1068 */ 	margin-right: 0;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ .featured-post:before {
/* 1072 */ 	content: "\f308";
/* 1073 */ 	margin-right: 2px;
/* 1074 */ }
/* 1075 */ 
/* 1076 */ .entry-meta .date a:before {
/* 1077 */ 	content: "\f303";
/* 1078 */ }
/* 1079 */ 
/* 1080 */ .comments-link a:before {
/* 1081 */ 	content: "\f300";
/* 1082 */ 	margin-right: 2px;
/* 1083 */ 	position: relative;
/* 1084 */ 	top: -1px;
/* 1085 */ }
/* 1086 */ 
/* 1087 */ .entry-meta .author a:before {
/* 1088 */ 	content: "\f304";
/* 1089 */ 	position: relative;
/* 1090 */ 	top: -1px;
/* 1091 */ }
/* 1092 */ 
/* 1093 */ .categories-links a:first-child:before {
/* 1094 */ 	content: "\f301";
/* 1095 */ }
/* 1096 */ 
/* 1097 */ .tags-links a:first-child:before {
/* 1098 */ 	content: "\f302";
/* 1099 */ 	position: relative;
/* 1100 */ 	top: -1px;

/* style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ .edit-link a:before {
/* 1104 */ 	content: "\f411";
/* 1105 */ 	position: relative;
/* 1106 */ 	top: -1px;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ .single-author .entry-meta .author,
/* 1110 */ .sticky.format-standard .entry-meta .date,
/* 1111 */ .sticky.format-audio .entry-meta .date,
/* 1112 */ .sticky.format-chat .entry-meta .date,
/* 1113 */ .sticky.format-image .entry-meta .date,
/* 1114 */ .sticky.format-gallery .entry-meta .date {
/* 1115 */ 	display: none;
/* 1116 */ }
/* 1117 */ 
/* 1118 */ 
/* 1119 */ /**
/* 1120 *|  * 5.3 Entry Content
/* 1121 *|  * ----------------------------------------------------------------------------
/* 1122 *|  */
/* 1123 */ 
/* 1124 */ .entry-content {
/* 1125 */ 	-webkit-hyphens: auto;
/* 1126 */ 	-moz-hyphens:    auto;
/* 1127 */ 	-ms-hyphens:     auto;
/* 1128 */ 	hyphens:         auto;
/* 1129 */ 	word-wrap: break-word;
/* 1130 */ }
/* 1131 */ 
/* 1132 */ .entry-content a,
/* 1133 */ .comment-content a {
/* 1134 */ 	color: #bc360a;
/* 1135 */ }
/* 1136 */ 
/* 1137 */ .entry-content a:hover,
/* 1138 */ .comment-content a:hover {
/* 1139 */ 	color: #ea9629;
/* 1140 */ }
/* 1141 */ 
/* 1142 */ .entry-content .more-link {
/* 1143 */ 	white-space: nowrap;
/* 1144 */ }
/* 1145 */ 
/* 1146 */ .entry-content blockquote {
/* 1147 */ 	font-size: 24px;
/* 1148 */ }
/* 1149 */ 
/* 1150 */ .entry-content blockquote cite,

/* style.css */

/* 1151 */ .entry-content blockquote small {
/* 1152 */ 	font-size: 16px;
/* 1153 */ }
/* 1154 */ 
/* 1155 */ .entry-content img.alignleft,
/* 1156 */ .entry-content .wp-caption.alignleft {
/* 1157 */ 	margin-left: -60px;
/* 1158 */ }
/* 1159 */ 
/* 1160 */ .entry-content img.alignright,
/* 1161 */ .entry-content .wp-caption.alignright {
/* 1162 */ 	margin-right: -60px;
/* 1163 */ }
/* 1164 */ 
/* 1165 */ footer.entry-meta {
/* 1166 */ 	margin-top: 24px;
/* 1167 */ }
/* 1168 */ 
/* 1169 */ .format-standard footer.entry-meta {
/* 1170 */ 	margin-top: 0;
/* 1171 */ }
/* 1172 */ 
/* 1173 */ /* Page links */
/* 1174 */ .page-links {
/* 1175 */ 	clear: both;
/* 1176 */ 	font-size: 16px;
/* 1177 */ 	font-style: italic;
/* 1178 */ 	font-weight: normal;
/* 1179 */ 	line-height: 2.2;
/* 1180 */ 	margin: 20px 0;
/* 1181 */ 	text-transform: uppercase;
/* 1182 */ }
/* 1183 */ 
/* 1184 */ .page-links a,
/* 1185 */ .page-links > span {
/* 1186 */ 	background: #fff;
/* 1187 */ 	border: 1px solid #fff;
/* 1188 */ 	padding: 5px 10px;
/* 1189 */ 	text-decoration: none;
/* 1190 */ }
/* 1191 */ 
/* 1192 */ .format-status .entry-content .page-links a,
/* 1193 */ .format-gallery .entry-content .page-links a,
/* 1194 */ .format-chat .entry-content .page-links a,
/* 1195 */ .format-quote .entry-content .page-links a,
/* 1196 */ .page-links a {
/* 1197 */ 	background: #e63f2a;
/* 1198 */ 	border: 1px solid #e63f2a;
/* 1199 */ 	color: #fff;
/* 1200 */ }

/* style.css */

/* 1201 */ 
/* 1202 */ .format-gallery .entry-content .page-links a:hover,
/* 1203 */ .format-audio .entry-content .page-links a:hover,
/* 1204 */ .format-status .entry-content .page-links a:hover,
/* 1205 */ .format-video .entry-content .page-links a:hover,
/* 1206 */ .format-chat .entry-content .page-links a:hover,
/* 1207 */ .format-quote .entry-content .page-links a:hover,
/* 1208 */ .page-links a:hover {
/* 1209 */ 	background: #fff;
/* 1210 */ 	color: #e63f2a;
/* 1211 */ }
/* 1212 */ 
/* 1213 */ .format-status .entry-content .page-links > span,
/* 1214 */ .format-quote .entry-content .page-links > span {
/* 1215 */ 	background: none;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .page-links .page-links-title {
/* 1219 */ 	background: transparent;
/* 1220 */ 	border: none;
/* 1221 */ 	margin-right: 20px;
/* 1222 */ 	padding: 0;
/* 1223 */ }
/* 1224 */ 
/* 1225 */ /* Mediaelements */
/* 1226 */ .hentry .mejs-mediaelement,
/* 1227 */ .hentry .mejs-container .mejs-controls {
/* 1228 */ 	background: #220e10;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
/* 1232 */ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 1233 */ 	background: #fff;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ .hentry .mejs-controls .mejs-time-rail .mejs-time-current {
/* 1237 */ 	background: #ea9629;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ .hentry .mejs-controls .mejs-time-rail .mejs-time-total,
/* 1241 */ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
/* 1242 */ 	background: #595959;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ .hentry .mejs-controls .mejs-time-rail span,
/* 1246 */ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
/* 1247 */ .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 1248 */ 	border-radius: 0;
/* 1249 */ }
/* 1250 */ 

/* style.css */

/* 1251 */ 
/* 1252 */ /**
/* 1253 *|  * 5.4 Galleries
/* 1254 *|  * ----------------------------------------------------------------------------
/* 1255 *|  */
/* 1256 */ 
/* 1257 */ .gallery {
/* 1258 */ 	margin-bottom: 20px;
/* 1259 */ 	margin-left: -4px;
/* 1260 */ }
/* 1261 */ 
/* 1262 */ .gallery-item {
/* 1263 */ 	float: left;
/* 1264 */ 	margin: 0 4px 4px 0;
/* 1265 */ 	overflow: hidden;
/* 1266 */ 	position: relative;
/* 1267 */ }
/* 1268 */ 
/* 1269 */ .gallery-columns-1.gallery-size-medium,
/* 1270 */ .gallery-columns-1.gallery-size-thumbnail,
/* 1271 */ .gallery-columns-2.gallery-size-thumbnail,
/* 1272 */ .gallery-columns-3.gallery-size-thumbnail {
/* 1273 */ 	display: table;
/* 1274 */ 	margin: 0 auto 20px;
/* 1275 */ }
/* 1276 */ 
/* 1277 */ .gallery-columns-1 .gallery-item,
/* 1278 */ .gallery-columns-2 .gallery-item,
/* 1279 */ .gallery-columns-3 .gallery-item {
/* 1280 */ 	text-align: center;
/* 1281 */ }
/* 1282 */ 
/* 1283 */ .gallery-columns-4 .gallery-item {
/* 1284 */ 	max-width: 23%;
/* 1285 */ 	max-width: -webkit-calc(25% - 4px);
/* 1286 */ 	max-width:         calc(25% - 4px);
/* 1287 */ }
/* 1288 */ 
/* 1289 */ .gallery-columns-5 .gallery-item {
/* 1290 */ 	max-width: 19%;
/* 1291 */ 	max-width: -webkit-calc(20% - 4px);
/* 1292 */ 	max-width:         calc(20% - 4px);
/* 1293 */ }
/* 1294 */ 
/* 1295 */ .gallery-columns-6 .gallery-item {
/* 1296 */ 	max-width: 15%;
/* 1297 */ 	max-width: -webkit-calc(16.7% - 4px);
/* 1298 */ 	max-width:         calc(16.7% - 4px);
/* 1299 */ }
/* 1300 */ 

/* style.css */

/* 1301 */ .gallery-columns-7 .gallery-item {
/* 1302 */ 	max-width: 13%;
/* 1303 */ 	max-width: -webkit-calc(14.28% - 4px);
/* 1304 */ 	max-width:         calc(14.28% - 4px);
/* 1305 */ }
/* 1306 */ 
/* 1307 */ .gallery-columns-8 .gallery-item {
/* 1308 */ 	max-width: 11%;
/* 1309 */ 	max-width: -webkit-calc(12.5% - 4px);
/* 1310 */ 	max-width:         calc(12.5% - 4px);
/* 1311 */ }
/* 1312 */ 
/* 1313 */ .gallery-columns-9 .gallery-item {
/* 1314 */ 	max-width: 9%;
/* 1315 */ 	max-width: -webkit-calc(11.1% - 4px);
/* 1316 */ 	max-width:         calc(11.1% - 4px);
/* 1317 */ }
/* 1318 */ 
/* 1319 */ .gallery-columns-1 .gallery-item:nth-of-type(1n),
/* 1320 */ .gallery-columns-2 .gallery-item:nth-of-type(2n),
/* 1321 */ .gallery-columns-3 .gallery-item:nth-of-type(3n),
/* 1322 */ .gallery-columns-4 .gallery-item:nth-of-type(4n),
/* 1323 */ .gallery-columns-5 .gallery-item:nth-of-type(5n),
/* 1324 */ .gallery-columns-6 .gallery-item:nth-of-type(6n),
/* 1325 */ .gallery-columns-7 .gallery-item:nth-of-type(7n),
/* 1326 */ .gallery-columns-8 .gallery-item:nth-of-type(8n),
/* 1327 */ .gallery-columns-9 .gallery-item:nth-of-type(9n) {
/* 1328 */ 	margin-right: 0;
/* 1329 */ }
/* 1330 */ 
/* 1331 */ .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
/* 1332 */ .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
/* 1333 */ .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
/* 1334 */ .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
/* 1335 */ 	clear: left;
/* 1336 */ }
/* 1337 */ 
/* 1338 */ .gallery-caption {
/* 1339 */ 	background-color: rgba(0, 0, 0, 0.7);
/* 1340 */ 	box-sizing: border-box;
/* 1341 */ 	color: #fff;
/* 1342 */ 	font-size: 14px;
/* 1343 */ 	line-height: 1.3;
/* 1344 */ 	margin: 0;
/* 1345 */ 	max-height: 50%;
/* 1346 */ 	opacity: 0;
/* 1347 */ 	padding: 2px 8px;
/* 1348 */ 	position: absolute;
/* 1349 */ 	bottom: 0;
/* 1350 */ 	left: 0;

/* style.css */

/* 1351 */ 	text-align: left;
/* 1352 */ 	-webkit-transition: opacity 400ms ease;
/* 1353 */ 	transition:         opacity 400ms ease;
/* 1354 */ 	width: 100%;
/* 1355 */ }
/* 1356 */ 
/* 1357 */ .gallery-caption:before {
/* 1358 */ 	box-shadow: 0 -10px 15px #000 inset;
/* 1359 */ 	content: "";
/* 1360 */ 	height: 100%;
/* 1361 */ 	min-height: 49px;
/* 1362 */ 	position: absolute;
/* 1363 */ 	left: 0;
/* 1364 */ 	top: 0;
/* 1365 */ 	width: 100%;
/* 1366 */ }
/* 1367 */ 
/* 1368 */ .gallery-item:hover .gallery-caption {
/* 1369 */ 	opacity: 1;
/* 1370 */ }
/* 1371 */ 
/* 1372 */ .gallery-columns-7 .gallery-caption,
/* 1373 */ .gallery-columns-8 .gallery-caption,
/* 1374 */ .gallery-columns-9 .gallery-caption {
/* 1375 */ 	display: none;
/* 1376 */ }
/* 1377 */ 
/* 1378 */ 
/* 1379 */ /**
/* 1380 *|  * 5.5 Post Formats
/* 1381 *|  * ----------------------------------------------------------------------------
/* 1382 *|  */
/* 1383 */ 
/* 1384 */ /* Aside */
/* 1385 */ .format-aside {
/* 1386 */ 	background-color: #f7f5e7;
/* 1387 */ }
/* 1388 */ 
/* 1389 */ .blog .format-aside:first-of-type,
/* 1390 */ .single .format-aside:first-of-type,
/* 1391 */ .format-aside + .format-aside,
/* 1392 */ .format-aside + .format-link,
/* 1393 */ .format-link + .format-aside {
/* 1394 */ 	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
/* 1395 */ }
/* 1396 */ 
/* 1397 */ .format-aside .entry-meta {
/* 1398 */ 	margin-top: 0;
/* 1399 */ }
/* 1400 */ 

/* style.css */

/* 1401 */ .format-aside blockquote {
/* 1402 */ 	font-size: 100%;
/* 1403 */ 	font-weight: normal;
/* 1404 */ }
/* 1405 */ 
/* 1406 */ .format-aside cite {
/* 1407 */ 	font-size: 100%;
/* 1408 */ 	text-transform: none;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ .format-aside cite:before {
/* 1412 */ 	content: "\2014";
/* 1413 */ 	margin-right: 5px;
/* 1414 */ }
/* 1415 */ 
/* 1416 */ /* Audio */
/* 1417 */ .format-audio {
/* 1418 */ 	background-color: #db572f;
/* 1419 */ }
/* 1420 */ 
/* 1421 */ .format-audio .entry-title {
/* 1422 */ 	font-size: 28px;
/* 1423 */ 	font-weight: bold;
/* 1424 */ }
/* 1425 */ 
/* 1426 */ .format-audio .entry-content:before {
/* 1427 */ 	content: "\f109";
/* 1428 */ 	float: left;
/* 1429 */ 	font-size: 64px;
/* 1430 */ 	position: relative;
/* 1431 */ 	top: 4px;
/* 1432 */ }
/* 1433 */ 
/* 1434 */ .format-audio .entry-content a,
/* 1435 */ .format-audio .entry-meta a,
/* 1436 */ .format-audio .entry-content a:hover,
/* 1437 */ .format-audio .entry-meta a:hover {
/* 1438 */ 	color: #fbfaf3;
/* 1439 */ }
/* 1440 */ 
/* 1441 */ .format-audio .audio-content {
/* 1442 */ 	background: url(/wp-content/themes/twentythirteen/images/dotted-line.png?2462c9) repeat-y left top;
/* 1443 */ 	background-size: 4px 4px;
/* 1444 */ 	float: right;
/* 1445 */ 	padding-left: 35px;
/* 1446 */ 	width: 80%;
/* 1447 */ 	width: -webkit-calc(100% - 85px);
/* 1448 */ 	width:         calc(100% - 85px);
/* 1449 */ }
/* 1450 */ 

/* style.css */

/* 1451 */ .format-audio .wp-audio-shortcode {
/* 1452 */ 	height: 30px !important; /* Override mediaelement.js style */
/* 1453 */ 	margin: 20px 0;
/* 1454 */ 	max-width: 400px !important; /* Override mediaelement.js style */
/* 1455 */ }
/* 1456 */ 
/* 1457 */ .format-audio audio {
/* 1458 */ 	max-width: 100% !important; /* Avoid player width overflow. */
/* 1459 */ }
/* 1460 */ 
/* 1461 */ /* Chat */
/* 1462 */ .format-chat {
/* 1463 */ 	background-color: #eadaa6;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ .format-chat .entry-title {
/* 1467 */ 	font-size: 28px;
/* 1468 */ 	font-weight: bold;
/* 1469 */ }
/* 1470 */ 
/* 1471 */ .format-chat .entry-meta a,
/* 1472 */ .format-chat .entry-content a {
/* 1473 */ 	color: #722d19;
/* 1474 */ }
/* 1475 */ 
/* 1476 */ .format-chat .entry-meta .date a:before {
/* 1477 */ 	content: "\f108";
/* 1478 */ 	margin-right: 2px;
/* 1479 */ }
/* 1480 */ 
/* 1481 */ .format-chat .entry-meta .author {
/* 1482 */ 	display: none;
/* 1483 */ }
/* 1484 */ 
/* 1485 */ .format-chat .chat {
/* 1486 */ 	margin: 0;
/* 1487 */ }
/* 1488 */ 
/* 1489 */ .format-chat .chat .chat-timestamp {
/* 1490 */ 	color: #722d19;
/* 1491 */ 	float: right;
/* 1492 */ 	font-size: 12px;
/* 1493 */ 	font-weight: normal;
/* 1494 */ 	margin: 5px 10px 0;
/* 1495 */ }
/* 1496 */ 
/* 1497 */ .format-chat .chat .fn {
/* 1498 */ 	font-style: normal;
/* 1499 */ }
/* 1500 */ 

/* style.css */

/* 1501 */ /* Gallery */
/* 1502 */ .format-gallery {
/* 1503 */ 	background-color: #fbca3c;
/* 1504 */ }
/* 1505 */ 
/* 1506 */ .format-gallery .entry-header {
/* 1507 */ 	margin-bottom: 15px;
/* 1508 */ }
/* 1509 */ 
/* 1510 */ .format-gallery .entry-title {
/* 1511 */ 	font-size: 50px;
/* 1512 */ 	font-weight: 400;
/* 1513 */ 	margin: 0;
/* 1514 */ }
/* 1515 */ 
/* 1516 */ .format-gallery .entry-meta a,
/* 1517 */ .format-gallery .entry-content a {
/* 1518 */ 	color: #722d19;
/* 1519 */ }
/* 1520 */ 
/* 1521 */ /* Image */
/* 1522 */ .format-image .entry-title {
/* 1523 */ 	font-size: 28px;
/* 1524 */ 	font-weight: bold;
/* 1525 */ }
/* 1526 */ 
/* 1527 */ .format-image .categories-links,
/* 1528 */ .format-image .tags-links {
/* 1529 */ 	display: none;
/* 1530 */ }
/* 1531 */ 
/* 1532 */ /* Link */
/* 1533 */ .format-link {
/* 1534 */ 	background-color: #f7f5e7;
/* 1535 */ }
/* 1536 */ 
/* 1537 */ .blog .format-link:first-of-type,
/* 1538 */ .single .format-link:first-of-type {
/* 1539 */ 	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
/* 1540 */ }
/* 1541 */ 
/* 1542 */ .format-link .entry-header,
/* 1543 */ .format-link .entry-content p:last-child {
/* 1544 */ 	margin-bottom: 0;
/* 1545 */ }
/* 1546 */ 
/* 1547 */ .format-link .entry-title {
/* 1548 */ 	color: #ca3c08;
/* 1549 */ 	display: inline;
/* 1550 */ 	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;

/* style.css */

/* 1551 */ 	margin-right: 20px;
/* 1552 */ }
/* 1553 */ 
/* 1554 */ .format-link .entry-title a {
/* 1555 */ 	color: #bc360a;
/* 1556 */ }
/* 1557 */ 
/* 1558 */ .format-link div.entry-meta {
/* 1559 */ 	display: inline;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ /* Standard */
/* 1563 */ .format-standard .wp-video,
/* 1564 */ .format-standard .wp-audio-shortcode,
/* 1565 */ .format-audio .wp-audio-shortcode,
/* 1566 */ .format-standard .video-player {
/* 1567 */ 	margin-bottom: 24px;
/* 1568 */ }
/* 1569 */ 
/* 1570 */ /* Quote */
/* 1571 */ .format-quote {
/* 1572 */ 	background-color: #210d10;
/* 1573 */ }
/* 1574 */ 
/* 1575 */ .format-quote .entry-content,
/* 1576 */ .format-quote .entry-meta {
/* 1577 */ 	color: #f7f5e7;
/* 1578 */ }
/* 1579 */ 
/* 1580 */ .format-quote .entry-content blockquote {
/* 1581 */ 	font-size: 28px;
/* 1582 */ 	margin: 0;
/* 1583 */ }
/* 1584 */ 
/* 1585 */ .format-quote .entry-content a,
/* 1586 */ .format-quote .entry-meta a,
/* 1587 */ .format-quote .linked {
/* 1588 */ 	color: #e63f2a;
/* 1589 */ }
/* 1590 */ 
/* 1591 */ .format-quote .entry-content cite a {
/* 1592 */ 	border-bottom: 1px dotted #fff;
/* 1593 */ 	color: #fff;
/* 1594 */ }
/* 1595 */ 
/* 1596 */ .format-quote .entry-content cite a:hover {
/* 1597 */ 	text-decoration: none;
/* 1598 */ }
/* 1599 */ 
/* 1600 */ .format-quote blockquote small,

/* style.css */

/* 1601 */ .format-quote blockquote cite {
/* 1602 */ 	display: block;
/* 1603 */ 	font-size: 16px;
/* 1604 */ }
/* 1605 */ 
/* 1606 */ .format-quote blockquote {
/* 1607 */ 	font-style: italic;
/* 1608 */ 	font-weight: 300;
/* 1609 */ 	padding-left: 75px;
/* 1610 */ 	position: relative;
/* 1611 */ }
/* 1612 */ 
/* 1613 */ .format-quote blockquote:before {
/* 1614 */ 	content: '\201C';
/* 1615 */ 	font-size: 140px;
/* 1616 */ 	font-weight: 400;
/* 1617 */ 	line-height: .8;
/* 1618 */ 	padding-right: 25px;
/* 1619 */ 	position: absolute;
/* 1620 */ 	left: -15px;
/* 1621 */ 	top: -3px;
/* 1622 */ }
/* 1623 */ 
/* 1624 */ .format-quote .entry-meta .author {
/* 1625 */ 	display: none;
/* 1626 */ }
/* 1627 */ 
/* 1628 */ /* Status */
/* 1629 */ .format-status {
/* 1630 */ 	background-color: #722d19;
/* 1631 */ 	padding: 0;
/* 1632 */ }
/* 1633 */ 
/* 1634 */ .format-status .entry-content,
/* 1635 */ .format-status .entry-meta {
/* 1636 */ 	padding-left: 35px;
/* 1637 */ 	position: relative;
/* 1638 */ }
/* 1639 */ 
/* 1640 */ .format-status .entry-content a {
/* 1641 */ 	color: #eadaa6;
/* 1642 */ }
/* 1643 */ 
/* 1644 */ .format-status .entry-meta a {
/* 1645 */ 	color: #f7f5e7;
/* 1646 */ }
/* 1647 */ 
/* 1648 */ .sidebar .format-status .entry-content,
/* 1649 */ .sidebar .format-status .entry-meta {
/* 1650 */ 	padding-left: 95px;

/* style.css */

/* 1651 */ }
/* 1652 */ 
/* 1653 */ .format-status .entry-content:before,
/* 1654 */ .format-status .entry-meta:before {
/* 1655 */ 	background: url(/wp-content/themes/twentythirteen/images/dotted-line.png?2462c9) repeat-y left bottom;
/* 1656 */ 	background-size: 4px 4px;
/* 1657 */ 	content: "";
/* 1658 */ 	display: block;
/* 1659 */ 	height: 100%;
/* 1660 */ 	position: absolute;
/* 1661 */ 	left: 10px;
/* 1662 */ 	top: 0;
/* 1663 */ 	width: 1px;
/* 1664 */ }
/* 1665 */ 
/* 1666 */ .sidebar .format-status .entry-content:before,
/* 1667 */ .sidebar .format-status .entry-meta:before {
/* 1668 */ 	left: 70px;
/* 1669 */ }
/* 1670 */ 
/* 1671 */ .format-status .categories-links,
/* 1672 */ .format-status .tags-links {
/* 1673 */ 	display: none;
/* 1674 */ }
/* 1675 */ 
/* 1676 */ /* Ensures the dots in the dot background are in lockstep. */
/* 1677 */ .format-status .entry-meta:before {
/* 1678 */ 	background-position: left top;
/* 1679 */ }
/* 1680 */ 
/* 1681 */ .format-status .entry-content {
/* 1682 */ 	color: #f7f5e7;
/* 1683 */ 	font-size: 24px;
/* 1684 */ 	font-style: italic;
/* 1685 */ 	font-weight: 300;
/* 1686 */ 	padding-bottom: 30px;
/* 1687 */ 	padding-top: 40px;
/* 1688 */ 	position: relative;
/* 1689 */ }
/* 1690 */ 
/* 1691 */ .format-status .entry-content p:first-child:before {
/* 1692 */ 	background-color: rgba(0, 0, 0, 0.65);
/* 1693 */ 	content: "";
/* 1694 */ 	height: 3px;
/* 1695 */ 	margin-top: 13px;
/* 1696 */ 	position: absolute;
/* 1697 */ 	left: 4px;
/* 1698 */ 	width: 13px;
/* 1699 */ }
/* 1700 */ 

/* style.css */

/* 1701 */ .sidebar .format-status .entry-content > p:first-child:before {
/* 1702 */ 	left: 64px;
/* 1703 */ }
/* 1704 */ 
/* 1705 */ .format-status .entry-content p:last-child {
/* 1706 */ 	margin-bottom: 0;
/* 1707 */ }
/* 1708 */ 
/* 1709 */ .format-status .entry-meta {
/* 1710 */ 	margin-top: 0;
/* 1711 */ 	padding-bottom: 40px;
/* 1712 */ }
/* 1713 */ 
/* 1714 */ .format-status .entry-meta .date a:before {
/* 1715 */ 	content: "\f105";
/* 1716 */ }
/* 1717 */ 
/* 1718 */ /* Video */
/* 1719 */ .format-video {
/* 1720 */ 	background-color: #db572f;
/* 1721 */ }
/* 1722 */ 
/* 1723 */ .format-video .entry-content a,
/* 1724 */ .format-video .entry-meta a,
/* 1725 */ .format-video .entry-content a:hover,
/* 1726 */ .format-video .entry-meta a:hover {
/* 1727 */ 	color: #fbfaf3;
/* 1728 */ }
/* 1729 */ 
/* 1730 */ .format-video .entry-title {
/* 1731 */ 	font-size: 50px;
/* 1732 */ 	font-weight: 400;
/* 1733 */ }
/* 1734 */ 
/* 1735 */ .format-video .entry-meta {
/* 1736 */ 	color: #220e10;
/* 1737 */ }
/* 1738 */ 
/* 1739 */ 
/* 1740 */ /**
/* 1741 *|  * 5.6 Attachments
/* 1742 *|  * ----------------------------------------------------------------------------
/* 1743 *|  */
/* 1744 */ 
/* 1745 */ .attachment .hentry {
/* 1746 */ 	background-color: #e8e5ce;
/* 1747 */ 	margin: 0;
/* 1748 */ 	padding: 0;
/* 1749 */ }
/* 1750 */ 

/* style.css */

/* 1751 */ .attachment .entry-header {
/* 1752 */ 	margin-bottom: 0;
/* 1753 */ 	max-width: 1040px;
/* 1754 */ 	padding: 30px 0;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ .attachment .entry-title {
/* 1758 */ 	display: inline-block;
/* 1759 */ 	float: left;
/* 1760 */ 	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
/* 1761 */ 	margin: 0;
/* 1762 */ }
/* 1763 */ 
/* 1764 */ .attachment .entry-title:before {
/* 1765 */ 	content: "\f416";
/* 1766 */ 	font-size: 32px;
/* 1767 */ 	margin-right: 10px;
/* 1768 */ }
/* 1769 */ 
/* 1770 */ .attachment .entry-meta {
/* 1771 */ 	clear: none;
/* 1772 */ 	color: inherit;
/* 1773 */ 	float: right;
/* 1774 */ 	max-width: 604px;
/* 1775 */ 	padding: 9px 0 0;
/* 1776 */ 	text-align: right;
/* 1777 */ }
/* 1778 */ 
/* 1779 */ .hentry.attachment:not(.image-attachment) .entry-meta {
/* 1780 */ 	max-width: 104px;
/* 1781 */ }
/* 1782 */ 
/* 1783 */ .attachment footer.entry-meta {
/* 1784 */ 	display: none;
/* 1785 */ }
/* 1786 */ 
/* 1787 */ .attachment-meta:before {
/* 1788 */ 	content: "\f307";
/* 1789 */ }
/* 1790 */ 
/* 1791 */ .full-size-link a:before {
/* 1792 */ 	content: "\f402";
/* 1793 */ }
/* 1794 */ 
/* 1795 */ .full-size-link:before {
/* 1796 */ 	content: none;
/* 1797 */ }
/* 1798 */ 
/* 1799 */ .attachment .entry-meta a,
/* 1800 */ .attachment .entry-meta .edit-link:before,

/* style.css */

/* 1801 */ .attachment .full-size-link:before {
/* 1802 */ 	color: #ca3c08;
/* 1803 */ }
/* 1804 */ 
/* 1805 */ .attachment .entry-content {
/* 1806 */ 	background-color: #fff;
/* 1807 */ 	max-width: 100%;
/* 1808 */ 	padding: 40px 0;
/* 1809 */ }
/* 1810 */ 
/* 1811 */ .image-navigation {
/* 1812 */ 	margin: 0 auto;
/* 1813 */ 	max-width: 1040px;
/* 1814 */ 	position: relative;
/* 1815 */ }
/* 1816 */ 
/* 1817 */ .image-navigation a:hover {
/* 1818 */ 	text-decoration: none;
/* 1819 */ }
/* 1820 */ 
/* 1821 */ .image-navigation .nav-previous,
/* 1822 */ .image-navigation .nav-next {
/* 1823 */ 	position: absolute;
/* 1824 */ 	top: 50px;
/* 1825 */ }
/* 1826 */ 
/* 1827 */ .image-navigation .nav-previous {
/* 1828 */ 	left: 0;
/* 1829 */ }
/* 1830 */ 
/* 1831 */ .image-navigation .nav-next {
/* 1832 */ 	right: 0;
/* 1833 */ }
/* 1834 */ 
/* 1835 */ .image-navigation .meta-nav {
/* 1836 */ 	font-size: 32px;
/* 1837 */ 	font-weight: 300;
/* 1838 */ 	vertical-align: -4px;
/* 1839 */ }
/* 1840 */ 
/* 1841 */ .attachment .entry-attachment,
/* 1842 */ .attachment .type-attachment p {
/* 1843 */ 	margin: 0 auto;
/* 1844 */ 	max-width: 724px;
/* 1845 */ 	text-align: center;
/* 1846 */ }
/* 1847 */ 
/* 1848 */ .attachment .entry-attachment .attachment {
/* 1849 */ 	display: inline-block;
/* 1850 */ }

/* style.css */

/* 1851 */ 
/* 1852 */ .attachment .entry-caption {
/* 1853 */ 	text-align: left;
/* 1854 */ }
/* 1855 */ 
/* 1856 */ .attachment .entry-description {
/* 1857 */ 	margin: 20px auto 0;
/* 1858 */ 	max-width: 604px;
/* 1859 */ }
/* 1860 */ 
/* 1861 */ .attachment .entry-caption p:last-child,
/* 1862 */ .attachment .entry-description p:last-child {
/* 1863 */ 	margin: 0;
/* 1864 */ }
/* 1865 */ 
/* 1866 */ .attachment .site-main .sidebar-container {
/* 1867 */ 	display: none;
/* 1868 */ }
/* 1869 */ 
/* 1870 */ .attachment .entry-content .mejs-audio {
/* 1871 */ 	max-width: 400px;
/* 1872 */ 	margin: 0 auto;
/* 1873 */ }
/* 1874 */ 
/* 1875 */ .attachment .entry-content .wp-video {
/* 1876 */ 	margin: 0 auto;
/* 1877 */ }
/* 1878 */ 
/* 1879 */ .attachment .entry-content .mejs-container {
/* 1880 */ 	margin-bottom: 24px;
/* 1881 */ }
/* 1882 */ 
/* 1883 */ /**
/* 1884 *|  * 5.7 Post/Paging Navigation
/* 1885 *|  * ----------------------------------------------------------------------------
/* 1886 *|  */
/* 1887 */ 
/* 1888 */ .navigation .nav-previous {
/* 1889 */ 	float: left;
/* 1890 */ }
/* 1891 */ 
/* 1892 */ .navigation .nav-next {
/* 1893 */ 	float: right;
/* 1894 */ }
/* 1895 */ 
/* 1896 */ .navigation a {
/* 1897 */ 	color: #bc360a;
/* 1898 */ }
/* 1899 */ 
/* 1900 */ .navigation a:hover {

/* style.css */

/* 1901 */ 	color: #ea9629;
/* 1902 */ 	text-decoration: none;
/* 1903 */ }
/* 1904 */ 
/* 1905 */ .paging-navigation {
/* 1906 */ 	background-color: #e8e5ce;
/* 1907 */ 	padding: 40px 0;
/* 1908 */ }
/* 1909 */ 
/* 1910 */ .paging-navigation .nav-links {
/* 1911 */ 	margin: 0 auto;
/* 1912 */ 	max-width: 604px;
/* 1913 */ 	width: 100%;
/* 1914 */ }
/* 1915 */ 
/* 1916 */ .sidebar .paging-navigation .nav-links {
/* 1917 */ 	max-width: 1040px;
/* 1918 */ 	padding: 0 376px 0 60px;
/* 1919 */ }
/* 1920 */ 
/* 1921 */ .paging-navigation .nav-next {
/* 1922 */ 	padding: 13px 0;
/* 1923 */ }
/* 1924 */ 
/* 1925 */ .paging-navigation a {
/* 1926 */ 	font-size: 22px;
/* 1927 */ 	font-style: italic;
/* 1928 */ 	font-weight: 300;
/* 1929 */ }
/* 1930 */ 
/* 1931 */ .paging-navigation .meta-nav {
/* 1932 */ 	background-color: #e63f2a;
/* 1933 */ 	border-radius: 50%;
/* 1934 */ 	color: #fff;
/* 1935 */ 	display: inline-block;
/* 1936 */ 	font-size: 26px;
/* 1937 */ 	padding: 3px 0 8px;
/* 1938 */ 	text-align: center;
/* 1939 */ 	width: 50px;
/* 1940 */ }
/* 1941 */ 
/* 1942 */ .paging-navigation .nav-previous .meta-nav {
/* 1943 */ 	margin-right: 10px;
/* 1944 */ 	padding: 17px 0 23px;
/* 1945 */ 	width: 80px;
/* 1946 */ }
/* 1947 */ 
/* 1948 */ .paging-navigation .nav-next .meta-nav {
/* 1949 */ 	margin-left: 10px;
/* 1950 */ }

/* style.css */

/* 1951 */ 
/* 1952 */ .paging-navigation a:hover .meta-nav {
/* 1953 */ 	background-color: #ea9629;
/* 1954 */ 	text-decoration: none;
/* 1955 */ }
/* 1956 */ 
/* 1957 */ .post-navigation {
/* 1958 */ 	background-color: #fff;
/* 1959 */ 	color: #ca3c08;
/* 1960 */ 	font-size: 20px;
/* 1961 */ 	font-style: italic;
/* 1962 */ 	font-weight: 300;
/* 1963 */ 	padding: 20px 0;
/* 1964 */ }
/* 1965 */ 
/* 1966 */ .post-navigation .nav-links {
/* 1967 */ 	margin: 0 auto;
/* 1968 */ 	max-width: 1040px;
/* 1969 */ }
/* 1970 */ 
/* 1971 */ .sidebar .post-navigation .nav-links {
/* 1972 */ 	padding: 0 376px 0 60px;
/* 1973 */ }
/* 1974 */ 
/* 1975 */ .post-navigation a[rel="next"] {
/* 1976 */ 	float: right;
/* 1977 */ 	text-align: right;
/* 1978 */ }
/* 1979 */ 
/* 1980 */ 
/* 1981 */ /**
/* 1982 *|  * 5.8 Author Bio
/* 1983 *|  * ----------------------------------------------------------------------------
/* 1984 *|  */
/* 1985 */ 
/* 1986 */ .author-info {
/* 1987 */ 	margin: 0 auto;
/* 1988 */ 	max-width: 604px;
/* 1989 */ 	padding: 30px 0 10px;
/* 1990 */ 	text-align: left; /* gallery & video post formats */
/* 1991 */ 	width: 100%;
/* 1992 */ }
/* 1993 */ 
/* 1994 */ .author.sidebar .author-info {
/* 1995 */ 	max-width: 1040px;
/* 1996 */ 	padding: 30px 376px 10px 60px;
/* 1997 */ }
/* 1998 */ 
/* 1999 */ .single .author-info {
/* 2000 */ 	padding: 50px 0 0;

/* style.css */

/* 2001 */ }
/* 2002 */ 
/* 2003 */ .author-avatar .avatar {
/* 2004 */ 	float: left;
/* 2005 */ 	margin: 0 30px 30px 0;
/* 2006 */ }
/* 2007 */ 
/* 2008 */ .single-format-status .author-description {
/* 2009 */ 	color: #f7f5e7;
/* 2010 */ }
/* 2011 */ 
/* 2012 */ .author-description .author-title {
/* 2013 */ 	clear: none;
/* 2014 */ 	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
/* 2015 */ 	margin: 0 0 8px;
/* 2016 */ }
/* 2017 */ 
/* 2018 */ .author-link {
/* 2019 */ 	color: #ca3c08;
/* 2020 */ 	margin-left: 2px;
/* 2021 */ }
/* 2022 */ 
/* 2023 */ .author.archive .author-link {
/* 2024 */ 	display: none;
/* 2025 */ }
/* 2026 */ 
/* 2027 */ 
/* 2028 */ /**
/* 2029 *|  * 5.9 Archives
/* 2030 *|  * ----------------------------------------------------------------------------
/* 2031 *|  */
/* 2032 */ 
/* 2033 */ .archive-header {
/* 2034 */ 	background-color: #e8e5ce;
/* 2035 */ }
/* 2036 */ 
/* 2037 */ .archive-title,
/* 2038 */ .archive-meta {
/* 2039 */ 	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
/* 2040 */ 	margin: 0 auto;
/* 2041 */ 	max-width: 1040px;
/* 2042 */ 	padding: 30px 0;
/* 2043 */ 	width: 100%;
/* 2044 */ }
/* 2045 */ 
/* 2046 */ .archive-meta {
/* 2047 */ 	font-size: 16px;
/* 2048 */ 	font-style: normal;
/* 2049 */ 	font-weight: normal;
/* 2050 */ 	margin-top: -15px;

/* style.css */

/* 2051 */ 	padding: 0 0 11px;
/* 2052 */ }
/* 2053 */ 
/* 2054 */ .sidebar .archive-meta {
/* 2055 */ 	padding-right: 316px;
/* 2056 */ }
/* 2057 */ 
/* 2058 */ 
/* 2059 */ /**
/* 2060 *|  * 5.10 Search Results/No posts
/* 2061 *|  * ----------------------------------------------------------------------------
/* 2062 *|  */
/* 2063 */ 
/* 2064 */ .page-header {
/* 2065 */ 	background-color: #e8e5ce;
/* 2066 */ }
/* 2067 */ 
/* 2068 */ .page-title {
/* 2069 */ 	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
/* 2070 */ 	margin: 0 auto;
/* 2071 */ 	max-width: 1040px;
/* 2072 */ 	padding: 30px 0;
/* 2073 */ 	width: 100%;
/* 2074 */ }
/* 2075 */ 
/* 2076 */ .page-content {
/* 2077 */ 	margin: 0 auto;
/* 2078 */ 	max-width: 604px;
/* 2079 */ 	padding: 40px 0;
/* 2080 */ 	width: 100%;
/* 2081 */ }
/* 2082 */ 
/* 2083 */ .sidebar .page-content {
/* 2084 */ 	margin: 0 auto;
/* 2085 */ 	max-width: 1040px;
/* 2086 */ 	padding: 40px 376px 40px 60px;
/* 2087 */ }
/* 2088 */ 
/* 2089 */ 
/* 2090 */ /**
/* 2091 *|  * 5.11 404
/* 2092 *|  * ----------------------------------------------------------------------------
/* 2093 *|  */
/* 2094 */ 
/* 2095 */ .error404 .page-header {
/* 2096 */ 	background-color: #fff;
/* 2097 */ }
/* 2098 */ 
/* 2099 */ .error404 .page-title {
/* 2100 */ 	line-height: 0.6;

/* style.css */

/* 2101 */ 	margin: 0;
/* 2102 */ 	padding: 300px;
/* 2103 */ 	position: relative;
/* 2104 */ 	text-align: center;
/* 2105 */ 	width: auto;
/* 2106 */ }
/* 2107 */ 
/* 2108 */ .error404 .page-title:before {
/* 2109 */ 	color: #e8e5ce;
/* 2110 */ 	content: "\f423";
/* 2111 */ 	font-size: 964px;
/* 2112 */ 	line-height: 0.6;
/* 2113 */ 	overflow: hidden;
/* 2114 */ 	position: absolute;
/* 2115 */ 	left: 7px;
/* 2116 */ 	top: 28px;
/* 2117 */ }
/* 2118 */ 
/* 2119 */ .error404 .page-wrapper {
/* 2120 */ 	background-color: #e8e5ce;
/* 2121 */ }
/* 2122 */ 
/* 2123 */ .error404 .page-header,
/* 2124 */ .error404 .page-content {
/* 2125 */ 	margin: 0 auto;
/* 2126 */ 	max-width: 1040px;
/* 2127 */ 	padding-bottom: 40px;
/* 2128 */ 	width: 100%;
/* 2129 */ }
/* 2130 */ 
/* 2131 */ 
/* 2132 */ /**
/* 2133 *|  * 5.12 Comments
/* 2134 *|  * ----------------------------------------------------------------------------
/* 2135 *|  */
/* 2136 */ 
/* 2137 */ .comments-title,
/* 2138 */ .comment-list,
/* 2139 */ .comment-reply-title,
/* 2140 */ .must-log-in,
/* 2141 */ .comment-respond .comment-form,
/* 2142 */ .comment-respond iframe {
/* 2143 */ 	display: block;
/* 2144 */ 	margin-left: auto;
/* 2145 */ 	margin-right: auto;
/* 2146 */ 	max-width: 604px;
/* 2147 */ 	width: 100%;
/* 2148 */ }
/* 2149 */ 
/* 2150 */ .sidebar .comments-title,

/* style.css */

/* 2151 */ .sidebar .comment-list,
/* 2152 */ .sidebar .must-log-in,
/* 2153 */ .sidebar .comment-reply-title,
/* 2154 */ .sidebar .comment-navigation,
/* 2155 */ .sidebar .comment-respond .comment-form {
/* 2156 */ 	max-width: 1040px;
/* 2157 */ 	padding-left: 60px;
/* 2158 */ 	padding-right: 376px;
/* 2159 */ }
/* 2160 */ 
/* 2161 */ .comments-title {
/* 2162 */ 	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
/* 2163 */ }
/* 2164 */ 
/* 2165 */ .comment-list,
/* 2166 */ .comment-list .children {
/* 2167 */ 	list-style-type: none;
/* 2168 */ 	padding: 0;
/* 2169 */ }
/* 2170 */ 
/* 2171 */ .comment-list .children {
/* 2172 */ 	margin-left: 20px;
/* 2173 */ }
/* 2174 */ 
/* 2175 */ .comment-list > li:after,
/* 2176 */ .comment-list .children > li:before {
/* 2177 */ 	background: url(/wp-content/themes/twentythirteen/images/dotted-line.png?2462c9) repeat left top;
/* 2178 */ 	background-size: 4px 4px;
/* 2179 */ 	content: "";
/* 2180 */ 	display: block;
/* 2181 */ 	height: 1px;
/* 2182 */ 	width: 100%;
/* 2183 */ }
/* 2184 */ 
/* 2185 */ .comment-list > li:last-child:after {
/* 2186 */ 	display: none;
/* 2187 */ }
/* 2188 */ 
/* 2189 */ .comment-body {
/* 2190 */ 	padding: 24px 0;
/* 2191 */ 	position: relative;
/* 2192 */ }
/* 2193 */ 
/* 2194 */ .comment-author {
/* 2195 */ 	float: left;
/* 2196 */ 	max-width: 74px;
/* 2197 */ }
/* 2198 */ 
/* 2199 */ .comment-author .avatar {
/* 2200 */ 	display: block;

/* style.css */

/* 2201 */ 	margin-bottom: 10px;
/* 2202 */ }
/* 2203 */ 
/* 2204 */ .comment-author .fn {
/* 2205 */ 	word-wrap: break-word;
/* 2206 */ }
/* 2207 */ 
/* 2208 */ .comment-author .fn,
/* 2209 */ .comment-author .url,
/* 2210 */ .comment-reply-link,
/* 2211 */ .comment-reply-login {
/* 2212 */ 	color: #bc360a;
/* 2213 */ 	font-size: 14px;
/* 2214 */ 	font-style: normal;
/* 2215 */ 	font-weight: normal;
/* 2216 */ }
/* 2217 */ 
/* 2218 */ .says {
/* 2219 */ 	display: none;
/* 2220 */ }
/* 2221 */ 
/* 2222 */ .no-avatars .comment-author {
/* 2223 */ 	margin: 0 0 5px;
/* 2224 */ 	max-width: 100%;
/* 2225 */ 	position: relative;
/* 2226 */ }
/* 2227 */ 
/* 2228 */ .no-avatars .comment-metadata,
/* 2229 */ .no-avatars .comment-content,
/* 2230 */ .no-avatars .comment-list .reply {
/* 2231 */ 	width: 100%;
/* 2232 */ }
/* 2233 */ 
/* 2234 */ .bypostauthor > .comment-body .fn:before {
/* 2235 */ 	content: "\f408";
/* 2236 */ 	vertical-align: text-top;
/* 2237 */ }
/* 2238 */ 
/* 2239 */ .comment-list .edit-link {
/* 2240 */ 	margin-left: 20px;
/* 2241 */ }
/* 2242 */ 
/* 2243 */ .comment-metadata,
/* 2244 */ .comment-awaiting-moderation,
/* 2245 */ .comment-content,
/* 2246 */ .comment-list .reply {
/* 2247 */ 	float: right;
/* 2248 */ 	width: 79%;
/* 2249 */ 	width: -webkit-calc(100% - 124px);
/* 2250 */ 	width:         calc(100% - 124px);

/* style.css */

/* 2251 */ 	word-wrap: break-word;
/* 2252 */ }
/* 2253 */ 
/* 2254 */ .comment-meta,
/* 2255 */ .comment-meta a {
/* 2256 */ 	color: #a2a2a2;
/* 2257 */ 	font-size: 13px;
/* 2258 */ }
/* 2259 */ 
/* 2260 */ .comment-meta a:hover {
/* 2261 */ 	color: #ea9629;
/* 2262 */ }
/* 2263 */ 
/* 2264 */ .comment-metadata {
/* 2265 */ 	margin-bottom: 20px;
/* 2266 */ }
/* 2267 */ 
/* 2268 */ .ping-meta {
/* 2269 */ 	color: #a2a2a2;
/* 2270 */ 	font-size: 13px;
/* 2271 */ 	line-height: 2;
/* 2272 */ }
/* 2273 */ 
/* 2274 */ .comment-awaiting-moderation {
/* 2275 */ 	color: #a2a2a2;
/* 2276 */ }
/* 2277 */ 
/* 2278 */ .comment-awaiting-moderation:before {
/* 2279 */ 	content: "\f414";
/* 2280 */ 	margin-right: 5px;
/* 2281 */ 	position: relative;
/* 2282 */ 	top: -2px;
/* 2283 */ }
/* 2284 */ 
/* 2285 */ .comment-reply-link:before,
/* 2286 */ .comment-reply-login:before {
/* 2287 */ 	content: "\f412";
/* 2288 */ 	margin-right: 3px;
/* 2289 */ }
/* 2290 */ 
/* 2291 */ /* Comment form */
/* 2292 */ .comment-respond {
/* 2293 */ 	background-color: #f7f5e7;
/* 2294 */ 	padding: 30px 0;
/* 2295 */ }
/* 2296 */ 
/* 2297 */ .comment .comment-respond {
/* 2298 */ 	margin-bottom: 20px;
/* 2299 */ 	padding: 20px;
/* 2300 */ }

/* style.css */

/* 2301 */ 
/* 2302 */ .comment-reply-title {
/* 2303 */ 	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
/* 2304 */ }
/* 2305 */ 
/* 2306 */ .comment-reply-title small a {
/* 2307 */ 	color: #131310;
/* 2308 */ 	display: inline-block;
/* 2309 */ 	float: right;
/* 2310 */ 	height: 16px;
/* 2311 */ 	overflow: hidden;
/* 2312 */ 	width: 16px;
/* 2313 */ }
/* 2314 */ 
/* 2315 */ .comment-reply-title small a:hover {
/* 2316 */ 	color: #ed331c;
/* 2317 */ 	text-decoration: none;
/* 2318 */ }
/* 2319 */ 
/* 2320 */ .comment-reply-title small a:before {
/* 2321 */ 	content: "\f406";
/* 2322 */ 	vertical-align: top;
/* 2323 */ }
/* 2324 */ 
/* 2325 */ .sidebar .comment-list .comment-reply-title,
/* 2326 */ .sidebar .comment-list .comment-respond .comment-form {
/* 2327 */ 	padding: 0;
/* 2328 */ }
/* 2329 */ 
/* 2330 */ .comment-form .comment-notes {
/* 2331 */ 	margin-bottom: 15px;
/* 2332 */ }
/* 2333 */ 
/* 2334 */ .comment-form .comment-form-author,
/* 2335 */ .comment-form .comment-form-email,
/* 2336 */ .comment-form .comment-form-url {
/* 2337 */ 	margin-bottom: 8px;
/* 2338 */ }
/* 2339 */ 
/* 2340 */ .comment-form [for="author"],
/* 2341 */ .comment-form [for="email"],
/* 2342 */ .comment-form [for="url"],
/* 2343 */ .comment-form [for="comment"] {
/* 2344 */ 	float: left;
/* 2345 */ 	padding: 5px 0;
/* 2346 */ 	width: 120px;
/* 2347 */ }
/* 2348 */ 
/* 2349 */ .comment-form .required {
/* 2350 */ 	color: #ed331c;

/* style.css */

/* 2351 */ }
/* 2352 */ 
/* 2353 */ .comment-form input[type="text"],
/* 2354 */ .comment-form input[type="email"],
/* 2355 */ .comment-form input[type="url"] {
/* 2356 */ 	max-width: 270px;
/* 2357 */ 	width: 60%;
/* 2358 */ }
/* 2359 */ 
/* 2360 */ .comment-form textarea {
/* 2361 */ 	width: 100%;
/* 2362 */ }
/* 2363 */ 
/* 2364 */ .form-allowed-tags,
/* 2365 */ .form-allowed-tags code {
/* 2366 */ 	color: #686758;
/* 2367 */ 	font-size: 12px;
/* 2368 */ }
/* 2369 */ 
/* 2370 */ .form-allowed-tags code {
/* 2371 */ 	font-size: 10px;
/* 2372 */ 	margin-left: 3px;
/* 2373 */ }
/* 2374 */ 
/* 2375 */ .comment-list .pingback,
/* 2376 */ .comment-list .trackback {
/* 2377 */ 	padding-top: 24px;
/* 2378 */ }
/* 2379 */ 
/* 2380 */ .comment-navigation {
/* 2381 */ 	font-size: 20px;
/* 2382 */ 	font-style: italic;
/* 2383 */ 	font-weight: 300;
/* 2384 */ 	margin: 0 auto;
/* 2385 */ 	max-width: 604px;
/* 2386 */ 	padding: 20px 0 30px;
/* 2387 */ 	width: 100%;
/* 2388 */ }
/* 2389 */ 
/* 2390 */ .no-comments {
/* 2391 */ 	background-color: #f7f5e7;
/* 2392 */ 	font-size: 20px;
/* 2393 */ 	font-style: italic;
/* 2394 */ 	font-weight: 300;
/* 2395 */ 	margin: 0;
/* 2396 */ 	padding: 40px 0;
/* 2397 */ 	text-align: center;
/* 2398 */ }
/* 2399 */ 
/* 2400 */ .sidebar .no-comments {

/* style.css */

/* 2401 */ 	padding-left: 60px;
/* 2402 */ 	padding-right: 376px;
/* 2403 */ }
/* 2404 */ 
/* 2405 */ 
/* 2406 */ /**
/* 2407 *|  * 5.13 Multisite
/* 2408 *|  * ----------------------------------------------------------------------------
/* 2409 *|  */
/* 2410 */ 
/* 2411 */ .site-main .mu_register {
/* 2412 */ 	margin: 0 auto;
/* 2413 */ 	max-width: 604px;
/* 2414 */ 	width: 100%;
/* 2415 */ }
/* 2416 */ 
/* 2417 */ .mu_alert {
/* 2418 */ 	margin-top: 25px;
/* 2419 */ }
/* 2420 */ 
/* 2421 */ .site-main .mu_register input[type="submit"],
/* 2422 */ .site-main .mu_register #blog_title,
/* 2423 */ .site-main .mu_register #user_email,
/* 2424 */ .site-main .mu_register #blogname,
/* 2425 */ .site-main .mu_register #user_name {
/* 2426 */ 	font-size: inherit;
/* 2427 */ 	width: 270px;
/* 2428 */ }
/* 2429 */ 
/* 2430 */ .site-main .mu_register input[type="submit"] {
/* 2431 */ 	width: auto;
/* 2432 */ }
/* 2433 */ 
/* 2434 */ 
/* 2435 */ /**
/* 2436 *|  * 6.0 Sidebar
/* 2437 *|  * ----------------------------------------------------------------------------
/* 2438 *|  */
/* 2439 */ 
/* 2440 */ .site-main .widget-area {
/* 2441 */ 	float: right;
/* 2442 */ 	width: 300px;
/* 2443 */ }
/* 2444 */ 
/* 2445 */ 
/* 2446 */ /**
/* 2447 *|  * 6.1 Widgets
/* 2448 *|  * ----------------------------------------------------------------------------
/* 2449 *|  */
/* 2450 */ 

/* style.css */

/* 2451 */ .widget {
/* 2452 */ 	background-color: rgba(247, 245, 231, 0.7);
/* 2453 */ 	font-size: 14px;
/* 2454 */ 	-webkit-hyphens: auto;
/* 2455 */ 	-moz-hyphens:    auto;
/* 2456 */ 	-ms-hyphens:     auto;
/* 2457 */ 	hyphens:         auto;
/* 2458 */ 	margin: 0 0 24px;
/* 2459 */ 	padding: 20px;
/* 2460 */ 	word-wrap: break-word;
/* 2461 */ }
/* 2462 */ 
/* 2463 */ .widget .widget-title {
/* 2464 */ 	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
/* 2465 */ 	margin: 0 0 10px;
/* 2466 */ }
/* 2467 */ 
/* 2468 */ .widget ul,
/* 2469 */ .widget ol {
/* 2470 */ 	list-style-type: none;
/* 2471 */ 	margin: 0;
/* 2472 */ 	padding: 0;
/* 2473 */ }
/* 2474 */ 
/* 2475 */ .widget li {
/* 2476 */ 	padding: 5px 0;
/* 2477 */ }
/* 2478 */ 
/* 2479 */ .widget .children li:last-child {
/* 2480 */ 	padding-bottom: 0;
/* 2481 */ }
/* 2482 */ 
/* 2483 */ .widget li > ul,
/* 2484 */ .widget li > ol {
/* 2485 */ 	margin-left: 20px;
/* 2486 */ }
/* 2487 */ 
/* 2488 */ .widget a {
/* 2489 */ 	color: #bc360a;
/* 2490 */ }
/* 2491 */ 
/* 2492 */ .widget a:hover {
/* 2493 */ 	color: #ea9629;
/* 2494 */ }
/* 2495 */ 
/* 2496 */ /* Search widget */
/* 2497 */ .search-form .search-submit {
/* 2498 */ 	display: none;
/* 2499 */ }
/* 2500 */ 

/* style.css */

/* 2501 */ /* RSS Widget */
/* 2502 */ .widget_rss .rss-date {
/* 2503 */ 	display: block;
/* 2504 */ }
/* 2505 */ 
/* 2506 */ .widget_rss .rss-date,
/* 2507 */ .widget_rss li > cite {
/* 2508 */ 	color: #a2a2a2;
/* 2509 */ }
/* 2510 */ 
/* 2511 */ /* Calendar Widget */
/* 2512 */ .widget_calendar table,
/* 2513 */ .widget_calendar td {
/* 2514 */ 	border: 0;
/* 2515 */ 	border-collapse: separate;
/* 2516 */ 	border-spacing: 1px;
/* 2517 */ }
/* 2518 */ 
/* 2519 */ .widget_calendar caption {
/* 2520 */ 	font-size: 14px;
/* 2521 */ 	margin: 0;
/* 2522 */ }
/* 2523 */ 
/* 2524 */ .widget_calendar th,
/* 2525 */ .widget_calendar td {
/* 2526 */ 	padding: 0;
/* 2527 */ 	text-align: center;
/* 2528 */ }
/* 2529 */ 
/* 2530 */ .widget_calendar a {
/* 2531 */ 	display: block;
/* 2532 */ }
/* 2533 */ 
/* 2534 */ .widget_calendar a:hover {
/* 2535 */ 	background-color: rgba(0, 0, 0, 0.15);
/* 2536 */ }
/* 2537 */ 
/* 2538 */ .widget_calendar tbody td {
/* 2539 */ 	background-color: rgba(255, 255, 255, 0.5);
/* 2540 */ }
/* 2541 */ 
/* 2542 */ .site-footer .widget_calendar tbody td {
/* 2543 */ 	background-color: rgba(255, 255, 255, 0.05);
/* 2544 */ }
/* 2545 */ 
/* 2546 */ .widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
/* 2547 */ 	background-color: transparent;
/* 2548 */ }
/* 2549 */ 
/* 2550 */ 

/* style.css */

/* 2551 */ /**
/* 2552 *|  * 7.0 Footer
/* 2553 *|  * ----------------------------------------------------------------------------
/* 2554 *|  */
/* 2555 */ 
/* 2556 */ .site-footer {
/* 2557 */ 	background-color: #e8e5ce;
/* 2558 */ 	color: #686758;
/* 2559 */ 	font-size: 14px;
/* 2560 */ 	text-align: center;
/* 2561 */ }
/* 2562 */ 
/* 2563 */ .site-footer .widget-area,
/* 2564 */ .sidebar .site-footer {
/* 2565 */ 	text-align: left;
/* 2566 */ }
/* 2567 */ 
/* 2568 */ .site-footer a {
/* 2569 */ 	color: #686758;
/* 2570 */ }
/* 2571 */ 
/* 2572 */ .site-footer .sidebar-container {
/* 2573 */ 	background-color: #220e10;
/* 2574 */ 	padding: 20px 0;
/* 2575 */ }
/* 2576 */ 
/* 2577 */ .site-footer .widget-area {
/* 2578 */ 	margin: 0 auto;
/* 2579 */ 	max-width: 1040px;
/* 2580 */ 	width: 100%;
/* 2581 */ }
/* 2582 */ 
/* 2583 */ .sidebar .site-footer .widget-area {
/* 2584 */ 	max-width: 724px;
/* 2585 */ 	position: relative;
/* 2586 */ 	left: -158px;
/* 2587 */ }
/* 2588 */ 
/* 2589 */ .site-footer .widget {
/* 2590 */ 	background: transparent;
/* 2591 */ 	color: #fff;
/* 2592 */ 	float: left;
/* 2593 */ 	margin-right: 20px;
/* 2594 */ 	width: 245px;
/* 2595 */ }
/* 2596 */ 
/* 2597 */ .sidebar .site-footer .widget {
/* 2598 */ 	width: 228px;
/* 2599 */ }
/* 2600 */ 

/* style.css */

/* 2601 */ .sidebar .site-footer .widget:nth-of-type(4),
/* 2602 */ .sidebar .site-footer .widget:nth-of-type(3) {
/* 2603 */ 	margin-right: 0;
/* 2604 */ }
/* 2605 */ 
/* 2606 */ .site-footer .widget a {
/* 2607 */ 	color: #e6402a;
/* 2608 */ }
/* 2609 */ 
/* 2610 */ .site-footer .widget-title,
/* 2611 */ .site-footer .widget-title a,
/* 2612 */ .site-footer .wp-caption-text {
/* 2613 */ 	color: #fff;
/* 2614 */ }
/* 2615 */ 
/* 2616 */ .site-info {
/* 2617 */ 	margin: 0 auto;
/* 2618 */ 	max-width: 1040px;
/* 2619 */ 	padding: 30px 0;
/* 2620 */ 	width: 100%;
/* 2621 */ }
/* 2622 */ 
/* 2623 */ #wpstats {
/* 2624 */ 	display: block;
/* 2625 */ 	margin: -10px auto 0;
/* 2626 */ }
/* 2627 */ 
/* 2628 */ 
/* 2629 */ /**
/* 2630 *|  * 8.0 Media Queries
/* 2631 *|  * ----------------------------------------------------------------------------
/* 2632 *|  */
/* 2633 */ 
/* 2634 */ /* Does the same thing as <meta name="viewport" content="width=device-width">,
/* 2635 *|  * but in the future W3C standard way. -ms- prefix is required for IE10+ to
/* 2636 *|  * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
/* 2637 *|  * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
/* 2638 *|  */
/* 2639 */ @-ms-viewport {
/* 2640 */ 	width: device-width;
/* 2641 */ }
/* 2642 */ @viewport {
/* 2643 */ 	width: device-width;
/* 2644 */ }
/* 2645 */ 
/* 2646 */ @media (max-width: 1599px) {
/* 2647 */ 	.site {
/* 2648 */ 		border: 0;
/* 2649 */ 	}
/* 2650 */ }

/* style.css */

/* 2651 */ 
/* 2652 */ @media (max-width: 1069px) {
/* 2653 */ 	.sidebar img.alignleft,
/* 2654 */ 	.sidebar .wp-caption.alignleft {
/* 2655 */ 		margin-left: 0;
/* 2656 */ 	}
/* 2657 */ 
/* 2658 */ 	.sidebar img.alignright,
/* 2659 */ 	.sidebar .wp-caption.alignright {
/* 2660 */ 		margin-right: 0;
/* 2661 */ 	}
/* 2662 */ 
/* 2663 */ 	.error404 .page-header {
/* 2664 */ 		margin-left: auto;
/* 2665 */ 		max-width: 604px;
/* 2666 */ 		width: 100%;
/* 2667 */ 	}
/* 2668 */ 
/* 2669 */ 	.archive-header,
/* 2670 */ 	.search .page-header,
/* 2671 */ 	.archive .page-header,
/* 2672 */ 	.blog .page-header,
/* 2673 */ 	.error404 .page-content,
/* 2674 */ 	.search .page-content,
/* 2675 */ 	.archive .page-content,
/* 2676 */ 	.attachment .entry-header,
/* 2677 */ 	.attachment .entry-content,
/* 2678 */ 	.post-navigation .nav-links,
/* 2679 */ 	.sidebar .site-info,
/* 2680 */ 	.site-footer .widget-area {
/* 2681 */ 		padding-left: 20px;
/* 2682 */ 		padding-right: 20px;
/* 2683 */ 	}
/* 2684 */ 
/* 2685 */ 	.error404 .page-title {
/* 2686 */ 		font-size: 24px;
/* 2687 */ 		padding: 180px;
/* 2688 */ 	}
/* 2689 */ 
/* 2690 */ 	.error404 .page-title:before {
/* 2691 */ 		font-size: 554px;
/* 2692 */ 	}
/* 2693 */ 
/* 2694 */ 	.attachment .image-navigation {
/* 2695 */ 		max-width: 724px;
/* 2696 */ 	}
/* 2697 */ 
/* 2698 */ 	.image-navigation .nav-previous,
/* 2699 */ 	.image-navigation .nav-next {
/* 2700 */ 		position: static;

/* style.css */

/* 2701 */ 	}
/* 2702 */ 
/* 2703 */ 	.site-main .widget-area {
/* 2704 */ 		margin-right: 60px;
/* 2705 */ 	}
/* 2706 */ }
/* 2707 */ 
/* 2708 */ @media (max-width: 999px) {
/* 2709 */ 	.sidebar .entry-header,
/* 2710 */ 	.sidebar .entry-content,
/* 2711 */ 	.sidebar .entry-summary,
/* 2712 */ 	.sidebar .entry-meta,
/* 2713 */ 	.sidebar .comment-list,
/* 2714 */ 	.sidebar .comment-reply-title,
/* 2715 */ 	.sidebar .comment-navigation,
/* 2716 */ 	.sidebar .comment-respond .comment-form,
/* 2717 */ 	.sidebar .featured-gallery,
/* 2718 */ 	.sidebar .post-navigation .nav-links,
/* 2719 */ 	.author.sidebar .author-info {
/* 2720 */ 		max-width: 604px;
/* 2721 */ 		padding-left: 0;
/* 2722 */ 		padding-right: 0;
/* 2723 */ 	}
/* 2724 */ 
/* 2725 */ 	.sidebar .site-info,
/* 2726 */ 	.search.sidebar .page-content,
/* 2727 */ 	.blog.sidebar .page-content,
/* 2728 */ 	.attachment .entry-header,
/* 2729 */ 	.sidebar .comments-title {
/* 2730 */ 		max-width: 604px;
/* 2731 */ 	}
/* 2732 */ 
/* 2733 */ 	.sidebar .archive-meta,
/* 2734 */ 	.attachment .entry-header,
/* 2735 */ 	.search.sidebar .page-content,
/* 2736 */ 	.blog.sidebar .page-content,
/* 2737 */ 	.sidebar .site-info,
/* 2738 */ 	.sidebar .comments-title,
/* 2739 */ 	.sidebar .no-comments {
/* 2740 */ 		padding-left: 0;
/* 2741 */ 		padding-right: 0;
/* 2742 */ 	}
/* 2743 */ 
/* 2744 */ 	.attachment .entry-meta {
/* 2745 */ 		float: left;
/* 2746 */ 		text-align: left;
/* 2747 */ 		width: 100%;
/* 2748 */ 	}
/* 2749 */ 
/* 2750 */ 	.attachment .entry-content {

/* style.css */

/* 2751 */ 		max-width: 100%;
/* 2752 */ 		padding: 40px 0;
/* 2753 */ 	}
/* 2754 */ 
/* 2755 */ 	.format-status .entry-content {
/* 2756 */ 		padding-top: 40px;
/* 2757 */ 	}
/* 2758 */ 
/* 2759 */ 	.format-status .entry-meta {
/* 2760 */ 		padding-bottom: 40px;
/* 2761 */ 	}
/* 2762 */ 
/* 2763 */ 	.sidebar .format-status .entry-content,
/* 2764 */ 	.sidebar .format-status .entry-meta {
/* 2765 */ 		padding-left: 35px;
/* 2766 */ 	}
/* 2767 */ 
/* 2768 */ 	.sidebar .format-status .entry-content:before,
/* 2769 */ 	.sidebar .format-status .entry-meta:before {
/* 2770 */ 		left: 10px;
/* 2771 */ 	}
/* 2772 */ 
/* 2773 */ 	.sidebar .format-status .entry-content p:first-child:before {
/* 2774 */ 		left: 4px;
/* 2775 */ 	}
/* 2776 */ 
/* 2777 */ 	.sidebar .paging-navigation .nav-links {
/* 2778 */ 		padding: 0 60px;
/* 2779 */ 	}
/* 2780 */ 
/* 2781 */ 	.site-main .sidebar-container {
/* 2782 */ 		height: auto;
/* 2783 */ 		margin: 0 auto;
/* 2784 */ 		max-width: 604px;
/* 2785 */ 		position: relative;
/* 2786 */ 		top: 20px;
/* 2787 */ 	}
/* 2788 */ 
/* 2789 */ 	.site-main .widget-area {
/* 2790 */ 		float: none;
/* 2791 */ 		margin: 0;
/* 2792 */ 		width: 100%;
/* 2793 */ 	}
/* 2794 */ 
/* 2795 */ 	.sidebar .site-footer .widget-area {
/* 2796 */ 		max-width: 100%;
/* 2797 */ 		left: 0;
/* 2798 */ 	}
/* 2799 */ }
/* 2800 */ 

/* style.css */

/* 2801 */ /* Collapse oversized image and pulled images after iPad breakpoint. */
/* 2802 */ @media (max-width: 767px) {
/* 2803 */ 	.site-header .home-link {
/* 2804 */ 		min-height: 0;
/* 2805 */ 	}
/* 2806 */ 	.site-title {
/* 2807 */ 		font-size: 36px;
/* 2808 */ 		padding: 8px 0 10px;
/* 2809 */ 	}
/* 2810 */ 	.entry-content img.alignleft,
/* 2811 */ 	.entry-content .wp-caption.alignleft {
/* 2812 */ 		margin-left: 0;
/* 2813 */ 	}
/* 2814 */ 
/* 2815 */ 	.entry-content img.alignright,
/* 2816 */ 	.entry-content .wp-caption.alignright {
/* 2817 */ 		margin-right: 0;
/* 2818 */ 	}
/* 2819 */ 
/* 2820 */ 	.attachment .image-navigation,
/* 2821 */ 	.attachment .entry-attachment .attachment {
/* 2822 */ 		max-width: 604px;
/* 2823 */ 		padding: 0;
/* 2824 */ 		width: 100%;
/* 2825 */ 	}
/* 2826 */ 
/* 2827 */ 	.gallery-caption {
/* 2828 */ 		display: none;
/* 2829 */ 	}
/* 2830 */ }
/* 2831 */ 
/* 2832 */ @media (max-width: 643px) {
/* 2833 */ 	.site-title {
/* 2834 */ 		font-size: 30px;
/* 2835 */ 	}
/* 2836 */ 
/* 2837 */ 	#content .entry-header,
/* 2838 */ 	#content .entry-content,
/* 2839 */ 	#content .entry-summary,
/* 2840 */ 	#content footer.entry-meta,
/* 2841 */ 	#content .featured-gallery,
/* 2842 */ 	.search.sidebar .page-content,
/* 2843 */ 	.blog.sidebar .page-content,
/* 2844 */ 	.sidebar .post-navigation .nav-links,
/* 2845 */ 	.paging-navigation .nav-links,
/* 2846 */ 	#content .author-info,
/* 2847 */ 	.comments-area .comments-title,
/* 2848 */ 	.comments-area .comment-list,
/* 2849 */ 	.comments-area .comment-navigation,
/* 2850 */ 	.comment-respond,

/* style.css */

/* 2851 */ 	.sidebar .site-info,
/* 2852 */ 	.sidebar .paging-navigation .nav-links {
/* 2853 */ 		padding-left: 20px;
/* 2854 */ 		padding-right: 20px;
/* 2855 */ 	}
/* 2856 */ 
/* 2857 */ 	#content .format-status .entry-content,
/* 2858 */ 	#content .format-status .entry-met {
/* 2859 */ 		padding-left: 35px;
/* 2860 */ 	}
/* 2861 */ 
/* 2862 */ 	/* Small menu */
/* 2863 */ 	.menu-toggle {
/* 2864 */ 		cursor: pointer;
/* 2865 */ 		display: inline-block;
/* 2866 */ 		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
/* 2867 */ 		margin: 0;
/* 2868 */ 	}
/* 2869 */ 
/* 2870 */ 	.menu-toggle,
/* 2871 */ 	.menu-toggle:hover,
/* 2872 */ 	.menu-toggle:focus,
/* 2873 */ 	.menu-toggle:active {
/* 2874 */ 		background: none;
/* 2875 */ 		border: none;
/* 2876 */ 		color: #141412;
/* 2877 */ 		padding: 12px 0 12px 20px;
/* 2878 */ 	}
/* 2879 */ 
/* 2880 */ 	.menu-toggle:focus {
/* 2881 */ 		outline: thin dotted;
/* 2882 */ 	}
/* 2883 */ 
/* 2884 */ 	.menu-toggle:after {
/* 2885 */ 		content: "\f502";
/* 2886 */ 		font-size: 12px;
/* 2887 */ 		padding-left: 8px;
/* 2888 */ 		vertical-align: -4px;
/* 2889 */ 	}
/* 2890 */ 
/* 2891 */ 	.toggled-on .menu-toggle:after {
/* 2892 */ 		content: "\f500";
/* 2893 */ 		vertical-align: 2px;
/* 2894 */ 	}
/* 2895 */ 
/* 2896 */ 	.toggled-on .nav-menu,
/* 2897 */ 	.toggled-on .nav-menu > ul {
/* 2898 */ 		display: block;
/* 2899 */ 		margin-left: 0;
/* 2900 */ 		padding: 0;

/* style.css */

/* 2901 */ 		width: 100%;
/* 2902 */ 	}
/* 2903 */ 
/* 2904 */ 	.toggled-on li,
/* 2905 */ 	.toggled-on .children {
/* 2906 */ 		display: block;
/* 2907 */ 	}
/* 2908 */ 
/* 2909 */ 	.toggled-on .nav-menu li > ul {
/* 2910 */ 		background-color: transparent;
/* 2911 */ 		display: block;
/* 2912 */ 		float: none;
/* 2913 */ 		margin-left: 20px;
/* 2914 */ 		position: relative;
/* 2915 */ 		left: auto;
/* 2916 */ 		top: auto;
/* 2917 */ 	}
/* 2918 */ 
/* 2919 */ 	.toggled-on .nav-menu li > ul a {
/* 2920 */ 		color: #141412;
/* 2921 */ 		width: auto;
/* 2922 */ 	}
/* 2923 */ 
/* 2924 */ 	.toggled-on .nav-menu li:hover > a,
/* 2925 */ 	.toggled-on .nav-menu .children a {
/* 2926 */ 		background-color: transparent;
/* 2927 */ 		color: #141412;
/* 2928 */ 	}
/* 2929 */ 
/* 2930 */ 	.toggled-on .nav-menu > li a:hover,
/* 2931 */ 	.toggled-on .nav-menu > ul a:hover {
/* 2932 */ 		background-color: #db572f;
/* 2933 */ 		color: #fff;
/* 2934 */ 	}
/* 2935 */ 
/* 2936 */ 	.toggled-on .nav-menu > li a:focus,
/* 2937 */ 	.toggled-on .nav-menu > ul a:focus {
/* 2938 */ 		background-color: #220e10;
/* 2939 */ 		color: #fff;
/* 2940 */ 	}
/* 2941 */ 
/* 2942 */ 	ul.nav-menu,
/* 2943 */ 	div.nav-menu > ul {
/* 2944 */ 		display: none;
/* 2945 */ 	}
/* 2946 */ 
/* 2947 */ 	#content .featured-gallery {
/* 2948 */ 		padding-left: 24px;
/* 2949 */ 	}
/* 2950 */ 

/* style.css */

/* 2951 */ 	.gallery-columns-1 .gallery-item {
/* 2952 */ 		margin-right: 0;
/* 2953 */ 		width: 100%;
/* 2954 */ 	}
/* 2955 */ 
/* 2956 */ 	.entry-title,
/* 2957 */ 	.format-chat .entry-title,
/* 2958 */ 	.format-image .entry-title,
/* 2959 */ 	.format-gallery .entry-title,
/* 2960 */ 	.format-video .entry-title {
/* 2961 */ 		font-size: 22px;
/* 2962 */ 		font-weight: bold;
/* 2963 */ 	}
/* 2964 */ 
/* 2965 */ 	.format-quote blockquote,
/* 2966 */ 	.format-status .entry-content {
/* 2967 */ 		font-size: 18px;
/* 2968 */ 	}
/* 2969 */ 
/* 2970 */ 	.format-quote blockquote small,
/* 2971 */ 	.format-quote blockquote cite {
/* 2972 */ 		font-size: 13px;
/* 2973 */ 	}
/* 2974 */ 
/* 2975 */ 	.error404 .page-title {
/* 2976 */ 		padding: 40px 0 0;
/* 2977 */ 	}
/* 2978 */ 
/* 2979 */ 	.error404 .page-title:before {
/* 2980 */ 		content: normal;
/* 2981 */ 	}
/* 2982 */ 
/* 2983 */ 	.comment-author {
/* 2984 */ 		margin-right: 30px;
/* 2985 */ 	}
/* 2986 */ 
/* 2987 */ 	.comment-author .avatar {
/* 2988 */ 		height: auto;
/* 2989 */ 		max-width: 100%;
/* 2990 */ 	}
/* 2991 */ 
/* 2992 */ 	.comment-metadata,
/* 2993 */ 	.comment-content,
/* 2994 */ 	.comment-list .reply {
/* 2995 */ 		width: 70%;
/* 2996 */ 		width: -webkit-calc(100% - 104px);
/* 2997 */ 		width:         calc(100% - 104px);
/* 2998 */ 	}
/* 2999 */ 
/* 3000 */ 	.comment-form input[type="text"],

/* style.css */

/* 3001 */ 	.comment-form input[type="email"],
/* 3002 */ 	.comment-form input[type="url"] {
/* 3003 */ 		width: -webkit-calc(100% - 120px);
/* 3004 */ 		width:         calc(100% - 120px);
/* 3005 */ 	}
/* 3006 */ 
/* 3007 */ 	.comment-form textarea {
/* 3008 */ 		height: 80px; /* Smaller field for mobile. */
/* 3009 */ 	}
/* 3010 */ 
/* 3011 */ 	/* Audio */
/* 3012 */ 	.format-audio .entry-content:before {
/* 3013 */ 		display: none;
/* 3014 */ 	}
/* 3015 */ 
/* 3016 */ 	.format-audio .audio-content {
/* 3017 */ 		background-image: none;
/* 3018 */ 		float: none;
/* 3019 */ 		padding-left: 0;
/* 3020 */ 		width: auto;
/* 3021 */ 	}
/* 3022 */ }
/* 3023 */ 
/* 3024 */ /* Mobile devices */
/* 3025 */ @media (max-width: 359px) {
/* 3026 */ 	.site-title {
/* 3027 */ 		font-weight: normal;
/* 3028 */ 	}
/* 3029 */ 	.site-description {
/* 3030 */ 	    clip: rect(1px, 1px, 1px, 1px);
/* 3031 */ 	    position: absolute;
/* 3032 */ 	}
/* 3033 */ 	.gallery {
/* 3034 */ 		margin-left: 0;
/* 3035 */ 	}
/* 3036 */ 
/* 3037 */ 	.gallery .gallery-item,
/* 3038 */ 	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
/* 3039 */ 		max-width: none;
/* 3040 */ 		width: 49%;
/* 3041 */ 		width: -webkit-calc(50% - 4px);
/* 3042 */ 		width:         calc(50% - 4px);
/* 3043 */ 	}
/* 3044 */ 
/* 3045 */ 	.gallery-columns-1.gallery-size-medium,
/* 3046 */ 	.gallery-columns-1.gallery-size-thumbnail,
/* 3047 */ 	.gallery-columns-2.gallery-size-thumbnail,
/* 3048 */ 	.gallery-columns-3.gallery-size-thumbnail {
/* 3049 */ 		display: block;
/* 3050 */ 	}

/* style.css */

/* 3051 */ 
/* 3052 */ 	.gallery-columns-1 .gallery-item,
/* 3053 */ 	.gallery-columns-1.gallery-size-medium .gallery-item,
/* 3054 */ 	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
/* 3055 */ 		text-align: center;
/* 3056 */ 		width: 98%;
/* 3057 */ 		width: -webkit-calc(100% - 4px);
/* 3058 */ 		width:         calc(100% - 4px);
/* 3059 */ 	}
/* 3060 */ 
/* 3061 */ 	.gallery-columns-3 .gallery-item:nth-of-type(3n),
/* 3062 */ 	.gallery-columns-5 .gallery-item:nth-of-type(5n),
/* 3063 */ 	.gallery-columns-7 .gallery-item:nth-of-type(7n),
/* 3064 */ 	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
/* 3065 */ 		margin-right: 4px;
/* 3066 */ 	}
/* 3067 */ 
/* 3068 */ 	.gallery br {
/* 3069 */ 		display: none;
/* 3070 */ 	}
/* 3071 */ 
/* 3072 */ 	.gallery .gallery-item:nth-of-type(even) {
/* 3073 */ 		margin-right: 0;
/* 3074 */ 	}
/* 3075 */ 
/* 3076 */ 	/* Comments */
/* 3077 */ 	.comment-author {
/* 3078 */ 		margin: 0 0 5px;
/* 3079 */ 		max-width: 100%;
/* 3080 */ 	}
/* 3081 */ 
/* 3082 */ 	.comment-author .avatar {
/* 3083 */ 		display: inline;
/* 3084 */ 		margin: 0 5px 0 0;
/* 3085 */ 		max-width: 20px;
/* 3086 */ 	}
/* 3087 */ 
/* 3088 */ 	.comment-metadata,
/* 3089 */ 	.comment-content,
/* 3090 */ 	.comment-list .reply {
/* 3091 */ 		width: 100%;
/* 3092 */ 	}
/* 3093 */ }
/* 3094 */ 
/* 3095 */ 
/* 3096 */ /**
/* 3097 *|  * 9.0 Print
/* 3098 *|  * ----------------------------------------------------------------------------
/* 3099 *|  */
/* 3100 */ 

/* style.css */

/* 3101 */ /* Retina-specific styles. */
/* 3102 */ @media print,
/* 3103 */ 	(-o-min-device-pixel-ratio: 5/4),
/* 3104 */ 	(-webkit-min-device-pixel-ratio: 1.25),
/* 3105 */ 	(min-resolution: 120dpi) {
/* 3106 */ 
/* 3107 */ 	.site-header .search-field {
/* 3108 */ 		background-image: url(/wp-content/themes/twentythirteen/images/search-icon-2x.png?2462c9);
/* 3109 */ 	}
/* 3110 */ 
/* 3111 */ 	.format-audio .audio-content,
/* 3112 */ 	.format-status .entry-content:before,
/* 3113 */ 	.format-status .entry-meta:before,
/* 3114 */ 	.comment-list > li:after,
/* 3115 */ 	.comment-list .children > li:before {
/* 3116 */ 		background-image: url(/wp-content/themes/twentythirteen/images/dotted-line-2x.png?2462c9);
/* 3117 */ 	}
/* 3118 */ }
/* 3119 */ 
/* 3120 */ @media print {
/* 3121 */ 	body {
/* 3122 */ 		background: none !important;
/* 3123 */ 		color: #000;
/* 3124 */ 		font-size: 10pt;
/* 3125 */ 	}
/* 3126 */ 
/* 3127 */ 	footer a[rel="bookmark"]:link:after,
/* 3128 */ 	footer a[rel="bookmark"]:visited:after {
/* 3129 */ 		content: " [" attr(href) "] "; /* Show URLs */
/* 3130 */ 	}
/* 3131 */ 
/* 3132 */ 	.site {
/* 3133 */ 		max-width: 98%;
/* 3134 */ 	}
/* 3135 */ 
/* 3136 */ 	.site-header {
/* 3137 */ 		background-image: none !important;
/* 3138 */ 	}
/* 3139 */ 
/* 3140 */ 	.site-header .home-link {
/* 3141 */ 		max-width: none;
/* 3142 */ 		min-height: 0;
/* 3143 */ 	}
/* 3144 */ 
/* 3145 */ 	.site-title {
/* 3146 */ 		color: #000;
/* 3147 */ 		font-size: 21pt;
/* 3148 */ 	}
/* 3149 */ 
/* 3150 */ 	.site-description {

/* style.css */

/* 3151 */ 		font-size: 10pt;
/* 3152 */ 	}
/* 3153 */ 
/* 3154 */ 	.author-avatar,
/* 3155 */ 	.site-footer,
/* 3156 */ 	.comment-respond,
/* 3157 */ 	.comments-area .comment-edit-link,
/* 3158 */ 	.comments-area .reply,
/* 3159 */ 	.comments-link,
/* 3160 */ 	.entry-meta .edit-link,
/* 3161 */ 	.page-links,
/* 3162 */ 	.site-content nav,
/* 3163 */ 	.widget-area,
/* 3164 */ 	.main-navigation,
/* 3165 */ 	.navbar,
/* 3166 */ 	.more-link {
/* 3167 */ 		display: none;
/* 3168 */ 	}
/* 3169 */ 
/* 3170 */ 	.entry-header,
/* 3171 */ 	.entry-content,
/* 3172 */ 	.entry-summary,
/* 3173 */ 	.entry-meta {
/* 3174 */ 		margin: 0;
/* 3175 */ 		width: 100%;
/* 3176 */ 	}
/* 3177 */ 
/* 3178 */ 	.page-title,
/* 3179 */ 	.entry-title {
/* 3180 */ 		font-size: 21pt;
/* 3181 */ 	}
/* 3182 */ 
/* 3183 */ 	.entry-meta,
/* 3184 */ 	.entry-meta a {
/* 3185 */ 		color: #444;
/* 3186 */ 		font-size: 10pt;
/* 3187 */ 	}
/* 3188 */ 
/* 3189 */ 	.entry-content img.alignleft,
/* 3190 */ 	.entry-content .wp-caption.alignleft {
/* 3191 */ 		margin-left: 0;
/* 3192 */ 	}
/* 3193 */ 
/* 3194 */ 	.entry-content img.alignright,
/* 3195 */ 	.entry-content .wp-caption.alignright {
/* 3196 */ 		margin-right: 0;
/* 3197 */ 	}
/* 3198 */ 
/* 3199 */ 	.format-image .entry-content .size-full {
/* 3200 */ 		margin: 0;

/* style.css */

/* 3201 */ 	}
/* 3202 */ 
/* 3203 */ 	/* Remove colors from post formats */
/* 3204 */ 	.hentry {
/* 3205 */ 		background-color: #fff;
/* 3206 */ 	}
/* 3207 */ 
/* 3208 */ 	/* Comments */
/* 3209 */ 	.comments-area > li.comment {
/* 3210 */ 		background: none;
/* 3211 */ 		position: relative;
/* 3212 */ 		width: auto;
/* 3213 */ 	}
/* 3214 */ 
/* 3215 */ 	.comment-metadata {
/* 3216 */ 		float: none;
/* 3217 */ 	}
/* 3218 */ 
/* 3219 */ 	.comment-author .fn,
/* 3220 */ 	.comment-reply-link,
/* 3221 */ 	.comment-reply-login {
/* 3222 */ 		color: #333;
/* 3223 */ 	}
/* 3224 */ }
/* 3225 */ 
