
/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Twenty Eleven
/* 3    *| Theme URI: https://wordpress.org/themes/twentyeleven/
/* 4    *| Author: the WordPress team
/* 5    *| Author URI: https://wordpress.org/
/* 6    *| Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
/* 7    *| Version: 2.4
/* 8    *| License: GNU General Public License v2 or later
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
/* 11   *| Text Domain: twentyeleven
/* 12   *| */
/* 13   */ 
/* 14   */ /* =Reset default browser CSS. Based on work by Eric Meyer.
/* 15   *| -------------------------------------------------------------- */
/* 16   */ 
/* 17   */ html, body, div, span, applet, object, iframe,
/* 18   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 19   */ a, abbr, acronym, address, big, cite, code,
/* 20   */ del, dfn, em, font, ins, kbd, q, s, samp,
/* 21   */ small, strike, strong, sub, sup, tt, var,
/* 22   */ dl, dt, dd, ol, ul, li,
/* 23   */ fieldset, form, label, legend,
/* 24   */ table, caption, tbody, tfoot, thead, tr, th, td {
/* 25   */ 	border: 0;
/* 26   */ 	font-family: inherit;
/* 27   */ 	font-size: 100%;
/* 28   */ 	font-style: inherit;
/* 29   */ 	font-weight: inherit;
/* 30   */ 	margin: 0;
/* 31   */ 	outline: 0;
/* 32   */ 	padding: 0;
/* 33   */ 	vertical-align: baseline;
/* 34   */ }
/* 35   */ :focus {/* remember to define focus styles! */
/* 36   */ 	outline: 0;
/* 37   */ }
/* 38   */ body {
/* 39   */ 	background: #fff;
/* 40   */ 	line-height: 1;
/* 41   */ }
/* 42   */ ol, ul {
/* 43   */ 	list-style: none;
/* 44   */ }
/* 45   */ table {/* tables still need 'cellspacing="0"' in the markup */
/* 46   */ 	border-collapse: separate;
/* 47   */ 	border-spacing: 0;
/* 48   */ }
/* 49   */ caption, th, td {
/* 50   */ 	font-weight: normal;

/* style.css */

/* 51   */ 	text-align: left;
/* 52   */ }
/* 53   */ blockquote:before, blockquote:after,
/* 54   */ q:before, q:after {
/* 55   */ 	content: "";
/* 56   */ }
/* 57   */ blockquote, q {
/* 58   */ 	quotes: "" "";
/* 59   */ }
/* 60   */ a img {
/* 61   */ 	border: 0;
/* 62   */ }
/* 63   */ article, aside, details, figcaption, figure,
/* 64   */ footer, header, hgroup, menu, nav, section {
/* 65   */ 	display: block;
/* 66   */ }
/* 67   */ 
/* 68   */ 
/* 69   */ /* =Structure
/* 70   *| ----------------------------------------------- */
/* 71   */ 
/* 72   */ body {
/* 73   */ 	padding: 0 2em;
/* 74   */ }
/* 75   */ #page {
/* 76   */ 	margin: 2em auto;
/* 77   */ 	max-width: 1000px;
/* 78   */ }
/* 79   */ #branding hgroup {
/* 80   */ 	margin: 0 7.6%;
/* 81   */ }
/* 82   */ #access div {
/* 83   */ 	margin: 0 7.6%;
/* 84   */ }
/* 85   */ #primary {
/* 86   */ 	float: left;
/* 87   */ 	margin: 0 -26.4% 0 0;
/* 88   */ 	width: 100%;
/* 89   */ }
/* 90   */ #content {
/* 91   */ 	margin: 0 34% 0 7.6%;
/* 92   */ 	width: 58.4%;
/* 93   */ }
/* 94   */ #secondary {
/* 95   */ 	float: right;
/* 96   */ 	margin-right: 7.6%;
/* 97   */ 	width: 18.8%;
/* 98   */ }
/* 99   */ 
/* 100  */ /* Singular */

/* style.css */

/* 101  */ .singular #primary {
/* 102  */ 	margin: 0;
/* 103  */ }
/* 104  */ .singular #content,
/* 105  */ .left-sidebar.singular #content {
/* 106  */ 	margin: 0 7.6%;
/* 107  */ 	position: relative;
/* 108  */ 	width: auto;
/* 109  */ }
/* 110  */ .singular .entry-header,
/* 111  */ .singular .entry-content,
/* 112  */ .singular footer.entry-meta,
/* 113  */ .singular #comments-title {
/* 114  */ 	margin: 0 auto;
/* 115  */ 	width: 68.9%;
/* 116  */ }
/* 117  */ 
/* 118  */ /* Attachments */
/* 119  */ .singular .image-attachment .entry-content {
/* 120  */ 	margin: 0 auto;
/* 121  */ 	width: auto;
/* 122  */ }
/* 123  */ .singular .image-attachment .entry-description {
/* 124  */ 	margin: 0 auto;
/* 125  */ 	width: 68.9%;
/* 126  */ }
/* 127  */ 
/* 128  */ /* Showcase */
/* 129  */ .page-template-showcase-php #primary,
/* 130  */ .left-sidebar.page-template-showcase-php #primary {
/* 131  */ 	margin: 0;
/* 132  */ }
/* 133  */ .page-template-showcase-php #content,
/* 134  */ .left-sidebar.page-template-showcase-php #content {
/* 135  */ 	margin: 0 7.6%;
/* 136  */ 	width: auto;
/* 137  */ }
/* 138  */ .page-template-showcase-php section.recent-posts {
/* 139  */ 	float: right;
/* 140  */ 	margin: 0 0 0 31%;
/* 141  */ 	width: 69%;
/* 142  */ }
/* 143  */ .page-template-showcase-php #main .widget-area {
/* 144  */ 	float: left;
/* 145  */ 	margin: 0 -22.15% 0 0;
/* 146  */ 	width: 22.15%;
/* 147  */ }
/* 148  */ 
/* 149  */ /* error404 */
/* 150  */ .error404 #primary {

/* style.css */

/* 151  */ 	float: none;
/* 152  */ 	margin: 0;
/* 153  */ }
/* 154  */ .error404 #primary #content {
/* 155  */ 	margin: 0 7.6%;
/* 156  */ 	width: auto;
/* 157  */ }
/* 158  */ 
/* 159  */ /* Alignment */
/* 160  */ .alignleft {
/* 161  */ 	display: inline;
/* 162  */ 	float: left;
/* 163  */ 	margin-right: 1.625em;
/* 164  */ }
/* 165  */ .alignright {
/* 166  */ 	display: inline;
/* 167  */ 	float: right;
/* 168  */ 	margin-left: 1.625em;
/* 169  */ }
/* 170  */ .aligncenter {
/* 171  */ 	clear: both;
/* 172  */ 	display: block;
/* 173  */ 	margin-left: auto;
/* 174  */ 	margin-right: auto;
/* 175  */ }
/* 176  */ 
/* 177  */ /* Right Content */
/* 178  */ .left-sidebar #primary {
/* 179  */ 	float: right;
/* 180  */ 	margin: 0 0 0 -26.4%;
/* 181  */ 	width: 100%;
/* 182  */ }
/* 183  */ .left-sidebar #content {
/* 184  */ 	margin: 0 7.6% 0 34%;
/* 185  */ 	width: 58.4%;
/* 186  */ }
/* 187  */ .left-sidebar #secondary {
/* 188  */ 	float: left;
/* 189  */ 	margin-left: 7.6%;
/* 190  */ 	margin-right: 0;
/* 191  */ 	width: 18.8%;
/* 192  */ }
/* 193  */ 
/* 194  */ /* One column */
/* 195  */ .one-column #page {
/* 196  */ 	max-width: 690px;
/* 197  */ }
/* 198  */ .one-column #content {
/* 199  */ 	margin: 0 7.6%;
/* 200  */ 	width: auto;

/* style.css */

/* 201  */ }
/* 202  */ .one-column #nav-below {
/* 203  */ 	border-bottom: 1px solid #ddd;
/* 204  */ 	margin-bottom: 1.625em;
/* 205  */ }
/* 206  */ .one-column #secondary {
/* 207  */ 	float: none;
/* 208  */ 	margin: 0 7.6%;
/* 209  */ 	width: auto;
/* 210  */ }
/* 211  */ /* Simplify the showcase template */
/* 212  */ .one-column .page-template-showcase-php section.recent-posts {
/* 213  */ 	float: none;
/* 214  */ 	margin: 0;
/* 215  */ 	width: 100%;
/* 216  */ }
/* 217  */ .one-column .page-template-showcase-php #main .widget-area {
/* 218  */ 	float: none;
/* 219  */ 	margin: 0;
/* 220  */ 	width: auto;
/* 221  */ }
/* 222  */ .one-column .page-template-showcase-php .other-recent-posts {
/* 223  */ 	border-bottom: 1px solid #ddd;
/* 224  */ }
/* 225  */ /* Simplify the showcase template when small feature */
/* 226  */ .one-column section.featured-post .attachment-small-feature {
/* 227  */ 	border: none;
/* 228  */ 	display: block;
/* 229  */ 	height: auto;
/* 230  */ 	max-width: 60%;
/* 231  */ 	position: static;
/* 232  */ }
/* 233  */ .one-column article.feature-image.small {
/* 234  */ 	margin: 0 0 1.625em;
/* 235  */ 	padding: 0;
/* 236  */ }
/* 237  */ .one-column article.feature-image.small .entry-title {
/* 238  */ 	font-size: 20px;
/* 239  */ 	line-height: 1.3em;
/* 240  */ }
/* 241  */ .one-column article.feature-image.small .entry-summary {
/* 242  */ 	height: 150px;
/* 243  */ 	overflow: hidden;
/* 244  */ 	padding: 0;
/* 245  */ 	text-overflow: ellipsis;
/* 246  */ }
/* 247  */ .one-column article.feature-image.small .entry-summary a {
/* 248  */ 	left: -9%;
/* 249  */ }
/* 250  */ /* Remove the margin on singular articles */

/* style.css */

/* 251  */ .one-column.singular .entry-header,
/* 252  */ .one-column.singular .entry-content,
/* 253  */ .one-column.singular footer.entry-meta,
/* 254  */ .one-column.singular #comments-title {
/* 255  */ 	width: 100%;
/* 256  */ }
/* 257  */ /* Simplify the pullquotes and pull styles */
/* 258  */ .one-column.singular blockquote.pull {
/* 259  */ 	margin: 0 0 1.625em;
/* 260  */ }
/* 261  */ .one-column.singular .pull.alignleft {
/* 262  */ 	margin: 0 1.625em 0 0;
/* 263  */ }
/* 264  */ .one-column.singular .pull.alignright {
/* 265  */ 	margin: 0 0 0 1.625em;
/* 266  */ }
/* 267  */ .one-column.singular .entry-meta .edit-link a {
/* 268  */ 	position: absolute;
/* 269  */ 	left: 0;
/* 270  */ 	top: 40px;
/* 271  */ }
/* 272  */ .one-column.singular #author-info {
/* 273  */ 	margin: 2.2em -8.8% 0;
/* 274  */ 	padding: 20px 8.8%;
/* 275  */ }
/* 276  */ /* Make sure we have room for our comment avatars */
/* 277  */ .one-column .commentlist > li.comment {
/* 278  */ 	margin-left: 102px;
/* 279  */ 	width: auto;
/* 280  */ }
/* 281  */ /* Make sure the logo and search form don't collide */
/* 282  */ .one-column #branding #searchform {
/* 283  */ 	right: 40px;
/* 284  */ 	top: 4em;
/* 285  */ }
/* 286  */ /* Talking avatars take up too much room at this size */
/* 287  */ .one-column .commentlist > li.comment {
/* 288  */ 	margin-left: 0;
/* 289  */ }
/* 290  */ .one-column .commentlist > li.comment .comment-meta,
/* 291  */ .one-column .commentlist > li.comment .comment-content {
/* 292  */ 	margin-right: 85px;
/* 293  */ }
/* 294  */ .one-column .commentlist .avatar {
/* 295  */ 	background: transparent;
/* 296  */ 	display: block;
/* 297  */ 	padding: 0;
/* 298  */ 	top: 1.625em;
/* 299  */ 	left: auto;
/* 300  */ 	right: 1.625em;

/* style.css */

/* 301  */ }
/* 302  */ .one-column .commentlist .children .avatar {
/* 303  */ 	background: none;
/* 304  */ 	padding: 0;
/* 305  */ 	position: absolute;
/* 306  */ 	top: 2.2em;
/* 307  */ 	left: 2.2em;
/* 308  */ }
/* 309  */ .one-column #respond {
/* 310  */ 	width: auto;
/* 311  */ }
/* 312  */ 
/* 313  */ 
/* 314  */ /* =Global
/* 315  *| ----------------------------------------------- */
/* 316  */ 
/* 317  */ body, input, textarea {
/* 318  */ 	color: #373737;
/* 319  */ 	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 320  */ 	font-weight: 300;
/* 321  */ 	line-height: 1.625;
/* 322  */ }
/* 323  */ body {
/* 324  */ 	background: #e2e2e2;
/* 325  */ }
/* 326  */ #page {
/* 327  */ 	background: #fff;
/* 328  */ }
/* 329  */ 
/* 330  */ /* Headings */
/* 331  */ h1,h2,h3,h4,h5,h6 {
/* 332  */ 	clear: both;
/* 333  */ }
/* 334  */ hr {
/* 335  */ 	background-color: #ccc;
/* 336  */ 	border: 0;
/* 337  */ 	height: 1px;
/* 338  */ 	margin-bottom: 1.625em;
/* 339  */ }
/* 340  */ 
/* 341  */ /* Text elements */
/* 342  */ p {
/* 343  */ 	margin-bottom: 1.625em;
/* 344  */ }
/* 345  */ ul, ol {
/* 346  */ 	margin: 0 0 1.625em 2.5em;
/* 347  */ }
/* 348  */ ul {
/* 349  */ 	list-style: square;
/* 350  */ }

/* style.css */

/* 351  */ ol {
/* 352  */ 	list-style-type: decimal;
/* 353  */ }
/* 354  */ ol ol {
/* 355  */ 	list-style: upper-alpha;
/* 356  */ }
/* 357  */ ol ol ol {
/* 358  */ 	list-style: lower-roman;
/* 359  */ }
/* 360  */ ol ol ol ol {
/* 361  */ 	list-style: lower-alpha;
/* 362  */ }
/* 363  */ ul ul, ol ol, ul ol, ol ul {
/* 364  */ 	margin-bottom: 0;
/* 365  */ }
/* 366  */ dl {
/* 367  */ 	margin: 0 1.625em;
/* 368  */ }
/* 369  */ dt {
/* 370  */ 	font-weight: bold;
/* 371  */ }
/* 372  */ dd {
/* 373  */ 	margin-bottom: 1.625em;
/* 374  */ }
/* 375  */ strong {
/* 376  */ 	font-weight: bold;
/* 377  */ }
/* 378  */ cite, em, i {
/* 379  */ 	font-style: italic;
/* 380  */ }
/* 381  */ blockquote {
/* 382  */ 	font-family: Georgia, "Bitstream Charter", serif;
/* 383  */ 	font-style: italic;
/* 384  */ 	font-weight: normal;
/* 385  */ 	margin: 0 3em;
/* 386  */ }
/* 387  */ blockquote em, blockquote i, blockquote cite {
/* 388  */ 	font-style: normal;
/* 389  */ }
/* 390  */ blockquote cite {
/* 391  */ 	color: #666;
/* 392  */ 	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 393  */ 	font-weight: 300;
/* 394  */ 	letter-spacing: 0.05em;
/* 395  */ 	text-transform: uppercase;
/* 396  */ }
/* 397  */ pre {
/* 398  */ 	background: #f4f4f4;
/* 399  */ 	font: 13px "Courier 10 Pitch", Courier, monospace;
/* 400  */ 	line-height: 1.5;

/* style.css */

/* 401  */ 	margin-bottom: 1.625em;
/* 402  */ 	overflow: auto;
/* 403  */ 	padding: 0.75em 1.625em;
/* 404  */ }
/* 405  */ code, kbd, samp, var {
/* 406  */ 	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
/* 407  */ }
/* 408  */ abbr, acronym, dfn {
/* 409  */ 	border-bottom: 1px dotted #666;
/* 410  */ 	cursor: help;
/* 411  */ }
/* 412  */ address {
/* 413  */ 	display: block;
/* 414  */ 	margin: 0 0 1.625em;
/* 415  */ }
/* 416  */ ins {
/* 417  */ 	background: #fff9c0;
/* 418  */ 	text-decoration: none;
/* 419  */ }
/* 420  */ sup,
/* 421  */ sub {
/* 422  */ 	font-size: 10px;
/* 423  */ 	height: 0;
/* 424  */ 	line-height: 1;
/* 425  */ 	position: relative;
/* 426  */ 	vertical-align: baseline;
/* 427  */ }
/* 428  */ sup {
/* 429  */ 	bottom: 1ex;
/* 430  */ }
/* 431  */ sub {
/* 432  */ 	top: .5ex;
/* 433  */ }
/* 434  */ small {
/* 435  */ 	font-size: smaller;
/* 436  */ }
/* 437  */ 
/* 438  */ /* Forms */
/* 439  */ input[type=text],
/* 440  */ input[type=password],
/* 441  */ input[type=email],
/* 442  */ input[type=url],
/* 443  */ input[type=number],
/* 444  */ textarea {
/* 445  */ 	background: #fafafa;
/* 446  */ 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 447  */ 	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 448  */ 	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
/* 449  */ 	border: 1px solid #ddd;
/* 450  */ 	color: #888;

/* style.css */

/* 451  */ }
/* 452  */ input[type=text]:focus,
/* 453  */ input[type=password]:focus,
/* 454  */ input[type=email]:focus,
/* 455  */ input[type=url]:focus,
/* 456  */ input[type=number]:focus,
/* 457  */ textarea:focus {
/* 458  */ 	color: #373737;
/* 459  */ }
/* 460  */ textarea {
/* 461  */ 	padding-left: 3px;
/* 462  */ 	width: 98%;
/* 463  */ }
/* 464  */ input[type=text],
/* 465  */ input[type=password],
/* 466  */ input[type=email],
/* 467  */ input[type=url],
/* 468  */ input[type=number] {
/* 469  */ 	padding: 3px;
/* 470  */ }
/* 471  */ input#s {
/* 472  */ 	background: url(/wp-content/themes/twentyeleven/images/search.png) no-repeat 5px 6px;
/* 473  */ 	-moz-border-radius: 2px;
/* 474  */ 	border-radius: 2px;
/* 475  */ 	font-size: 14px;
/* 476  */ 	height: 22px;
/* 477  */ 	line-height: 1.2em;
/* 478  */ 	padding: 4px 10px 4px 28px;
/* 479  */ }
/* 480  */ input#searchsubmit {
/* 481  */ 	display: none;
/* 482  */ }
/* 483  */ 
/* 484  */ /* Links */
/* 485  */ a {
/* 486  */ 	color: #1982d1;
/* 487  */ 	text-decoration: none;
/* 488  */ }
/* 489  */ a:focus,
/* 490  */ a:active,
/* 491  */ a:hover {
/* 492  */ 	text-decoration: underline;
/* 493  */ }
/* 494  */ 
/* 495  */ /* Assistive text */
/* 496  */ .assistive-text,
/* 497  */ .screen-reader-text {
/* 498  */ 	position: absolute !important;
/* 499  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 500  */ 	clip: rect(1px, 1px, 1px, 1px);

/* style.css */

/* 501  */ 	overflow: hidden;
/* 502  */ 	height: 1px;
/* 503  */ 	width: 1px;
/* 504  */ }
/* 505  */ #access a.assistive-text:focus,
/* 506  */ .screen-reader-text:hover,
/* 507  */ .screen-reader-text:active,
/* 508  */ .screen-reader-text:focus {
/* 509  */ 	background: #eee;
/* 510  */ 	border-bottom: 1px solid #ddd;
/* 511  */ 	color: #1982d1;
/* 512  */ 	clip: auto !important;
/* 513  */ 	font-size: 12px;
/* 514  */ 	height: auto;
/* 515  */ 	position: absolute;
/* 516  */ 	text-decoration: underline;
/* 517  */ 	top: 0;
/* 518  */ 	left: 7.6%;
/* 519  */ 	width: auto;
/* 520  */ }
/* 521  */ 
/* 522  */ 
/* 523  */ /* =Header
/* 524  *| ----------------------------------------------- */
/* 525  */ 
/* 526  */ #branding {
/* 527  */ 	border-top: 2px solid #bbb;
/* 528  */ 	padding-bottom: 10px;
/* 529  */ 	position: relative;
/* 530  */ 	z-index: 9999;
/* 531  */ }
/* 532  */ #site-title {
/* 533  */ 	margin-right: 270px;
/* 534  */ 	padding: 3.65625em 0 0;
/* 535  */ }
/* 536  */ #site-title a {
/* 537  */ 	color: #111;
/* 538  */ 	font-size: 30px;
/* 539  */ 	font-weight: bold;
/* 540  */ 	line-height: 36px;
/* 541  */ 	text-decoration: none;
/* 542  */ }
/* 543  */ #site-title a:hover,
/* 544  */ #site-title a:focus,
/* 545  */ #site-title a:active {
/* 546  */ 	color: #1982d1;
/* 547  */ }
/* 548  */ #site-description {
/* 549  */ 	color: #7a7a7a;
/* 550  */ 	font-size: 14px;

/* style.css */

/* 551  */ 	margin: 0 270px 3.65625em 0;
/* 552  */ }
/* 553  */ #branding img {
/* 554  */ 	height: auto;
/* 555  */ 	display: block;
/* 556  */ 	width: 100%;
/* 557  */ }
/* 558  */ 
/* 559  */ 
/* 560  */ /* =Menu
/* 561  *| -------------------------------------------------------------- */
/* 562  */ 
/* 563  */ #access {
/* 564  */ 	background: #222; /* Show a solid color for older browsers */
/* 565  */ 	background: -moz-linear-gradient(#252525, #0a0a0a);
/* 566  */ 	background: -o-linear-gradient(#252525, #0a0a0a);
/* 567  */ 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
/* 568  */ 	background: -webkit-linear-gradient(#252525, #0a0a0a);
/* 569  */ 	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
/* 570  */ 	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
/* 571  */ 	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
/* 572  */ 	clear: both;
/* 573  */ 	display: block;
/* 574  */ 	float: left;
/* 575  */ 	margin: 0 auto 6px;
/* 576  */ 	width: 100%;
/* 577  */ }
/* 578  */ #access ul {
/* 579  */ 	font-size: 13px;
/* 580  */ 	list-style: none;
/* 581  */ 	margin: 0 0 0 -0.8125em;
/* 582  */ 	padding-left: 0;
/* 583  */ }
/* 584  */ #access li {
/* 585  */ 	float: left;
/* 586  */ 	position: relative;
/* 587  */ }
/* 588  */ #access a {
/* 589  */ 	color: #eee;
/* 590  */ 	display: block;
/* 591  */ 	line-height: 3.333em;
/* 592  */ 	padding: 0 1.2125em;
/* 593  */ 	text-decoration: none;
/* 594  */ }
/* 595  */ #access ul ul {
/* 596  */ 	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 597  */ 	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 598  */ 	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
/* 599  */ 	display: none;
/* 600  */ 	float: left;

/* style.css */

/* 601  */ 	margin: 0;
/* 602  */ 	position: absolute;
/* 603  */ 	top: 3.333em;
/* 604  */ 	left: 0;
/* 605  */ 	width: 188px;
/* 606  */ 	z-index: 99999;
/* 607  */ }
/* 608  */ #access ul ul ul {
/* 609  */ 	left: 100%;
/* 610  */ 	top: 0;
/* 611  */ }
/* 612  */ #access ul ul a {
/* 613  */ 	background: #f9f9f9;
/* 614  */ 	border-bottom: 1px dotted #ddd;
/* 615  */ 	color: #444;
/* 616  */ 	font-size: 13px;
/* 617  */ 	font-weight: normal;
/* 618  */ 	height: auto;
/* 619  */ 	line-height: 1.4em;
/* 620  */ 	padding: 10px 10px;
/* 621  */ 	width: 168px;
/* 622  */ }
/* 623  */ #access li:hover > a,
/* 624  */ #access ul ul :hover > a,
/* 625  */ #access a:focus {
/* 626  */ 	background: #efefef;
/* 627  */ }
/* 628  */ #access li:hover > a,
/* 629  */ #access a:focus {
/* 630  */ 	background: #f9f9f9; /* Show a solid color for older browsers */
/* 631  */ 	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
/* 632  */ 	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
/* 633  */ 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
/* 634  */ 	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
/* 635  */ 	color: #373737;
/* 636  */ }
/* 637  */ #access ul li:hover > ul {
/* 638  */ 	display: block;
/* 639  */ }
/* 640  */ #access .current-menu-item > a,
/* 641  */ #access .current-menu-ancestor > a,
/* 642  */ #access .current_page_item > a,
/* 643  */ #access .current_page_ancestor > a {
/* 644  */ 	font-weight: bold;
/* 645  */ }
/* 646  */ 
/* 647  */ /* Search Form */
/* 648  */ #branding #searchform {
/* 649  */ 	position: absolute;
/* 650  */ 	top: 3.8em;

/* style.css */

/* 651  */ 	right: 7.6%;
/* 652  */ 	text-align: right;
/* 653  */ }
/* 654  */ #branding #searchform div {
/* 655  */ 	margin: 0;
/* 656  */ }
/* 657  */ #branding #s {
/* 658  */ 	float: right;
/* 659  */ 	-webkit-transition-duration: 400ms;
/* 660  */ 	-webkit-transition-property: width, background;
/* 661  */ 	-webkit-transition-timing-function: ease;
/* 662  */ 	-moz-transition-duration: 400ms;
/* 663  */ 	-moz-transition-property: width, background;
/* 664  */ 	-moz-transition-timing-function: ease;
/* 665  */ 	-o-transition-duration: 400ms;
/* 666  */ 	-o-transition-property: width, background;
/* 667  */ 	-o-transition-timing-function: ease;
/* 668  */ 	width: 72px;
/* 669  */ }
/* 670  */ #branding #s:focus {
/* 671  */ 	background-color: #f9f9f9;
/* 672  */ 	width: 196px;
/* 673  */ }
/* 674  */ #branding #searchsubmit {
/* 675  */ 	display: none;
/* 676  */ }
/* 677  */ #branding .only-search #searchform {
/* 678  */ 	top: 5px;
/* 679  */ 	z-index: 1;
/* 680  */ }
/* 681  */ #branding .only-search #s {
/* 682  */ 	background-color: #666;
/* 683  */ 	border-color: #000;
/* 684  */ 	color: #222;
/* 685  */ }
/* 686  */ #branding .only-search #s,
/* 687  */ #branding .only-search #s:focus {
/* 688  */ 	width: 85%;
/* 689  */ }
/* 690  */ #branding .only-search #s:focus {
/* 691  */ 	background-color: #bbb;
/* 692  */ }
/* 693  */ #branding .with-image #searchform {
/* 694  */ 	top: auto;
/* 695  */ 	bottom: -27px;
/* 696  */ 	max-width: 195px;
/* 697  */ }
/* 698  */ #branding .only-search + #access div {
/* 699  */ 	padding-right: 205px;
/* 700  */ }

/* style.css */

/* 701  */ 
/* 702  */ 
/* 703  */ /* =Content
/* 704  *| ----------------------------------------------- */
/* 705  */ 
/* 706  */ #main {
/* 707  */ 	clear: both;
/* 708  */ 	padding: 1.625em 0 0;
/* 709  */ }
/* 710  */ .page-title {
/* 711  */ 	color: #666;
/* 712  */ 	font-size: 10px;
/* 713  */ 	font-weight: 500;
/* 714  */ 	letter-spacing: 0.1em;
/* 715  */ 	line-height: 2.6em;
/* 716  */ 	margin: 0 0 2.6em;
/* 717  */ 	text-transform: uppercase;
/* 718  */ }
/* 719  */ .page-title a {
/* 720  */ 	font-size: 12px;
/* 721  */ 	font-weight: bold;
/* 722  */ 	letter-spacing: 0;
/* 723  */ 	text-transform: none;
/* 724  */ }
/* 725  */ .hentry,
/* 726  */ .no-results {
/* 727  */ 	border-bottom: 1px solid #ddd;
/* 728  */ 	margin: 0 0 1.625em;
/* 729  */ 	padding: 0 0 1.625em;
/* 730  */ 	position: relative;
/* 731  */ }
/* 732  */ .hentry:last-child,
/* 733  */ .no-results {
/* 734  */ 	border-bottom: none;
/* 735  */ }
/* 736  */ .blog .sticky .entry-header .entry-meta {
/* 737  */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 738  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 739  */ 	position: absolute !important;
/* 740  */ }
/* 741  */ .entry-title,
/* 742  */ .entry-header .entry-meta {
/* 743  */ 	padding-right: 76px;
/* 744  */ }
/* 745  */ .entry-title {
/* 746  */ 	clear: both;
/* 747  */ 	color: #222;
/* 748  */ 	font-size: 26px;
/* 749  */ 	font-weight: bold;
/* 750  */ 	line-height: 1.5em;

/* style.css */

/* 751  */ 	padding-bottom: .3em;
/* 752  */ 	padding-top: 15px;
/* 753  */ }
/* 754  */ .entry-title,
/* 755  */ .entry-title a {
/* 756  */ 	color: #222;
/* 757  */ 	text-decoration: none;
/* 758  */ }
/* 759  */ .entry-title a:hover,
/* 760  */ .entry-title a:focus,
/* 761  */ .entry-title a:active {
/* 762  */ 	color: #1982d1;
/* 763  */ }
/* 764  */ .entry-meta {
/* 765  */ 	color: #666;
/* 766  */ 	clear: both;
/* 767  */ 	font-size: 12px;
/* 768  */ 	line-height: 18px;
/* 769  */ }
/* 770  */ .entry-meta a {
/* 771  */ 	font-weight: bold;
/* 772  */ }
/* 773  */ .single-author .entry-meta .by-author {
/* 774  */ 	display: none;
/* 775  */ }
/* 776  */ .entry-content,
/* 777  */ .entry-summary {
/* 778  */ 	padding: 1.625em 0 0;
/* 779  */ }
/* 780  */ .entry-content .more-link {
/* 781  */ 	white-space: nowrap;
/* 782  */ }
/* 783  */ .entry-content h1,
/* 784  */ .entry-content h2,
/* 785  */ .comment-content h1,
/* 786  */ .comment-content h2 {
/* 787  */ 	color: #000;
/* 788  */ 	font-weight: bold;
/* 789  */ 	margin: 0 0 .8125em;
/* 790  */ }
/* 791  */ .entry-content h3,
/* 792  */ .comment-content h3 {
/* 793  */ 	font-size: 10px;
/* 794  */ 	letter-spacing: 0.1em;
/* 795  */ 	line-height: 2.6em;
/* 796  */ 	text-transform: uppercase;
/* 797  */ }
/* 798  */ .entry-content table,
/* 799  */ .comment-content table {
/* 800  */ 	border-bottom: 1px solid #ddd;

/* style.css */

/* 801  */ 	margin: 0 0 1.625em;
/* 802  */ 	width: 100%;
/* 803  */ }
/* 804  */ .entry-content th,
/* 805  */ .comment-content th {
/* 806  */ 	color: #666;
/* 807  */ 	font-size: 10px;
/* 808  */ 	font-weight: 500;
/* 809  */ 	letter-spacing: 0.1em;
/* 810  */ 	line-height: 2.6em;
/* 811  */ 	text-transform: uppercase;
/* 812  */ }
/* 813  */ .entry-content td,
/* 814  */ .comment-content td {
/* 815  */ 	border-top: 1px solid #ddd;
/* 816  */ 	padding: 6px 10px 6px 0;
/* 817  */ }
/* 818  */ .entry-content #s {
/* 819  */ 	width: 75%;
/* 820  */ }
/* 821  */ .comment-content ul,
/* 822  */ .comment-content ol {
/* 823  */ 	margin-bottom: 1.625em;
/* 824  */ }
/* 825  */ .comment-content ul ul,
/* 826  */ .comment-content ol ol,
/* 827  */ .comment-content ul ol,
/* 828  */ .comment-content ol ul {
/* 829  */ 	margin-bottom: 0;
/* 830  */ }
/* 831  */ dl.gallery-item {
/* 832  */ 	margin: 0;
/* 833  */ }
/* 834  */ .page-link {
/* 835  */ 	clear: both;
/* 836  */ 	display: block;
/* 837  */ 	margin: 0 0 1.625em;
/* 838  */ }
/* 839  */ .page-link a {
/* 840  */ 	background: #eee;
/* 841  */ 	color: #373737;
/* 842  */ 	margin: 0;
/* 843  */ 	padding: 2px 3px;
/* 844  */ 	text-decoration: none;
/* 845  */ }
/* 846  */ .page-link a:hover {
/* 847  */ 	background: #888;
/* 848  */ 	color: #fff;
/* 849  */ 	font-weight: bold;
/* 850  */ }

/* style.css */

/* 851  */ .page-link span {
/* 852  */ 	margin-right: 6px;
/* 853  */ }
/* 854  */ .entry-meta .edit-link a,
/* 855  */ .commentlist .edit-link a {
/* 856  */ 	background: #eee;
/* 857  */ 	-moz-border-radius: 3px;
/* 858  */ 	border-radius: 3px;
/* 859  */ 	color: #666;
/* 860  */ 	float: right;
/* 861  */ 	font-size: 12px;
/* 862  */ 	line-height: 1.5em;
/* 863  */ 	font-weight: 300;
/* 864  */ 	text-decoration: none;
/* 865  */ 	padding: 0 8px;
/* 866  */ }
/* 867  */ .entry-meta .edit-link a:hover,
/* 868  */ .commentlist .edit-link a:hover {
/* 869  */ 	background: #888;
/* 870  */ 	color: #fff;
/* 871  */ }
/* 872  */ .entry-content .edit-link {
/* 873  */ 	clear: both;
/* 874  */ 	display: block;
/* 875  */ }
/* 876  */ 
/* 877  */ /* Images */
/* 878  */ .entry-content img,
/* 879  */ .comment-content img,
/* 880  */ .widget img {
/* 881  */ 	max-width: 100%; /* Fluid images for posts, comments, and widgets */
/* 882  */ }
/* 883  */ img[class*="align"],
/* 884  */ img[class*="wp-image-"],
/* 885  */ img[class*="attachment-"] {
/* 886  */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 887  */ }
/* 888  */ img.size-full,
/* 889  */ img.size-large {
/* 890  */ 	max-width: 97.5%;
/* 891  */ 	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
/* 892  */ 	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* 893  */ }
/* 894  */ .entry-content img.wp-smiley {
/* 895  */ 	border: none;
/* 896  */ 	margin-bottom: 0;
/* 897  */ 	margin-top: 0;
/* 898  */ 	padding: 0;
/* 899  */ }
/* 900  */ img.alignleft,

/* style.css */

/* 901  */ img.alignright,
/* 902  */ img.aligncenter {
/* 903  */ 	margin-bottom: 1.625em;
/* 904  */ }
/* 905  */ p img,
/* 906  */ .wp-caption {
/* 907  */ 	margin-top: 0.4em;
/* 908  */ }
/* 909  */ .wp-caption {
/* 910  */ 	background: #eee;
/* 911  */ 	margin-bottom: 1.625em;
/* 912  */ 	max-width: 96%;
/* 913  */ 	max-width: calc( 100% - 18px );
/* 914  */ 	padding: 9px;
/* 915  */ }
/* 916  */ .wp-caption img {
/* 917  */ 	display: block;
/* 918  */ 	max-width: 98%;
/* 919  */ 	max-width: calc( 100% - 14px );
/* 920  */ }
/* 921  */ .wp-caption .wp-caption-text,
/* 922  */ .gallery-caption {
/* 923  */ 	color: #666;
/* 924  */ 	font-family: Georgia, serif;
/* 925  */ 	font-size: 12px;
/* 926  */ }
/* 927  */ .wp-caption .wp-caption-text {
/* 928  */ 	margin-bottom: 0.6em;
/* 929  */ 	padding: 10px 0 5px 40px;
/* 930  */ 	position: relative;
/* 931  */ }
/* 932  */ .wp-caption .wp-caption-text:before {
/* 933  */ 	color: #666;
/* 934  */ 	content: '\2014';
/* 935  */ 	font-size: 14px;
/* 936  */ 	font-style: normal;
/* 937  */ 	font-weight: bold;
/* 938  */ 	margin-right: 5px;
/* 939  */ 	position: absolute;
/* 940  */ 	left: 10px;
/* 941  */ 	top: 7px;
/* 942  */ }
/* 943  */ #content .gallery {
/* 944  */ 	margin: 0 auto 1.625em;
/* 945  */ }
/* 946  */ #content .gallery a img {
/* 947  */ 	border: none;
/* 948  */ }
/* 949  */ img#wpstats {
/* 950  */ 	display: block;

/* style.css */

/* 951  */ 	margin: 0 auto 1.625em;
/* 952  */ }
/* 953  */ #content .gallery-columns-4 .gallery-item {
/* 954  */ 	width: 23%;
/* 955  */ 	padding-right: 2%;
/* 956  */ }
/* 957  */ #content .gallery-columns-4 .gallery-item img {
/* 958  */ 	width: 100%;
/* 959  */ 	height: auto;
/* 960  */ }
/* 961  */ 
/* 962  */ /* Image borders */
/* 963  */ img[class*="align"],
/* 964  */ img[class*="wp-image-"],
/* 965  */ #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/* 966  */ 	border: 1px solid #ddd;
/* 967  */ 	padding: 6px;
/* 968  */ 	max-width: 97.5%;
/* 969  */ 	max-width: calc( 100% - 14px );
/* 970  */ }
/* 971  */ .wp-caption img {
/* 972  */ 	border-color: #eee;
/* 973  */ }
/* 974  */ a:focus img[class*="align"],
/* 975  */ a:hover img[class*="align"],
/* 976  */ a:active img[class*="align"],
/* 977  */ a:focus img[class*="wp-image-"],
/* 978  */ a:hover img[class*="wp-image-"],
/* 979  */ a:active img[class*="wp-image-"],
/* 980  */ #content .gallery .gallery-icon a:focus img,
/* 981  */ #content .gallery .gallery-icon a:hover img,
/* 982  */ #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
/* 983  */ 	background: #eee;
/* 984  */ 	border-color: #bbb;
/* 985  */ }
/* 986  */ .wp-caption a:focus img,
/* 987  */ .wp-caption a:active img,
/* 988  */ .wp-caption a:hover img {/* ... including captioned images! */
/* 989  */ 	background: #fff;
/* 990  */ 	border-color: #ddd;
/* 991  */ }
/* 992  */ 
/* 993  */ /* Make sure videos and embeds fit their containers */
/* 994  */ embed,
/* 995  */ iframe,
/* 996  */ object {
/* 997  */ 	max-width: 100%;
/* 998  */ }
/* 999  */ .entry-content .twitter-tweet-rendered {
/* 1000 */ 	max-width: 100% !important; /* Override the Twitter embed fixed width */

/* style.css */

/* 1001 */ }
/* 1002 */ 
/* 1003 */ /* Password Protected Posts */
/* 1004 */ .post-password-required .entry-header .comments-link {
/* 1005 */ 	margin: 1.625em 0 0;
/* 1006 */ }
/* 1007 */ .post-password-required input[type=password] {
/* 1008 */ 	margin: 0.8125em 0;
/* 1009 */ }
/* 1010 */ .post-password-required input[type=password]:focus {
/* 1011 */ 	background: #f7f7f7;
/* 1012 */ }
/* 1013 */ 
/* 1014 */ /* Author Info */
/* 1015 */ #author-info {
/* 1016 */ 	font-size: 12px;
/* 1017 */ 	overflow: hidden;
/* 1018 */ }
/* 1019 */ .singular #author-info {
/* 1020 */ 	background: #f9f9f9;
/* 1021 */ 	border-top: 1px solid #ddd;
/* 1022 */ 	border-bottom: 1px solid #ddd;
/* 1023 */ 	margin: 2.2em -35.6% 0 -35.4%;
/* 1024 */ 	padding: 20px 35.4%;
/* 1025 */ }
/* 1026 */ .archive #author-info {
/* 1027 */ 	border-bottom: 1px solid #ddd;
/* 1028 */ 	margin: 0 0 2.2em;
/* 1029 */ 	padding: 0 0 2.2em;
/* 1030 */ }
/* 1031 */ #author-avatar {
/* 1032 */ 	float: left;
/* 1033 */ 	margin-right: -78px;
/* 1034 */ }
/* 1035 */ #author-avatar img {
/* 1036 */ 	background: #fff;
/* 1037 */ 	-moz-border-radius: 3px;
/* 1038 */ 	border-radius: 3px;
/* 1039 */ 	-webkit-box-shadow: 0 1px 2px #bbb;
/* 1040 */ 	-moz-box-shadow: 0 1px 2px #bbb;
/* 1041 */ 	box-shadow: 0 1px 2px #bbb;
/* 1042 */ 	padding: 3px;
/* 1043 */ }
/* 1044 */ #author-description {
/* 1045 */ 	float: left;
/* 1046 */ 	margin-left: 108px;
/* 1047 */ }
/* 1048 */ #author-description h2 {
/* 1049 */ 	color: #000;
/* 1050 */ 	font-size: 15px;

/* style.css */

/* 1051 */ 	font-weight: bold;
/* 1052 */ 	margin: 5px 0 10px;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ /* Comments link */
/* 1056 */ .entry-header .comments-link a {
/* 1057 */ 	background: #eee url(/wp-content/themes/twentyeleven/images/comment-bubble.png) no-repeat;
/* 1058 */ 	color: #666;
/* 1059 */ 	font-size: 13px;
/* 1060 */ 	font-weight: normal;
/* 1061 */ 	line-height: 35px;
/* 1062 */ 	overflow: hidden;
/* 1063 */ 	padding: 0 0 0;
/* 1064 */ 	position: absolute;
/* 1065 */ 	top: 1.5em;
/* 1066 */ 	right: 0;
/* 1067 */ 	text-align: center;
/* 1068 */ 	text-decoration: none;
/* 1069 */ 	width: 43px;
/* 1070 */ 	height: 36px;
/* 1071 */ }
/* 1072 */ .entry-header .comments-link a:hover,
/* 1073 */ .entry-header .comments-link a:focus,
/* 1074 */ .entry-header .comments-link a:active {
/* 1075 */ 	background-color: #1982d1;
/* 1076 */ 	color: #fff;
/* 1077 */ 	color: rgba(255,255,255,0.8);
/* 1078 */ }
/* 1079 */ .entry-header .comments-link .leave-reply {
/* 1080 */ 	visibility: hidden;
/* 1081 */ }
/* 1082 */ 
/* 1083 */ /*
/* 1084 *| Post Formats Headings
/* 1085 *| To hide the headings, display: none the ".entry-header .entry-format" selector,
/* 1086 *| and remove the padding rules below.
/* 1087 *| */
/* 1088 */ .entry-header .entry-format {
/* 1089 */ 	color: #666;
/* 1090 */ 	font-size: 10px;
/* 1091 */ 	font-weight: 500;
/* 1092 */ 	letter-spacing: 0.1em;
/* 1093 */ 	line-height: 2.6em;
/* 1094 */ 	position: absolute;
/* 1095 */ 	text-transform: uppercase;
/* 1096 */ 	top: -5px;
/* 1097 */ }
/* 1098 */ .entry-header hgroup .entry-title {
/* 1099 */ 	padding-top: 15px;
/* 1100 */ }

/* style.css */

/* 1101 */ article.format-aside .entry-content,
/* 1102 */ article.format-link .entry-content,
/* 1103 */ article.format-status .entry-content {
/* 1104 */ 	padding: 20px 0 0;
/* 1105 */ }
/* 1106 */ article.format-status .entry-content {
/* 1107 */ 	min-height: 65px;
/* 1108 */ }
/* 1109 */ .recent-posts .entry-header .entry-format {
/* 1110 */ 	display: none;
/* 1111 */ }
/* 1112 */ .recent-posts .entry-header hgroup .entry-title {
/* 1113 */ 	padding-top: 0;
/* 1114 */ }
/* 1115 */ 
/* 1116 */ /* Singular content styles for Posts and Pages */
/* 1117 */ .singular .hentry {
/* 1118 */ 	border-bottom: none;
/* 1119 */ 	padding: 4.875em 0 0;
/* 1120 */ 	position: relative;
/* 1121 */ }
/* 1122 */ .singular.page .hentry {
/* 1123 */ 	padding: 3.5em 0 0;
/* 1124 */ }
/* 1125 */ .singular .entry-title {
/* 1126 */ 	color: #000;
/* 1127 */ 	font-size: 36px;
/* 1128 */ 	font-weight: bold;
/* 1129 */ 	line-height: 48px;
/* 1130 */ }
/* 1131 */ .singular .entry-title,
/* 1132 */ .singular .entry-header .entry-meta {
/* 1133 */ 	padding-right: 0;
/* 1134 */ }
/* 1135 */ .singular .entry-header .entry-meta {
/* 1136 */ 	position: absolute;
/* 1137 */ 	top: 0;
/* 1138 */ 	left: 0;
/* 1139 */ }
/* 1140 */ blockquote.pull {
/* 1141 */ 	font-size: 21px;
/* 1142 */ 	font-weight: bold;
/* 1143 */ 	line-height: 1.6125em;
/* 1144 */ 	margin: 0 0 1.625em;
/* 1145 */ 	text-align: center;
/* 1146 */ }
/* 1147 */ .singular blockquote.pull {
/* 1148 */ 	margin: 0 -22.25% 1.625em;
/* 1149 */ }
/* 1150 */ .pull.alignleft {

/* style.css */

/* 1151 */ 	margin: 0 1.625em 0 0;
/* 1152 */ 	text-align: right;
/* 1153 */ }
/* 1154 */ .singular .pull.alignleft {
/* 1155 */ 	margin: 0 1.625em 0 -22.25%;
/* 1156 */ }
/* 1157 */ .pull.alignright {
/* 1158 */ 	margin: 0 0 0 1.625em;
/* 1159 */ 	text-align: left;
/* 1160 */ }
/* 1161 */ blockquote.pull.alignleft,
/* 1162 */ blockquote.pull.alignright {
/* 1163 */ 	width: 33%;
/* 1164 */ }
/* 1165 */ .singular .pull.alignright {
/* 1166 */ 	margin: 0 -22.25% 0 1.625em;
/* 1167 */ }
/* 1168 */ .singular blockquote.pull.alignleft,
/* 1169 */ .singular blockquote.pull.alignright {
/* 1170 */ 	width: 33%;
/* 1171 */ }
/* 1172 */ .singular .entry-meta .edit-link a {
/* 1173 */ 	bottom: auto;
/* 1174 */ 	left: 50px;
/* 1175 */ 	position: absolute;
/* 1176 */ 	right: auto;
/* 1177 */ 	top: 80px;
/* 1178 */ }
/* 1179 */ 
/* 1180 */ 
/* 1181 */ /* =Aside
/* 1182 *| ----------------------------------------------- */
/* 1183 */ 
/* 1184 */ .format-aside .entry-title,
/* 1185 */ .format-aside .entry-header .comments-link {
/* 1186 */ 	display: none;
/* 1187 */ }
/* 1188 */ .singular .format-aside .entry-title {
/* 1189 */ 	display: block;
/* 1190 */ }
/* 1191 */ .format-aside .entry-content {
/* 1192 */ 	padding: 0;
/* 1193 */ }
/* 1194 */ .singular .format-aside .entry-content {
/* 1195 */ 	padding: 1.625em 0 0;
/* 1196 */ }
/* 1197 */ 
/* 1198 */ 
/* 1199 */ /* =Link
/* 1200 *| ----------------------------------------------- */

/* style.css */

/* 1201 */ 
/* 1202 */ .format-link .entry-title,
/* 1203 */ .format-link .entry-header .comments-link {
/* 1204 */ 	display: none;
/* 1205 */ }
/* 1206 */ .singular .format-link .entry-title {
/* 1207 */ 	display: block;
/* 1208 */ }
/* 1209 */ .format-link .entry-content {
/* 1210 */ 	padding: 0;
/* 1211 */ }
/* 1212 */ .singular .format-link .entry-content {
/* 1213 */ 	padding: 1.625em 0 0;
/* 1214 */ }
/* 1215 */ 
/* 1216 */ 
/* 1217 */ /* =Gallery
/* 1218 *| ----------------------------------------------- */
/* 1219 */ 
/* 1220 */ .format-gallery .gallery-thumb {
/* 1221 */ 	float: left;
/* 1222 */ 	display: block;
/* 1223 */ 	margin: .375em 1.625em 0 0;
/* 1224 */ 	max-width: 100%;
/* 1225 */ }
/* 1226 */ 
/* 1227 */ 
/* 1228 */ /* =Status
/* 1229 *| ----------------------------------------------- */
/* 1230 */ 
/* 1231 */ .format-status .entry-title,
/* 1232 */ .format-status .entry-header .comments-link {
/* 1233 */ 	display: none;
/* 1234 */ }
/* 1235 */ .singular .format-status .entry-title {
/* 1236 */ 	display: block;
/* 1237 */ }
/* 1238 */ .format-status .entry-content {
/* 1239 */ 	padding: 0;
/* 1240 */ }
/* 1241 */ .singular .format-status .entry-content {
/* 1242 */ 	padding: 1.625em 0 0;
/* 1243 */ }
/* 1244 */ .format-status img.avatar {
/* 1245 */ 	-moz-border-radius: 3px;
/* 1246 */ 	border-radius: 3px;
/* 1247 */ 	-webkit-box-shadow: 0 1px 2px #ccc;
/* 1248 */ 	-moz-box-shadow: 0 1px 2px #ccc;
/* 1249 */ 	box-shadow: 0 1px 2px #ccc;
/* 1250 */ 	float: left;

/* style.css */

/* 1251 */ 	margin: 4px 10px 2px 0;
/* 1252 */ 	padding: 0;
/* 1253 */ }
/* 1254 */ 
/* 1255 */ /* =Standard
/* 1256 *| ----------------------------------------------- */
/* 1257 */ 
/* 1258 */ .format-standard .wp-video,
/* 1259 */ .format-standard .wp-audio-shortcode,
/* 1260 */ .format-audio .wp-audio-shortcode,
/* 1261 */ .format-standard .video-player {
/* 1262 */ 	margin-bottom: 24px;
/* 1263 */ }
/* 1264 */ 
/* 1265 */ /* =Quote
/* 1266 *| ----------------------------------------------- */
/* 1267 */ 
/* 1268 */ .format-quote blockquote {
/* 1269 */ 	color: #555;
/* 1270 */ 	font-size: 17px;
/* 1271 */ 	margin: 0;
/* 1272 */ }
/* 1273 */ 
/* 1274 */ 
/* 1275 */ /* =Image
/* 1276 *| ----------------------------------------------- */
/* 1277 */ 
/* 1278 */ .indexed.format-image .entry-header {
/* 1279 */ 	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
/* 1280 */ }
/* 1281 */ .indexed.format-image .entry-content {
/* 1282 */ 	padding-top: 0.5em;
/* 1283 */ }
/* 1284 */ .indexed.format-image .entry-content p {
/* 1285 */ 	margin: 1em 0;
/* 1286 */ }
/* 1287 */ .indexed.format-image .entry-content p:first-child,
/* 1288 */ .indexed.format-image .entry-content p:first-child a,
/* 1289 */ .indexed.format-image .entry-content p:first-child img {
/* 1290 */ 	display: block;
/* 1291 */ 	margin: 0;
/* 1292 */ }
/* 1293 */ .indexed.format-image .entry-content .wp-caption .wp-caption-text {
/* 1294 */ 	margin: 0;
/* 1295 */ 	padding-bottom: 1em;
/* 1296 */ }
/* 1297 */ .indexed.format-image footer.entry-meta {
/* 1298 */ 	background: #ddd;
/* 1299 */ 	overflow: hidden;
/* 1300 */ 	padding: 4%;

/* style.css */

/* 1301 */ 	max-width: 96%;
/* 1302 */ }
/* 1303 */ .indexed.format-image div.entry-meta {
/* 1304 */ 	display: inline-block;
/* 1305 */ 	float: left;
/* 1306 */ 	width: 35%;
/* 1307 */ }
/* 1308 */ .indexed.format-image div.entry-meta + div.entry-meta {
/* 1309 */ 	float: none;
/* 1310 */ 	width: 65%;
/* 1311 */ }
/* 1312 */ .indexed.format-image .entry-meta span.cat-links,
/* 1313 */ .indexed.format-image .entry-meta span.tag-links,
/* 1314 */ .indexed.format-image .entry-meta span.comments-link {
/* 1315 */ 	display: block;
/* 1316 */ }
/* 1317 */ .indexed.format-image footer.entry-meta a {
/* 1318 */ 	color: #444;
/* 1319 */ }
/* 1320 */ .indexed.format-image footer.entry-meta a:hover {
/* 1321 */ 	color: #fff;
/* 1322 */ }
/* 1323 */ #content .indexed.format-image img {
/* 1324 */ 	border: none;
/* 1325 */ 	max-width: 100%;
/* 1326 */ 	padding: 0;
/* 1327 */ }
/* 1328 */ .indexed.format-image .wp-caption {
/* 1329 */ 	background: #111;
/* 1330 */ 	margin-bottom: 0;
/* 1331 */ 	max-width: 96%;
/* 1332 */ 	padding: 2% 2% 0;
/* 1333 */ }
/* 1334 */ .indexed.format-image .wp-caption .wp-caption-text {
/* 1335 */ 	color: #ddd;
/* 1336 */ }
/* 1337 */ .indexed.format-image .wp-caption .wp-caption-text:before {
/* 1338 */ 	color: #444;
/* 1339 */ }
/* 1340 */ .indexed.format-image a:hover img {
/* 1341 */ 	opacity: 0.8;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ 
/* 1345 */ /* =error404
/* 1346 *| ----------------------------------------------- */
/* 1347 */ 
/* 1348 */ .error404 #main #searchform {
/* 1349 */ 	background: #f9f9f9;
/* 1350 */ 	border: 1px solid #ddd;

/* style.css */

/* 1351 */ 	border-width: 1px 0;
/* 1352 */ 	margin: 0 -8.9% 1.625em;
/* 1353 */ 	overflow: hidden;
/* 1354 */ 	padding: 1.625em 8.9%;
/* 1355 */ }
/* 1356 */ .error404 #main #s {
/* 1357 */ 	width: 95%;
/* 1358 */ }
/* 1359 */ .error404 #main .widget {
/* 1360 */ 	clear: none;
/* 1361 */ 	float: left;
/* 1362 */ 	margin-right: 3.7%;
/* 1363 */ 	width: 30.85%;
/* 1364 */ }
/* 1365 */ .error404 #main .widget_archive {
/* 1366 */ 	margin-right: 0;
/* 1367 */ }
/* 1368 */ .error404 #main .widget_tag_cloud {
/* 1369 */ 	float: none;
/* 1370 */ 	margin-right: 0;
/* 1371 */ 	width: 100%;
/* 1372 */ }
/* 1373 */ .error404 .widgettitle {
/* 1374 */ 	font-size: 10px;
/* 1375 */ 	letter-spacing: 0.1em;
/* 1376 */ 	line-height: 2.6em;
/* 1377 */ 	text-transform: uppercase;
/* 1378 */ }
/* 1379 */ 
/* 1380 */ 
/* 1381 */ /* =Showcase
/* 1382 *| ----------------------------------------------- */
/* 1383 */ 
/* 1384 */ h1.showcase-heading {
/* 1385 */ 	color: #666;
/* 1386 */ 	font-size: 10px;
/* 1387 */ 	font-weight: 500;
/* 1388 */ 	letter-spacing: 0.1em;
/* 1389 */ 	line-height: 2.6em;
/* 1390 */ 	text-transform: uppercase;
/* 1391 */ }
/* 1392 */ 
/* 1393 */ /* Intro */
/* 1394 */ article.intro {
/* 1395 */ 	background: #f9f9f9;
/* 1396 */ 	border-bottom: none;
/* 1397 */ 	margin: -1.855em -8.9% 1.625em;
/* 1398 */ 	padding: 0 8.9%;
/* 1399 */ }
/* 1400 */ article.intro .entry-title {

/* style.css */

/* 1401 */ 	display: none;
/* 1402 */ }
/* 1403 */ article.intro .entry-content {
/* 1404 */ 	color: #111;
/* 1405 */ 	font-size: 16px;
/* 1406 */ 	padding: 1.625em 0 0.625em;
/* 1407 */ }
/* 1408 */ article.intro .edit-link a {
/* 1409 */ 	background: #aaa;
/* 1410 */ 	-moz-border-radius: 3px;
/* 1411 */ 	border-radius: 3px;
/* 1412 */ 	color: #fff;
/* 1413 */ 	font-size: 12px;
/* 1414 */ 	padding: 0 8px;
/* 1415 */ 	position: absolute;
/* 1416 */ 	top: 30px;
/* 1417 */ 	right: 20px;
/* 1418 */ 	text-decoration: none;
/* 1419 */ }
/* 1420 */ article.intro .edit-link a:hover,
/* 1421 */ article.intro .edit-link a:focus,
/* 1422 */ article.intro .edit-link a:active {
/* 1423 */ 	background: #777;
/* 1424 */ }
/* 1425 */ 
/* 1426 */ /* Featured post */
/* 1427 */ section.featured-post {
/* 1428 */ 	float: left;
/* 1429 */ 	margin: -1.625em -8.9% 1.625em;
/* 1430 */ 	padding: 1.625em 8.9% 0;
/* 1431 */ 	position: relative;
/* 1432 */ 	width: 100%;
/* 1433 */ }
/* 1434 */ section.featured-post .hentry {
/* 1435 */ 	border: none;
/* 1436 */ 	color: #666;
/* 1437 */ 	margin: 0;
/* 1438 */ }
/* 1439 */ section.featured-post .entry-meta {
/* 1440 */ 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
/* 1441 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 1442 */ 	position: absolute !important;
/* 1443 */ }
/* 1444 */ 
/* 1445 */ /* Small featured post */
/* 1446 */ section.featured-post .attachment-small-feature {
/* 1447 */ 	float: right;
/* 1448 */ 	height: auto;
/* 1449 */ 	margin: 0 -8.9% 1.625em 0;
/* 1450 */ 	max-width: 59%;

/* style.css */

/* 1451 */ 	position: relative;
/* 1452 */ 	right: -15px;
/* 1453 */ }
/* 1454 */ section.featured-post.small {
/* 1455 */ 	padding-top: 0;
/* 1456 */ }
/* 1457 */ section.featured-post .attachment-small-feature:hover,
/* 1458 */ section.featured-post .attachment-small-feature:focus,
/* 1459 */ section.featured-post .attachment-small-feature:active {
/* 1460 */ 	opacity: .8;
/* 1461 */ }
/* 1462 */ article.feature-image.small {
/* 1463 */ 	float: left;
/* 1464 */ 	margin: 0 0 1.625em;
/* 1465 */ 	width: 45%;
/* 1466 */ }
/* 1467 */ article.feature-image.small .entry-title {
/* 1468 */ 	line-height: 1.2em;
/* 1469 */ }
/* 1470 */ article.feature-image.small .entry-summary {
/* 1471 */ 	color: #555;
/* 1472 */ 	font-size: 13px;
/* 1473 */ }
/* 1474 */ article.feature-image.small .entry-summary p a {
/* 1475 */ 	background: #222;
/* 1476 */ 	color: #eee;
/* 1477 */ 	display: block;
/* 1478 */ 	left: -23.8%;
/* 1479 */ 	padding: 9px 26px 9px 85px;
/* 1480 */ 	position: relative;
/* 1481 */ 	text-decoration: none;
/* 1482 */ 	top: 20px;
/* 1483 */ 	width: 180px;
/* 1484 */ 	z-index: 1;
/* 1485 */ }
/* 1486 */ article.feature-image.small .entry-summary p a:hover {
/* 1487 */ 	background: #1982d1;
/* 1488 */ 	color: #eee;
/* 1489 */ 	color: rgba(255,255,255,0.8);
/* 1490 */ }
/* 1491 */ 
/* 1492 */ /* Large featured post */
/* 1493 */ section.feature-image.large {
/* 1494 */ 	border: none;
/* 1495 */ 	max-height: 288px;
/* 1496 */ 	padding: 0;
/* 1497 */ 	width: 100%;
/* 1498 */ }
/* 1499 */ section.feature-image.large .showcase-heading {
/* 1500 */ 	display: none;

/* style.css */

/* 1501 */ }
/* 1502 */ section.feature-image.large .hentry {
/* 1503 */ 	border-bottom: none;
/* 1504 */ 	left: 9%;
/* 1505 */ 	margin: 1.625em 9% 0 0;
/* 1506 */ 	position: absolute;
/* 1507 */ 	top: 0;
/* 1508 */ }
/* 1509 */ article.feature-image.large .entry-title a {
/* 1510 */ 	background: #222;
/* 1511 */ 	background: rgba(0,0,0,0.8);
/* 1512 */ 	-moz-border-radius: 3px;
/* 1513 */ 	border-radius: 3px;
/* 1514 */ 	color: #fff;
/* 1515 */ 	display: inline-block;
/* 1516 */ 	font-weight: 300;
/* 1517 */ 	padding: .2em 20px;
/* 1518 */ }
/* 1519 */ section.feature-image.large:hover .entry-title a,
/* 1520 */ section.feature-image.large .entry-title:hover a {
/* 1521 */ 	background: #eee;
/* 1522 */ 	background: rgba(255,255,255,0.8);
/* 1523 */ 	color: #222;
/* 1524 */ }
/* 1525 */ article.feature-image.large .entry-summary {
/* 1526 */ 	display: none;
/* 1527 */ }
/* 1528 */ section.feature-image.large img {
/* 1529 */ 	display: block;
/* 1530 */ 	height: auto;
/* 1531 */ 	max-width: 117.9%;
/* 1532 */ 	padding: 0 0 6px;
/* 1533 */ }
/* 1534 */ 
/* 1535 */ /* Featured Slider */
/* 1536 */ .featured-posts {
/* 1537 */ 	border-bottom: 1px solid #ddd;
/* 1538 */ 	display: block;
/* 1539 */ 	height: 328px;
/* 1540 */ 	margin: 1.625em -8.9% 20px;
/* 1541 */ 	max-width: 1000px;
/* 1542 */ 	padding: 0;
/* 1543 */ 	position: relative;
/* 1544 */ 	overflow: hidden;
/* 1545 */ }
/* 1546 */ .featured-posts .showcase-heading {
/* 1547 */ 	padding-left: 8.9%;
/* 1548 */ }
/* 1549 */ .featured-posts section.featured-post {
/* 1550 */ 	background: #fff;

/* style.css */

/* 1551 */ 	height: 288px;
/* 1552 */ 	left: 0;
/* 1553 */ 	margin: 0;
/* 1554 */ 	position: absolute;
/* 1555 */ 	top: 30px;
/* 1556 */ 	width: auto;
/* 1557 */ }
/* 1558 */ .featured-posts section.featured-post.large {
/* 1559 */ 	max-width: 100%;
/* 1560 */ 	overflow: hidden;
/* 1561 */ }
/* 1562 */ .featured-posts section.featured-post {
/* 1563 */ 	-webkit-transition-duration: 200ms;
/* 1564 */ 	-webkit-transition-property: opacity, visibility;
/* 1565 */ 	-webkit-transition-timing-function: ease;
/* 1566 */ 	-moz-transition-duration: 200ms;
/* 1567 */ 	-moz-transition-property: opacity, visibility;
/* 1568 */ 	-moz-transition-timing-function: ease;
/* 1569 */ }
/* 1570 */ .featured-posts section.featured-post {
/* 1571 */ 	opacity: 0;
/* 1572 */ 	visibility: hidden;
/* 1573 */ }
/* 1574 */ .featured-posts #featured-post-1 {
/* 1575 */ 	opacity: 1;
/* 1576 */ 	visibility: visible;
/* 1577 */ }
/* 1578 */ .featured-post .feature-text:after,
/* 1579 */ .featured-post .feature-image.small:after {
/* 1580 */ 	content: ' ';
/* 1581 */ 	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/* 1582 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/* 1583 */ 	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/* 1584 */ 	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
/* 1585 */ 	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
/* 1586 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/* 1587 */ 	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
/* 1588 */ 	width: 100%;
/* 1589 */ 	height: 45px;
/* 1590 */ 	position: absolute;
/* 1591 */ 	top: 230px;
/* 1592 */ }
/* 1593 */ .featured-post .feature-image.small:after {
/* 1594 */ 	top: 253px;
/* 1595 */ }
/* 1596 */ #content .feature-slider {
/* 1597 */ 	top: 5px;
/* 1598 */ 	right: 8.9%;
/* 1599 */ 	overflow: visible;
/* 1600 */ 	position: absolute;

/* style.css */

/* 1601 */ }
/* 1602 */ .feature-slider ul {
/* 1603 */ 	list-style-type: none;
/* 1604 */ 	margin: 0;
/* 1605 */ }
/* 1606 */ .feature-slider li {
/* 1607 */ 	float: left;
/* 1608 */ 	margin: 0 6px;
/* 1609 */ }
/* 1610 */ .feature-slider a {
/* 1611 */ 	background: #3c3c3c;
/* 1612 */ 	background: rgba(60,60,60,0.9);
/* 1613 */ 	-moz-border-radius: 12px;
/* 1614 */ 	border-radius: 12px;
/* 1615 */ 	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
/* 1616 */ 	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
/* 1617 */ 	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
/* 1618 */ 	display: block;
/* 1619 */ 	width: 14px;
/* 1620 */ 	height: 14px;
/* 1621 */ }
/* 1622 */ .feature-slider a.active {
/* 1623 */ 	background: #1982d1;
/* 1624 */ 	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
/* 1625 */ 	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
/* 1626 */ 	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
/* 1627 */ 	cursor: default;
/* 1628 */ 	opacity: 0.5;
/* 1629 */ }
/* 1630 */ 
/* 1631 */ /* Recent Posts */
/* 1632 */ section.recent-posts {
/* 1633 */ 	padding: 0 0 1.625em;
/* 1634 */ }
/* 1635 */ section.recent-posts .hentry {
/* 1636 */ 	border: none;
/* 1637 */ 	margin: 0;
/* 1638 */ }
/* 1639 */ section.recent-posts .other-recent-posts {
/* 1640 */ 	border-bottom: 1px solid #ddd;
/* 1641 */ 	list-style: none;
/* 1642 */ 	margin: 0;
/* 1643 */ }
/* 1644 */ section.recent-posts .other-recent-posts li {
/* 1645 */ 	padding: 0.3125em 0;
/* 1646 */ 	position: relative;
/* 1647 */ }
/* 1648 */ section.recent-posts .other-recent-posts .entry-title {
/* 1649 */ 	border-top: 1px solid #ddd;
/* 1650 */ 	font-size: 17px;

/* style.css */

/* 1651 */ }
/* 1652 */ section.recent-posts .other-recent-posts a[rel="bookmark"] {
/* 1653 */ 	color: #373737;
/* 1654 */ 	float: left;
/* 1655 */ 	max-width: 84%;
/* 1656 */ }
/* 1657 */ section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
/* 1658 */ 	content: '-';
/* 1659 */ 	color: transparent;
/* 1660 */ 	font-size: 11px;
/* 1661 */ }
/* 1662 */ section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
/* 1663 */ }
/* 1664 */ section.recent-posts .other-recent-posts .comments-link a,
/* 1665 */ section.recent-posts .other-recent-posts .comments-link > span {
/* 1666 */ 	border-bottom: 2px solid #999;
/* 1667 */ 	bottom: -2px;
/* 1668 */ 	color: #444;
/* 1669 */ 	display: block;
/* 1670 */ 	font-size: 10px;
/* 1671 */ 	font-weight: 500;
/* 1672 */ 	line-height: 2.76333em;
/* 1673 */ 	padding: 0.3125em 0 0.3125em 1em;
/* 1674 */ 	position: absolute;
/* 1675 */ 	right: 0;
/* 1676 */ 	text-align: right;
/* 1677 */ 	text-transform: uppercase;
/* 1678 */ 	z-index: 1;
/* 1679 */ }
/* 1680 */ section.recent-posts .other-recent-posts .comments-link > span {
/* 1681 */ 	border-color: #bbb;
/* 1682 */ 	color: #888;
/* 1683 */ }
/* 1684 */ section.recent-posts .other-recent-posts .comments-link a:hover {
/* 1685 */ 	color: #1982d1;
/* 1686 */ 	border-color: #1982d1;
/* 1687 */ }
/* 1688 */ section.recent-posts .other-recent-posts li:after {
/* 1689 */ 	clear: both;
/* 1690 */ 	content: '.';
/* 1691 */ 	display: block;
/* 1692 */ 	height: 0;
/* 1693 */ 	visibility: hidden;
/* 1694 */ }
/* 1695 */ 
/* 1696 */ 
/* 1697 */ /* =Attachments
/* 1698 *| ----------------------------------------------- */
/* 1699 */ 
/* 1700 */ .image-attachment div.attachment {

/* style.css */

/* 1701 */ 	background: #f9f9f9;
/* 1702 */ 	border: 1px solid #ddd;
/* 1703 */ 	border-width: 1px 0;
/* 1704 */ 	margin: 0 -8.9% 1.625em;
/* 1705 */ 	overflow: hidden;
/* 1706 */ 	padding: 1.625em 1.625em 0;
/* 1707 */ 	text-align: center;
/* 1708 */ }
/* 1709 */ .image-attachment div.attachment img {
/* 1710 */ 	display: block;
/* 1711 */ 	height: auto;
/* 1712 */ 	margin: 0 auto 1.625em;
/* 1713 */ 	max-width: 100%;
/* 1714 */ }
/* 1715 */ .image-attachment div.attachment a img {
/* 1716 */ 	border-color: #f9f9f9;
/* 1717 */ }
/* 1718 */ .image-attachment div.attachment a:focus img,
/* 1719 */ .image-attachment div.attachment a:hover img,
/* 1720 */ .image-attachment div.attachment a:active img {
/* 1721 */ 	border-color: #ddd;
/* 1722 */ 	background: #fff;
/* 1723 */ }
/* 1724 */ .image-attachment .entry-caption p {
/* 1725 */ 	font-size: 10px;
/* 1726 */ 	letter-spacing: 0.1em;
/* 1727 */ 	line-height: 2.6em;
/* 1728 */ 	margin: 0 0 2.6em;
/* 1729 */ 	text-transform: uppercase;
/* 1730 */ }
/* 1731 */ 
/* 1732 */ /* =Media
/* 1733 *| -------------------------------------------------------------- */
/* 1734 */ 
/* 1735 */ audio,
/* 1736 */ video {
/* 1737 */ 	display: inline-block;
/* 1738 */ 	max-width: 100%;
/* 1739 */ }
/* 1740 */ 
/* 1741 */ .attachment .entry-content .mejs-container {
/* 1742 */ 	margin-bottom: 24px;
/* 1743 */ }
/* 1744 */ 
/* 1745 */ /* =Navigation
/* 1746 *| -------------------------------------------------------------- */
/* 1747 */ 
/* 1748 */ #content nav {
/* 1749 */ 	clear: both;
/* 1750 */ 	overflow: hidden;

/* style.css */

/* 1751 */ 	padding: 0 0 1.625em;
/* 1752 */ }
/* 1753 */ #content nav a {
/* 1754 */ 	font-size: 12px;
/* 1755 */ 	font-weight: bold;
/* 1756 */ 	line-height: 2.2em;
/* 1757 */ }
/* 1758 */ #nav-above {
/* 1759 */ 	padding: 0 0 1.625em;
/* 1760 */ }
/* 1761 */ #nav-above {
/* 1762 */ 	display: none;
/* 1763 */ }
/* 1764 */ .paged #nav-above {
/* 1765 */ 	display: block;
/* 1766 */ }
/* 1767 */ .nav-previous {
/* 1768 */ 	float: left;
/* 1769 */ 	width: 50%;
/* 1770 */ }
/* 1771 */ .nav-next {
/* 1772 */ 	float: right;
/* 1773 */ 	text-align: right;
/* 1774 */ 	width: 50%;
/* 1775 */ }
/* 1776 */ #content nav .meta-nav {
/* 1777 */ 	font-weight: normal;
/* 1778 */ }
/* 1779 */ 
/* 1780 */ /* Singular navigation */
/* 1781 */ #nav-single {
/* 1782 */ 	float: right;
/* 1783 */ 	position: relative;
/* 1784 */ 	top: -0.3em;
/* 1785 */ 	text-align: right;
/* 1786 */ 	z-index: 1;
/* 1787 */ }
/* 1788 */ #nav-single .nav-previous,
/* 1789 */ #nav-single .nav-next {
/* 1790 */ 	width: auto;
/* 1791 */ }
/* 1792 */ #nav-single .nav-next {
/* 1793 */ 	padding-left: .5em;
/* 1794 */ }
/* 1795 */ #nav-single .nav-previous {
/* 1796 */ 	padding-right: .5em;
/* 1797 */ }
/* 1798 */ 
/* 1799 */ 
/* 1800 */ /* =Widgets

/* style.css */

/* 1801 *| ----------------------------------------------- */
/* 1802 */ 
/* 1803 */ .widget-area {
/* 1804 */ 	font-size: 12px;
/* 1805 */ }
/* 1806 */ .widget {
/* 1807 */ 	word-wrap: break-word;
/* 1808 */ 	-webkit-hyphens: auto;
/* 1809 */ 	-moz-hyphens: auto;
/* 1810 */ 	hyphens: auto;
/* 1811 */ 	clear: both;
/* 1812 */ 	margin: 0 0 2.2em;
/* 1813 */ }
/* 1814 */ .widget-title {
/* 1815 */ 	color: #666;
/* 1816 */ 	font-size: 10px;
/* 1817 */ 	font-weight: 500;
/* 1818 */ 	letter-spacing: 0.1em;
/* 1819 */ 	line-height: 2.6em;
/* 1820 */ 	text-transform: uppercase;
/* 1821 */ }
/* 1822 */ .widget ul {
/* 1823 */ 	font-size: 15px;
/* 1824 */ 	margin: 0;
/* 1825 */ }
/* 1826 */ .widget ul ul {
/* 1827 */ 	margin-left: 1.5em;
/* 1828 */ }
/* 1829 */ .widget ul li {
/* 1830 */ 	color: #777;
/* 1831 */ 	font-size: 13px;
/* 1832 */ }
/* 1833 */ .widget a {
/* 1834 */ 	font-weight: bold;
/* 1835 */ 	text-decoration: none;
/* 1836 */ }
/* 1837 */ .widget a:hover,
/* 1838 */ .widget a:focus,
/* 1839 */ .widget a:active {
/* 1840 */ 	text-decoration: underline;
/* 1841 */ }
/* 1842 */ 
/* 1843 */ /* Search Widget */
/* 1844 */ .widget_search form {
/* 1845 */ 	margin: 0 0 1.625em;
/* 1846 */ }
/* 1847 */ .widget_search #s {
/* 1848 */ 	width: 77%;
/* 1849 */ }
/* 1850 */ .widget_search #searchsubmit {

/* style.css */

/* 1851 */ 	background: #ddd;
/* 1852 */ 	border: 1px solid #ccc;
/* 1853 */ 	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
/* 1854 */ 	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
/* 1855 */ 	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
/* 1856 */ 	color: #888;
/* 1857 */ 	font-size: 13px;
/* 1858 */ 	line-height: 25px;
/* 1859 */ 	position: relative;
/* 1860 */ 	top: -2px;
/* 1861 */ }
/* 1862 */ .widget_search #searchsubmit:active {
/* 1863 */ 	background: #1982d1;
/* 1864 */ 	border-color: #0861a5;
/* 1865 */ 	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1866 */ 	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1867 */ 	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
/* 1868 */ 	color: #bfddf3;
/* 1869 */ }
/* 1870 */ 
/* 1871 */ /* Ephemera Widget */
/* 1872 */ section.ephemera ol,
/* 1873 */ .widget_twentyeleven_ephemera ol {
/* 1874 */ 	list-style: square;
/* 1875 */ 	margin: 5px 0 0;
/* 1876 */ }
/* 1877 */ .widget_twentyeleven_ephemera .widget-entry-title {
/* 1878 */ 	font-size: 15px;
/* 1879 */ 	font-weight: bold;
/* 1880 */ 	padding: 0;
/* 1881 */ }
/* 1882 */ .widget_twentyeleven_ephemera .comments-link a,
/* 1883 */ .widget_twentyeleven_ephemera .comments-link > span {
/* 1884 */ 	color: #666;
/* 1885 */ 	display: block;
/* 1886 */ 	font-size: 10px;
/* 1887 */ 	font-weight: 500;
/* 1888 */ 	line-height: 2.76333em;
/* 1889 */ 	text-transform: uppercase;
/* 1890 */ }
/* 1891 */ section.ephemera .entry-title .comments-link a:hover,
/* 1892 */ .widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
/* 1893 */ }
/* 1894 */ section.ephemera .entry-title a span {
/* 1895 */ 	color: #29628d;
/* 1896 */ }
/* 1897 */ 
/* 1898 */ /* Twitter */
/* 1899 */ .widget_twitter li {
/* 1900 */ 	list-style-type: none;

/* style.css */

/* 1901 */ 	margin-bottom: 14px;
/* 1902 */ }
/* 1903 */ .widget_twitter .timesince {
/* 1904 */ 	display: block;
/* 1905 */ 	font-size: 11px;
/* 1906 */ 	margin-right: -10px;
/* 1907 */ 	text-align: right;
/* 1908 */ }
/* 1909 */ 
/* 1910 */ /* Widget Image */
/* 1911 */ .widget_image img {
/* 1912 */ 	border: 0;
/* 1913 */ 	padding: 0;
/* 1914 */ 	height: auto;
/* 1915 */ 	max-width: 100%;
/* 1916 */ }
/* 1917 */ 
/* 1918 */ /* Calendar Widget */
/* 1919 */ 
/* 1920 */ .widget_calendar #wp-calendar {
/* 1921 */ 	color: #555;
/* 1922 */ 	width: 95%;
/* 1923 */ 	text-align: center;
/* 1924 */ }
/* 1925 */ .widget_calendar #wp-calendar caption,
/* 1926 */ .widget_calendar #wp-calendar td,
/* 1927 */ .widget_calendar #wp-calendar th {
/* 1928 */ 	text-align: center;
/* 1929 */ }
/* 1930 */ .widget_calendar #wp-calendar caption {
/* 1931 */ 	font-size: 11px;
/* 1932 */ 	font-weight: 500;
/* 1933 */ 	padding: 5px 0 3px 0;
/* 1934 */ 	text-transform: uppercase;
/* 1935 */ }
/* 1936 */ .widget_calendar #wp-calendar th {
/* 1937 */ 	background: #f4f4f4;
/* 1938 */ 	border-top: 1px solid #ccc;
/* 1939 */ 	border-bottom: 1px solid #ccc;
/* 1940 */ 	font-weight: bold;
/* 1941 */ }
/* 1942 */ .widget_calendar #wp-calendar tfoot td {
/* 1943 */ 	background: #f4f4f4;
/* 1944 */ 	border-top: 1px solid #ccc;
/* 1945 */ 	border-bottom: 1px solid #ccc;
/* 1946 */ }
/* 1947 */ 
/* 1948 */ 
/* 1949 */ /* =Comments
/* 1950 *| ----------------------------------------------- */

/* style.css */

/* 1951 */ 
/* 1952 */ #comments-title {
/* 1953 */ 	color: #666;
/* 1954 */ 	font-size: 10px;
/* 1955 */ 	font-weight: 500;
/* 1956 */ 	line-height: 2.6em;
/* 1957 */ 	padding: 0 0 2.6em;
/* 1958 */ 	text-transform: uppercase;
/* 1959 */ }
/* 1960 */ .nopassword,
/* 1961 */ .nocomments {
/* 1962 */ 	color: #aaa;
/* 1963 */ 	font-size: 24px;
/* 1964 */ 	font-weight: 100;
/* 1965 */ 	margin: 26px 0;
/* 1966 */ 	text-align: center;
/* 1967 */ }
/* 1968 */ .commentlist {
/* 1969 */ 	list-style: none;
/* 1970 */ 	margin: 0 auto;
/* 1971 */ 	width: 68.9%;
/* 1972 */ }
/* 1973 */ .content .commentlist,
/* 1974 */ .page-template-sidebar-page-php .commentlist {
/* 1975 */ 	width: 100%; /* reset the width for the one-column and sidebar page layout */
/* 1976 */ }
/* 1977 */ .commentlist > li.comment {
/* 1978 */ 	background: #f6f6f6;
/* 1979 */ 	border: 1px solid #ddd;
/* 1980 */ 	-moz-border-radius: 3px;
/* 1981 */ 	border-radius: 3px;
/* 1982 */ 	margin: 0 0 1.625em;
/* 1983 */ 	padding: 1.625em;
/* 1984 */ 	position: relative;
/* 1985 */ }
/* 1986 */ .commentlist .pingback {
/* 1987 */ 	margin: 0 0 1.625em;
/* 1988 */ 	padding: 0 1.625em;
/* 1989 */ }
/* 1990 */ .commentlist .children {
/* 1991 */ 	list-style: none;
/* 1992 */ 	margin: 0;
/* 1993 */ }
/* 1994 */ .commentlist .children li.comment {
/* 1995 */ 	background: #fff;
/* 1996 */ 	border-left: 1px solid #ddd;
/* 1997 */ 	-moz-border-radius: 0 3px 3px 0;
/* 1998 */ 	border-radius: 0 3px 3px 0;
/* 1999 */ 	margin: 1.625em 0 0;
/* 2000 */ 	padding: 1.625em;

/* style.css */

/* 2001 */ 	position: relative;
/* 2002 */ }
/* 2003 */ .commentlist .children li.comment .fn {
/* 2004 */ 	display: block;
/* 2005 */ }
/* 2006 */ .comment-meta .fn {
/* 2007 */ 	font-style: normal;
/* 2008 */ }
/* 2009 */ .comment-meta {
/* 2010 */ 	color: #666;
/* 2011 */ 	font-size: 12px;
/* 2012 */ 	line-height: 2.2em;
/* 2013 */ }
/* 2014 */ .commentlist .children li.comment .comment-meta {
/* 2015 */ 	line-height: 1.625em;
/* 2016 */ 	margin-left: 50px;
/* 2017 */ }
/* 2018 */ .commentlist .children li.comment .comment-content {
/* 2019 */ 	margin: 1.625em 0 0;
/* 2020 */ 	word-wrap: break-word;
/* 2021 */ 	-webkit-hyphens: auto;
/* 2022 */ 	-moz-hyphens: auto;
/* 2023 */ 	hyphens: auto;
/* 2024 */ }
/* 2025 */ .comment-meta a {
/* 2026 */ 	font-weight: bold;
/* 2027 */ }
/* 2028 */ .comment-meta a:focus,
/* 2029 */ .comment-meta a:active,
/* 2030 */ .comment-meta a:hover {
/* 2031 */ }
/* 2032 */ .commentlist .avatar {
/* 2033 */ 	-moz-border-radius: 3px;
/* 2034 */ 	border-radius: 3px;
/* 2035 */ 	-webkit-box-shadow: 0 1px 2px #ccc;
/* 2036 */ 	-moz-box-shadow: 0 1px 2px #ccc;
/* 2037 */ 	box-shadow: 0 1px 2px #ccc;
/* 2038 */ 	left: -102px;
/* 2039 */ 	padding: 0;
/* 2040 */ 	position: absolute;
/* 2041 */ 	top: 0;
/* 2042 */ }
/* 2043 */ .commentlist > li:before {
/* 2044 */ 	content: url(/wp-content/themes/twentyeleven/images/comment-arrow.png);
/* 2045 */ 	left: -21px;
/* 2046 */ 	position: absolute;
/* 2047 */ }
/* 2048 */ .commentlist > li.pingback:before {
/* 2049 */ 	content: '';
/* 2050 */ }

/* style.css */

/* 2051 */ .commentlist .children .avatar {
/* 2052 */ 	background: none;
/* 2053 */ 	-webkit-box-shadow: none;
/* 2054 */ 	-moz-box-shadow: none;
/* 2055 */ 	box-shadow: none;
/* 2056 */ 	left: 2.2em;
/* 2057 */ 	padding: 0;
/* 2058 */ 	top: 2.2em;
/* 2059 */ }
/* 2060 */ a.comment-reply-link {
/* 2061 */ 	background: #eee;
/* 2062 */ 	-moz-border-radius: 3px;
/* 2063 */ 	border-radius: 3px;
/* 2064 */ 	color: #666;
/* 2065 */ 	display: inline-block;
/* 2066 */ 	font-size: 12px;
/* 2067 */ 	padding: 0 8px;
/* 2068 */ 	text-decoration: none;
/* 2069 */ }
/* 2070 */ a.comment-reply-link:hover,
/* 2071 */ a.comment-reply-link:focus,
/* 2072 */ a.comment-reply-link:active {
/* 2073 */ 	background: #888;
/* 2074 */ 	color: #fff;
/* 2075 */ }
/* 2076 */ a.comment-reply-link > span {
/* 2077 */ 	display: inline-block;
/* 2078 */ 	position: relative;
/* 2079 */ 	top: -1px;
/* 2080 */ }
/* 2081 */ 
/* 2082 */ /* Post author highlighting */
/* 2083 */ .commentlist > li.bypostauthor {
/* 2084 */ 	background: #ddd;
/* 2085 */ 	border-color: #d3d3d3;
/* 2086 */ }
/* 2087 */ .commentlist > li.bypostauthor .comment-meta {
/* 2088 */ 	color: #575757;
/* 2089 */ }
/* 2090 */ .commentlist > li.bypostauthor .comment-meta a:focus,
/* 2091 */ .commentlist > li.bypostauthor .comment-meta a:active,
/* 2092 */ .commentlist > li.bypostauthor .comment-meta a:hover {
/* 2093 */ }
/* 2094 */ .commentlist > li.bypostauthor:before {
/* 2095 */ 	content: url(/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png);
/* 2096 */ }
/* 2097 */ 
/* 2098 */ /* Post Author threaded comments */
/* 2099 */ .commentlist .children > li.bypostauthor {
/* 2100 */ 	background: #ddd;

/* style.css */

/* 2101 */ 	border-color: #d3d3d3;
/* 2102 */ }
/* 2103 */ 
/* 2104 */ /* sidebar-page.php comments */
/* 2105 */ /* Make sure we have room for our comment avatars */
/* 2106 */ .page-template-sidebar-page-php .commentlist > li.comment,
/* 2107 */ .page-template-sidebar-page-php.commentlist .pingback {
/* 2108 */ 	margin-left: 102px;
/* 2109 */ 	width: auto;
/* 2110 */ }
/* 2111 */ /* And a full-width comment form */
/* 2112 */ .page-template-sidebar-page-php #respond {
/* 2113 */ 	width: auto;
/* 2114 */ }
/* 2115 */ 
/* 2116 */ /* Comment Form */
/* 2117 */ #respond {
/* 2118 */ 	background: #ddd;
/* 2119 */ 	border: 1px solid #d3d3d3;
/* 2120 */ 	-moz-border-radius: 3px;
/* 2121 */ 	border-radius: 3px;
/* 2122 */ 	margin: 0 auto 1.625em;
/* 2123 */ 	padding: 1.625em;
/* 2124 */ 	position: relative;
/* 2125 */ 	width: 68.9%;
/* 2126 */ }
/* 2127 */ #respond input[type="text"],
/* 2128 */ #respond textarea {
/* 2129 */ 	background: #fff;
/* 2130 */ 	border: 4px solid #eee;
/* 2131 */ 	-moz-border-radius: 5px;
/* 2132 */ 	border-radius: 5px;
/* 2133 */ 	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 2134 */ 	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 2135 */ 	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* 2136 */ 	position: relative;
/* 2137 */ 	padding: 10px;
/* 2138 */ 	text-indent: 80px;
/* 2139 */ }
/* 2140 */ #respond .comment-form-author,
/* 2141 */ #respond .comment-form-email,
/* 2142 */ #respond .comment-form-url,
/* 2143 */ #respond .comment-form-comment {
/* 2144 */ 	position: relative;
/* 2145 */ }
/* 2146 */ #respond .comment-form-author label,
/* 2147 */ #respond .comment-form-email label,
/* 2148 */ #respond .comment-form-url label,
/* 2149 */ #respond .comment-form-comment label {
/* 2150 */ 	background: #eee;

/* style.css */

/* 2151 */ 	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 2152 */ 	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 2153 */ 	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
/* 2154 */ 	color: #555;
/* 2155 */ 	display: inline-block;
/* 2156 */ 	font-size: 13px;
/* 2157 */ 	left: 4px;
/* 2158 */ 	min-width: 60px;
/* 2159 */ 	padding: 4px 10px;
/* 2160 */ 	position: relative;
/* 2161 */ 	top: 40px;
/* 2162 */ 	z-index: 1;
/* 2163 */ }
/* 2164 */ #respond input[type="text"]:focus,
/* 2165 */ #respond textarea:focus {
/* 2166 */ 	text-indent: 0;
/* 2167 */ 	z-index: 1;
/* 2168 */ }
/* 2169 */ #respond textarea {
/* 2170 */ 	resize: vertical;
/* 2171 */ 	width: 95%;
/* 2172 */ }
/* 2173 */ #respond .comment-form-author .required,
/* 2174 */ #respond .comment-form-email .required {
/* 2175 */ 	color: #bd3500;
/* 2176 */ 	font-size: 22px;
/* 2177 */ 	font-weight: bold;
/* 2178 */ 	left: 75%;
/* 2179 */ 	position: absolute;
/* 2180 */ 	z-index: 1;
/* 2181 */ }
/* 2182 */ #respond .comment-notes,
/* 2183 */ #respond .logged-in-as {
/* 2184 */ 	font-size: 13px;
/* 2185 */ }
/* 2186 */ #respond p {
/* 2187 */ 	margin: 10px 0;
/* 2188 */ }
/* 2189 */ #respond .form-submit {
/* 2190 */ 	float: right;
/* 2191 */ 	margin: -20px 0 10px;
/* 2192 */ }
/* 2193 */ #respond input#submit {
/* 2194 */ 	background: #222;
/* 2195 */ 	border: none;
/* 2196 */ 	-moz-border-radius: 3px;
/* 2197 */ 	border-radius: 3px;
/* 2198 */ 	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/* 2199 */ 	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
/* 2200 */ 	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);

/* style.css */

/* 2201 */ 	color: #eee;
/* 2202 */ 	cursor: pointer;
/* 2203 */ 	font-size: 15px;
/* 2204 */ 	margin: 20px 0;
/* 2205 */ 	padding: 5px 42px 5px 22px;
/* 2206 */ 	position: relative;
/* 2207 */ 	left: 30px;
/* 2208 */ 	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
/* 2209 */ }
/* 2210 */ #respond input#submit:active {
/* 2211 */ 	background: #1982d1;
/* 2212 */ 	color: #bfddf3;
/* 2213 */ }
/* 2214 */ #respond #cancel-comment-reply-link {
/* 2215 */ 	color: #666;
/* 2216 */ 	margin-left: 10px;
/* 2217 */ 	text-decoration: none;
/* 2218 */ }
/* 2219 */ #respond .logged-in-as a:hover,
/* 2220 */ #respond #cancel-comment-reply-link:hover {
/* 2221 */ 	text-decoration: underline;
/* 2222 */ }
/* 2223 */ .commentlist #respond {
/* 2224 */ 	margin: 1.625em 0 0;
/* 2225 */ 	width: auto;
/* 2226 */ }
/* 2227 */ #reply-title {
/* 2228 */ 	color: #373737;
/* 2229 */ 	font-size: 24px;
/* 2230 */ 	font-weight: bold;
/* 2231 */ 	line-height: 30px;
/* 2232 */ }
/* 2233 */ #cancel-comment-reply-link {
/* 2234 */ 	color: #888;
/* 2235 */ 	display: block;
/* 2236 */ 	font-size: 10px;
/* 2237 */ 	font-weight: normal;
/* 2238 */ 	line-height: 2.2em;
/* 2239 */ 	letter-spacing: 0.05em;
/* 2240 */ 	position: absolute;
/* 2241 */ 	right: 1.625em;
/* 2242 */ 	text-decoration: none;
/* 2243 */ 	text-transform: uppercase;
/* 2244 */ 	top: 1.1em;
/* 2245 */ }
/* 2246 */ #cancel-comment-reply-link:focus,
/* 2247 */ #cancel-comment-reply-link:active,
/* 2248 */ #cancel-comment-reply-link:hover {
/* 2249 */ 	color: #ff4b33;
/* 2250 */ }

/* style.css */

/* 2251 */ #respond label {
/* 2252 */ 	line-height: 2.2em;
/* 2253 */ }
/* 2254 */ #respond input[type=text] {
/* 2255 */ 	display: block;
/* 2256 */ 	height: 24px;
/* 2257 */ 	width: 75%;
/* 2258 */ }
/* 2259 */ #respond p {
/* 2260 */ 	font-size: 12px;
/* 2261 */ }
/* 2262 */ p.comment-form-comment {
/* 2263 */ 	margin: 0;
/* 2264 */ }
/* 2265 */ .form-allowed-tags {
/* 2266 */ 	display: none;
/* 2267 */ }
/* 2268 */ 
/* 2269 */ 
/* 2270 */ /* =Footer
/* 2271 *| ----------------------------------------------- */
/* 2272 */ 
/* 2273 */ #colophon {
/* 2274 */ 	clear: both;
/* 2275 */ }
/* 2276 */ #supplementary {
/* 2277 */ 	border-top: 1px solid #ddd;
/* 2278 */ 	padding: 1.625em 7.6%;
/* 2279 */ 	overflow: hidden;
/* 2280 */ }
/* 2281 */ 
/* 2282 */ /* Two Footer Widget Areas */
/* 2283 */ #supplementary.two .widget-area {
/* 2284 */ 	float: left;
/* 2285 */ 	margin-right: 3.7%;
/* 2286 */ 	width: 48.1%;
/* 2287 */ }
/* 2288 */ #supplementary.two .widget-area + .widget-area {
/* 2289 */ 	margin-right: 0;
/* 2290 */ }
/* 2291 */ 
/* 2292 */ /* Three Footer Widget Areas */
/* 2293 */ #supplementary.three .widget-area {
/* 2294 */ 	float: left;
/* 2295 */ 	margin-right: 3.7%;
/* 2296 */ 	width: 30.85%;
/* 2297 */ }
/* 2298 */ #supplementary.three .widget-area + .widget-area + .widget-area {
/* 2299 */ 	margin-right: 0;
/* 2300 */ }

/* style.css */

/* 2301 */ 
/* 2302 */ /* Site Generator Line */
/* 2303 */ #site-generator {
/* 2304 */ 	background: #f9f9f9;
/* 2305 */ 	border-top: 1px solid #ddd;
/* 2306 */ 	color: #666;
/* 2307 */ 	font-size: 12px;
/* 2308 */ 	line-height: 2.2em;
/* 2309 */ 	padding: 2.2em 0.5em;
/* 2310 */ 	text-align: center;
/* 2311 */ }
/* 2312 */ #site-generator a {
/* 2313 */ 	color: #555;
/* 2314 */ 	font-weight: bold;
/* 2315 */ }
/* 2316 */ 
/* 2317 */ 
/* 2318 */ /* =Responsive Structure
/* 2319 *| ----------------------------------------------- */
/* 2320 */ 
/* 2321 */ /* Does the same thing as <meta name="viewport" content="width=device-width">,
/* 2322 *|  * but in the future W3C standard way. -ms- prefix is required for IE10+ to
/* 2323 *|  * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
/* 2324 *|  * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
/* 2325 *|  */
/* 2326 */ @-ms-viewport {
/* 2327 */ 	width: device-width;
/* 2328 */ }
/* 2329 */ @viewport {
/* 2330 */ 	width: device-width;
/* 2331 */ }
/* 2332 */ 
/* 2333 */ @media (max-width: 800px) {
/* 2334 */ 	/* Simplify the basic layout */
/* 2335 */ 	#main #content {
/* 2336 */ 		margin: 0 7.6%;
/* 2337 */ 		width: auto;
/* 2338 */ 	}
/* 2339 */ 	#nav-below {
/* 2340 */ 		border-bottom: 1px solid #ddd;
/* 2341 */ 		margin-bottom: 1.625em;
/* 2342 */ 	}
/* 2343 */ 	#main #secondary {
/* 2344 */ 		float: none;
/* 2345 */ 		margin: 0 7.6%;
/* 2346 */ 		width: auto;
/* 2347 */ 	}
/* 2348 */ 	/* Simplify the showcase template */
/* 2349 */ 	.page-template-showcase-php .featured-posts {
/* 2350 */ 		min-height: 280px;

/* style.css */

/* 2351 */ 	}
/* 2352 */ 	.featured-posts section.featured-post {
/* 2353 */ 		height: auto;
/* 2354 */ 	}
/* 2355 */ 	.page-template-showcase-php section.recent-posts {
/* 2356 */ 		float: none;
/* 2357 */ 		margin: 0;
/* 2358 */ 		width: 100%;
/* 2359 */ 	}
/* 2360 */ 	.page-template-showcase-php #main .widget-area {
/* 2361 */ 		float: none;
/* 2362 */ 		margin: 0;
/* 2363 */ 		width: auto;
/* 2364 */ 	}
/* 2365 */ 	.page-template-showcase-php .other-recent-posts {
/* 2366 */ 		border-bottom: 1px solid #ddd;
/* 2367 */ 	}
/* 2368 */ 	/* Simplify the showcase template when small feature */
/* 2369 */ 	section.featured-post .attachment-small-feature,
/* 2370 */ 	.one-column section.featured-post .attachment-small-feature {
/* 2371 */ 		border: none;
/* 2372 */ 		display: block;
/* 2373 */ 		float: left;
/* 2374 */ 		height: auto;
/* 2375 */ 		margin: 0.625em auto 1.025em;
/* 2376 */ 		max-width: 30%;
/* 2377 */ 		position: static;
/* 2378 */ 	}
/* 2379 */ 	article.feature-image.small {
/* 2380 */ 		float: right;
/* 2381 */ 		margin: 0 0 1.625em;
/* 2382 */ 		width: 64%;
/* 2383 */ 	}
/* 2384 */ 	.one-column article.feature-image.small .entry-summary {
/* 2385 */ 		height: auto;
/* 2386 */ 	}
/* 2387 */ 	article.feature-image.small .entry-summary p a {
/* 2388 */ 		left: 0;
/* 2389 */ 		padding-left: 20px;
/* 2390 */ 		padding-right: 20px;
/* 2391 */ 		width: auto;
/* 2392 */ 	}
/* 2393 */ 	/* Remove the margin on singular articles */
/* 2394 */ 	.singular .entry-header,
/* 2395 */ 	.singular .entry-content,
/* 2396 */ 	.singular footer.entry-meta,
/* 2397 */ 	.singular #comments-title {
/* 2398 */ 		width: 100%;
/* 2399 */ 	}
/* 2400 */ 	/* Simplify the pullquotes and pull styles */

/* style.css */

/* 2401 */ 	.singular blockquote.pull {
/* 2402 */ 		margin: 0 0 1.625em;
/* 2403 */ 	}
/* 2404 */ 	.singular .pull.alignleft {
/* 2405 */ 		margin: 0 1.625em 0 0;
/* 2406 */ 	}
/* 2407 */ 	.singular .pull.alignright {
/* 2408 */ 		margin: 0 0 0 1.625em;
/* 2409 */ 	}
/* 2410 */ 	.singular .entry-meta .edit-link a {
/* 2411 */ 		left: 0;
/* 2412 */ 		position: absolute;
/* 2413 */ 		top: 40px;
/* 2414 */ 	}
/* 2415 */ 	.singular #author-info {
/* 2416 */ 		margin: 2.2em -8.8% 0;
/* 2417 */ 		padding: 20px 8.8%;
/* 2418 */ 	}
/* 2419 */ 	/* Make sure we have room for our comment avatars */
/* 2420 */ 	.commentlist {
/* 2421 */ 		width: 100%;
/* 2422 */ 	}
/* 2423 */ 	.commentlist > li.comment,
/* 2424 */ 	.commentlist .pingback {
/* 2425 */ 		margin-left: 102px;
/* 2426 */ 		width: auto;
/* 2427 */ 	}
/* 2428 */ 	/* And a full-width comment form */
/* 2429 */ 	#respond {
/* 2430 */ 		width: auto;
/* 2431 */ 	}
/* 2432 */ 	/* No need to float footer widgets at this size */
/* 2433 */ 	#colophon #supplementary .widget-area {
/* 2434 */ 		float: none;
/* 2435 */ 		margin-right: 0;
/* 2436 */ 		width: auto;
/* 2437 */ 	}
/* 2438 */ 	/* No need to float 404 widgets at this size */
/* 2439 */ 	.error404 #main .widget {
/* 2440 */ 		float: none;
/* 2441 */ 		margin-right: 0;
/* 2442 */ 		width: auto;
/* 2443 */ 	}
/* 2444 */ }
/* 2445 */ @media (max-width: 650px) {
/* 2446 */ 	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
/* 2447 */ 	body, input, textarea {
/* 2448 */ 		font-size: 13px;
/* 2449 */ 	}
/* 2450 */ 	#site-title a {

/* style.css */

/* 2451 */ 		font-size: 24px;
/* 2452 */ 	}
/* 2453 */ 	#site-description {
/* 2454 */ 		font-size: 12px;
/* 2455 */ 	}
/* 2456 */ 	#access ul {
/* 2457 */ 		font-size: 12px;
/* 2458 */ 	}
/* 2459 */ 	#branding .only-search + #access div {
/* 2460 */ 		padding-right: 0;
/* 2461 */ 	}
/* 2462 */ 	article.intro .entry-content {
/* 2463 */ 		font-size: 12px;
/* 2464 */ 	}
/* 2465 */ 	.entry-title {
/* 2466 */ 		font-size: 21px;
/* 2467 */ 	}
/* 2468 */ 	.featured-post .entry-title {
/* 2469 */ 		font-size: 14px;
/* 2470 */ 	}
/* 2471 */ 	.singular .entry-title {
/* 2472 */ 		font-size: 28px;
/* 2473 */ 	}
/* 2474 */ 	.entry-meta {
/* 2475 */ 		font-size: 12px;
/* 2476 */ 	}
/* 2477 */ 	blockquote {
/* 2478 */ 		margin: 0;
/* 2479 */ 	}
/* 2480 */ 	blockquote.pull {
/* 2481 */ 		font-size: 17px;
/* 2482 */ 	}
/* 2483 */ 	/* Reposition the site title and description slightly */
/* 2484 */ 	#site-title {
/* 2485 */ 		padding: 5.30625em 0 0;
/* 2486 */ 	}
/* 2487 */ 	#site-title,
/* 2488 */ 	#site-description {
/* 2489 */ 		margin-right: 0;
/* 2490 */ 	}
/* 2491 */ 	/* Make sure the logo and search form don't collide */
/* 2492 */ 	#branding #searchform {
/* 2493 */ 		top: 1.625em !important;
/* 2494 */ 	}
/* 2495 */ 	/* Floated content doesn't work well at this size */
/* 2496 */ 	.alignleft,
/* 2497 */ 	.alignright {
/* 2498 */ 		display: block;
/* 2499 */ 		float: none;
/* 2500 */ 		margin-left: 0;

/* style.css */

/* 2501 */ 		margin-right: 0;
/* 2502 */ 	}
/* 2503 */ 	/* Make sure the post-post navigation doesn't collide with anything */
/* 2504 */ 	#nav-single {
/* 2505 */ 		display: block;
/* 2506 */ 		position: static;
/* 2507 */ 	}
/* 2508 */ 	.singular .hentry {
/* 2509 */ 		padding: 1.625em 0 0;
/* 2510 */ 	}
/* 2511 */ 	.singular.page .hentry {
/* 2512 */ 		padding: 1.625em 0 0;
/* 2513 */ 	}
/* 2514 */ 	.singular .entry-header .entry-meta,
/* 2515 */ 	.singular .entry-header .entry-format,
/* 2516 */ 	.singular .entry-meta .edit-link a {
/* 2517 */ 		position: static;
/* 2518 */ 	}
/* 2519 */ 	/* Talking avatars take up too much room at this size */
/* 2520 */ 	.commentlist > li.comment,
/* 2521 */ 	.commentlist > li.pingback {
/* 2522 */ 		margin-left: 0 !important;
/* 2523 */ 	}
/* 2524 */ 	.commentlist .avatar {
/* 2525 */ 		background: transparent;
/* 2526 */ 		display: block;
/* 2527 */ 		padding: 0;
/* 2528 */ 		position: static;
/* 2529 */ 	}
/* 2530 */ 	.commentlist .children .avatar {
/* 2531 */ 		background: none;
/* 2532 */ 		left: 2.2em;
/* 2533 */ 		padding: 0;
/* 2534 */ 		position: absolute;
/* 2535 */ 		top: 2.2em;
/* 2536 */ 	}
/* 2537 */ 	/* Use the available space in the smaller comment form */
/* 2538 */ 	#respond input[type="text"] {
/* 2539 */ 		width: 95%;
/* 2540 */ 	}
/* 2541 */ 	#respond .comment-form-author .required,
/* 2542 */ 	#respond .comment-form-email .required {
/* 2543 */ 		left: 95%;
/* 2544 */ 	}
/* 2545 */ 	#content .gallery-columns-3 .gallery-item {
/* 2546 */ 		width: 31%;
/* 2547 */ 		padding-right: 2%;
/* 2548 */ 	}
/* 2549 */ 	#content .gallery-columns-3 .gallery-item img {
/* 2550 */ 		width: 100%;

/* style.css */

/* 2551 */ 		height: auto;
/* 2552 */ 	}
/* 2553 */ }
/* 2554 */ @media (max-width: 450px) {
/* 2555 */ 	#content .gallery-columns-2 .gallery-item {
/* 2556 */ 		width: 45%;
/* 2557 */ 		padding-right: 4%;
/* 2558 */ 	}
/* 2559 */ 	#content .gallery-columns-2 .gallery-item img {
/* 2560 */ 		width: 100%;
/* 2561 */ 		height: auto;
/* 2562 */ 	}
/* 2563 */ }
/* 2564 */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* 2565 */ 	body {
/* 2566 */ 		padding: 0;
/* 2567 */ 	}
/* 2568 */ 	#page {
/* 2569 */ 		margin-top: 0;
/* 2570 */ 	}
/* 2571 */ 	#branding {
/* 2572 */ 		border-top: none;
/* 2573 */ 	}
/* 2574 */ }
/* 2575 */ 
/* 2576 */ 
/* 2577 */ /* =Print
/* 2578 *| ----------------------------------------------- */
/* 2579 */ 
/* 2580 */ @media print {
/* 2581 */ 	body {
/* 2582 */ 		background: none !important;
/* 2583 */ 		font-size: 10pt;
/* 2584 */ 	}
/* 2585 */ 	footer.entry-meta a[rel=bookmark]:link:after,
/* 2586 */ 	footer.entry-meta a[rel=bookmark]:visited:after {
/* 2587 */ 		content: " [" attr(href) "] "; /* Show URLs */
/* 2588 */ 	}
/* 2589 */ 	#page {
/* 2590 */ 		clear: both !important;
/* 2591 */ 		display: block !important;
/* 2592 */ 		float: none !important;
/* 2593 */ 		max-width: 100%;
/* 2594 */ 		position: relative !important;
/* 2595 */ 	}
/* 2596 */ 	#branding {
/* 2597 */ 		border-top: none !important;
/* 2598 */ 		padding: 0;
/* 2599 */ 	}
/* 2600 */ 	#branding hgroup {

/* style.css */

/* 2601 */ 		margin: 0;
/* 2602 */ 	}
/* 2603 */ 	#site-title a {
/* 2604 */ 		font-size: 21pt;
/* 2605 */ 	}
/* 2606 */ 	#site-description {
/* 2607 */ 		font-size: 10pt;
/* 2608 */ 	}
/* 2609 */ 	#branding #searchform {
/* 2610 */ 		display: none;
/* 2611 */ 	}
/* 2612 */ 	#branding img {
/* 2613 */ 		display: none;
/* 2614 */ 	}
/* 2615 */ 	#access {
/* 2616 */ 		display: none;
/* 2617 */ 	}
/* 2618 */ 	#main {
/* 2619 */ 		border-top: none;
/* 2620 */ 		box-shadow: none;
/* 2621 */ 	}
/* 2622 */ 	#primary {
/* 2623 */ 		float: left;
/* 2624 */ 		margin: 0;
/* 2625 */ 		width: 100%;
/* 2626 */ 	}
/* 2627 */ 	#content {
/* 2628 */ 		margin: 0;
/* 2629 */ 		width: auto;
/* 2630 */ 	}
/* 2631 */ 	.singular #content {
/* 2632 */ 		margin: 0;
/* 2633 */ 		width: 100%;
/* 2634 */ 	}
/* 2635 */ 	.singular .entry-header .entry-meta {
/* 2636 */ 		position: static;
/* 2637 */ 	}
/* 2638 */ 	.entry-meta .edit-link a {
/* 2639 */ 		display: none;
/* 2640 */ 	}
/* 2641 */ 	#content nav {
/* 2642 */ 		display: none;
/* 2643 */ 	}
/* 2644 */ 	.singular .entry-header,
/* 2645 */ 	.singular .entry-content,
/* 2646 */ 	.singular footer.entry-meta,
/* 2647 */ 	.singular #comments-title {
/* 2648 */ 		margin: 0;
/* 2649 */ 		width: 100%;
/* 2650 */ 	}

/* style.css */

/* 2651 */ 	.singular .hentry {
/* 2652 */ 		padding: 0;
/* 2653 */ 	}
/* 2654 */ 	.entry-title,
/* 2655 */ 	.singular .entry-title {
/* 2656 */ 		font-size: 21pt;
/* 2657 */ 	}
/* 2658 */ 	.entry-meta {
/* 2659 */ 		font-size: 10pt;
/* 2660 */ 	}
/* 2661 */ 	.entry-header .comments-link {
/* 2662 */ 		display: none;
/* 2663 */ 	}
/* 2664 */ 	.page-link {
/* 2665 */ 		display: none;
/* 2666 */ 	}
/* 2667 */ 	.singular #author-info {
/* 2668 */ 		background: none;
/* 2669 */ 		border-bottom: none;
/* 2670 */ 		border-top: none;
/* 2671 */ 		margin: 2.2em 0 0;
/* 2672 */ 		padding: 0;
/* 2673 */ 	}
/* 2674 */ 	#respond {
/* 2675 */ 		display: none;
/* 2676 */ 	}
/* 2677 */ 	.widget-area {
/* 2678 */ 		display: none;
/* 2679 */ 	}
/* 2680 */ 	#colophon {
/* 2681 */ 		display: none;
/* 2682 */ 	}
/* 2683 */ 
/* 2684 */ 	/* Comments */
/* 2685 */ 	.commentlist > li.comment {
/* 2686 */ 		background: none;
/* 2687 */ 		border: 1px solid #ddd;
/* 2688 */ 		-moz-border-radius: 3px 3px 3px 3px;
/* 2689 */ 		border-radius: 3px 3px 3px 3px;
/* 2690 */ 		margin: 0 auto 1.625em;
/* 2691 */ 		padding: 1.625em;
/* 2692 */ 		position: relative;
/* 2693 */ 		width: auto;
/* 2694 */ 	}
/* 2695 */ 	.commentlist .avatar {
/* 2696 */ 		height: 39px;
/* 2697 */ 		left: 2.2em;
/* 2698 */ 		top: 2.2em;
/* 2699 */ 		width: 39px;
/* 2700 */ 	}

/* style.css */

/* 2701 */ 	.commentlist li.comment .comment-meta {
/* 2702 */ 		line-height: 1.625em;
/* 2703 */ 		margin-left: 50px;
/* 2704 */ 	}
/* 2705 */ 	.commentlist li.comment .fn {
/* 2706 */ 		display: block;
/* 2707 */ 	}
/* 2708 */ 	.commentlist li.comment .comment-content {
/* 2709 */ 		margin: 1.625em 0 0;
/* 2710 */ 	}
/* 2711 */ 	.commentlist .comment-edit-link {
/* 2712 */ 		display: none;
/* 2713 */ 	}
/* 2714 */ 	.commentlist > li::before,
/* 2715 */ 	.commentlist > li.bypostauthor::before {
/* 2716 */ 		content: '';
/* 2717 */ 	}
/* 2718 */ 	.commentlist .reply {
/* 2719 */ 		display: none;
/* 2720 */ 	}
/* 2721 */ 
/* 2722 */ 	/* Post author highlighting */
/* 2723 */ 	.commentlist > li.bypostauthor {
/* 2724 */ 		color: #444;
/* 2725 */ 	}
/* 2726 */ 	.commentlist > li.bypostauthor .comment-meta {
/* 2727 */ 		color: #666;
/* 2728 */ 	}
/* 2729 */ 	.commentlist > li.bypostauthor:before {
/* 2730 */ 		content: none;
/* 2731 */ 	}
/* 2732 */ 
/* 2733 */ 	/* Post Author threaded comments */
/* 2734 */ 	.commentlist .children > li.bypostauthor {
/* 2735 */ 		background: #fff;
/* 2736 */ 		border-color: #ddd;
/* 2737 */ 	}
/* 2738 */ 	.commentlist .children > li.bypostauthor > article,
/* 2739 */ 	.commentlist .children > li.bypostauthor > article .comment-meta {
/* 2740 */ 		color: #666;
/* 2741 */ 	}
/* 2742 */ }
/* 2743 */ 
/* 2744 */ 
/* 2745 */ /* =IE7
/* 2746 *| ----------------------------------------------- */
/* 2747 */ 
/* 2748 */ #ie7 article.intro {
/* 2749 */ 	margin-left: -7.6%;
/* 2750 */ 	margin-right: -7.6%;

/* style.css */

/* 2751 */ 	padding-left: -7.6%;
/* 2752 */ 	padding-right: -7.6%;
/* 2753 */ 	max-width: 1000px;
/* 2754 */ }
/* 2755 */ #ie7 .featured-posts {
/* 2756 */ 	margin: 0 -7.6%;
/* 2757 */ }
/* 2758 */ #ie7 .featured-post {
/* 2759 */ 	margin-left: 0;
/* 2760 */ 	margin-right: 0;
/* 2761 */ 	max-width: 100%;
/* 2762 */ }
/* 2763 */ #ie7 section.recent-posts {
/* 2764 */ 	margin-right: 7.6%;
/* 2765 */ }
/* 2766 */ 
/* 2767 */ 
/* 2768 */ /* =IE8
/* 2769 *| ----------------------------------------------- */
/* 2770 */ 
/* 2771 */ #ie8 section.feature-image.large img {
/* 2772 */ 	width: auto;
/* 2773 */ }
/* 2774 */ #ie8 section.featured-post .attachment-small-feature {
/* 2775 */ 	max-width: none;
/* 2776 */ }
/* 2777 */ 

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

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

/* style.css */

/* 551  */ }
/* 552  */ 
/* 553  */ #flags.size22 a[title="Portuguese"],
/* 554  */ .tool-container .tool-items a[title="Portuguese"] {
/* 555  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -117px -264px no-repeat;
/* 556  */ }
/* 557  */ 
/* 558  */ #flags.size22 a.brazil[title="Portuguese"] {
/* 559  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -438px no-repeat;
/* 560  */ }
/* 561  */ 
/* 562  */ #flags.size22 a[title="Punjabi"],
/* 563  */ .tool-container .tool-items a[title="Punjabi"] {
/* 564  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -264px no-repeat;
/* 565  */ }
/* 566  */ 
/* 567  */ #flags.size22 a[title="Romanian"],
/* 568  */ .tool-container .tool-items a[title="Romanian"] {
/* 569  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -1px -293px no-repeat;
/* 570  */ }
/* 571  */ 
/* 572  */ #flags.size22 a[title="Russian"],
/* 573  */ .tool-container .tool-items a[title="Russian"] {
/* 574  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -293px no-repeat;
/* 575  */ }
/* 576  */ 
/* 577  */ #flags.size22 a[title="Serbian"],
/* 578  */ .tool-container .tool-items a[title="Serbian"] {
/* 579  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -59px -293px no-repeat;
/* 580  */ }
/* 581  */ 
/* 582  */ #flags.size22 a[title="Sesotho"],
/* 583  */ .tool-container .tool-items a[title="Sesotho"] {
/* 584  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -409px no-repeat;
/* 585  */ }
/* 586  */ 
/* 587  */ #flags.size22 a[title="Sinhala"],
/* 588  */ .tool-container .tool-items a[title="Sinhala"] {
/* 589  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -1px -438px no-repeat;
/* 590  */ }
/* 591  */ 
/* 592  */ #flags.size22 a[title="Slovak"],
/* 593  */ .tool-container .tool-items a[title="Slovak"] {
/* 594  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -88px -293px no-repeat;
/* 595  */ }
/* 596  */ 
/* 597  */ #flags.size22 a[title="Slovenian"],
/* 598  */ .tool-container .tool-items a[title="Slovenian"] {
/* 599  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -117px -293px no-repeat;
/* 600  */ }

/* style.css */

/* 601  */ 
/* 602  */ #flags.size22 a[title="Somali"],
/* 603  */ .tool-container .tool-items a[title="Somali"] {
/* 604  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -293px no-repeat;
/* 605  */ }
/* 606  */ 
/* 607  */ #flags.size22 a[title="Spanish"],
/* 608  */ .tool-container .tool-items a[title="Spanish"] {
/* 609  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -1px -322px no-repeat;
/* 610  */ }
/* 611  */ 
/* 612  */ #flags.size22 a.mexico[title="Spanish"] {
/* 613  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -117px -438px no-repeat;
/* 614  */ }
/* 615  */ 
/* 616  */ #flags.size22 a[title="Sundanese"],
/* 617  */ .tool-container .tool-items a[title="Sundanese"] {
/* 618  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -380px no-repeat;
/* 619  */ }
/* 620  */ 
/* 621  */ #flags.size22 a[title="Swahili"],
/* 622  */ .tool-container .tool-items a[title="Swahili"] {
/* 623  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -322px no-repeat;
/* 624  */ }
/* 625  */ 
/* 626  */ #flags.size22 a[title="Swedish"],
/* 627  */ .tool-container .tool-items a[title="Swedish"] {
/* 628  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -59px -322px no-repeat;
/* 629  */ }
/* 630  */ 
/* 631  */ #flags.size22 a[title="Tajik"],
/* 632  */ .tool-container .tool-items a[title="Tajik"] {
/* 633  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -438px no-repeat;
/* 634  */ }
/* 635  */ 
/* 636  */ #flags.size22 a[title="Tamil"],
/* 637  */ .tool-container .tool-items a[title="Tamil"] {
/* 638  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -88px -322px no-repeat;
/* 639  */ }
/* 640  */ 
/* 641  */ #flags.size22 a[title="Telugu"],
/* 642  */ .tool-container .tool-items a[title="Telugu"] {
/* 643  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -117px -322px no-repeat;
/* 644  */ }
/* 645  */ 
/* 646  */ #flags.size22 a[title="Thai"],
/* 647  */ .tool-container .tool-items a[title="Thai"] {
/* 648  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -322px no-repeat;
/* 649  */ }
/* 650  */ 

/* style.css */

/* 651  */ #flags.size22 a[title="Turkish"],
/* 652  */ .tool-container .tool-items a[title="Turkish"] {
/* 653  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -351px no-repeat;
/* 654  */ }
/* 655  */ 
/* 656  */ #flags.size22 a[title="Ukranian"],
/* 657  */ .tool-container .tool-items a[title="Ukranian"] {
/* 658  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -59px -351px no-repeat;
/* 659  */ }
/* 660  */ 
/* 661  */ #flags.size22 a[title="Uzbek"],
/* 662  */ .tool-container .tool-items a[title="Uzbek"] {
/* 663  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -59px -438px no-repeat;
/* 664  */ }
/* 665  */ 
/* 666  */ #flags.size22 a[title="Urdu"],
/* 667  */ .tool-container .tool-items a[title="Urdu"] {
/* 668  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -146px -351px no-repeat;
/* 669  */ }
/* 670  */ 
/* 671  */ #flags.size22 a[title="Vietnamese"],
/* 672  */ .tool-container .tool-items a[title="Vietnamese"] {
/* 673  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -1px -380px no-repeat;
/* 674  */ }
/* 675  */ 
/* 676  */ #flags.size22 a[title="Welsh"],
/* 677  */ .tool-container .tool-items a[title="Welsh"] {
/* 678  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -30px -380px no-repeat;
/* 679  */ }
/* 680  */ 
/* 681  */ #flags.size22 a[title="Yiddish"],
/* 682  */ .tool-container .tool-items a[title="Yiddish"] {
/* 683  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -59px -380px no-repeat;
/* 684  */ }
/* 685  */ 
/* 686  */ #flags.size22 a[title="Yoruba"],
/* 687  */ .tool-container .tool-items a[title="Yoruba"] {
/* 688  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -88px -380px no-repeat;
/* 689  */ }
/* 690  */ 
/* 691  */ #flags.size22 a[title="Zulu"],
/* 692  */ .tool-container .tool-items a[title="Zulu"] {
/* 693  */     background:url('/wp-content/plugins/google-language-translator/images/flags22.png') -117px -380px no-repeat;
/* 694  */ }
/* 695  */ 
/* 696  */ /* Individual flag backgrounds (18px) */
/* 697  */ 
/* 698  */ #flags.size18 a[title="Afrikaans"],
/* 699  */ .tool-container .tool-items a[title="Afrikaans"] {
/* 700  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -4px no-repeat;

/* style.css */

/* 701  */ }
/* 702  */ 
/* 703  */ #flags.size18 a[title="Albanian"],
/* 704  */ .tool-container .tool-items a[title="Albanian"] {
/* 705  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -4px no-repeat;
/* 706  */ }
/* 707  */ 
/* 708  */ #flags.size18 a[title="Arabic"],
/* 709  */ .tool-container .tool-items a[title="Arabic"] {
/* 710  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -4px no-repeat;
/* 711  */ }
/* 712  */ 
/* 713  */ #flags.size18 a[title="Armenian"],
/* 714  */ .tool-container .tool-items a[title="Armenian"] {
/* 715  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -4px no-repeat;
/* 716  */ }
/* 717  */ 
/* 718  */ #flags.size18 a[title="Azerbaijani"],
/* 719  */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 720  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -4px no-repeat;
/* 721  */ }
/* 722  */ 
/* 723  */ #flags.size18 a[title="Basque"],
/* 724  */ .tool-container .tool-items a[title="Basque"] {
/* 725  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -4px no-repeat;
/* 726  */ }
/* 727  */ 
/* 728  */ #flags.size18 a[title="Belarusian"],
/* 729  */ .tool-container .tool-items a[title="Belarusian"] {
/* 730  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -33px no-repeat;
/* 731  */ }
/* 732  */ 
/* 733  */ #flags.size18 a[title="Bengali"],
/* 734  */ .tool-container .tool-items a[title="Bengali"] {
/* 735  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -33px no-repeat;
/* 736  */ }
/* 737  */ 
/* 738  */ #flags.size18 a[title="Bosnian"],
/* 739  */ .tool-container .tool-items a[title="Bosnian"] {
/* 740  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -33px no-repeat;
/* 741  */ }
/* 742  */ 
/* 743  */ #flags.size18 a[title="Bulgarian"],
/* 744  */ .tool-container .tool-items a[title="Bulgarian"] {
/* 745  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -33px no-repeat;
/* 746  */ }
/* 747  */ 
/* 748  */ #flags.size18 a[title="Catalan"],
/* 749  */ .tool-container .tool-items a[title="Catalan"] {
/* 750  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -33px no-repeat;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ #flags.size18 a[title="Cebuano"],
/* 754  */ .tool-container .tool-items a[title="Cebuano"] {
/* 755  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -33px no-repeat;
/* 756  */ }
/* 757  */ 
/* 758  */ #flags.size18 a[title="Chichewa"],
/* 759  */ .tool-container .tool-items a[title="Chichewa"] {
/* 760  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -410px no-repeat;
/* 761  */ }
/* 762  */ 
/* 763  */ #flags.size18 a[title="Chinese"],
/* 764  */ .tool-container .tool-items a[title="Chinese"] {
/* 765  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -62px no-repeat;
/* 766  */ }
/* 767  */ 
/* 768  */ #flags.size18 a[title="Chinese(Traditional)"],
/* 769  */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 770  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -62px no-repeat;
/* 771  */ }
/* 772  */ 
/* 773  */ #flags.size18 a[title="Croatian"],
/* 774  */ .tool-container .tool-items a[title="Croatian"] {
/* 775  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -62px no-repeat;
/* 776  */ }
/* 777  */ 
/* 778  */ #flags.size18 a[title="Czech"],
/* 779  */ .tool-container .tool-items a[title="Czech"] {
/* 780  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -62px no-repeat;
/* 781  */ }
/* 782  */ 
/* 783  */ #flags.size18 a[title="Danish"],
/* 784  */ .tool-container .tool-items a[title="Danish"] {
/* 785  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -62px no-repeat;
/* 786  */ }
/* 787  */ 
/* 788  */ #flags.size18 a[title="Dutch"],
/* 789  */ .tool-container .tool-items a[title="Dutch"] {
/* 790  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -62px no-repeat;
/* 791  */ }
/* 792  */ 
/* 793  */ #flags.size18 a[title="English"],
/* 794  */ .tool-container .tool-items a[title="English"] {
/* 795  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -352px no-repeat;
/* 796  */ }
/* 797  */ 
/* 798  */ #flags.size18 a.united-states[title="English"] {
/* 799  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -352px no-repeat;
/* 800  */ }

/* style.css */

/* 801  */ 
/* 802  */ #flags.size18 a.canada[title="English"] {
/* 803  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -439px no-repeat;
/* 804  */ }
/* 805  */ 
/* 806  */ #flags.size18 a[title="Esperanto"],
/* 807  */ .tool-container .tool-items a[title="Esperanto"] {
/* 808  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -91px no-repeat;
/* 809  */ }
/* 810  */ 
/* 811  */ #flags.size18 a[title="Estonian"],
/* 812  */ .tool-container .tool-items a[title="Estonian"] {
/* 813  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -91px no-repeat;
/* 814  */ }
/* 815  */ 
/* 816  */ #flags.size18 a[title="Filipino"],
/* 817  */ .tool-container .tool-items a[title="Filipino"] {
/* 818  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -91px no-repeat;
/* 819  */ }
/* 820  */ 
/* 821  */ #flags.size18 a[title="Finnish"],
/* 822  */ .tool-container .tool-items a[title="Finnish"] {
/* 823  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -91px no-repeat;
/* 824  */ }
/* 825  */ 
/* 826  */ #flags.size18 a[title="French"],
/* 827  */ .tool-container .tool-items a[title="French"] {
/* 828  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -91px no-repeat;
/* 829  */ }
/* 830  */ 
/* 831  */ #flags.size18 a[title="Galician"],
/* 832  */ .tool-container .tool-items a[title="Galician"] {
/* 833  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -91px no-repeat;
/* 834  */ }
/* 835  */ 
/* 836  */ #flags.size18 a[title="Georgian"],
/* 837  */ .tool-container .tool-items a[title="Georgian"] {
/* 838  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -120px no-repeat;
/* 839  */ }
/* 840  */ 
/* 841  */ #flags.size18 a[title="German"],
/* 842  */ .tool-container .tool-items a[title="German"] {
/* 843  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -120px no-repeat;
/* 844  */ }
/* 845  */ 
/* 846  */ #flags.size18 a[title="Greek"],
/* 847  */ .tool-container .tool-items a[title="Greek"] {
/* 848  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -120px no-repeat;
/* 849  */ }
/* 850  */ 

/* style.css */

/* 851  */ #flags.size18 a[title="Gujarati"],
/* 852  */ .tool-container .tool-items a[title="Gujarati"] {
/* 853  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -120px no-repeat;
/* 854  */ }
/* 855  */ 
/* 856  */ #flags.size18 a[title="Haitian"],
/* 857  */ .tool-container .tool-items a[title="Haitian"] {
/* 858  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -120px no-repeat;
/* 859  */ }
/* 860  */ 
/* 861  */ #flags.size18 a[title="Hausa"],
/* 862  */ .tool-container .tool-items a[title="Hausa"] {
/* 863  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -120px no-repeat;
/* 864  */ }
/* 865  */ 
/* 866  */ #flags.size18 a[title="Hebrew"],
/* 867  */ .tool-container .tool-items a[title="Hebrew"] {
/* 868  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -149px no-repeat;
/* 869  */ }
/* 870  */ 
/* 871  */ #flags.size18 a[title="Hindi"],
/* 872  */ .tool-container .tool-items a[title="Hindi"] {
/* 873  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -149px no-repeat;
/* 874  */ }
/* 875  */ 
/* 876  */ #flags.size18 a[title="Hmong"],
/* 877  */ .tool-container .tool-items a[title="Hmong"] {
/* 878  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -149px no-repeat;
/* 879  */ }
/* 880  */ 
/* 881  */ #flags.size18 a[title="Hungarian"],
/* 882  */ .tool-container .tool-items a[title="Hungarian"] {
/* 883  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -149px no-repeat;
/* 884  */ }
/* 885  */ 
/* 886  */ #flags.size18 a[title="Icelandic"],
/* 887  */ .tool-container .tool-items a[title="Icelandic"] {
/* 888  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -149px no-repeat;
/* 889  */ }
/* 890  */ 
/* 891  */ #flags.size18 a[title="Igbo"],
/* 892  */ .tool-container .tool-items a[title="Igbo"] {
/* 893  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -149px no-repeat;
/* 894  */ }
/* 895  */ 
/* 896  */ #flags.size18 a[title="Indonesian"],
/* 897  */ .tool-container .tool-items a[title="Indonesian"] {
/* 898  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -178px no-repeat;
/* 899  */ }
/* 900  */ 

/* style.css */

/* 901  */ #flags.size18 a[title="Irish"],
/* 902  */ .tool-container .tool-items a[title="Irish"] {
/* 903  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -178px no-repeat;
/* 904  */ }
/* 905  */ 
/* 906  */ #flags.size18 a[title="Italian"],
/* 907  */ .tool-container .tool-items a[title="Italian"] {
/* 908  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -178px no-repeat;
/* 909  */ }
/* 910  */ 
/* 911  */ #flags.size18 a[title="Japanese"],
/* 912  */ .tool-container .tool-items a[title="Japanese"] {
/* 913  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -178px no-repeat;
/* 914  */ }
/* 915  */ 
/* 916  */ #flags.size18 a[title="Javanese"],
/* 917  */ .tool-container .tool-items a[title="Javanese"] {
/* 918  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -178px no-repeat;
/* 919  */ }
/* 920  */ 
/* 921  */ #flags.size18 a[title="Kannada"],
/* 922  */ .tool-container .tool-items a[title="Kannada"] {
/* 923  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -178px no-repeat;
/* 924  */ }
/* 925  */ 
/* 926  */ #flags.size18 a[title="Kazakh"],
/* 927  */ .tool-container .tool-items a[title="Kazakh"] {
/* 928  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -410px no-repeat;
/* 929  */ }
/* 930  */ 
/* 931  */ #flags.size18 a[title="Khmer"],
/* 932  */ .tool-container .tool-items a[title="Khmer"] {
/* 933  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -207px no-repeat;
/* 934  */ }
/* 935  */ 
/* 936  */ #flags.size18 a[title="Korean"],
/* 937  */ .tool-container .tool-items a[title="Korean"] {
/* 938  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -207px no-repeat;
/* 939  */ }
/* 940  */ 
/* 941  */ #flags.size18 a[title="Lao"],
/* 942  */ .tool-container .tool-items a[title="Lao"] {
/* 943  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -207px no-repeat;
/* 944  */ }
/* 945  */ 
/* 946  */ #flags.size18 a[title="Latin"],
/* 947  */ .tool-container .tool-items a[title="Latin"] {
/* 948  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -207px no-repeat;
/* 949  */ }
/* 950  */ 

/* style.css */

/* 951  */ #flags.size18 a[title="Latvian"],
/* 952  */ .tool-container .tool-items a[title="Latvian"] {
/* 953  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -207px no-repeat;
/* 954  */ }
/* 955  */ 
/* 956  */ #flags.size18 a[title="Lithuanian"],
/* 957  */ .tool-container .tool-items a[title="Lithuanian"] {
/* 958  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -207px no-repeat;
/* 959  */ }
/* 960  */ 
/* 961  */ #flags.size18 a[title="Macedonian"],
/* 962  */ .tool-container .tool-items a[title="Macedonian"] {
/* 963  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -236px no-repeat;
/* 964  */ }
/* 965  */ 
/* 966  */ #flags.size18 a[title="Malagasy"],
/* 967  */ .tool-container .tool-items a[title="Malagasy"] {
/* 968  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -410px no-repeat;
/* 969  */ }
/* 970  */ 
/* 971  */ #flags.size18 a[title="Malay"],
/* 972  */ .tool-container .tool-items a[title="Malay"] {
/* 973  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -236px no-repeat;
/* 974  */ }
/* 975  */ 
/* 976  */ #flags.size18 a[title="Malayalam"],
/* 977  */ .tool-container .tool-items a[title="Malayalam"] {
/* 978  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -410px no-repeat;
/* 979  */ }
/* 980  */ 
/* 981  */ #flags.size18 a[title="Maltese"],
/* 982  */ .tool-container .tool-items a[title="Maltese"] {
/* 983  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -236px no-repeat;
/* 984  */ }
/* 985  */ 
/* 986  */ #flags.size18 a[title="Maori"],
/* 987  */ .tool-container .tool-items a[title="Maori"] {
/* 988  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -236px no-repeat;
/* 989  */ }
/* 990  */ 
/* 991  */ #flags.size18 a[title="Marathi"],
/* 992  */ .tool-container .tool-items a[title="Marathi"] {
/* 993  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -236px no-repeat;
/* 994  */ }
/* 995  */ 
/* 996  */ #flags.size18 a[title="Mongolian"],
/* 997  */ .tool-container .tool-items a[title="Mongolian"] {
/* 998  */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -236px no-repeat;
/* 999  */ }
/* 1000 */ 

/* style.css */

/* 1001 */ #flags.size18 a[title="Myanmar(Burmese)"],
/* 1002 */ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
/* 1003 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -410px no-repeat;
/* 1004 */ }
/* 1005 */ 
/* 1006 */ #flags.size18 a[title="Nepali"],
/* 1007 */ .tool-container .tool-items a[title="Nepali"] {
/* 1008 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -265px no-repeat;
/* 1009 */ }
/* 1010 */ 
/* 1011 */ #flags.size18 a[title="Norwegian"],
/* 1012 */ .tool-container .tool-items a[title="Norwegian"] {
/* 1013 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -265px no-repeat;
/* 1014 */ }
/* 1015 */ 
/* 1016 */ #flags.size18 a[title="Persian"],
/* 1017 */ .tool-container .tool-items a[title="Persian"] {
/* 1018 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -265px no-repeat;
/* 1019 */ }
/* 1020 */ 
/* 1021 */ #flags.size18 a[title="Polish"],
/* 1022 */ .tool-container .tool-items a[title="Polish"] {
/* 1023 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -265px no-repeat;
/* 1024 */ }
/* 1025 */ 
/* 1026 */ #flags.size18 a[title="Portuguese"],
/* 1027 */ .tool-container .tool-items a[title="Portuguese"] {
/* 1028 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -265px no-repeat;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ #flags.size18 a.brazil[title="Portuguese"] {
/* 1032 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -439px no-repeat;
/* 1033 */ }
/* 1034 */ 
/* 1035 */ #flags.size18 a[title="Punjabi"],
/* 1036 */ .tool-container .tool-items a[title="Punjabi"] {
/* 1037 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -265px no-repeat;
/* 1038 */ }
/* 1039 */ 
/* 1040 */ #flags.size18 a[title="Romanian"],
/* 1041 */ .tool-container .tool-items a[title="Romanian"] {
/* 1042 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -294px no-repeat;
/* 1043 */ }
/* 1044 */ 
/* 1045 */ #flags.size18 a[title="Russian"],
/* 1046 */ .tool-container .tool-items a[title="Russian"] {
/* 1047 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -294px no-repeat;
/* 1048 */ }
/* 1049 */ 
/* 1050 */ #flags.size18 a[title="Serbian"],

/* style.css */

/* 1051 */ .tool-container .tool-items a[title="Serbian"] {
/* 1052 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -294px no-repeat;
/* 1053 */ }
/* 1054 */ 
/* 1055 */ #flags.size18 a[title="Sesotho"],
/* 1056 */ .tool-container .tool-items a[title="Sesotho"] {
/* 1057 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -410px no-repeat;
/* 1058 */ }
/* 1059 */ 
/* 1060 */ #flags.size18 a[title="Sinhala"],
/* 1061 */ .tool-container .tool-items a[title="Sinhala"] {
/* 1062 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -439px no-repeat;
/* 1063 */ }
/* 1064 */ 
/* 1065 */ #flags.size18 a[title="Slovak"],
/* 1066 */ .tool-container .tool-items a[title="Slovak"] {
/* 1067 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -294px no-repeat;
/* 1068 */ }
/* 1069 */ 
/* 1070 */ #flags.size18 a[title="Slovenian"],
/* 1071 */ .tool-container .tool-items a[title="Slovenian"] {
/* 1072 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -294px no-repeat;
/* 1073 */ }
/* 1074 */ 
/* 1075 */ #flags.size18 a[title="Somali"],
/* 1076 */ .tool-container .tool-items a[title="Somali"] {
/* 1077 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -294px no-repeat;
/* 1078 */ }
/* 1079 */ 
/* 1080 */ #flags.size18 a[title="Spanish"],
/* 1081 */ .tool-container .tool-items a[title="Spanish"] {
/* 1082 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -323px no-repeat;
/* 1083 */ }
/* 1084 */ 
/* 1085 */ #flags.size18 a.mexico[title="Spanish"] {
/* 1086 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -439px no-repeat;
/* 1087 */ }
/* 1088 */ 
/* 1089 */ #flags.size18 a[title="Sundanese"],
/* 1090 */ .tool-container .tool-items a[title="Sundanese"] {
/* 1091 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -381px no-repeat;
/* 1092 */ }
/* 1093 */ 
/* 1094 */ #flags.size18 a[title="Swahili"],
/* 1095 */ .tool-container .tool-items a[title="Swahili"] {
/* 1096 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -323px no-repeat;
/* 1097 */ }
/* 1098 */ 
/* 1099 */ #flags.size18 a[title="Swedish"],
/* 1100 */ .tool-container .tool-items a[title="Swedish"] {

/* style.css */

/* 1101 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -323px no-repeat;
/* 1102 */ }
/* 1103 */ 
/* 1104 */ #flags.size18 a[title="Tajik"],
/* 1105 */ .tool-container .tool-items a[title="Tajik"] {
/* 1106 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -439px no-repeat;
/* 1107 */ }
/* 1108 */ 
/* 1109 */ #flags.size18 a[title="Tamil"],
/* 1110 */ .tool-container .tool-items a[title="Tamil"] {
/* 1111 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -323px no-repeat;
/* 1112 */ }
/* 1113 */ 
/* 1114 */ #flags.size18 a[title="Telugu"],
/* 1115 */ .tool-container .tool-items a[title="Telugu"] {
/* 1116 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -323px no-repeat;
/* 1117 */ }
/* 1118 */ 
/* 1119 */ #flags.size18 a[title="Thai"],
/* 1120 */ .tool-container .tool-items a[title="Thai"] {
/* 1121 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -323px no-repeat;
/* 1122 */ }
/* 1123 */ 
/* 1124 */ #flags.size18 a[title="Turkish"],
/* 1125 */ .tool-container .tool-items a[title="Turkish"] {
/* 1126 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -352px no-repeat;
/* 1127 */ }
/* 1128 */ 
/* 1129 */ #flags.size18 a[title="Ukranian"],
/* 1130 */ .tool-container .tool-items a[title="Ukranian"] {
/* 1131 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -352px no-repeat;
/* 1132 */ }
/* 1133 */ 
/* 1134 */ #flags.size18 a[title="Urdu"],
/* 1135 */ .tool-container .tool-items a[title="Urdu"] {
/* 1136 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -147px -352px no-repeat;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ #flags.size18 a[title="Uzbek"],
/* 1140 */ .tool-container .tool-items a[title="Uzbek"] {
/* 1141 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -439px no-repeat;
/* 1142 */ }
/* 1143 */ 
/* 1144 */ #flags.size18 a[title="Vietnamese"],
/* 1145 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 1146 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -2px -381px no-repeat;
/* 1147 */ }
/* 1148 */ 
/* 1149 */ #flags.size18 a[title="Welsh"],
/* 1150 */ .tool-container .tool-items a[title="Welsh"] {

/* style.css */

/* 1151 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -31px -381px no-repeat;
/* 1152 */ }
/* 1153 */ 
/* 1154 */ #flags.size18 a[title="Yiddish"],
/* 1155 */ .tool-container .tool-items a[title="Yiddish"] {
/* 1156 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -60px -381px no-repeat;
/* 1157 */ }
/* 1158 */ 
/* 1159 */ #flags.size18 a[title="Yoruba"],
/* 1160 */ .tool-container .tool-items a[title="Yoruba"] {
/* 1161 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -89px -381px no-repeat;
/* 1162 */ }
/* 1163 */ 
/* 1164 */ #flags.size18 a[title="Zulu"],
/* 1165 */ .tool-container .tool-items a[title="Zulu"] {
/* 1166 */     background:url('/wp-content/plugins/google-language-translator/images/flags18.png') -118px -381px no-repeat;
/* 1167 */ }
/* 1168 */ 
/* 1169 */ /* Individual flag backgrounds (20px) */
/* 1170 */ 
/* 1171 */ #flags.size20 a[title="Afrikaans"],
/* 1172 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 1173 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -4px no-repeat;
/* 1174 */ }
/* 1175 */ 
/* 1176 */ #flags.size20 a[title="Albanian"],
/* 1177 */ .tool-container .tool-items a[title="Albanian"] {
/* 1178 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -4px no-repeat;
/* 1179 */ }
/* 1180 */ 
/* 1181 */ #flags.size20 a[title="Arabic"],
/* 1182 */ .tool-container .tool-items a[title="Arabic"] {
/* 1183 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -4px no-repeat;
/* 1184 */ }
/* 1185 */ 
/* 1186 */ #flags.size20 a[title="Armenian"],
/* 1187 */ .tool-container .tool-items a[title="Armenian"] {
/* 1188 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -4px no-repeat;
/* 1189 */ }
/* 1190 */ 
/* 1191 */ #flags.size20 a[title="Azerbaijani"],
/* 1192 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 1193 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -4px no-repeat;
/* 1194 */ }
/* 1195 */ 
/* 1196 */ #flags.size20 a[title="Basque"],
/* 1197 */ .tool-container .tool-items a[title="Basque"] {
/* 1198 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -4px no-repeat;
/* 1199 */ }
/* 1200 */ 

/* style.css */

/* 1201 */ #flags.size20 a[title="Belarusian"],
/* 1202 */ .tool-container .tool-items a[title="Belarusian"] {
/* 1203 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -33px no-repeat;
/* 1204 */ }
/* 1205 */ 
/* 1206 */ #flags.size20 a[title="Bengali"],
/* 1207 */ .tool-container .tool-items a[title="Bengali"] {
/* 1208 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -33px no-repeat;
/* 1209 */ }
/* 1210 */ 
/* 1211 */ #flags.size20 a[title="Bosnian"],
/* 1212 */ .tool-container .tool-items a[title="Bosnian"] {
/* 1213 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -33px no-repeat;
/* 1214 */ }
/* 1215 */ 
/* 1216 */ #flags.size20 a[title="Bulgarian"],
/* 1217 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 1218 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -33px no-repeat;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ #flags.size20 a[title="Catalan"],
/* 1222 */ .tool-container .tool-items a[title="Catalan"] {
/* 1223 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -33px no-repeat;
/* 1224 */ }
/* 1225 */ 
/* 1226 */ #flags.size20 a[title="Cebuano"],
/* 1227 */ .tool-container .tool-items a[title="Cebuano"] {
/* 1228 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -33px no-repeat;
/* 1229 */ }
/* 1230 */ 
/* 1231 */ #flags.size20 a[title="Chichewa"],
/* 1232 */ .tool-container .tool-items a[title="Chichewa"] {
/* 1233 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -410px no-repeat;
/* 1234 */ }
/* 1235 */ 
/* 1236 */ #flags.size20 a[title="Chinese"],
/* 1237 */ .tool-container .tool-items a[title="Chinese"] {
/* 1238 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -62px no-repeat;
/* 1239 */ }
/* 1240 */ 
/* 1241 */ #flags.size20 a[title="Chinese(Traditional)"],
/* 1242 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 1243 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -62px no-repeat;
/* 1244 */ }
/* 1245 */ 
/* 1246 */ #flags.size20 a[title="Croatian"],
/* 1247 */ .tool-container .tool-items a[title="Croatian"] {
/* 1248 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -62px no-repeat;
/* 1249 */ }
/* 1250 */ 

/* style.css */

/* 1251 */ #flags.size20 a[title="Czech"],
/* 1252 */ .tool-container .tool-items a[title="Czech"] {
/* 1253 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -62px no-repeat;
/* 1254 */ }
/* 1255 */ 
/* 1256 */ #flags.size20 a[title="Danish"],
/* 1257 */ .tool-container .tool-items a[title="Danish"] {
/* 1258 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -62px no-repeat;
/* 1259 */ }
/* 1260 */ 
/* 1261 */ #flags.size20 a[title="Dutch"],
/* 1262 */ .tool-container .tool-items a[title="Dutch"] {
/* 1263 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -62px no-repeat;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ #flags.size20 a[title="English"],
/* 1267 */ .tool-container .tool-items a[title="English"] {
/* 1268 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -352px no-repeat;
/* 1269 */ }
/* 1270 */ 
/* 1271 */ #flags.size20 a.united-states[title="English"] {
/* 1272 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -352px no-repeat;
/* 1273 */ }
/* 1274 */ 
/* 1275 */ #flags.size20 a.canada[title="English"] {
/* 1276 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -439px no-repeat;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ #flags.size20 a[title="Esperanto"],
/* 1280 */ .tool-container .tool-items a[title="Esperanto"] {
/* 1281 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -91px no-repeat;
/* 1282 */ }
/* 1283 */ 
/* 1284 */ #flags.size20 a[title="Estonian"],
/* 1285 */ .tool-container .tool-items a[title="Estonian"] {
/* 1286 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -91px no-repeat;
/* 1287 */ }
/* 1288 */ 
/* 1289 */ #flags.size20 a[title="Filipino"],
/* 1290 */ .tool-container .tool-items a[title="Filipino"] {
/* 1291 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -91px no-repeat;
/* 1292 */ }
/* 1293 */ 
/* 1294 */ #flags.size20 a[title="Finnish"],
/* 1295 */ .tool-container .tool-items a[title="Finnish"] {
/* 1296 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -91px no-repeat;
/* 1297 */ }
/* 1298 */ 
/* 1299 */ #flags.size20 a[title="French"],
/* 1300 */ .tool-container .tool-items a[title="French"] {

/* style.css */

/* 1301 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -91px no-repeat;
/* 1302 */ }
/* 1303 */ 
/* 1304 */ #flags.size20 a[title="Galician"],
/* 1305 */ .tool-container .tool-items a[title="Galician"] {
/* 1306 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -91px no-repeat;
/* 1307 */ }
/* 1308 */ 
/* 1309 */ #flags.size20 a[title="Georgian"],
/* 1310 */ .tool-container .tool-items a[title="Georgian"] {
/* 1311 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -120px no-repeat;
/* 1312 */ }
/* 1313 */ 
/* 1314 */ #flags.size20 a[title="German"],
/* 1315 */ .tool-container .tool-items a[title="German"] {
/* 1316 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -120px no-repeat;
/* 1317 */ }
/* 1318 */ 
/* 1319 */ #flags.size20 a[title="Greek"],
/* 1320 */ .tool-container .tool-items a[title="Greek"] {
/* 1321 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -120px no-repeat;
/* 1322 */ }
/* 1323 */ 
/* 1324 */ #flags.size20 a[title="Gujarati"],
/* 1325 */ .tool-container .tool-items a[title="Gujarati"] {
/* 1326 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -120px no-repeat;
/* 1327 */ }
/* 1328 */ 
/* 1329 */ #flags.size20 a[title="Haitian"],
/* 1330 */ .tool-container .tool-items a[title="Haitian"] {
/* 1331 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -120px no-repeat;
/* 1332 */ }
/* 1333 */ 
/* 1334 */ #flags.size20 a[title="Hausa"],
/* 1335 */ .tool-container .tool-items a[title="Hausa"] {
/* 1336 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -120px no-repeat;
/* 1337 */ }
/* 1338 */ 
/* 1339 */ #flags.size20 a[title="Hebrew"],
/* 1340 */ .tool-container .tool-items a[title="Hebrew"] {
/* 1341 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -149px no-repeat;
/* 1342 */ }
/* 1343 */ 
/* 1344 */ #flags.size20 a[title="Hindi"],
/* 1345 */ .tool-container .tool-items a[title="Hindi"] {
/* 1346 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -149px no-repeat;
/* 1347 */ }
/* 1348 */ 
/* 1349 */ #flags.size20 a[title="Hmong"],
/* 1350 */ .tool-container .tool-items a[title="Hmong"] {

/* style.css */

/* 1351 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -149px no-repeat;
/* 1352 */ }
/* 1353 */ 
/* 1354 */ #flags.size20 a[title="Hungarian"],
/* 1355 */ .tool-container .tool-items a[title="Hungarian"] {
/* 1356 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -149px no-repeat;
/* 1357 */ }
/* 1358 */ 
/* 1359 */ #flags.size20 a[title="Icelandic"],
/* 1360 */ .tool-container .tool-items a[title="Icelandic"] {
/* 1361 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -149px no-repeat;
/* 1362 */ }
/* 1363 */ 
/* 1364 */ #flags.size20 a[title="Igbo"],
/* 1365 */ .tool-container .tool-items a[title="Igbo"] {
/* 1366 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -149px no-repeat;
/* 1367 */ }
/* 1368 */ 
/* 1369 */ #flags.size20 a[title="Indonesian"],
/* 1370 */ .tool-container .tool-items a[title="Indonesian"] {
/* 1371 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -178px no-repeat;
/* 1372 */ }
/* 1373 */ 
/* 1374 */ #flags.size20 a[title="Irish"],
/* 1375 */ .tool-container .tool-items a[title="Irish"] {
/* 1376 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -178px no-repeat;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ #flags.size20 a[title="Italian"],
/* 1380 */ .tool-container .tool-items a[title="Italian"] {
/* 1381 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -178px no-repeat;
/* 1382 */ }
/* 1383 */ 
/* 1384 */ #flags.size20 a[title="Japanese"],
/* 1385 */ .tool-container .tool-items a[title="Japanese"] {
/* 1386 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -178px no-repeat;
/* 1387 */ }
/* 1388 */ 
/* 1389 */ #flags.size20 a[title="Javanese"],
/* 1390 */ .tool-container .tool-items a[title="Javanese"] {
/* 1391 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -178px no-repeat;
/* 1392 */ }
/* 1393 */ 
/* 1394 */ #flags.size20 a[title="Kannada"],
/* 1395 */ .tool-container .tool-items a[title="Kannada"] {
/* 1396 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -178px no-repeat;
/* 1397 */ }
/* 1398 */ 
/* 1399 */ #flags.size20 a[title="Kazakh"],
/* 1400 */ .tool-container .tool-items a[title="Kazakh"] {

/* style.css */

/* 1401 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -410px no-repeat;
/* 1402 */ }
/* 1403 */ 
/* 1404 */ #flags.size20 a[title="Khmer"],
/* 1405 */ .tool-container .tool-items a[title="Khmer"] {
/* 1406 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -207px no-repeat;
/* 1407 */ }
/* 1408 */ 
/* 1409 */ #flags.size20 a[title="Korean"],
/* 1410 */ .tool-container .tool-items a[title="Korean"] {
/* 1411 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -207px no-repeat;
/* 1412 */ }
/* 1413 */ 
/* 1414 */ #flags.size20 a[title="Lao"],
/* 1415 */ .tool-container .tool-items a[title="Lao"] {
/* 1416 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -207px no-repeat;
/* 1417 */ }
/* 1418 */ 
/* 1419 */ #flags.size20 a[title="Latin"],
/* 1420 */ .tool-container .tool-items a[title="Latin"] {
/* 1421 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -207px no-repeat;
/* 1422 */ }
/* 1423 */ 
/* 1424 */ #flags.size20 a[title="Latvian"],
/* 1425 */ .tool-container .tool-items a[title="Latvian"] {
/* 1426 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -207px no-repeat;
/* 1427 */ }
/* 1428 */ 
/* 1429 */ #flags.size20 a[title="Lithuanian"],
/* 1430 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 1431 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -207px no-repeat;
/* 1432 */ }
/* 1433 */ 
/* 1434 */ #flags.size20 a[title="Macedonian"],
/* 1435 */ .tool-container .tool-items a[title="Macedonian"] {
/* 1436 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -236px no-repeat;
/* 1437 */ }
/* 1438 */ 
/* 1439 */ #flags.size20 a[title="Malagasy"],
/* 1440 */ .tool-container .tool-items a[title="Malagasy"] {
/* 1441 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -410px no-repeat;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ #flags.size20 a[title="Malay"],
/* 1445 */ .tool-container .tool-items a[title="Malay"] {
/* 1446 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -236px no-repeat;
/* 1447 */ }
/* 1448 */ 
/* 1449 */ #flags.size20 a[title="Maltese"],
/* 1450 */ .tool-container .tool-items a[title="Maltese"] {

/* style.css */

/* 1451 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -236px no-repeat;
/* 1452 */ }
/* 1453 */ 
/* 1454 */ #flags.size20 a[title="Malayalam"],
/* 1455 */ .tool-container .tool-items a[title="Malayalam"] {
/* 1456 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -410px no-repeat;
/* 1457 */ }
/* 1458 */ 
/* 1459 */ #flags.size20 a[title="Maori"],
/* 1460 */ .tool-container .tool-items a[title="Maori"] {
/* 1461 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -236px no-repeat;
/* 1462 */ }
/* 1463 */ 
/* 1464 */ #flags.size20 a[title="Marathi"],
/* 1465 */ .tool-container .tool-items a[title="Marathi"] {
/* 1466 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -236px no-repeat;
/* 1467 */ }
/* 1468 */ 
/* 1469 */ #flags.size20 a[title="Mongolian"],
/* 1470 */ .tool-container .tool-items a[title="Mongolian"] {
/* 1471 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -236px no-repeat;
/* 1472 */ }
/* 1473 */ 
/* 1474 */ #flags.size20 a[title="Myanmar(Burmese)"],
/* 1475 */ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
/* 1476 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -410px no-repeat;
/* 1477 */ }
/* 1478 */ 
/* 1479 */ #flags.size20 a[title="Nepali"],
/* 1480 */ .tool-container .tool-items a[title="Nepali"] {
/* 1481 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -265px no-repeat;
/* 1482 */ }
/* 1483 */ 
/* 1484 */ #flags.size20 a[title="Norwegian"],
/* 1485 */ .tool-container .tool-items a[title="Norwegian"] {
/* 1486 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -265px no-repeat;
/* 1487 */ }
/* 1488 */ 
/* 1489 */ #flags.size20 a[title="Persian"],
/* 1490 */ .tool-container .tool-items a[title="Persian"] {
/* 1491 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -265px no-repeat;
/* 1492 */ }
/* 1493 */ 
/* 1494 */ #flags.size20 a[title="Polish"],
/* 1495 */ .tool-container .tool-items a[title="Polish"] {
/* 1496 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -265px no-repeat;
/* 1497 */ }
/* 1498 */ 
/* 1499 */ #flags.size20 a[title="Portuguese"],
/* 1500 */ .tool-container .tool-items a[title="Portuguese"] {

/* style.css */

/* 1501 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -265px no-repeat;
/* 1502 */ }
/* 1503 */ 
/* 1504 */ #flags.size20 a.brazil[title="Portuguese"] {
/* 1505 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -439px no-repeat;
/* 1506 */ }
/* 1507 */ 
/* 1508 */ #flags.size20 a[title="Punjabi"],
/* 1509 */ .tool-container .tool-items a[title="Punjabi"] {
/* 1510 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -265px no-repeat;
/* 1511 */ }
/* 1512 */ 
/* 1513 */ #flags.size20 a[title="Romanian"],
/* 1514 */ .tool-container .tool-items a[title="Romanian"] {
/* 1515 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -294px no-repeat;
/* 1516 */ }
/* 1517 */ 
/* 1518 */ #flags.size20 a[title="Russian"],
/* 1519 */ .tool-container .tool-items a[title="Russian"] {
/* 1520 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -294px no-repeat;
/* 1521 */ }
/* 1522 */ 
/* 1523 */ #flags.size20 a[title="Serbian"],
/* 1524 */ .tool-container .tool-items a[title="Serbian"] {
/* 1525 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -294px no-repeat;
/* 1526 */ }
/* 1527 */ 
/* 1528 */ #flags.size20 a[title="Sesotho"],
/* 1529 */ .tool-container .tool-items a[title="Sesotho"] {
/* 1530 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -410px no-repeat;
/* 1531 */ }
/* 1532 */ 
/* 1533 */ #flags.size20 a[title="Sinhala"],
/* 1534 */ .tool-container .tool-items a[title="Sinhala"] {
/* 1535 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -439px no-repeat;
/* 1536 */ }
/* 1537 */ 
/* 1538 */ #flags.size20 a[title="Slovak"],
/* 1539 */ .tool-container .tool-items a[title="Slovak"] {
/* 1540 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -294px no-repeat;
/* 1541 */ }
/* 1542 */ 
/* 1543 */ #flags.size20 a[title="Slovenian"],
/* 1544 */ .tool-container .tool-items a[title="Slovenian"] {
/* 1545 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -294px no-repeat;
/* 1546 */ }
/* 1547 */ 
/* 1548 */ #flags.size20 a[title="Somali"],
/* 1549 */ .tool-container .tool-items a[title="Somali"] {
/* 1550 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -294px no-repeat;

/* style.css */

/* 1551 */ }
/* 1552 */ 
/* 1553 */ #flags.size20 a[title="Spanish"],
/* 1554 */ .tool-container .tool-items a[title="Spanish"] {
/* 1555 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -323px no-repeat;
/* 1556 */ }
/* 1557 */ 
/* 1558 */ #flags.size20 a.mexico[title="Spanish"] {
/* 1559 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -439px no-repeat;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ #flags.size20 a[title="Sundanese"],
/* 1563 */ .tool-container .tool-items a[title="Sundanese"] {
/* 1564 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -381px no-repeat;
/* 1565 */ }
/* 1566 */ 
/* 1567 */ #flags.size20 a[title="Swahili"],
/* 1568 */ .tool-container .tool-items a[title="Swahili"] {
/* 1569 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -323px no-repeat;
/* 1570 */ }
/* 1571 */ 
/* 1572 */ #flags.size20 a[title="Swedish"],
/* 1573 */ .tool-container .tool-items a[title="Swedish"] {
/* 1574 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -323px no-repeat;
/* 1575 */ }
/* 1576 */ 
/* 1577 */ #flags.size20 a[title="Tajik"],
/* 1578 */ .tool-container .tool-items a[title="Tajik"] {
/* 1579 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -439px no-repeat;
/* 1580 */ }
/* 1581 */ 
/* 1582 */ #flags.size20 a[title="Tamil"],
/* 1583 */ .tool-container .tool-items a[title="Tamil"] {
/* 1584 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -323px no-repeat;
/* 1585 */ }
/* 1586 */ 
/* 1587 */ #flags.size20 a[title="Telugu"],
/* 1588 */ .tool-container .tool-items a[title="Telugu"] {
/* 1589 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -323px no-repeat;
/* 1590 */ }
/* 1591 */ 
/* 1592 */ #flags.size20 a[title="Thai"],
/* 1593 */ .tool-container .tool-items a[title="Thai"] {
/* 1594 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -323px no-repeat;
/* 1595 */ }
/* 1596 */ 
/* 1597 */ #flags.size20 a[title="Turkish"],
/* 1598 */ .tool-container .tool-items a[title="Turkish"] {
/* 1599 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -352px no-repeat;
/* 1600 */ }

/* style.css */

/* 1601 */ 
/* 1602 */ #flags.size20 a[title="Ukranian"],
/* 1603 */ .tool-container .tool-items a[title="Ukranian"] {
/* 1604 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -352px no-repeat;
/* 1605 */ }
/* 1606 */ 
/* 1607 */ #flags.size20 a[title="Urdu"],
/* 1608 */ .tool-container .tool-items a[title="Urdu"] {
/* 1609 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -147px -352px no-repeat;
/* 1610 */ }
/* 1611 */ 
/* 1612 */ #flags.size20 a[title="Uzbek"],
/* 1613 */ .tool-container .tool-items a[title="Uzbek"] {
/* 1614 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -439px no-repeat;
/* 1615 */ }
/* 1616 */ 
/* 1617 */ #flags.size20 a[title="Vietnamese"],
/* 1618 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 1619 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -2px -381px no-repeat;
/* 1620 */ }
/* 1621 */ 
/* 1622 */ #flags.size20 a[title="Welsh"],
/* 1623 */ .tool-container .tool-items a[title="Welsh"] {
/* 1624 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -31px -381px no-repeat;
/* 1625 */ }
/* 1626 */ 
/* 1627 */ #flags.size20 a[title="Yiddish"],
/* 1628 */ .tool-container .tool-items a[title="Yiddish"] {
/* 1629 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -60px -381px no-repeat;
/* 1630 */ }
/* 1631 */ 
/* 1632 */ #flags.size20 a[title="Yoruba"],
/* 1633 */ .tool-container .tool-items a[title="Yoruba"] {
/* 1634 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -89px -381px no-repeat;
/* 1635 */ }
/* 1636 */ 
/* 1637 */ #flags.size20 a[title="Zulu"],
/* 1638 */ .tool-container .tool-items a[title="Zulu"] {
/* 1639 */     background:url('/wp-content/plugins/google-language-translator/images/flags20.png') -118px -381px no-repeat;
/* 1640 */ }
/* 1641 */ 
/* 1642 */ /* Individual flag backgrounds (16px) */
/* 1643 */ 
/* 1644 */ #flags.size16 a[title="Afrikaans"],
/* 1645 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 1646 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -5px no-repeat;
/* 1647 */ }
/* 1648 */ 
/* 1649 */ #flags.size16 a[title="Albanian"],
/* 1650 */ .tool-container .tool-items a[title="Albanian"] {

/* style.css */

/* 1651 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -5px no-repeat;
/* 1652 */ }
/* 1653 */ 
/* 1654 */ #flags.size16 a[title="Arabic"],
/* 1655 */ .tool-container .tool-items a[title="Arabic"] {
/* 1656 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -5px no-repeat;
/* 1657 */ }
/* 1658 */ 
/* 1659 */ #flags.size16 a[title="Armenian"],
/* 1660 */ .tool-container .tool-items a[title="Armenian"] {
/* 1661 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -5px no-repeat;
/* 1662 */ }
/* 1663 */ 
/* 1664 */ #flags.size16 a[title="Azerbaijani"],
/* 1665 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 1666 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -5px no-repeat;
/* 1667 */ }
/* 1668 */ 
/* 1669 */ #flags.size16 a[title="Basque"],
/* 1670 */ .tool-container .tool-items a[title="Basque"] {
/* 1671 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -5px no-repeat;
/* 1672 */ }
/* 1673 */ 
/* 1674 */ #flags.size16 a[title="Belarusian"],
/* 1675 */ .tool-container .tool-items a[title="Belarusian"] {
/* 1676 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -34px no-repeat;
/* 1677 */ }
/* 1678 */ 
/* 1679 */ #flags.size16 a[title="Bengali"],
/* 1680 */ .tool-container .tool-items a[title="Bengali"] {
/* 1681 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -34px no-repeat;
/* 1682 */ }
/* 1683 */ 
/* 1684 */ #flags.size16 a[title="Bosnian"],
/* 1685 */ .tool-container .tool-items a[title="Bosnian"] {
/* 1686 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -34px no-repeat;
/* 1687 */ }
/* 1688 */ 
/* 1689 */ #flags.size16 a[title="Bulgarian"],
/* 1690 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 1691 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -34px no-repeat;
/* 1692 */ }
/* 1693 */ 
/* 1694 */ #flags.size16 a[title="Catalan"],
/* 1695 */ .tool-container .tool-items a[title="Catalan"] {
/* 1696 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -34px no-repeat;
/* 1697 */ }
/* 1698 */ 
/* 1699 */ #flags.size16 a[title="Cebuano"],
/* 1700 */ .tool-container .tool-items a[title="Cebuano"] {

/* style.css */

/* 1701 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -34px no-repeat;
/* 1702 */ }
/* 1703 */ 
/* 1704 */ #flags.size16 a[title="Chichewa"],
/* 1705 */ .tool-container .tool-items a[title="Chichewa"] {
/* 1706 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -411px no-repeat;
/* 1707 */ }
/* 1708 */ 
/* 1709 */ #flags.size16 a[title="Chinese"],
/* 1710 */ .tool-container .tool-items a[title="Chinese"] {
/* 1711 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -63px no-repeat;
/* 1712 */ }
/* 1713 */ 
/* 1714 */ #flags.size16 a[title="Chinese(Traditional)"],
/* 1715 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 1716 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -63px no-repeat;
/* 1717 */ }
/* 1718 */ 
/* 1719 */ #flags.size16 a[title="Croatian"],
/* 1720 */ .tool-container .tool-items a[title="Croatian"] {
/* 1721 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -63px no-repeat;
/* 1722 */ }
/* 1723 */ 
/* 1724 */ #flags.size16 a[title="Czech"],
/* 1725 */ .tool-container .tool-items a[title="Czech"] {
/* 1726 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -63px no-repeat;
/* 1727 */ }
/* 1728 */ 
/* 1729 */ #flags.size16 a[title="Danish"],
/* 1730 */ .tool-container .tool-items a[title="Danish"] {
/* 1731 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -63px no-repeat;
/* 1732 */ }
/* 1733 */ 
/* 1734 */ #flags.size16 a[title="Dutch"],
/* 1735 */ .tool-container .tool-items a[title="Dutch"] {
/* 1736 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -63px no-repeat;
/* 1737 */ }
/* 1738 */ 
/* 1739 */ #flags.size16 a[title="English"],
/* 1740 */ .tool-container .tool-items a[title="English"] {
/* 1741 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -353px no-repeat;
/* 1742 */ }
/* 1743 */ 
/* 1744 */ #flags.size16 a.united-states[title="English"] {
/* 1745 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -353px no-repeat;
/* 1746 */ }
/* 1747 */ 
/* 1748 */ #flags.size16 a.canada[title="English"] {
/* 1749 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -440px no-repeat;
/* 1750 */ }

/* style.css */

/* 1751 */ 
/* 1752 */ #flags.size16 a[title="Esperanto"],
/* 1753 */ .tool-container .tool-items a[title="Esperanto"] {
/* 1754 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -92px no-repeat;
/* 1755 */ }
/* 1756 */ 
/* 1757 */ #flags.size16 a[title="Estonian"],
/* 1758 */ .tool-container .tool-items a[title="Estonian"] {
/* 1759 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -92px no-repeat;
/* 1760 */ }
/* 1761 */ 
/* 1762 */ #flags.size16 a[title="Filipino"],
/* 1763 */ .tool-container .tool-items a[title="Filipino"] {
/* 1764 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -92px no-repeat;
/* 1765 */ }
/* 1766 */ 
/* 1767 */ #flags.size16 a[title="Finnish"],
/* 1768 */ .tool-container .tool-items a[title="Finnish"] {
/* 1769 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -92px no-repeat;
/* 1770 */ }
/* 1771 */ 
/* 1772 */ #flags.size16 a[title="French"],
/* 1773 */ .tool-container .tool-items a[title="French"] {
/* 1774 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -92px no-repeat;
/* 1775 */ }
/* 1776 */ 
/* 1777 */ #flags.size16 a[title="Galician"],
/* 1778 */ .tool-container .tool-items a[title="Galician"] {
/* 1779 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -92px no-repeat;
/* 1780 */ }
/* 1781 */ 
/* 1782 */ #flags.size16 a[title="Georgian"],
/* 1783 */ .tool-container .tool-items a[title="Georgian"] {
/* 1784 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -121px no-repeat;
/* 1785 */ }
/* 1786 */ 
/* 1787 */ #flags.size16 a[title="German"],
/* 1788 */ .tool-container .tool-items a[title="German"] {
/* 1789 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -121px no-repeat;
/* 1790 */ }
/* 1791 */ 
/* 1792 */ #flags.size16 a[title="Greek"],
/* 1793 */ .tool-container .tool-items a[title="Greek"] {
/* 1794 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -121px no-repeat;
/* 1795 */ }
/* 1796 */ 
/* 1797 */ #flags.size16 a[title="Gujarati"],
/* 1798 */ .tool-container .tool-items a[title="Gujarati"] {
/* 1799 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -121px no-repeat;
/* 1800 */ }

/* style.css */

/* 1801 */ 
/* 1802 */ #flags.size16 a[title="Haitian"],
/* 1803 */ .tool-container .tool-items a[title="Haitian"] {
/* 1804 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -121px no-repeat;
/* 1805 */ }
/* 1806 */ 
/* 1807 */ #flags.size16 a[title="Hausa"],
/* 1808 */ .tool-container .tool-items a[title="Hausa"] {
/* 1809 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -121px no-repeat;
/* 1810 */ }
/* 1811 */ 
/* 1812 */ #flags.size16 a[title="Hebrew"],
/* 1813 */ .tool-container .tool-items a[title="Hebrew"] {
/* 1814 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -150px no-repeat;
/* 1815 */ }
/* 1816 */ 
/* 1817 */ #flags.size16 a[title="Hindi"],
/* 1818 */ .tool-container .tool-items a[title="Hindi"] {
/* 1819 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -150px no-repeat;
/* 1820 */ }
/* 1821 */ 
/* 1822 */ #flags.size16 a[title="Hmong"],
/* 1823 */ .tool-container .tool-items a[title="Hmong"] {
/* 1824 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -150px no-repeat;
/* 1825 */ }
/* 1826 */ 
/* 1827 */ #flags.size16 a[title="Hungarian"],
/* 1828 */ .tool-container .tool-items a[title="Hungarian"] {
/* 1829 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -150px no-repeat;
/* 1830 */ }
/* 1831 */ 
/* 1832 */ #flags.size16 a[title="Icelandic"],
/* 1833 */ .tool-container .tool-items a[title="Icelandic"] {
/* 1834 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -150px no-repeat;
/* 1835 */ }
/* 1836 */ 
/* 1837 */ #flags.size16 a[title="Igbo"],
/* 1838 */ .tool-container .tool-items a[title="Igbo"] {
/* 1839 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -150px no-repeat;
/* 1840 */ }
/* 1841 */ 
/* 1842 */ #flags.size16 a[title="Indonesian"],
/* 1843 */ .tool-container .tool-items a[title="Indonesian"] {
/* 1844 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -179px no-repeat;
/* 1845 */ }
/* 1846 */ 
/* 1847 */ #flags.size16 a[title="Irish"],
/* 1848 */ .tool-container .tool-items a[title="Irish"] {
/* 1849 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -179px no-repeat;
/* 1850 */ }

/* style.css */

/* 1851 */ 
/* 1852 */ #flags.size16 a[title="Italian"],
/* 1853 */ .tool-container .tool-items a[title="Italian"] {
/* 1854 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -179px no-repeat;
/* 1855 */ }
/* 1856 */ 
/* 1857 */ #flags.size16 a[title="Japanese"],
/* 1858 */ .tool-container .tool-items a[title="Japanese"] {
/* 1859 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -179px no-repeat;
/* 1860 */ }
/* 1861 */ 
/* 1862 */ #flags.size16 a[title="Javanese"],
/* 1863 */ .tool-container .tool-items a[title="Javanese"] {
/* 1864 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -179px no-repeat;
/* 1865 */ }
/* 1866 */ 
/* 1867 */ #flags.size16 a[title="Kannada"],
/* 1868 */ .tool-container .tool-items a[title="Kannada"] {
/* 1869 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -179px no-repeat;
/* 1870 */ }
/* 1871 */ 
/* 1872 */ #flags.size16 a[title="Kazakh"],
/* 1873 */ .tool-container .tool-items a[title="Kazakh"] {
/* 1874 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -411px no-repeat;
/* 1875 */ }
/* 1876 */ 
/* 1877 */ #flags.size16 a[title="Khmer"],
/* 1878 */ .tool-container .tool-items a[title="Khmer"] {
/* 1879 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -208px no-repeat;
/* 1880 */ }
/* 1881 */ 
/* 1882 */ #flags.size16 a[title="Korean"],
/* 1883 */ .tool-container .tool-items a[title="Korean"] {
/* 1884 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -208px no-repeat;
/* 1885 */ }
/* 1886 */ 
/* 1887 */ #flags.size16 a[title="Lao"],
/* 1888 */ .tool-container .tool-items a[title="Lao"] {
/* 1889 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -208px no-repeat;
/* 1890 */ }
/* 1891 */ 
/* 1892 */ #flags.size16 a[title="Latin"],
/* 1893 */ .tool-container .tool-items a[title="Latin"] {
/* 1894 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -208px no-repeat;
/* 1895 */ }
/* 1896 */ 
/* 1897 */ #flags.size16 a[title="Latvian"],
/* 1898 */ .tool-container .tool-items a[title="Latvian"] {
/* 1899 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -208px no-repeat;
/* 1900 */ }

/* style.css */

/* 1901 */ 
/* 1902 */ #flags.size16 a[title="Lithuanian"],
/* 1903 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 1904 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -208px no-repeat;
/* 1905 */ }
/* 1906 */ 
/* 1907 */ #flags.size16 a[title="Macedonian"],
/* 1908 */ .tool-container .tool-items a[title="Macedonian"] {
/* 1909 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -237px no-repeat;
/* 1910 */ }
/* 1911 */ 
/* 1912 */ #flags.size16 a[title="Malay"],
/* 1913 */ .tool-container .tool-items a[title="Malay"] {
/* 1914 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -237px no-repeat;
/* 1915 */ }
/* 1916 */ 
/* 1917 */ #flags.size16 a[title="Malagasy"],
/* 1918 */ .tool-container .tool-items a[title="Malagasy"] {
/* 1919 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -411px no-repeat;
/* 1920 */ }
/* 1921 */ 
/* 1922 */ #flags.size16 a[title="Malayalam"],
/* 1923 */ .tool-container .tool-items a[title="Malayalam"] {
/* 1924 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -411px no-repeat;
/* 1925 */ }
/* 1926 */ 
/* 1927 */ #flags.size16 a[title="Maltese"],
/* 1928 */ .tool-container .tool-items a[title="Maltese"] {
/* 1929 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -237px no-repeat;
/* 1930 */ }
/* 1931 */ 
/* 1932 */ #flags.size16 a[title="Maori"],
/* 1933 */ .tool-container .tool-items a[title="Maori"] {
/* 1934 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -237px no-repeat;
/* 1935 */ }
/* 1936 */ 
/* 1937 */ #flags.size16 a[title="Marathi"],
/* 1938 */ .tool-container .tool-items a[title="Marathi"] {
/* 1939 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -237px no-repeat;
/* 1940 */ }
/* 1941 */ 
/* 1942 */ #flags.size16 a[title="Mongolian"],
/* 1943 */ .tool-container .tool-items a[title="Mongolian"] {
/* 1944 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -237px no-repeat;
/* 1945 */ }
/* 1946 */ 
/* 1947 */ #flags.size16 a[title="Myanmar(Burmese)"],
/* 1948 */ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
/* 1949 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -411px no-repeat;
/* 1950 */ }

/* style.css */

/* 1951 */ 
/* 1952 */ #flags.size16 a[title="Nepali"],
/* 1953 */ .tool-container .tool-items a[title="Nepali"] {
/* 1954 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -266px no-repeat;
/* 1955 */ }
/* 1956 */ 
/* 1957 */ #flags.size16 a[title="Norwegian"],
/* 1958 */ .tool-container .tool-items a[title="Norwegian"] {
/* 1959 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -266px no-repeat;
/* 1960 */ }
/* 1961 */ 
/* 1962 */ #flags.size16 a[title="Persian"],
/* 1963 */ .tool-container .tool-items a[title="Persian"] {
/* 1964 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -266px no-repeat;
/* 1965 */ }
/* 1966 */ 
/* 1967 */ #flags.size16 a[title="Polish"],
/* 1968 */ .tool-container .tool-items a[title="Polish"] {
/* 1969 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -266px no-repeat;
/* 1970 */ }
/* 1971 */ 
/* 1972 */ #flags.size16 a[title="Portuguese"],
/* 1973 */ .tool-container .tool-items a[title="Portuguese"] {
/* 1974 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -266px no-repeat;
/* 1975 */ }
/* 1976 */ 
/* 1977 */ #flags.size16 a.brazil[title="Portuguese"] {
/* 1978 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -440px no-repeat;
/* 1979 */ }
/* 1980 */ 
/* 1981 */ #flags.size16 a[title="Punjabi"],
/* 1982 */ .tool-container .tool-items a[title="Punjabi"] {
/* 1983 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -266px no-repeat;
/* 1984 */ }
/* 1985 */ 
/* 1986 */ #flags.size16 a[title="Romanian"],
/* 1987 */ .tool-container .tool-items a[title="Romanian"] {
/* 1988 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -295px no-repeat;
/* 1989 */ }
/* 1990 */ 
/* 1991 */ #flags.size16 a[title="Russian"],
/* 1992 */ .tool-container .tool-items a[title="Russian"] {
/* 1993 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -295px no-repeat;
/* 1994 */ }
/* 1995 */ 
/* 1996 */ #flags.size16 a[title="Serbian"],
/* 1997 */ .tool-container .tool-items a[title="Serbian"] {
/* 1998 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -295px no-repeat;
/* 1999 */ }
/* 2000 */ 

/* style.css */

/* 2001 */ #flags.size16 a[title="Sesotho"],
/* 2002 */ .tool-container .tool-items a[title="Sesotho"] {
/* 2003 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -411px no-repeat;
/* 2004 */ }
/* 2005 */ 
/* 2006 */ #flags.size16 a[title="Sinhala"],
/* 2007 */ .tool-container .tool-items a[title="Sinhala"] {
/* 2008 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -440px no-repeat;
/* 2009 */ }
/* 2010 */ 
/* 2011 */ #flags.size16 a[title="Slovak"],
/* 2012 */ .tool-container .tool-items a[title="Slovak"] {
/* 2013 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -295px no-repeat;
/* 2014 */ }
/* 2015 */ 
/* 2016 */ #flags.size16 a[title="Slovenian"],
/* 2017 */ .tool-container .tool-items a[title="Slovenian"] {
/* 2018 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -295px no-repeat;
/* 2019 */ }
/* 2020 */ 
/* 2021 */ #flags.size16 a[title="Somali"],
/* 2022 */ .tool-container .tool-items a[title="Somali"] {
/* 2023 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -295px no-repeat;
/* 2024 */ }
/* 2025 */ 
/* 2026 */ #flags.size16 a[title="Spanish"],
/* 2027 */ .tool-container .tool-items a[title="Spanish"] {
/* 2028 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -324px no-repeat;
/* 2029 */ }
/* 2030 */ 
/* 2031 */ #flags.size16 a.mexico[title="Spanish"] {
/* 2032 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -440px no-repeat;
/* 2033 */ }
/* 2034 */ 
/* 2035 */ #flags.size16 a[title="Swahili"],
/* 2036 */ .tool-container .tool-items a[title="Swahili"] {
/* 2037 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -324px no-repeat;
/* 2038 */ }
/* 2039 */ 
/* 2040 */ #flags.size16 a[title="Swedish"],
/* 2041 */ .tool-container .tool-items a[title="Swedish"] {
/* 2042 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -324px no-repeat;
/* 2043 */ }
/* 2044 */ 
/* 2045 */ #flags.size16 a[title="Sundanese"],
/* 2046 */ .tool-container .tool-items a[title="Sundanese"] {
/* 2047 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -382px no-repeat;
/* 2048 */ }
/* 2049 */ 
/* 2050 */ #flags.size16 a[title="Tajik"],

/* style.css */

/* 2051 */ .tool-container .tool-items a[title="Tajik"] {
/* 2052 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -440px no-repeat;
/* 2053 */ }
/* 2054 */ 
/* 2055 */ #flags.size16 a[title="Tamil"],
/* 2056 */ .tool-container .tool-items a[title="Tamil"] {
/* 2057 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -324px no-repeat;
/* 2058 */ }
/* 2059 */ 
/* 2060 */ #flags.size16 a[title="Telugu"],
/* 2061 */ .tool-container .tool-items a[title="Telugu"] {
/* 2062 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -324px no-repeat;
/* 2063 */ }
/* 2064 */ 
/* 2065 */ #flags.size16 a[title="Thai"],
/* 2066 */ .tool-container .tool-items a[title="Thai"] {
/* 2067 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -324px no-repeat;
/* 2068 */ }
/* 2069 */ 
/* 2070 */ #flags.size16 a[title="Turkish"],
/* 2071 */ .tool-container .tool-items a[title="Turkish"] {
/* 2072 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -353px no-repeat;
/* 2073 */ }
/* 2074 */ 
/* 2075 */ #flags.size16 a[title="Ukranian"],
/* 2076 */ .tool-container .tool-items a[title="Ukranian"] {
/* 2077 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -353px no-repeat;
/* 2078 */ }
/* 2079 */ 
/* 2080 */ #flags.size16 a[title="Urdu"],
/* 2081 */ .tool-container .tool-items a[title="Urdu"] {
/* 2082 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -149px -353px no-repeat;
/* 2083 */ }
/* 2084 */ 
/* 2085 */ #flags.size16 a[title="Uzbek"],
/* 2086 */ .tool-container .tool-items a[title="Uzbek"] {
/* 2087 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -440px no-repeat;
/* 2088 */ }
/* 2089 */ 
/* 2090 */ #flags.size16 a[title="Vietnamese"],
/* 2091 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 2092 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -4px -382px no-repeat;
/* 2093 */ }
/* 2094 */ 
/* 2095 */ #flags.size16 a[title="Welsh"],
/* 2096 */ .tool-container .tool-items a[title="Welsh"] {
/* 2097 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -33px -382px no-repeat;
/* 2098 */ }
/* 2099 */ 
/* 2100 */ #flags.size16 a[title="Yiddish"],

/* style.css */

/* 2101 */ .tool-container .tool-items a[title="Yiddish"] {
/* 2102 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -62px -382px no-repeat;
/* 2103 */ }
/* 2104 */ 
/* 2105 */ #flags.size16 a[title="Yoruba"],
/* 2106 */ .tool-container .tool-items a[title="Yoruba"] {
/* 2107 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -91px -382px no-repeat;
/* 2108 */ }
/* 2109 */ 
/* 2110 */ #flags.size16 a[title="Zulu"],
/* 2111 */ .tool-container .tool-items a[title="Zulu"] {
/* 2112 */     background:url('/wp-content/plugins/google-language-translator/images/flags16.png') -120px -382px no-repeat;
/* 2113 */ }
/* 2114 */ 
/* 2115 */ /* Individual flag backgrounds (24px) */
/* 2116 */ 
/* 2117 */ #flags.size24 a[title="Afrikaans"],
/* 2118 */ .tool-container .tool-items a[title="Afrikaans"] {
/* 2119 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -3px no-repeat;
/* 2120 */ }
/* 2121 */ 
/* 2122 */ #flags.size24 a[title="Albanian"],
/* 2123 */ .tool-container .tool-items a[title="Albanian"] {
/* 2124 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -3px no-repeat;
/* 2125 */ }
/* 2126 */ 
/* 2127 */ #flags.size24 a[title="Arabic"],
/* 2128 */ .tool-container .tool-items a[title="Arabic"] {
/* 2129 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -3px no-repeat;
/* 2130 */ }
/* 2131 */ 
/* 2132 */ #flags.size24 a[title="Armenian"],
/* 2133 */ .tool-container .tool-items a[title="Armenian"] {
/* 2134 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -3px no-repeat;
/* 2135 */ }
/* 2136 */ 
/* 2137 */ #flags.size24 a[title="Azerbaijani"],
/* 2138 */ .tool-container .tool-items a[title="Azerbaijani"] {
/* 2139 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -3px no-repeat;
/* 2140 */ }
/* 2141 */ 
/* 2142 */ #flags.size24 a[title="Basque"],
/* 2143 */ .tool-container .tool-items a[title="Basque"] {
/* 2144 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -3px no-repeat;
/* 2145 */ }
/* 2146 */ 
/* 2147 */ #flags.size24 a[title="Belarusian"],
/* 2148 */ .tool-container .tool-items a[title="Belarusian"] {
/* 2149 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -32px no-repeat;
/* 2150 */ }

/* style.css */

/* 2151 */ 
/* 2152 */ #flags.size24 a[title="Bengali"],
/* 2153 */ .tool-container .tool-items a[title="Bengali"] {
/* 2154 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -32px no-repeat;
/* 2155 */ }
/* 2156 */ 
/* 2157 */ #flags.size24 a[title="Bosnian"],
/* 2158 */ .tool-container .tool-items a[title="Bosnian"] {
/* 2159 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -32px no-repeat;
/* 2160 */ }
/* 2161 */ 
/* 2162 */ #flags.size24 a[title="Bulgarian"],
/* 2163 */ .tool-container .tool-items a[title="Bulgarian"] {
/* 2164 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -32px no-repeat;
/* 2165 */ }
/* 2166 */ 
/* 2167 */ #flags.size24 a[title="Catalan"],
/* 2168 */ .tool-container .tool-items a[title="Catalan"] {
/* 2169 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -32px no-repeat;
/* 2170 */ }
/* 2171 */ 
/* 2172 */ #flags.size24 a[title="Cebuano"],
/* 2173 */ .tool-container .tool-items a[title="Cebuano"] {
/* 2174 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -32px no-repeat;
/* 2175 */ }
/* 2176 */ 
/* 2177 */ #flags.size24 a[title="Chichewa"],
/* 2178 */ .tool-container .tool-items a[title="Chichewa"] {
/* 2179 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -409px no-repeat;
/* 2180 */ }
/* 2181 */ 
/* 2182 */ #flags.size24 a[title="Chinese"],
/* 2183 */ .tool-container .tool-items a[title="Chinese"] {
/* 2184 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -61px no-repeat;
/* 2185 */ }
/* 2186 */ 
/* 2187 */ #flags.size24 a[title="Chinese(Traditional)"],
/* 2188 */ .tool-container .tool-items a[title="Chinese(Traditional)"] {
/* 2189 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -61px no-repeat;
/* 2190 */ }
/* 2191 */ 
/* 2192 */ #flags.size24 a[title="Croatian"],
/* 2193 */ .tool-container .tool-items a[title="Croatian"] {
/* 2194 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -61px no-repeat;
/* 2195 */ }
/* 2196 */ 
/* 2197 */ #flags.size24 a[title="Czech"],
/* 2198 */ .tool-container .tool-items a[title="Czech"] {
/* 2199 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -61px no-repeat;
/* 2200 */ }

/* style.css */

/* 2201 */ 
/* 2202 */ #flags.size24 a[title="Danish"],
/* 2203 */ .tool-container .tool-items a[title="Danish"] {
/* 2204 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -61px no-repeat;
/* 2205 */ }
/* 2206 */ 
/* 2207 */ #flags.size24 a[title="Dutch"],
/* 2208 */ .tool-container .tool-items a[title="Dutch"] {
/* 2209 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -61px no-repeat;
/* 2210 */ }
/* 2211 */ 
/* 2212 */ #flags.size24 a[title="English"],
/* 2213 */ .tool-container .tool-items a[title="English"] {
/* 2214 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -351px no-repeat;
/* 2215 */ }
/* 2216 */ 
/* 2217 */ #flags.size24 a.united-states[title="English"],
/* 2218 */ .tool-container a.united-states[title="English"] {
/* 2219 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -351px no-repeat !important;
/* 2220 */ }
/* 2221 */ 
/* 2222 */ #flags.size24 a.canada[title="English"],
/* 2223 */ .tool-container a.canada[title="English"] {
/* 2224 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -438px no-repeat !important;
/* 2225 */ }
/* 2226 */ 
/* 2227 */ #flags.size24 a[title="Esperanto"],
/* 2228 */ .tool-container .tool-items a[title="Esperanto"] {
/* 2229 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -90px no-repeat;
/* 2230 */ }
/* 2231 */ 
/* 2232 */ #flags.size24 a[title="Estonian"],
/* 2233 */ .tool-container .tool-items a[title="Estonian"] {
/* 2234 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -90px no-repeat;
/* 2235 */ }
/* 2236 */ 
/* 2237 */ #flags.size24 a[title="Filipino"],
/* 2238 */ .tool-container .tool-items a[title="Filipino"] {
/* 2239 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -90px no-repeat;
/* 2240 */ }
/* 2241 */ 
/* 2242 */ #flags.size24 a[title="Finnish"],
/* 2243 */ .tool-container .tool-items a[title="Finnish"] {
/* 2244 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -90px no-repeat;
/* 2245 */ }
/* 2246 */ 
/* 2247 */ #flags.size24 a[title="French"],
/* 2248 */ .tool-container .tool-items a[title="French"] {
/* 2249 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -90px no-repeat;
/* 2250 */ }

/* style.css */

/* 2251 */ 
/* 2252 */ #flags.size24 a[title="Galician"],
/* 2253 */ .tool-container .tool-items a[title="Galician"] {
/* 2254 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -90px no-repeat;
/* 2255 */ }
/* 2256 */ 
/* 2257 */ #flags.size24 a[title="Georgian"],
/* 2258 */ .tool-container .tool-items a[title="Georgian"] {
/* 2259 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -119px no-repeat;
/* 2260 */ }
/* 2261 */ 
/* 2262 */ #flags.size24 a[title="German"],
/* 2263 */ .tool-container .tool-items a[title="German"] {
/* 2264 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -119px no-repeat;
/* 2265 */ }
/* 2266 */ 
/* 2267 */ #flags.size24 a[title="Greek"],
/* 2268 */ .tool-container .tool-items a[title="Greek"] {
/* 2269 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -119px no-repeat;
/* 2270 */ }
/* 2271 */ 
/* 2272 */ #flags.size24 a[title="Gujarati"],
/* 2273 */ .tool-container .tool-items a[title="Gujarati"] {
/* 2274 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -119px no-repeat;
/* 2275 */ }
/* 2276 */ 
/* 2277 */ #flags.size24 a[title="Haitian"],
/* 2278 */ .tool-container .tool-items a[title="Haitian"] {
/* 2279 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -119px no-repeat;
/* 2280 */ }
/* 2281 */ 
/* 2282 */ #flags.size24 a[title="Hausa"],
/* 2283 */ .tool-container .tool-items a[title="Hausa"] {
/* 2284 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -119px no-repeat;
/* 2285 */ }
/* 2286 */ 
/* 2287 */ #flags.size24 a[title="Hebrew"],
/* 2288 */ .tool-container .tool-items a[title="Hebrew"] {
/* 2289 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -148px no-repeat;
/* 2290 */ }
/* 2291 */ 
/* 2292 */ #flags.size24 a[title="Hindi"],
/* 2293 */ .tool-container .tool-items a[title="Hindi"] {
/* 2294 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -148px no-repeat;
/* 2295 */ }
/* 2296 */ 
/* 2297 */ #flags.size24 a[title="Hmong"],
/* 2298 */ .tool-container .tool-items a[title="Hmong"] {
/* 2299 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -148px no-repeat;
/* 2300 */ }

/* style.css */

/* 2301 */ 
/* 2302 */ #flags.size24 a[title="Hungarian"],
/* 2303 */ .tool-container .tool-items a[title="Hungarian"] {
/* 2304 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -148px no-repeat;
/* 2305 */ }
/* 2306 */ 
/* 2307 */ #flags.size24 a[title="Icelandic"],
/* 2308 */ .tool-container .tool-items a[title="Icelandic"] {
/* 2309 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -148px no-repeat;
/* 2310 */ }
/* 2311 */ 
/* 2312 */ #flags.size24 a[title="Igbo"],
/* 2313 */ .tool-container .tool-items a[title="Igbo"] {
/* 2314 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -148px no-repeat;
/* 2315 */ }
/* 2316 */ 
/* 2317 */ #flags.size24 a[title="Indonesian"],
/* 2318 */ .tool-container .tool-items a[title="Indonesian"] {
/* 2319 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -177px no-repeat;
/* 2320 */ }
/* 2321 */ 
/* 2322 */ #flags.size24 a[title="Irish"],
/* 2323 */ .tool-container .tool-items a[title="Irish"] {
/* 2324 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -177px no-repeat;
/* 2325 */ }
/* 2326 */ 
/* 2327 */ #flags.size24 a[title="Italian"],
/* 2328 */ .tool-container .tool-items a[title="Italian"] {
/* 2329 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -177px no-repeat;
/* 2330 */ }
/* 2331 */ 
/* 2332 */ #flags.size24 a[title="Japanese"],
/* 2333 */ .tool-container .tool-items a[title="Japanese"] {
/* 2334 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -177px no-repeat;
/* 2335 */ }
/* 2336 */ 
/* 2337 */ #flags.size24 a[title="Javanese"],
/* 2338 */ .tool-container .tool-items a[title="Javanese"] {
/* 2339 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -177px no-repeat;
/* 2340 */ }
/* 2341 */ 
/* 2342 */ #flags.size24 a[title="Kannada"],
/* 2343 */ .tool-container .tool-items a[title="Kannada"] {
/* 2344 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -177px no-repeat;
/* 2345 */ }
/* 2346 */ 
/* 2347 */ #flags.size24 a[title="Kazakh"],
/* 2348 */ .tool-container .tool-items a[title="Kazakh"] {
/* 2349 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -409px no-repeat;
/* 2350 */ }

/* style.css */

/* 2351 */ 
/* 2352 */ #flags.size24 a[title="Khmer"],
/* 2353 */ .tool-container .tool-items a[title="Khmer"] {
/* 2354 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -206px no-repeat;
/* 2355 */ }
/* 2356 */ 
/* 2357 */ #flags.size24 a[title="Korean"],
/* 2358 */ .tool-container .tool-items a[title="Korean"] {
/* 2359 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -206px no-repeat;
/* 2360 */ }
/* 2361 */ 
/* 2362 */ #flags.size24 a[title="Lao"],
/* 2363 */ .tool-container .tool-items a[title="Lao"] {
/* 2364 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -206px no-repeat;
/* 2365 */ }
/* 2366 */ 
/* 2367 */ #flags.size24 a[title="Latin"],
/* 2368 */ .tool-container .tool-items a[title="Latin"] {
/* 2369 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -206px no-repeat;
/* 2370 */ }
/* 2371 */ 
/* 2372 */ #flags.size24 a[title="Latvian"],
/* 2373 */ .tool-container .tool-items a[title="Latvian"] {
/* 2374 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -206px no-repeat;
/* 2375 */ }
/* 2376 */ 
/* 2377 */ #flags.size24 a[title="Lithuanian"],
/* 2378 */ .tool-container .tool-items a[title="Lithuanian"] {
/* 2379 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -206px no-repeat;
/* 2380 */ }
/* 2381 */ 
/* 2382 */ #flags.size24 a[title="Macedonian"],
/* 2383 */ .tool-container .tool-items a[title="Macedonian"] {
/* 2384 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -235px no-repeat;
/* 2385 */ }
/* 2386 */ 
/* 2387 */ #flags.size24 a[title="Malagasy"],
/* 2388 */ .tool-container .tool-items a[title="Malagasy"] {
/* 2389 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -409px no-repeat;
/* 2390 */ }
/* 2391 */ 
/* 2392 */ #flags.size24 a[title="Malay"],
/* 2393 */ .tool-container .tool-items a[title="Malay"] {
/* 2394 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -235px no-repeat;
/* 2395 */ }
/* 2396 */ 
/* 2397 */ #flags.size24 a[title="Malayalam"],
/* 2398 */ .tool-container .tool-items a[title="Malayalam"] {
/* 2399 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -409px no-repeat;
/* 2400 */ }

/* style.css */

/* 2401 */ 
/* 2402 */ #flags.size24 a[title="Maltese"],
/* 2403 */ .tool-container .tool-items a[title="Maltese"] {
/* 2404 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -235px no-repeat;
/* 2405 */ }
/* 2406 */ 
/* 2407 */ #flags.size24 a[title="Maori"],
/* 2408 */ .tool-container .tool-items a[title="Maori"] {
/* 2409 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -235px no-repeat;
/* 2410 */ }
/* 2411 */ 
/* 2412 */ #flags.size24 a[title="Marathi"],
/* 2413 */ .tool-container .tool-items a[title="Marathi"] {
/* 2414 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -235px no-repeat;
/* 2415 */ }
/* 2416 */ 
/* 2417 */ #flags.size24 a[title="Mongolian"],
/* 2418 */ .tool-container .tool-items a[title="Mongolian"] {
/* 2419 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -235px no-repeat;
/* 2420 */ }
/* 2421 */ 
/* 2422 */ #flags.size24 a[title="Myanmar(Burmese)"],
/* 2423 */ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
/* 2424 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -409px no-repeat;
/* 2425 */ }
/* 2426 */ 
/* 2427 */ #flags.size24 a[title="Nepali"],
/* 2428 */ .tool-container .tool-items a[title="Nepali"] {
/* 2429 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -264px no-repeat;
/* 2430 */ }
/* 2431 */ 
/* 2432 */ #flags.size24 a[title="Norwegian"],
/* 2433 */ .tool-container .tool-items a[title="Norwegian"] {
/* 2434 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -264px no-repeat;
/* 2435 */ }
/* 2436 */ 
/* 2437 */ #flags.size24 a[title="Persian"],
/* 2438 */ .tool-container .tool-items a[title="Persian"] {
/* 2439 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -264px no-repeat;
/* 2440 */ }
/* 2441 */ 
/* 2442 */ #flags.size24 a[title="Polish"],
/* 2443 */ .tool-container .tool-items a[title="Polish"] {
/* 2444 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -264px no-repeat;
/* 2445 */ }
/* 2446 */ 
/* 2447 */ #flags.size24 a[title="Portuguese"],
/* 2448 */ .tool-container .tool-items a[title="Portuguese"] {
/* 2449 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -264px no-repeat;
/* 2450 */ }

/* style.css */

/* 2451 */ 
/* 2452 */ #flags.size24 a.brazil[title="Portuguese"],
/* 2453 */ .tool-container a.brazil[title="Portuguese"] {
/* 2454 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -438px no-repeat !important;
/* 2455 */ }
/* 2456 */ 
/* 2457 */ #flags.size24 a[title="Punjabi"],
/* 2458 */ .tool-container .tool-items a[title="Punjabi"] {
/* 2459 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -264px no-repeat;
/* 2460 */ }
/* 2461 */ 
/* 2462 */ #flags.size24 a[title="Romanian"],
/* 2463 */ .tool-container .tool-items a[title="Romanian"] {
/* 2464 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -293px no-repeat;
/* 2465 */ }
/* 2466 */ 
/* 2467 */ #flags.size24 a[title="Russian"],
/* 2468 */ .tool-container .tool-items a[title="Russian"] {
/* 2469 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -293px no-repeat;
/* 2470 */ }
/* 2471 */ 
/* 2472 */ #flags.size24 a[title="Serbian"],
/* 2473 */ .tool-container .tool-items a[title="Serbian"] {
/* 2474 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -293px no-repeat;
/* 2475 */ }
/* 2476 */ 
/* 2477 */ #flags.size24 a[title="Sesotho"],
/* 2478 */ .tool-container .tool-items a[title="Sesotho"] {
/* 2479 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -409px no-repeat;
/* 2480 */ }
/* 2481 */ 
/* 2482 */ #flags.size24 a[title="Sinhala"],
/* 2483 */ .tool-container .tool-items a[title="Sinhala"] {
/* 2484 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0px -438px no-repeat;
/* 2485 */ }
/* 2486 */ 
/* 2487 */ #flags.size24 a[title="Slovak"],
/* 2488 */ .tool-container .tool-items a[title="Slovak"] {
/* 2489 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -293px no-repeat;
/* 2490 */ }
/* 2491 */ 
/* 2492 */ #flags.size24 a[title="Slovenian"],
/* 2493 */ .tool-container .tool-items a[title="Slovenian"] {
/* 2494 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -293px no-repeat;
/* 2495 */ }
/* 2496 */ 
/* 2497 */ #flags.size24 a[title="Somali"],
/* 2498 */ .tool-container .tool-items a[title="Somali"] {
/* 2499 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -293px no-repeat;
/* 2500 */ }

/* style.css */

/* 2501 */ 
/* 2502 */ #flags.size24 a[title="Spanish"],
/* 2503 */ .tool-container .tool-items a[title="Spanish"] {
/* 2504 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -322px no-repeat;
/* 2505 */ }
/* 2506 */ 
/* 2507 */ #flags.size24 a.mexico[title="Spanish"],
/* 2508 */ .tool-container a.mexico[title="Spanish"] {
/* 2509 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -438px no-repeat !important;
/* 2510 */ }
/* 2511 */ 
/* 2512 */ #flags.size24 a[title="Sundanese"],
/* 2513 */ .tool-container .tool-items a[title="Sundanese"] {
/* 2514 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -380px no-repeat;
/* 2515 */ }
/* 2516 */ 
/* 2517 */ #flags.size24 a[title="Swahili"],
/* 2518 */ .tool-container .tool-items a[title="Swahili"] {
/* 2519 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -322px no-repeat;
/* 2520 */ }
/* 2521 */ 
/* 2522 */ #flags.size24 a[title="Swedish"],
/* 2523 */ .tool-container .tool-items a[title="Swedish"] {
/* 2524 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -322px no-repeat;
/* 2525 */ }
/* 2526 */ 
/* 2527 */ #flags.size24 a[title="Tajik"],
/* 2528 */ .tool-container .tool-items a[title="Tajik"] {
/* 2529 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -438px no-repeat;
/* 2530 */ }
/* 2531 */ 
/* 2532 */ #flags.size24 a[title="Tamil"],
/* 2533 */ .tool-container .tool-items a[title="Tamil"] {
/* 2534 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -322px no-repeat;
/* 2535 */ }
/* 2536 */ 
/* 2537 */ #flags.size24 a[title="Telugu"],
/* 2538 */ .tool-container .tool-items a[title="Telugu"] {
/* 2539 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -322px no-repeat;
/* 2540 */ }
/* 2541 */ 
/* 2542 */ #flags.size24 a[title="Thai"],
/* 2543 */ .tool-container .tool-items a[title="Thai"] {
/* 2544 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -322px no-repeat;
/* 2545 */ }
/* 2546 */ 
/* 2547 */ #flags.size24 a[title="Turkish"],
/* 2548 */ .tool-container .tool-items a[title="Turkish"] {
/* 2549 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -351px no-repeat;
/* 2550 */ }

/* style.css */

/* 2551 */ 
/* 2552 */ #flags.size24 a[title="Ukranian"],
/* 2553 */ .tool-container .tool-items a[title="Ukranian"] {
/* 2554 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -351px no-repeat;
/* 2555 */ }
/* 2556 */ 
/* 2557 */ #flags.size24 a[title="Urdu"],
/* 2558 */ .tool-container .tool-items a[title="Urdu"] {
/* 2559 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -145px -351px no-repeat;
/* 2560 */ }
/* 2561 */ 
/* 2562 */ #flags.size24 a[title="Uzbek"],
/* 2563 */ .tool-container .tool-items a[title="Uzbek"] {
/* 2564 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -438px no-repeat;
/* 2565 */ }
/* 2566 */ 
/* 2567 */ #flags.size24 a[title="Vietnamese"],
/* 2568 */ .tool-container .tool-items a[title="Vietnamese"] {
/* 2569 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') 0 -380px no-repeat;
/* 2570 */ }
/* 2571 */ 
/* 2572 */ #flags.size24 a[title="Welsh"],
/* 2573 */ .tool-container .tool-items a[title="Welsh"] {
/* 2574 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -29px -380px no-repeat;
/* 2575 */ }
/* 2576 */ 
/* 2577 */ #flags.size24 a[title="Yiddish"],
/* 2578 */ .tool-container .tool-items a[title="Yiddish"] {
/* 2579 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -58px -380px no-repeat;
/* 2580 */ }
/* 2581 */ 
/* 2582 */ #flags.size24 a[title="Yoruba"],
/* 2583 */ .tool-container .tool-items a[title="Yoruba"] {
/* 2584 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -87px -380px no-repeat;
/* 2585 */ }
/* 2586 */ 
/* 2587 */ #flags.size24 a[title="Zulu"],
/* 2588 */ .tool-container .tool-items a[title="Zulu"] {
/* 2589 */     background:url('/wp-content/plugins/google-language-translator/images/flags.png') -116px -380px no-repeat;
/* 2590 */ }

/* jetpack.css */

/* 1 */ /*!
/* 2 *| * Do not modify this file directly.  It is concatenated from individual module CSS files.
/* 3 *| */
/* 4 */ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) center center/200px 126px no-repeat}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .skypeShare{width:55px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00AFF0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=50)";opacity:.5;direction:ltr;transition:300ms opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em;content:"\f415"}.jetpack-social-navigation a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation a[href*="wordpress.com"]:before,.jetpack-social-navigation a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}

/* wpgmza_style.css */

/* 1   */ .wpgmza_map {
/* 2   */     border:0;
/* 3   */     
/* 4   */ }
/* 5   */ .wpgmza_hide_input { display:none !important; }
/* 6   */ .wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:20px; }
/* 7   */ 
/* 8   */ 
/* 9   */ .wpgmza_map img {
/* 10  */     border: none !important;
/* 11  */     background-color:transparent !important;
/* 12  */     padding:0 !important;
/* 13  */     box-shadow: none !important;
/* 14  */     
/* 15  */     
/* 16  */ }
/* 17  */ #wpgmza_map img { box-shadow: none !important; }
/* 18  */ .wpgmza_table img {
/* 19  */     box-shadow: none !important;
/* 20  */     
/* 21  */ }
/* 22  */ .gm-style div { margin-top:0 !important; }
/* 23  */ 
/* 24  */ #wpgmaps_directions_edit {
/* 25  */     padding-top:20px;
/* 26  */ }
/* 27  */ .wpgmza_markerbox {
/* 28  */     /* height:auto; */
/* 29  */     /* min-height:100px; */
/* 30  */     margin:0; padding:0;
/* 31  */     color:#000 !important;
/* 32  */ }
/* 33  */ .wpgmza_markerbox img { margin: 3px !important; }
/* 34  */ 
/* 35  */ .wpgmza_markerbox h1,
/* 36  */ .wpgmza_markerbox h2,
/* 37  */ .wpgmza_markerbox h3,
/* 38  */ .wpgmza_markerbox h4,
/* 39  */ .wpgmza_markerbox h5,
/* 40  */ .wpgmza_markerbox h6,
/* 41  */ .wpgmza_markerbox h7,
/* 42  */ .wpgmza_markerbox h8,
/* 43  */ .wpgmza_markerbox strong,
/* 44  */ .wpgmza_markerbox p,
/* 45  */ .wpgmza_markerbox br {
/* 46  */     margin:2px;
/* 47  */     padding:1px;
/* 48  */     color:#000 !important;
/* 49  */ }
/* 50  */ 

/* wpgmza_style.css */

/* 51  */ 
/* 52  */ .wpgmza_markerbox a {
/* 53  */     color:#1982D1 !important;
/* 54  */ }
/* 55  */ .wpgmaps_mlist_table {
/* 56  */     width:42px;
/* 57  */ }
/* 58  */ 
/* 59  */ .wpgmza_table .wpgmaps_mlist_marker {
/* 60  */     width:32px;
/* 61  */     height:32px;
/* 62  */     vertical-align:top;
/* 63  */     padding:0 !important;
/* 64  */ }
/* 65  */ 
/* 66  */ .wpgmza_table .wpgmaps_mlist_info {
/* 67  */     vertical-align:top;
/* 68  */     text-align:left;
/* 69  */     padding:0 !important;
/* 70  */     
/* 71  */ }
/* 72  */ .wpgmza_table .wpgmaps_mlist_row {
/* 73  */     cursor:pointer;
/* 74  */ }
/* 75  */ .wpgmza_table .wpgmaps_mlist_row:hover {
/* 76  */     background-color: #EEEEEE;
/* 77  */     
/* 78  */ }
/* 79  */ .wpgmaps_directions_outer_div {
/* 80  */     padding-top:30px;
/* 81  */     padding-bottom:5px;
/* 82  */ }
/* 83  */ 
/* 84  */ .wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
/* 85  */     margin-bottom:0px !important;
/* 86  */ }
/* 87  */ 
/* 88  */ .wpgmza_map h2 { clear:both; }
/* 89  */ 
/* 90  */ .wpgmaps_user_form { clear: both; }
/* 91  */ 
/* 92  */ .wpgmza_table { clear:both; }
/* 93  */ 
/* 94  */ 
/* 95  */ .wpgmaps_mlist_row img {
/* 96  */ 	margin-bottom:0 !important;
/* 97  */ }
/* 98  */ 
/* 99  */ .wpgmza_table td {
/* 100 */ 	vertical-align: top !important;

/* wpgmza_style.css */

/* 101 */         padding-bottom: 15px !important;
/* 102 */         padding-right: 10px !important;
/* 103 */         border: 0 !important;
/* 104 */         
/* 105 */ }
/* 106 */ .wpgmza_table tr { border: 0 !important; }
/* 107 */ .wpgmza_table th {
/* 108 */ 	text-align: left !important;
/* 109 */         padding-bottom: 15px !important;
/* 110 */         border: 0 !important;
/* 111 */         min-width:100px;    
/* 112 */ }
/* 113 */ 
/* 114 */ 
/* 115 */ .dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
/* 116 */ .dataTables_filter label { font-weight:bold; }
/* 117 */ .adp-placemark img { width:24px !important; max-width:none !important; }
/* 118 */ 
/* 119 */ .wpgmza_table .sorting { background-image: none !important; }
/* 120 */ /* .wpgmza_table .sorting_asc { background-image: none !important; }
/* 121 *| .wpgmza_table .sorting_desc { background-image: none !important; } */
/* 122 */ 
/* 123 */ 
/* 124 */ #wpgm_premium {
/* 125 */     display:block;
/* 126 */     overflow:auto;
/* 127 */     margin:10px;
/* 128 */     margin-left:0;
/* 129 */     clear:both;
/* 130 */     width:90%;
/* 131 */ }
/* 132 */ #wpgm_premium h2 {
/* 133 */     margin-top:0;
/* 134 */     padding-top:0;
/* 135 */     font-weight:200;
/* 136 */     font-size: 20px;
/* 137 */     padding-bottom:0px;
/* 138 */     margin-bottom:2px;
/* 139 */ }
/* 140 */ #wpgm_premium p {
/* 141 */     font-size:16px;
/* 142 */     line-height:28px;
/* 143 */     
/* 144 */ }
/* 145 */ .wpgm_premium_row { 
/* 146 */     margin-top:20px;
/* 147 */     display:block;
/* 148 */     clear:both;
/* 149 */     width:100%;
/* 150 */     overflow:auto;

/* wpgmza_style.css */

/* 151 */ }
/* 152 */ .wpgm_details p {
/* 153 */     padding-top:0px;
/* 154 */     margin-top:2px;
/* 155 */     color: #666 !important;
/* 156 */ 
/* 157 */ }
/* 158 */ 
/* 159 */ .wpgm_icon {
/* 160 */     display:block;
/* 161 */     float:left;
/* 162 */     width:50px;
/* 163 */     height:70px;
/* 164 */     background-image:url(/wp-content/plugins/wp-google-maps/images/premium.png);
/* 165 */     background-repeat: no-repeat;
/* 166 */ }
/* 167 */ .wpgm_details {
/* 168 */     display:block;
/* 169 */     float:left;
/* 170 */     width:80%;
/* 171 */ }
/* 172 */ 
/* 173 */ .wpgm_notice_message {
/* 174 */     border-radius: 3px 3px 3px 3px;
/* 175 */     border-style: solid;
/* 176 */     border-width: 1px;
/* 177 */     margin: 5px 0 15px;
/* 178 */     padding: 0 0.6em;
/* 179 */     background-color: #FFFFE0;
/* 180 */     border-color: #E6DB55;
/* 181 */ }
/* 182 */ 
/* 183 */ 
/* 184 */ /* store locator styling */
/* 185 */ .wpgmza_sl_main_div {
/* 186 */     width:100%;
/* 187 */ }
/* 188 */ .wpgmza_sl_query_div {
/* 189 */     height:30px;
/* 190 */     display:block;
/* 191 */ }
/* 192 */     .wpgmza_sl_query_innerdiv1 { 
/* 193 */         float:left;
/* 194 */         display:block;
/* 195 */         width:150px;
/* 196 */         clear:left;
/* 197 */     }
/* 198 */     .wpgmza_sl_query_innerdiv2 {
/* 199 */         display:block;
/* 200 */         float:left;

/* wpgmza_style.css */

/* 201 */         width:250px;
/* 202 */     }
/* 203 */ 
/* 204 */ .wpgmza_sl_radius_div {
/* 205 */     display:block; 
/* 206 */     height:30px;
/* 207 */     margin-top:10px;
/* 208 */     clear:both;
/* 209 */ }
/* 210 */     .wpgmza_sl_radius_innerdiv1 { 
/* 211 */         float:left;
/* 212 */         display:block;
/* 213 */         width:150px;
/* 214 */     }
/* 215 */     .wpgmza_sl_radius_innerdiv2 {
/* 216 */         display:block;
/* 217 */         float:left;
/* 218 */         width:250px;
/* 219 */     }
/* 220 */     
/* 221 */ .wpgmza_sl_radius_select {
/* 222 */     
/* 223 */ }
/* 224 */     .wpgmza_sl_select_option {
/* 225 */ 
/* 226 */     }
/* 227 */ 
/* 228 */ .wpgmza_sl_category_div {
/* 229 */     display:block; 
/* 230 */     clear:both;
/* 231 */     height:auto; 
/* 232 */     overflow:auto; 
/* 233 */     margin-top:10px; 
/* 234 */     margin-bottom:10px; 
/* 235 */     
/* 236 */ }
/* 237 */     .wpgmza_sl_category_innerdiv1 { 
/* 238 */         float:left;
/* 239 */         display:block;
/* 240 */         width:150px;
/* 241 */     }
/* 242 */     .wpgmza_sl_category_innerdiv2 {
/* 243 */         
/* 244 */         float:left;
/* 245 */         
/* 246 */     }
/* 247 */ 
/* 248 */ .wpgmza_sl_search_button {
/* 249 */ 
/* 250 */ }

/* wpgmza_style.css */

/* 251 */ .wpgmza_marker_approval_msg { font-weight: bold; }
/* 252 */ 
/* 253 */ .scrollFix {
/* 254 */     line-height: 1.35;
/* 255 */ }
/* 256 */ .wpgmza_infowindow_description { white-space: normal; }
/* 257 */ .wpgmza_infowindow_title { white-space: normal; }
/* 258 */ .wpgmza_infowindow_address { white-space: normal; }
/* 259 */ .wpgmza_infowindow_title { font-weight: bold; }
/* 260 */ .gm-style-iw div {overflow:visible !important;}
/* 261 */ #wpgmza_marker_list tr { vertical-align: middle !important; }
/* 262 */ #wpgmza_marker_list td { vertical-align: middle !important; }
/* 263 */ #wpgmza_marker_list td img { vertical-align: middle !important; }
/* 264 */ 
/* 265 */ .wpgmza_marker_carousel { clear:both; }
/* 266 */ 
/* 267 */ .wpgmza-shadow { 
/* 268 */ -webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
/* 269 */ -moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
/* 270 */ box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
/* 271 */ }
/* 272 */ .wpgmza_innermap_holder { 
/* 273 */     padding:5px;
/* 274 */     background-color:white;
/* 275 */     border 1px solid #ccc;
/* 276 */     border-radius:5px;
/* 277 */ }
/* 278 */ .wpgmza_small_img { max-width: 14px; max-height: 14px; }
/* 279 */ ul.wpgmza_marker_list_class {
/* 280 */     list-style: none;
/* 281 */     margin-left:5px;
/* 282 */     padding-left:0;
/* 283 */ }
/* 284 */ 
/* 285 */ .wpgmza-basic-list-item { float:left; cursor:pointer; }
/* 286 */ .wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden;   }
/* 287 */ .wpgmaps_blist_row:hover { background-color:#EEE;  }
/* 288 */ .wpgmza_div_marker { width:17px; height:17px; }
/* 289 */ .wpgmza_div_address { padding-left:2px;}
/* 290 */ 
/* 291 */ 
/* 292 */ .wpgmza_row {
/* 293 */     width:100%;
/* 294 */     display:block;
/* 295 */     overflow:auto;
/* 296 */ }
/* 297 */ .wpgmza_row_col {
/* 298 */     width:90%;
/* 299 */     float:left;
/* 300 */     display:block;

/* wpgmza_style.css */

/* 301 */     overflow:auto;
/* 302 */     margin:0.25%;
/* 303 */     padding:0.2%;
/* 304 */     min-height:360px;
/* 305 */ }
/* 306 */ .wpgmza_row_col h2 { 
/* 307 */     font-weight:900;
/* 308 */ }
/* 309 */ .wpgmza_row_col ul li {
/* 310 */     margin: 0.3em 2.5em;
/* 311 */ }
/* 312 */ 
/* 313 */ .wpgmza_row_col ul {
/* 314 */     list-style-type:disc;
/* 315 */ }
/* 316 */ 
/* 317 */ 
/* 318 */ @media only screen and (min-width:480px) {
/* 319 */    .wpgmza_row_col {
/* 320 */         width:31%;
/* 321 */         float:left;
/* 322 */         display:block;
/* 323 */         overflow:auto;
/* 324 */         margin:0.25%;
/* 325 */         padding:0.2%;
/* 326 */         min-height:360px;
/* 327 */     } 
/* 328 */     
/* 329 */     
/* 330 */     
/* 331 */ }
/* 332 */ .wpgmza_theme_selection_activate {
/* 333 */     -webkit-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 334 */     -moz-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 335 */     box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 336 */     /* padding: 10px; */
/* 337 */     border-radius: 10px;
/* 338 */     padding-left:0px;
/* 339 */     padding-right:0px;
/* 340 */     
/* 341 */ }
/* 342 */ 
/* 343 */ .wpgmza_mlist_selection_activate { 
/* 344 */     -webkit-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 345 */     -moz-box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 346 */     box-shadow: 3px 2px 19px 2px rgba(0,0,0,0.75);
/* 347 */     /* padding: 10px; */
/* 348 */     border-radius: 10px;
/* 349 */     padding-left:0px;
/* 350 */     padding-right:0px;

/* wpgmza_style.css */

/* 351 */ 
/* 352 */ }
/* 353 */ 
/* 354 */ /*The following CSS will fix text from overflowing in the info window on an iPhone*/
/* 355 */ @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
/* 356 */     .wpgmza_infowindow_description,
/* 357 */     .wpgmza_infowindow_address,
/* 358 */     .wpgmza_infowindow_title {
/* 359 */         width:140px !important;
/* 360 */     }
/* 361 */ }
