
/* style.css */

/* 1    */ /*********************************************************************************************
/* 2    *| 
/* 3    *| Theme Name: Erudito
/* 4    *| Theme URI: http://www.wpzoom.com/themes/erudito
/* 5    *| Version: 1.0.12
/* 6    *| Author: WPZOOM
/* 7    *| Author URI: http://www.wpzoom.com/
/* 8    *| License: GNU General Public License v2.0
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10   *| 
/* 11   *| The PHP code portions of this WPZOOM theme are subject to the GNU General Public 
/* 12   *| License, version 2. All images, cascading style sheets, and JavaScript elements are
/* 13   *| released under the WPZOOM Proprietary Use License below.
/* 14   *| 
/* 15   *| **********************************************************************************************
/* 16   *| 
/* 17   *| WARNING! DO NOT EDIT THIS FILE!
/* 18   *| 
/* 19   *| To make it easy to update your theme, you should not edit the styles in this file. Instead use 
/* 20   *| the custom.css file to add your styles. You can copy a style from this file and paste it in 
/* 21   *| custom.css and it will override the style in this file.
/* 22   *| 
/* 23   *| **********************************************************************************************
/* 24   *| 
/* 25   *| 0.  CSS Reset  -------------------------  All Theme Files
/* 26   *| 1.  Page Structure  --------------------  All Theme Files
/* 27   *| 2.  Page Structure: Header -------------  header.php
/* 28   *| 3.  Page Structure: Main Content  ------  All Theme Files
/* 29   *| 4.  Page Structure: Individual Blocks --  
/* 30   *| 5.  Single: Post/Page Styling ----------  single.php, page.php
/* 31   *| 6.  Comments Styling -------------------  comments.php 
/* 32   *| 7.  Page Structure: Sidebar ------------  sidebar.php
/* 33   *| 8.  Page Structure: Footer  ------------  footer.php
/* 34   *| 9.  Miscellaneous ----------------------  
/* 35   *| 10.  Elements: Forms, Buttons  ---------  
/* 36   *| 11.  Homepage Slider  ------------------  featured-posts.php
/* 37   *| 12.  Media Queries  --------------------  All Theme Files
/* 38   *| 
/* 39   *| **********************************************************************************************/
/* 40   */ 
/* 41   */ 
/* 42   */ /********************************************************************************************* 
/* 43   *| 
/* 44   *| 0. CSS Reset  -------------------------  All Theme Files
/* 45   *| 
/* 46   *| *********************************************************************************************/
/* 47   */  
/* 48   */ /* Reset & General Styling */
/* 49   */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
/* 50   */ html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* style.css */

/* 51   */ abbr[title] { border-bottom: 1px dotted; }
/* 52   */ b, strong { font-weight: bold; }
/* 53   */ blockquote { margin: 1em 40px; }
/* 54   */ dfn { font-style: italic; }
/* 55   */ hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
/* 56   */ ins { background: #ff9; color: #000; text-decoration: none; }
/* 57   */ mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* 58   */ pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* 59   */ pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* 60   */ q { quotes: none; }
/* 61   */ q:before, q:after { content: ""; content: none; }
/* 62   */ small { font-size: 85%; }
/* 63   */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
/* 64   */ sup { top: -0.5em; }
/* 65   */ sub { bottom: -0.25em; }
/* 66   */ ul, ol { margin: 0; padding: 0; list-style-position: inside; }
/* 67   */ ul ul, ol ol, ul ol, ol ul { margin: 0; }
/* 68   */ ul li {list-style-type: none;}
/* 69   */ dd { margin: 0 0 0 40px; }
/* 70   */ nav ul, nav ol, 
/* 71   */ #mainmenu, .part-items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* 72   */ img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* 73   */ svg:not(:root) { overflow: hidden; }
/* 74   */ figure, form { margin: 0; }
/* 75   */ fieldset { border: 0; margin: 0; padding: 0; }
/* 76   */ legend { border: 0; *margin-left: -7px; padding: 0; }
/* 77   */ label { cursor: pointer; }
/* 78   */ button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/* 79   */ button, input { line-height: normal; *overflow: visible; }
/* 80   */ table button, table input { *overflow: auto; }
/* 81   */ button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
/* 82   */ input[type=checkbox], input[type=radio] { box-sizing: border-box; }
/* 83   */ input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
/* 84   */ input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 85   */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 86   */ textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* 87   */ input:valid, textarea:valid {  }
/* 88   */ input:invalid, textarea:invalid { background-color: #f0dddd; }
/* 89   */ table { border-collapse: collapse; border-spacing: 0; }
/* 90   */ th { text-align: left; }
/* 91   */ tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
/* 92   */ td { vertical-align: top; }
/* 93   */ 
/* 94   */ /* Smart clearfix */
/* 95   */ .clearfix:before, .clearfix:after { content: ""; display: table; }
/* 96   */ .clearfix:after { clear: both; }
/* 97   */ .clearfix { zoom: 1; }
/* 98   */ 
/* 99   */ /********************************************************************************************* 
/* 100  *| 

/* style.css */

/* 101  *| 1. Page Structure: Common layout elements
/* 102  *| 
/* 103  *| *********************************************************************************************/
/* 104  */ 
/* 105  */ ::-moz-selection{background:#ef4832; color:#fff; }
/* 106  */ ::selection{ background:#ef4832; color:#fff; }
/* 107  */ 
/* 108  */ a { color: #cf2626; text-decoration:none; }
/* 109  */ a:hover { color: #115782; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; }
/* 110  */ a.invert { color: #115782; }
/* 111  */ a.invert:hover { color: #cf2626; }
/* 112  */ a:focus { outline: none; }
/* 113  */ a:hover, a:active { outline: none; }
/* 114  */ 
/* 115  */ body {
/* 116  */ 	background-color: #ebecee;
/* 117  */ 	color: #666;
/* 118  */ 	font-family: Arial, Tahoma, sans-serif;
/* 119  */ 	font-size: 62.5%;
/* 120  */ 	line-height: 1.2em;
/* 121  */ 	text-align: center;
/* 122  */ 	margin: 0;
/* 123  */ 	padding: 0;
/* 124  */ }
/* 125  */ 
/* 126  */ #container {
/* 127  */ 	text-align: center;
/* 128  */ 	width: 100%;
/* 129  */ }
/* 130  */ 
/* 131  */ div.wrapper {
/* 132  */ 	margin: 0 auto; 
/* 133  */ 	text-align: left; 
/* 134  */ 	width: 960px;
/* 135  */ }
/* 136  */ 
/* 137  */ div.wrapper-main {
/* 138  */ 	background-color: #fff;
/* 139  */ 	-moz-box-shadow: 0 0 15px #e1e1e1;
/* 140  */ 	-webkit-box-shadow: 0 0 15px #e1e1e1;
/* 141  */ 	box-shadow: 0 0 15px #e1e1e1;
/* 142  */ 	padding: 20px 30px;
/* 143  */ }
/* 144  */ 
/* 145  */ div.wrapper-content {
/* 146  */ 	padding-left: 10px;
/* 147  */ }
/* 148  */ 
/* 149  */ div.cleaner,
/* 150  */ div.clear,

/* style.css */

/* 151  */ div.divider {
/* 152  */ 	margin:0;
/* 153  */ 	clear: both; 
/* 154  */ 	font-size:1px; 
/* 155  */ 	height: 1px;  
/* 156  */ 	line-height: 1px; 
/* 157  */ }
/* 158  */ 
/* 159  */ div.cleaner-left {
/* 160  */ 	clear: left;
/* 161  */ }
/* 162  */ 
/* 163  */ div.divider {
/* 164  */ 	border-top: solid 1px #eee;
/* 165  */ 	clear: none;
/* 166  */ 	margin: 30px 0;
/* 167  */ }
/* 168  */ 
/* 169  */ h1,h2,h3,h4,h5,h6 {
/* 170  */ 	color: #222;
/* 171  */ 	margin: 0;
/* 172  */ }
/* 173  */ 
/* 174  */ h2 a {
/* 175  */ 	color: #333;
/* 176  */ }
/* 177  */ 
/* 178  */ h2 a:hover {
/* 179  */ 	color: #cf2626;
/* 180  */ }
/* 181  */ 
/* 182  */ 
/* 183  */ /********************************************************************************************* 
/* 184  *| 
/* 185  *| 2. Page Structure: Header
/* 186  *| 
/* 187  *| *********************************************************************************************/
/* 188  */ 
/* 189  */ header {
/* 190  */ 	margin-bottom: 20px;
/* 191  */ }
/* 192  */ 
/* 193  */ #logo {
/* 194  */ 	float: left;
/* 195  */ 	display: inline;
/* 196  */ 	margin: 0 40px 0 0;
/* 197  */ }
/* 198  */ 
/* 199  */ #logo h1 {
/* 200  */ 	font: bold 39px 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;

/* style.css */

/* 201  */ 	text-transform: uppercase;
/* 202  */ 	line-height: 40px;
/* 203  */ }
/* 204  */ 
/* 205  */ #logo h1 a {
/* 206  */ 	color: #333;
/* 207  */ }
/* 208  */ 
/* 209  */ #logo h1 a:hover {
/* 210  */ 	color: #999;
/* 211  */ }
/* 212  */ 
/* 213  */ #logo #tagline {
/* 214  */ 	font-size: 10px;
/* 215  */ 	text-transform: uppercase;
/* 216  */ 	line-height: normal;
/* 217  */ 	color: #bbb;
/* 218  */ 	margin: 0;
/* 219  */ }
/* 220  */ 
/* 221  */ /* Top Secondary Menu */
/* 222  */ 
/* 223  */ #top-menu {
/* 224  */ 	float: right;
/* 225  */ 	display: inline;
/* 226  */ 	font-size: 10px;
/* 227  */ 	line-height: 18px;
/* 228  */ 	margin-bottom: 15px;
/* 229  */ 	text-transform: uppercase;
/* 230  */ }
/* 231  */ 
/* 232  */ #top-menu a {
/* 233  */ 	color: #999;
/* 234  */ }
/* 235  */ 
/* 236  */ #top-menu a:hover {
/* 237  */ 	color: #cf2626;
/* 238  */ 	text-decoration: underline;
/* 239  */ }
/* 240  */ 
/* 241  */ #top-menu li {
/* 242  */ 	margin-left: 10px;
/* 243  */ 	padding-left: 10px;
/* 244  */ 	border-left: solid 1px #f1f1f1;
/* 245  */ 	float: left;
/* 246  */ 	display: inline;
/* 247  */ }
/* 248  */ 
/* 249  */ #top-menu li:first-child {
/* 250  */ 	padding-left: 0;

/* style.css */

/* 251  */ 	margin-left: 0;
/* 252  */ 	border-left: none;
/* 253  */ }
/* 254  */ 
/* 255  */ #top-menu li.social-icons a {
/* 256  */ 	margin-right: 6px;
/* 257  */ }
/* 258  */ #top-menu li.social-icons a:last-child {
/* 259  */ 	margin-right: 0;
/* 260  */ }
/* 261  */ 
/* 262  */ #header-helpful {
/* 263  */ 	background: transparent url(/wp-content/themes/erudito/images/icon_telephone.png) no-repeat top left;
/* 264  */ 	clear: right;
/* 265  */ 	color: #696969;
/* 266  */ 	float: right;
/* 267  */ 	display: inline;
/* 268  */ 	padding-left: 24px;
/* 269  */ 	line-height: 13px;
/* 270  */ 	font-size: 11px;
/* 271  */ }
/* 272  */ 
/* 273  */ nav#main-menu {
/* 274  */ 	background-color: #b01c1c;
/* 275  */ 	border-top: solid 1px #820b0b;
/* 276  */ 	font-size: 13px;
/* 277  */     position:relative;
/* 278  */     z-index:50;
/* 279  */     min-height: 40px;
/* 280  */ }
/* 281  */ 
/* 282  */ nav#main-menu li {
/* 283  */ 	background-color: #b01c1c;
/* 284  */ 	display: inline;
/* 285  */ 	float: left;
/* 286  */ 	font-size: 12px;
/* 287  */ 	font-weight: bold;
/* 288  */ 	margin: 0;
/* 289  */ 	padding: 0;
/* 290  */ 	position: relative;
/* 291  */ }
/* 292  */ 
/* 293  */ nav#main-menu li li {
/* 294  */ 	background-color: #333;
/* 295  */ }
/* 296  */ 
/* 297  */ nav#main-menu li.cleaner {
/* 298  */ 	font-size: 1px;
/* 299  */ 	height: 1px;
/* 300  */ 	line-height: 1px;

/* style.css */

/* 301  */ 	clear: both;
/* 302  */ 	float: none;
/* 303  */ 	display: block;
/* 304  */ }
/* 305  */ 
/* 306  */ nav#main-menu li:hover {
/* 307  */ 	visibility: inherit; /* fixes IE7 'sticky bug' */
/* 308  */ }
/* 309  */ 
/* 310  */ nav#main-menu li:last-child {
/* 311  */ 	border-right: 0;
/* 312  */ }
/* 313  */ 
/* 314  */ nav#main-menu a:hover, 
/* 315  */ nav#main-menu li.current-menu-item a, 
/* 316  */ nav#main-menu a:active,
/* 317  */ nav#main-menu li.current-item a {
/* 318  */ 	background-color: #8d1616;
/* 319  */ 	color: #fbdcbf;
/* 320  */ } 
/* 321  */ 
/* 322  */ nav#main-menu li.current-item li a {
/* 323  */ 	color: #aaa;
/* 324  */ }
/* 325  */ 
/* 326  */ nav#main-menu .dropdown ul {
/* 327  */ 	position:		absolute;
/* 328  */ 	top:			-999em;
/* 329  */ 	width:			150px; /* left offset of submenus need to match (see below) */
/* 330  */  	text-align: left;
/* 331  */ 	margin: 0;  
/* 332  */ 	padding: 10px 5px; 
/* 333  */ 	background: #272727; 
/* 334  */ 	text-transform: none; 
/* 335  */ }
/* 336  */ 
/* 337  */ nav#main-menu .dropdown ul li {
/* 338  */ 	width: 100%;
/* 339  */ 	font-size: 11px;
/* 340  */ 	line-height: 22px;
/* 341  */  	margin: 0;
/* 342  */  	padding: 0;
/* 343  */  	border-right: 0;
/* 344  */  	border-bottom: solid 1px #444;
/* 345  */ }
/* 346  */ 
/* 347  */ nav#main-menu .dropdown ul li a {
/* 348  */ 	padding:6px 12px;
/* 349  */ 	border-radius: 0;
/* 350  */ 	-moz-border-radius: 0;

/* style.css */

/* 351  */ 	-webkit-border-radius: 0;
/* 352  */ 	border-bottom: none;
/* 353  */ }
/* 354  */ 
/* 355  */ nav#main-menu .dropdown ul li a:hover {
/* 356  */ 	
/* 357  */ }
/* 358  */ 
/* 359  */ nav#main-menu a {
/* 360  */ 	color: #fff;
/* 361  */ 	padding: 15px 15px 13px;
/* 362  */ 	display: block;
/* 363  */ 	position: relative;
/* 364  */ }
/* 365  */ 
/* 366  */ nav#main-menu li li a,
/* 367  */ nav#main-menu .current-menu-item li a,
/* 368  */ nav#main-menu li .current-menu-item a,
/* 369  */ nav#main-menu li li a:hover {
/* 370  */ 	background: none;
/* 371  */ 	border: none;
/* 372  */ 	-moz-box-shadow: none;
/* 373  */ 	-webkit-box-shadow: none;
/* 374  */ }
/* 375  */ 
/* 376  */ nav#main-menu li li a {
/* 377  */ 	color: #aaa;
/* 378  */ }
/* 379  */ 
/* 380  */ nav#main-menu li li a:hover {
/* 381  */ 	background-color: #333;
/* 382  */ 	color: #fff;
/* 383  */ }
/* 384  */ 
/* 385  */ nav#main-menu .dropdown li:hover ul,
/* 386  */ nav#main-menu .dropdown li.sfHover ul {
/* 387  */ 	padding: 0;
/* 388  */ 	margin: 0;
/* 389  */ 	left:			0;
/* 390  */ 	top:			3.3em; /* match top ul list item height */
/* 391  */ 	z-index:		99;
/* 392  */ }
/* 393  */ 
/* 394  */ nav#main-menu ul.dropdown li:hover li ul,
/* 395  */ nav#main-menu ul.dropdown li.sfHover li ul {
/* 396  */ 	top:			-999em;
/* 397  */ }
/* 398  */ 
/* 399  */ nav#main-menu ul.dropdown li li:hover ul,
/* 400  */ nav#main-menu ul.dropdown li li.sfHover ul {

/* style.css */

/* 401  */ 	left:			151px; /* match ul width */
/* 402  */ 	top:			0;
/* 403  */ }
/* 404  */ 
/* 405  */ nav#main-menu ul.dropdown li li:hover li ul,
/* 406  */ nav#main-menu ul.dropdown li li.sfHover li ul {
/* 407  */ 	top:			-999em;
/* 408  */ }
/* 409  */ 
/* 410  */ nav#main-menu ul.dropdown li li li:hover ul,
/* 411  */ nav#main-menu ul.dropdown li li li.sfHover ul {
/* 412  */ 	left:			151px; /* match ul width */
/* 413  */ 	top:			0;
/* 414  */ }
/* 415  */  
/* 416  */ nav#main-menu .dropdown li:hover, .dropdown li.sfHover,
/* 417  */ nav#main-menu .dropdown a:focus, .dropdown a:hover, .dropdown a:active {
/* 418  */  	outline:		0;
/* 419  */ }
/* 420  */ 
/* 421  */ .sf-sub-indicator { display:none; }
/* 422  */ nav#main-menu .dropdown li ul .sf-sub-indicator { display:inline; }
/* 423  */ 
/* 424  */ /* Search form in Main Menu */ 
/* 425  */ 
/* 426  */ div.search-form {
/* 427  */ 	background-color: #8d1616;
/* 428  */ 	display: inline;
/* 429  */ 	float: right;
/* 430  */ 	margin-left: 20px;
/* 431  */ 	min-height: 40px;
/* 432  */ 	width: 230px;
/* 433  */ }
/* 434  */ 
/* 435  */ #main-menu.wrapper-reversed div.search-form {
/* 436  */ 	float: left;
/* 437  */ 	margin-left: 0;
/* 438  */ 	margin-right: 20px;
/* 439  */ }
/* 440  */ 
/* 441  */ #searchformtop {
/* 442  */ 	position: relative;
/* 443  */ }
/* 444  */ 
/* 445  */ #setop {float: left; display: inline; border: none; width: 165px; margin: 8px 5px 0 15px; font-size: 12px; padding: 5px 30px 5px 5px; background-color: #fff; color: #aaa; }
/* 446  */ #searchsubmittop { position: absolute; top: 10px; right: 20px; padding: 5px 5px 5px 0; }
/* 447  */ 
/* 448  */ #separator-main,
/* 449  */ .side-back {
/* 450  */ 	height: 20px;

/* style.css */

/* 451  */ 	font-size: 1px;
/* 452  */ 	line-height: 1px;
/* 453  */ }
/* 454  */ 
/* 455  */ .side-back {
/* 456  */ 	background-color: #f6f6f6;
/* 457  */ 	float: right;
/* 458  */ 	display: inline;
/* 459  */ 	margin: 0;
/* 460  */ 	padding: 0;
/* 461  */ 	width: 230px;
/* 462  */ }
/* 463  */ 
/* 464  */ #separator-main.wrapper-reversed .side-back {
/* 465  */ 	float: none;
/* 466  */ 	display: block;
/* 467  */ 	margin: 0;
/* 468  */ }
/* 469  */ 
/* 470  */ p.wpzoom-notice {
/* 471  */ 	color: #fff;
/* 472  */ 	font-size: 11px;
/* 473  */ 	line-height: 40px;
/* 474  */ 	margin: 0;
/* 475  */ 	padding-left: 10px;
/* 476  */ }
/* 477  */ 
/* 478  */ #top-menu p.wpzoom-notice {
/* 479  */ 	color: #666;
/* 480  */ }
/* 481  */ 
/* 482  */ #main-menu p.wpzoom-notice a {
/* 483  */ 	display: inline;
/* 484  */ 	padding: 0;
/* 485  */ 	text-decoration: underline;
/* 486  */ }
/* 487  */ 
/* 488  */ /********************************************************************************************* 
/* 489  *| 
/* 490  *| 3. Page Structure: Main Content
/* 491  *| 
/* 492  *| *********************************************************************************************/
/* 493  */ 
/* 494  */ div.breadcrumbs {
/* 495  */ 	color: #999;
/* 496  */ 	font-size: 11px;
/* 497  */ 	margin: 10px 0 20px;
/* 498  */ }
/* 499  */ 
/* 500  */ #main {

/* style.css */

/* 501  */ 	clear: both;
/* 502  */ 	padding-bottom: 30px;
/* 503  */ }
/* 504  */ 
/* 505  */ div.full-width #content {
/* 506  */ 	margin-right: 0;
/* 507  */ 	width: 100%;
/* 508  */ }
/* 509  */ 
/* 510  */ #content {
/* 511  */ 	float: left;
/* 512  */ 	display: inline;
/* 513  */ 	margin-top: 20px;
/* 514  */ 	margin-right: 20px;
/* 515  */ 	width: 710px;
/* 516  */ }
/* 517  */ 
/* 518  */ div.wrapper-reversed #content {
/* 519  */ 	float: right;
/* 520  */ 	margin-right: 0;
/* 521  */ 	margin-left: 20px;
/* 522  */ }
/* 523  */ 
/* 524  */ div.single-post #content {
/* 525  */ 	margin-top: 30px;
/* 526  */ }
/* 527  */ 
/* 528  */ /* Welcome Message */
/* 529  */ 
/* 530  */ #welcome-message {
/* 531  */ 	margin-bottom: 30px;
/* 532  */ }
/* 533  */ 
/* 534  */ div.intro {
/* 535  */ 	color: #333;
/* 536  */ }
/* 537  */ 
/* 538  */ div.intro h1,
/* 539  */ h1.title {
/* 540  */ 	font-size: 30px;
/* 541  */ 	font-weight: bold;
/* 542  */ 	line-height: 36px;
/* 543  */ }
/* 544  */ 
/* 545  */ div.intro p {
/* 546  */ 	color: #666;
/* 547  */ 	font-size: 15px;
/* 548  */ 	line-height: 24px;
/* 549  */ }
/* 550  */ 

/* style.css */

/* 551  */ div.intro-archives {
/* 552  */ 	border-bottom: solid 1px #eee;
/* 553  */ 	margin: 10px 0 20px;
/* 554  */ 	padding: 0 0 20px;
/* 555  */ }
/* 556  */ 
/* 557  */ div.intro-archives p {
/* 558  */ 	font-size: 13px;
/* 559  */ 	line-height: 23px;
/* 560  */ 	margin-bottom: 0;
/* 561  */ }
/* 562  */ 
/* 563  */ /********************************************************************************************* 
/* 564  *| 
/* 565  *| 4. Page Structure: Individual Blocks
/* 566  *| 
/* 567  *| *********************************************************************************************/
/* 568  */ 
/* 569  */ /* Featured Posts */
/* 570  */ 
/* 571  */ #featured-posts-wrapper {
/* 572  */ 	margin-bottom: 20px;
/* 573  */ 	position: relative;
/* 574  */ }
/* 575  */ 
/* 576  */ div.no-content {
/* 577  */ 	background-color: #f1f1f1;
/* 578  */ 	font-size: 14px;
/* 579  */ 	line-height: 22px;
/* 580  */ 	padding: 20px;
/* 581  */ }
/* 582  */ 
/* 583  */ #featured-posts {
/* 584  */ 	background-color: #333;
/* 585  */ }
/* 586  */ 
/* 587  */ #featured-posts li {
/* 588  */ 	position: relative;
/* 589  */ }
/* 590  */ 
/* 591  */ #featured-posts div.post-body {
/* 592  */ 	background: transparent url(/wp-content/themes/erudito/images/back-postmeta.png) repeat top left;
/* 593  */ 	color: #bbbbbb;
/* 594  */ 	position: absolute;
/* 595  */ 	left: 0;
/* 596  */ 	bottom: 0;
/* 597  */ 	font-size: 12px;
/* 598  */ 	line-height: 18px;
/* 599  */ 	padding: 20px;
/* 600  */ 	width: 360px;

/* style.css */

/* 601  */ }
/* 602  */ 
/* 603  */ #featured-posts h2 {
/* 604  */ 	font-size: 18px;
/* 605  */ 	font-weight: bold;
/* 606  */ 	line-height: 24px;
/* 607  */ }
/* 608  */ 
/* 609  */ #featured-posts h2 a {
/* 610  */ 	color: #fdc689;
/* 611  */ }
/* 612  */ 
/* 613  */ #featured-posts h2 a:hover {
/* 614  */ 	color: #fff;
/* 615  */ }
/* 616  */ 
/* 617  */ #featured-posts p {
/* 618  */ 	margin-bottom: 0;
/* 619  */ }
/* 620  */ 
/* 621  */ #featured-navigation {
/* 622  */ 	position: absolute;
/* 623  */ 	bottom: 15px;
/* 624  */ 	right: 15px;
/* 625  */ }
/* 626  */ 
/* 627  */ .flexslider .slides img { width: 100%; display: block; }
/* 628  */ #featured-navigation .slides img {
/* 629  */ 	width: 30px;
/* 630  */ }
/* 631  */ 
/* 632  */ 
/* 633  */ #featured-navigation li {
/* 634  */ 	background-color: #333;
/* 635  */ 	float: left;
/* 636  */ 	display: inline;
/* 637  */ 	margin-right: 10px;
/* 638  */ 	opacity: 0.6;
/* 639  */ 	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
/* 640  */ }
/* 641  */ 
/* 642  */ #featured-navigation li:last-child { margin-right: 0; }
/* 643  */ 
/* 644  */ #featured-navigation li:hover,
/* 645  */ #featured-navigation li.flex-active-slide {
/* 646  */ 	opacity: 1.0;
/* 647  */ }
/* 648  */ 
/* 649  */ #featured-navigation img {
/* 650  */ 	border: solid 5px #fff;

/* style.css */

/* 651  */ }
/* 652  */ 
/* 653  */ div.post-thumb {
/* 654  */ 	float: left;
/* 655  */ 	display: inline;
/* 656  */ 	margin-right: 20px;
/* 657  */ 	width: 140px;
/* 658  */ }
/* 659  */ 
/* 660  */ ul.events-list div.post-thumb {
/* 661  */ 	margin-bottom: 10px;
/* 662  */ 	width: 200px;
/* 663  */ }
/* 664  */ 
/* 665  */ div.post-excerpt {
/* 666  */ 	color: #666;
/* 667  */ 	font-size: 13px;
/* 668  */ 	line-height: 21px;
/* 669  */ 	overflow: hidden;
/* 670  */ }
/* 671  */ 
/* 672  */ aside ul.events-list div.post-excerpt {
/* 673  */ 	font-size: 12px;
/* 674  */ 	line-height: 20px;
/* 675  */ 	overflow: visible;
/* 676  */ }
/* 677  */ 
/* 678  */ ul.posts-archive li {
/* 679  */ 	border-bottom: solid 1px #eee;
/* 680  */ 	margin-bottom: 20px;
/* 681  */ 	padding-bottom: 20px;
/* 682  */ }
/* 683  */ 
/* 684  */ ul.posts-archive p {
/* 685  */ 	margin: 0;
/* 686  */ }
/* 687  */ 
/* 688  */ p.postmetadata,
/* 689  */ p.page-meta {
/* 690  */ 	color: #999;
/* 691  */ 	font-size: 11px;
/* 692  */ }
/* 693  */ 
/* 694  */ .single-post p.postmetadata {
/* 695  */ 	margin: 15px 0 20px;
/* 696  */ }
/* 697  */ 
/* 698  */ ul.posts-archive h2 {
/* 699  */ 	font-size: 16px;
/* 700  */ 	font-weight: bold;

/* style.css */

/* 701  */ 	line-height: 23px;
/* 702  */ 	margin: 10px 0;
/* 703  */ }
/* 704  */ 
/* 705  */ div.post-thumb:hover,
/* 706  */ div.widget div.cover:hover {
/* 707  */ 	zoom: 1;
/* 708  */ 	filter: alpha(opacity=60);
/* 709  */ 	opacity: 0.6;
/* 710  */ 	-webkit-transition-duration: 0.3s; 
/* 711  */ 	-moz-transition-duration: 0.3s; 
/* 712  */ 	transition-duration: 0.3s;
/* 713  */ }
/* 714  */ 
/* 715  */ h2.title {
/* 716  */ 	font-size: 14px;
/* 717  */ 	font-weight: bold;
/* 718  */ 	line-height: 22px;
/* 719  */ 	text-transform: uppercase;
/* 720  */ 	margin: 10px 0 20px;
/* 721  */ }
/* 722  */ 
/* 723  */ /* Featured Pages widget */
/* 724  */ 
/* 725  */ .featured-pages div.column {
/* 726  */ 	float: left;
/* 727  */ 	display: inline;
/* 728  */ 	margin-right: 20px;
/* 729  */ 	width: 220px;
/* 730  */ }
/* 731  */ 
/* 732  */ .featured-pages div.column.last {
/* 733  */ 	margin-right: 0;
/* 734  */ }
/* 735  */ 
/* 736  */ .featured-pages div.cover {
/* 737  */ 	margin: 0 0 20px;
/* 738  */ }
/* 739  */ 
/* 740  */ .featured-pages h2 {
/* 741  */ 	font-size: 16px;
/* 742  */ 	line-height: 24px;
/* 743  */ 	font-weight: bold;
/* 744  */ 	margin-bottom: 12px;
/* 745  */ }
/* 746  */ 
/* 747  */ .featured-pages p {
/* 748  */ 	font-size: 12px;
/* 749  */ 	line-height: 18px;
/* 750  */ 	margin-top: 0;

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ .featured-pages h2 a,
/* 754  */ p.title a {
/* 755  */ 	color: #222;
/* 756  */ }
/* 757  */ 
/* 758  */ .featured-pages h2 a:hover,
/* 759  */ p.title a:hover {
/* 760  */ 	color: #ef4832;
/* 761  */ }
/* 762  */ 
/* 763  */ span.more {
/* 764  */ 	font-size: 10px;
/* 765  */ 	text-transform: uppercase;
/* 766  */ }
/* 767  */ 
/* 768  */ /* Featured Category Widget */
/* 769  */ 
/* 770  */ div.featured-category {
/* 771  */ 	font-size: 11px;
/* 772  */ 	line-height: 18px;
/* 773  */ }
/* 774  */ 
/* 775  */ div.featured-category div.column {
/* 776  */ 	float: left;
/* 777  */ 	display: inline;
/* 778  */ 	margin-right: 20px;
/* 779  */ 	width: 140px;
/* 780  */ 	font-size: 11px;
/* 781  */ 	line-height: 16px;
/* 782  */ }
/* 783  */ 
/* 784  */ div.featured-category div.column-wide {
/* 785  */ 	font-size: 13px;
/* 786  */ 	line-height: 20px;
/* 787  */ 	width: 380px;
/* 788  */ }
/* 789  */ 
/* 790  */ div.featured-category div.column-last {
/* 791  */ 	margin-right: 0;
/* 792  */ }
/* 793  */ 
/* 794  */ div.featured-category div.cover {
/* 795  */ 	margin-bottom: 12px;
/* 796  */ }
/* 797  */ 
/* 798  */ div.featured-category h2,
/* 799  */ ul.events-list h2 {
/* 800  */ 	font-size: 12px;

/* style.css */

/* 801  */ 	font-weight: bold;
/* 802  */ 	line-height: 17px;
/* 803  */ }
/* 804  */ 
/* 805  */ div.featured-category div.column-wide h2,
/* 806  */ #content ul.events-list h2 {
/* 807  */ 	font-size: 14px;
/* 808  */ 	line-height: 21px;
/* 809  */ }
/* 810  */ 
/* 811  */ /********************************************************************************************* 
/* 812  *| 
/* 813  *| 5. Single: Post/Page Styling
/* 814  *| 
/* 815  *| *********************************************************************************************/
/* 816  */ 
/* 817  */ .post-content {
/* 818  */ 	font-size: 13px;  
/* 819  */ 	line-height: 23px; 
/* 820  */ 	max-width: 700px;
/* 821  */ }
/* 822  */ 
/* 823  */ .full-width .post-content {
/* 824  */ 	max-width: 100%;
/* 825  */ }
/* 826  */ 
/* 827  */ .post-content h2, 
/* 828  */ .post-content h3, 
/* 829  */ .post-content h4, 
/* 830  */ .post-content h5, 
/* 831  */ .post-content h6 {
/* 832  */ 	font-weight: bold;
/* 833  */ 	margin: 12px 0 12px;
/* 834  */ 	line-height: 1.25em; 
/* 835  */ }
/* 836  */ 
/* 837  */ .post-content h1 {
/* 838  */ 	font-size: 32px;
/* 839  */ 	line-height: 36px;
/* 840  */ }
/* 841  */ 
/* 842  */ .post-content h2 {
/* 843  */ 	font-size: 26px;
/* 844  */ 	line-height: 32px;
/* 845  */ }
/* 846  */ 
/* 847  */ .post-content h3 {
/* 848  */ 	font-size: 22px;
/* 849  */ 	line-height: 26px;
/* 850  */ }

/* style.css */

/* 851  */ 
/* 852  */ .post-content h4 {
/* 853  */ 	font-size: 18px;
/* 854  */ 	line-height: 24px;
/* 855  */ }
/* 856  */ 
/* 857  */ .post-content h5 {
/* 858  */ 	font-size: 16px;
/* 859  */ 	line-height: 22px;
/* 860  */ }
/* 861  */ 
/* 862  */ .post-content h6 {
/* 863  */ 	font-size: 14px;
/* 864  */ 	line-height: 20px;
/* 865  */ }
/* 866  */ 
/* 867  */ .post-content p {
/* 868  */ 	margin-bottom: 1em; 
/* 869  */ }
/* 870  */ 
/* 871  */ .post-content img {
/* 872  */ 	margin-bottom: 20px; 
/* 873  */ }
/* 874  */ 
/* 875  */ .post-content img.alignnone, 
/* 876  */ .post-content img.aligncenter, 
/* 877  */ .post-content img.alignleft, 
/* 878  */ .post-content img.alignright {
/* 879  */ 	max-width: 680px;
/* 880  */ 	width:auto;
/* 881  */  	height:auto;
/* 882  */ }
/* 883  */ 
/* 884  */ .full-width .post-content img.alignnone, 
/* 885  */ .full-width .post-content img.aligncenter, 
/* 886  */ .full-width .post-content img.alignleft, 
/* 887  */ .full-width .post-content img.alignright {
/* 888  */ 	max-width: 100%;
/* 889  */ 	width:auto;
/* 890  */  	height:auto;
/* 891  */ }
/* 892  */ 
/* 893  */ .post-content ul, 
/* 894  */ .post-content ol {
/* 895  */ 	margin: 0 0 1em 1em; 
/* 896  */ }
/* 897  */ .post-content li ul, 
/* 898  */ .post-content li ol {
/* 899  */ 	margin-bottom: 0; 
/* 900  */ }

/* style.css */

/* 901  */ .post-content li {
/* 902  */ 	list-style-position: outside; 
/* 903  */ 	margin-left: 20px;
/* 904  */ } 
/* 905  */ .post-content ul li {
/* 906  */ 	list-style-type: square;
/* 907  */ }
/* 908  */ .post-content ol li {
/* 909  */ 	list-style-type: decimal; 
/* 910  */ }
/* 911  */ .post-content blockquote {
/* 912  */     color:#999;
/* 913  */     border-left: solid 3px #ececec;
/* 914  */     padding: 0 15px;
/* 915  */     margin: 10px;
/* 916  */ }
/* 917  */ .post-content a {
/* 918  */ 	text-decoration:none; 
/* 919  */ }
/* 920  */ .post-content a:hover {
/* 921  */ 	text-decoration:underline; 
/* 922  */ 	cursor: pointer; 
/* 923  */ }
/* 924  */ 
/* 925  */ ul.posts-related li {
/* 926  */ 	list-style-type: none;
/* 927  */ 	margin: 0 0 15px;
/* 928  */ }
/* 929  */ 
/* 930  */ ul.posts-related div.cover {
/* 931  */ 	float: left;
/* 932  */ 	display: inline;
/* 933  */ 	margin-right: 10px;
/* 934  */ }
/* 935  */ 
/* 936  */ ul.posts-related li h2 {
/* 937  */ 	font-size: 12px;
/* 938  */ 	line-height: 20px;
/* 939  */ 	margin: 0 0 6px;
/* 940  */ }
/* 941  */ 
/* 942  */ ul.posts-related time {
/* 943  */ 	font-style: italic;
/* 944  */ 	font-size: 11px;
/* 945  */ }
/* 946  */ 
/* 947  */ div.post-actions div.column {
/* 948  */ 	float: left;
/* 949  */ 	display: inline;
/* 950  */ 	margin-right: 20px;

/* style.css */

/* 951  */ 	width: 370px;
/* 952  */ }
/* 953  */ 
/* 954  */ div.post-actions div.column.column-last {
/* 955  */ 	margin-right: 0;
/* 956  */ 	width: 200px;
/* 957  */ }
/* 958  */ 
/* 959  */ ul.posts-related div.cover img {
/* 960  */ 	background-color: #fff;
/* 961  */ 	border: solid 1px #ccc;
/* 962  */ 	padding: 4px;
/* 963  */ }
/* 964  */ 
/* 965  */ div.post-actions {
/* 966  */ 	margin: 20px 0;
/* 967  */ }
/* 968  */ 
/* 969  */ div.post-actions {
/* 970  */ 	color: #999;
/* 971  */ }
/* 972  */ 
/* 973  */ div.post-actions a {
/* 974  */ 	color: #333;
/* 975  */ }
/* 976  */ 
/* 977  */ div.post-actions a:hover {
/* 978  */ 	text-decoration: underline;
/* 979  */ }
/* 980  */ 
/* 981  */ div.post-actions p.title {
/* 982  */ 	margin-bottom: 20px;
/* 983  */ }
/* 984  */ 
/* 985  */ /********************************************************************************************* 
/* 986  *| 
/* 987  *| 6. Comments Styling
/* 988  *| 
/* 989  *| *********************************************************************************************/
/* 990  */ 
/* 991  */ #comments { display:block; margin:0; }
/* 992  */ .comment-input-text textarea { width: 80%; }
/* 993  */ .comment-list { margin: 0; padding: 15px 0 0; font-size: 12px; line-height: 20px;}
/* 994  */ .comment-list li { list-style: none; }
/* 995  */ .comment-list p { padding:15px 0 0; }
/* 996  */ .comment-list p.heading {padding-top: 0; font-size: 12px; }
/* 997  */ .comment-list li .commbody { border-top: 1px solid #e6e6e6; padding:0 0 8px; }
/* 998  */ .comment-list ul { margin-bottom: 0; }
/* 999  */ .comment-list ul.children .commbody { padding: 0 0 10px; }
/* 1000 */ .comment-author img { border:3px solid #fff; box-shadow: 1px 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 1px  rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 1px  rgba(0,0,0,0.1); float: left; margin: 0 12px 12px 0; }

/* style.css */

/* 1001 */ .comment-author cite.fn  { font-style:normal;  }
/* 1002 */ .comment-author cite.fn a { color: #666; font-weight:bold; }
/* 1003 */ .comment-author cite.fn a:hover { color: #222; }
/* 1004 */ .comment-profile-wrapper { text-align: center; width: 105px; }
/* 1005 */ span.says { display: none; }
/* 1006 */ .comment-meta { color:#8d8d8d; float: left; font-style:italic; font-size: 11px; margin-top: 6px; }
/* 1007 */ .commleft { border-top:3px solid #e6e6e6; float: left; padding-top:15px; width: 215px; }
/* 1008 */ .commentmetadata a { color: #6D6C6C; font-style:normal; }
/* 1009 */ .commentmetadata a:hover { color: #484040; text-decoration: none; }
/* 1010 */ .comment-gravatar { margin-bottom: 3px; }
/* 1011 */ .comment-content-wrapper { float: right; width: 538px; }
/* 1012 */ .comment-parent, .comment-single { margin-top: 15px; }
/* 1013 */ #comments ul.children { background:url(/wp-content/themes/erudito/images/reply_bg.png) no-repeat;}
/* 1014 */ .comment-list ul.children, #comments #respond ul { margin: 0 0 10px 15px;  padding: 9px 0 0 35px;}
/* 1015 */ .comment-list ul.children ul.children { margin-left: 40px; }
/* 1016 */ .comment-list ul.children li {   margin: 0; }
/* 1017 */ .comment-body { margin: 0; padding: 8px 12px 0; position: relative; }
/* 1018 */ .comment-list li div p { color: #808080; margin-bottom: 0; margin-left: 229px; padding-right: 15px;}
/* 1019 */ .comment .post-date { margin-top: 0; }
/* 1020 */ .comment .post-date .right a { color: #BBB; }
/* 1021 */ .comment .post-date .right a:hover { color: #234; }
/* 1022 */ .reply {  clear: both; float:right; height:20px; font-size: 11px; }
/* 1023 */ .reply a { display:none; }
/* 1024 */ .commbody:hover .reply a { background:url(/wp-content/themes/erudito/images/reply.png) no-repeat top left; display:block; margin-right: 15px; padding-left:16px; }
/* 1025 */ .cancel-comment-reply { margin:0 0 7px; }
/* 1026 */ .reply a, .cancel-comment-reply a { border: none;  color: #7D7D7D; margin-right: 3px; text-transform:uppercase; }
/* 1027 */ .reply a:hover, .cancel-comment-reply a:hover { color:#333; text-decoration: none; }
/* 1028 */ 
/* 1029 */ .nocomments {padding: 0 0 20px;}
/* 1030 */ 
/* 1031 */ /* Comments form */
/* 1032 */ #respond { overflow: hidden; position: relative; }
/* 1033 */ #respond p { margin: 0; }
/* 1034 */ #respond .comment-notes { margin-bottom: 1em; }
/* 1035 */ .form-allowed-tags { line-height: 1em; }
/* 1036 */ .children #respond { margin: 0 48px 0 0; }
/* 1037 */ .commentlist #respond { clear: both; display: block; }
/* 1038 */ #cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
/* 1039 */ #respond .required_lab { font-weight: bold; color: #d24355; }
/* 1040 */ #respond label {display: block; font-size: 12px; font-weight: bold; line-height: 30px; }
/* 1041 */ #respond input { margin: 0; }
/* 1042 */ #respond input,
/* 1043 */ #respond textarea {
/* 1044 */ 	background-color: #f4f4f4;
/* 1045 */ 	border: solid 1px #e1e1e1;
/* 1046 */ 	color: #444; 
/* 1047 */ 	font-size: 13px; 
/* 1048 */ 	line-height: 20px; 
/* 1049 */ 	padding: 4px 6px; 
/* 1050 */ }

/* style.css */

/* 1051 */ #respond textarea { width: 95%; height: 100px;  }
/* 1052 */ #respond .form-allowed-tags { display: none; color: #888; font-size: 12px; line-height: 18px; }
/* 1053 */ #respond .form-allowed-tags code { font-size: 11px; }
/* 1054 */ #respond .form-submit { text-align:left; margin-top:10px; }
/* 1055 */ #respond .form_fields { width: 100%; }
/* 1056 */ #respond .form_fields p { margin-bottom:7px; }
/* 1057 */ #respond .form_fields input { width:40%; }
/* 1058 */ 
/* 1059 */ /********************************************************************************************* 
/* 1060 *| 
/* 1061 *| 7. Page Structure: Sidebar
/* 1062 *| 
/* 1063 *| *********************************************************************************************/
/* 1064 */ 
/* 1065 */ aside {
/* 1066 */ 	background-color: #f6f6f6;
/* 1067 */ 	float: left;
/* 1068 */ 	display: inline;
/* 1069 */ 	width: 200px;
/* 1070 */ 	padding: 20px 15px 0;
/* 1071 */ }
/* 1072 */ 
/* 1073 */ #aside-fade {
/* 1074 */ 	background: #fff url(/wp-content/themes/erudito/images/back-fade.png) repeat-x top left;
/* 1075 */ 	height: 100px;
/* 1076 */ 	margin-left: -15px;
/* 1077 */ 	width: 230px;
/* 1078 */ }
/* 1079 */ 
/* 1080 */ aside div.widget {
/* 1081 */ 	margin-bottom: 30px;
/* 1082 */ }
/* 1083 */ 
/* 1084 */ aside p.title {
/* 1085 */ 	color: #444;
/* 1086 */ 	font-size: 11px;
/* 1087 */ 	font-weight: normal;
/* 1088 */ 	margin-top: 0;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ aside div.widget {
/* 1092 */ 	font-size: 11px;
/* 1093 */ 	line-height: 18px;
/* 1094 */ }
/* 1095 */ 
/* 1096 */ aside div.widget li {
/* 1097 */ 	border-bottom: dotted 1px #ccc;
/* 1098 */ 	font-size: 12px;
/* 1099 */ 	line-height: 20px;
/* 1100 */ 	padding: 5px 0;

/* style.css */

/* 1101 */ }
/* 1102 */ 
/* 1103 */ aside div.widget li:last-child {
/* 1104 */ 	border-bottom: 0;
/* 1105 */ }
/* 1106 */ 
/* 1107 */ aside ul li a {
/* 1108 */ 	color: #115782;
/* 1109 */ }
/* 1110 */ 
/* 1111 */ aside ul li a:hover {
/* 1112 */ 	color: #cf2626;
/* 1113 */ }
/* 1114 */ 
/* 1115 */ /********************************************************************************************* 
/* 1116 *| 
/* 1117 *| 8. Page Structure: Footer
/* 1118 *| 
/* 1119 *| *********************************************************************************************/
/* 1120 */ 
/* 1121 */ footer {
/* 1122 */ 	color: #777;
/* 1123 */ 	font-size: 11px;
/* 1124 */ 	line-height: 16px;
/* 1125 */ 	padding: 30px 0 40px;
/* 1126 */ 	text-align: left;
/* 1127 */ }
/* 1128 */ 
/* 1129 */ footer div.wrapper {
/* 1130 */ 	width: 950px;
/* 1131 */ 	padding-left: 10px;
/* 1132 */ }
/* 1133 */ 
/* 1134 */ footer div.divider {
/* 1135 */ 	border-top: solid 1px #ddd;
/* 1136 */ 	border-bottom: 0;
/* 1137 */ 	margin: 10px 0;
/* 1138 */ }
/* 1139 */ 
/* 1140 */ footer div.column {
/* 1141 */ 	float: left;
/* 1142 */ 	display: inline;
/* 1143 */ 	font-size: 11px;
/* 1144 */ 	line-height: 16px;
/* 1145 */ 	margin-right: 20px;
/* 1146 */ 	width: 140px;
/* 1147 */ }
/* 1148 */ 
/* 1149 */ footer div.column-wide {
/* 1150 */ 	line-height: 18px;

/* style.css */

/* 1151 */ 	width: 300px;
/* 1152 */ }
/* 1153 */ 
/* 1154 */ footer div.column-last {
/* 1155 */ 	margin-right: 0;
/* 1156 */ }
/* 1157 */ 
/* 1158 */ footer div.column li {
/* 1159 */ 	line-height: 22px;
/* 1160 */ }
/* 1161 */ 
/* 1162 */ footer p.copyright {float: left; display: inline; color: #999; }
/* 1163 */ footer p.wpzoom { display: inline; float: right; color: #999; }
/* 1164 */ footer p.wpzoom a {color: #999; text-decoration: none;}
/* 1165 */ footer p.wpzoom a:hover {color: #333;}
/* 1166 */ footer p.wpzoom img { display: inline; float: right; padding: 0 0 0 2px; }
/* 1167 */ 
/* 1168 */ /********************************************************************************************* 
/* 1169 *| 
/* 1170 *| 9. Miscellaneous
/* 1171 *| 
/* 1172 *| *********************************************************************************************/
/* 1173 */ 
/* 1174 */ /* WPZOOM Twitter Widget */
/* 1175 */ 
/* 1176 */ .twitter-timestamp {
/* 1177 */ 	color: #999;
/* 1178 */ 	font-size: 11px;
/* 1179 */ 	font-style: italic;
/* 1180 */ 	display: block;
/* 1181 */ }
/* 1182 */ 
/* 1183 */ /* Begin Images */
/* 1184 */ .post-content .aligncenter {	display: block;	margin-left: auto;	margin-right: auto;	}
/* 1185 */ .post-content .alignright {	margin: 0 0 5px 20px;	display: inline;	}
/* 1186 */ .post-content .alignleft {	margin: 0 20px 5px 0;	display: inline;	}
/* 1187 */ .alignright {	float: right;	}
/* 1188 */ .alignleft {	float: left	}
/* 1189 */ 
/* 1190 */ /* Caption for images */
/* 1191 */ .post-content .wp-caption { background-color: #f9f9f9; border: solid 1px #e9e9e9; padding: 10px 8px; text-align:center; }
/* 1192 */ .post-content .wp-caption img { background:none; margin:0 0 10px; border:0 none; max-width:100%; width:auto; height:auto;}
/* 1193 */ .post-content .wp-caption-text, .gallery-caption { color:#A7A3A3; font-size:11px; line-height: 1.4em; margin:0; padding:4px 0 0; text-align:center; }
/* 1194 */ .post-content .wp-caption.aligncenter { margin:0 auto 15px; }
/* 1195 */ 
/* 1196 */ /* [gallery] shortcode styling */
/* 1197 */ .post-content .gallery { margin: auto; text-align:center; clear:both; }
/* 1198 */ .post-content .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; width: 30%; }
/* 1199 */ .post-content .gallery img { border: solid 4px #f6f3ee; padding: 10px; margin-bottom: 5px; }
/* 1200 */ .post-content .gallery-caption { margin-left: 0; }

/* style.css */

/* 1201 */ .post-content div.gallery img:hover {border: solid 4px #d46670; }
/* 1202 */ 
/* 1203 */ /* Social Widget */
/* 1204 */ .wpzoomSocial li {
/* 1205 */ 	margin:0 5px 10px 0;
/* 1206 */ }
/* 1207 */ 
/* 1208 */ aside .wpzoomSocial li {
/* 1209 */ 	float:left;
/* 1210 */ 	display: inline;
/* 1211 */ 	width: 145px;
/* 1212 */ }
/* 1213 */ 
/* 1214 */ .wpzoomSocial li img {
/* 1215 */ 	margin-right: 5px;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .wpzoomSocial a:hover {
/* 1219 */ 	text-decoration: none;
/* 1220 */ }
/* 1221 */ 
/* 1222 */ /* Recent Comments */
/* 1223 */ ul.recent-comments-list {margin: 0; padding: 0; font-size: 12px; }
/* 1224 */ .recent-comments-list img.avatar { margin-right: 12px; float: left;}
/* 1225 */ .recent-comments-list li {padding: 0 0 10px; margin:0 0 10px; border-bottom: dotted 1px #ccc; } 
/* 1226 */ 
/* 1227 */ /* Recent Posts */
/* 1228 */ ul.posts-side li {
/* 1229 */ 	margin: 0 0 10px;
/* 1230 */ 	border-bottom: dotted 1px #ccc;
/* 1231 */ 	padding-bottom: 10px;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ ul.posts-side div.cover {
/* 1235 */ 	float: left;
/* 1236 */ 	display: inline;
/* 1237 */ 	margin-right: 10px;
/* 1238 */ }
/* 1239 */ 
/* 1240 */ ul.posts-side h2.title {
/* 1241 */ 	font-size: 13px;
/* 1242 */ 	margin: 0;
/* 1243 */ }
/* 1244 */ 
/* 1245 */ ul.posts-side p.postmetadata {
/* 1246 */ 	color: #999;	
/* 1247 */ 	font-size: 11px;
/* 1248 */ 	margin: 0;
/* 1249 */ }
/* 1250 */ 

/* style.css */

/* 1251 */ span.share_btn {display: block; }
/* 1252 */ 
/* 1253 */ /* WPZOOM Tabs Widget */
/* 1254 */  
/* 1255 */ .tabberlive .tabbertabhide { display: none; }
/* 1256 */ ul.tabbernav { margin: 0; padding: 0; float: left; width: 100%; display: inline; list-style-type: none; border-bottom: 1px solid #666; margin-bottom: 10px; }
/* 1257 */ ul.tabbernav li { float: left; margin: 0 1px 0 0; padding: 0; line-height: 30px; overflow: hidden; position: relative; }
/* 1258 */ *html  ul.tabbernav { padding: 2px 0; /* ie6 only */ }
/* 1259 */ *+html  ul.tabbernav { padding: 2px 0; /* ie7 only */ }
/* 1260 */ ul.tabbernav li { list-style-type: none; display: inline; background-color: #f4f4f4; }
/* 1261 */ ul.tabbernav li a { text-decoration: none; /* inactive tabs */ color: #888; display: block; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0 10px; outline: none; }
/* 1262 */ ul.tabbernav li.tabberactive { background-color: #666; /* active tab */ }
/* 1263 */ ul.tabbernav li.tabberactive a { color: #fff; }
/* 1264 */ .tabbertabs {font-size: 12px; line-height: 20px; margin-bottom: 20px; }
/* 1265 */ .tabbertabs .recent_comments li img, .tabbertabs .recent_news li img { float: left; margin: 0 7px 5px 0; }
/* 1266 */ .tabberlive .tabbertab { padding: 5px 0 0; float: left; width: 100%; }
/* 1267 */ .tabbertab .widgettitle { display: none; }
/* 1268 */ .tabbertab li {font-size: 12px; line-height: 20px; }
/* 1269 */ aside .tabbertabs ul.posts li {float: none; display: block; width: 100%; }
/* 1270 */ 
/* 1271 */ /* Flickr widget */
/* 1272 */ .widget .flickr_badge_image {float: left; margin-right: 10px; margin-bottom: 10px; }
/* 1273 */ .widget .flickr_badge_image img { width: 63px; height: 63px; border: solid 1px #192027; 	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
/* 1274 */ 	filter: alpha(opacity=50); 
/* 1275 */ 	-moz-opacity:0.5; 
/* 1276 */ 	-khtml-opacity: 0.5; 
/* 1277 */ 	opacity: 0.5;}
/* 1278 */ .widget .flickr_badge_image img:hover {	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
/* 1279 */ 	filter: alpha(opacity=100); 
/* 1280 */ 	-moz-opacity:1; 
/* 1281 */ 	-khtml-opacity: 1; 
/* 1282 */ 	opacity: 1;}
/* 1283 */ 
/* 1284 */ /********************************************************************************************* 
/* 1285 *| 
/* 1286 *| 10. Elements: Forms, Buttons
/* 1287 *| 
/* 1288 *| *********************************************************************************************/
/* 1289 */ 
/* 1290 */ p.title {
/* 1291 */ 	color: #333;
/* 1292 */ 	font-size: 12px;
/* 1293 */ 	font-weight: bold;
/* 1294 */ 	text-transform: uppercase;
/* 1295 */ }
/* 1296 */ 
/* 1297 */ div.widget input#s {
/* 1298 */ 	float: left;
/* 1299 */ 	display: inline;
/* 1300 */ 	border: solid 1px #ccc;

/* style.css */

/* 1301 */ 	background-color: #fff;
/* 1302 */ 	color: #777;
/* 1303 */ 	font-size: 11px;
/* 1304 */ 	height: 20px;
/* 1305 */ 	width: 135px;
/* 1306 */ 	padding: 3px 5px;
/* 1307 */ 	border-right: 0;
/* 1308 */ }
/* 1309 */ 
/* 1310 */ div.widget input#s {
/* 1311 */ 	-webkit-border-radius: 3px 0px 0px 3px;
/* 1312 */ 	border-radius: 3px 0px 0px 3px;
/* 1313 */ 	width: 115px;
/* 1314 */ }
/* 1315 */ 
/* 1316 */ input#searchsubmit {
/* 1317 */ 	float: left;
/* 1318 */ 	display: inline-block;
/* 1319 */ }
/* 1320 */ 
/* 1321 */ a.button {
/* 1322 */ 	display: inline;
/* 1323 */ }
/* 1324 */ 
/* 1325 */ a.button,
/* 1326 */ #respond input#submit,
/* 1327 */ input#searchsubmit {
/* 1328 */ 	font-size: 11px;
/* 1329 */ 	font-weight: bold;
/* 1330 */ 	text-align: center;
/* 1331 */ 	padding: 3px 10px;
/* 1332 */ 	height: 28px;
/* 1333 */ 	border: solid 1px #2b849e;
/* 1334 */ 	cursor: pointer;            
/* 1335 */ 	display: block; 	
/* 1336 */ 	color: #fff;                
/* 1337 */ 	-webkit-border-radius: 2px; 
/* 1338 */ 	-moz-border-radius: 2px;    
/* 1339 */ 	border-radius: 2px;         
/* 1340 */ 	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1341 */ 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1342 */ 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1343 */ 	-webkit-transition: 0.1s linear all;
/* 1344 */ 	-moz-transition: 0.1s linear all;
/* 1345 */ 	-ms-transition: 0.1s linear all;
/* 1346 */ 	-o-transition: 0.1s linear all;
/* 1347 */ 	transition: 0.1s linear all;
/* 1348 */ }
/* 1349 */ 
/* 1350 */ input#searchsubmit {

/* style.css */

/* 1351 */ 	-webkit-border-radius: 0px 3px 3px 0px !important;
/* 1352 */ 	border-radius: 0px 3px 3px 0px !important;
/* 1353 */ }
/* 1354 */ 
/* 1355 */ a.button {
/* 1356 */ 	display: inline;
/* 1357 */ 	padding: 5px 10px;
/* 1358 */ }
/* 1359 */ 
/* 1360 */ a.button.blue,
/* 1361 */ #respond input.button.blue {
/* 1362 */ 	background-color: #0064cd;
/* 1363 */ 	background-repeat: repeat-x;
/* 1364 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
/* 1365 */ 	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
/* 1366 */ 	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
/* 1367 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
/* 1368 */ 	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
/* 1369 */ 	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
/* 1370 */ 	background-image: linear-gradient(top, #049cdb, #0064cd);
/* 1371 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
/* 1372 */ 	border-color: #0064cd #0064cd #003f81;
/* 1373 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1374 */ 	text-shadow: #09509a 1px 1px 0;
/* 1375 */ }
/* 1376 */ 
/* 1377 */ a.button.green,
/* 1378 */ #respond input.button.green {
/* 1379 */ 	background-color: #57a957;
/* 1380 */ 	background-repeat: repeat-x;
/* 1381 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
/* 1382 */ 	background-image: -moz-linear-gradient(top, #62c462, #57a957);
/* 1383 */ 	background-image: -ms-linear-gradient(top, #62c462, #57a957);
/* 1384 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
/* 1385 */ 	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
/* 1386 */ 	background-image: -o-linear-gradient(top, #62c462, #57a957);
/* 1387 */ 	background-image: linear-gradient(top, #62c462, #57a957);
/* 1388 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
/* 1389 */ 	border-color: #57a957 #57a957 #3d773d;
/* 1390 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1391 */ 	text-shadow: #3e783e 1px 1px 0;
/* 1392 */ }
/* 1393 */ 
/* 1394 */ a.button.orange,
/* 1395 */ #respond input.button.orange {
/* 1396 */ 	background-color: #ef4832;
/* 1397 */ 	background-repeat: repeat-x;
/* 1398 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#ef4832));
/* 1399 */ 	background-image: -moz-linear-gradient(top, #f2723a, #ef4832);
/* 1400 */ 	background-image: -ms-linear-gradient(top, #f2723a, #ef4832);

/* style.css */

/* 1401 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2723a), color-stop(100%, #ef4832));
/* 1402 */ 	background-image: -webkit-linear-gradient(top, #f2723a, #ef4832);
/* 1403 */ 	background-image: -o-linear-gradient(top, #f2723a, #ef4832);
/* 1404 */ 	background-image: linear-gradient(top, #f2723a, #ef4832);
/* 1405 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2723a', endColorstr='#ef4832', GradientType=0);
/* 1406 */ 	border-color: #ef4832 #ef4832 #bf831c;
/* 1407 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1408 */ 	text-shadow: #b72816 1px 1px 0;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ a.button.yellow,
/* 1412 */ #respond input.button.yellow {
/* 1413 */ 	background-color: #c98610;
/* 1414 */ 	background-repeat: repeat-x;
/* 1415 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#c98610));
/* 1416 */ 	background-image: -moz-linear-gradient(top, #e49d1f, #c98610);
/* 1417 */ 	background-image: -ms-linear-gradient(top, #e49d1f, #c98610);
/* 1418 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49d1f), color-stop(100%, #c98610));
/* 1419 */ 	background-image: -webkit-linear-gradient(top, #e49d1f, #c98610);
/* 1420 */ 	background-image: -o-linear-gradient(top, #e49d1f, #c98610);
/* 1421 */ 	background-image: linear-gradient(top, #e49d1f, #c98610);
/* 1422 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49d1f', endColorstr='#c98610', GradientType=0);
/* 1423 */ 	border-color: #c98610 #c98610 #bf831c;
/* 1424 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1425 */ 	text-shadow: #bf831c 1px 1px 0;
/* 1426 */ }
/* 1427 */ 
/* 1428 */ a.button.purple,
/* 1429 */ #respond input.button.purple {
/* 1430 */ 	background-color: #4f337d;
/* 1431 */ 	background-repeat: repeat-x;
/* 1432 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#664a96), to(#4f337d));
/* 1433 */ 	background-image: -moz-linear-gradient(top, #664a96, #4f337d);
/* 1434 */ 	background-image: -ms-linear-gradient(top, #664a96, #4f337d);
/* 1435 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #664a96), color-stop(100%, #4f337d));
/* 1436 */ 	background-image: -webkit-linear-gradient(top, #664a96, #4f337d);
/* 1437 */ 	background-image: -o-linear-gradient(top, #664a96, #4f337d);
/* 1438 */ 	background-image: linear-gradient(top, #664a96, #4f337d);
/* 1439 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#664a96', endColorstr='#4f337d', GradientType=0);
/* 1440 */ 	border-color: #4f337d #4f337d #382458;
/* 1441 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1442 */ 	text-shadow: #3a2164 1px 1px 0;
/* 1443 */ }
/* 1444 */ 
/* 1445 */ a.button.red,
/* 1446 */ #respond input#submit,
/* 1447 */ input#searchsubmit {
/* 1448 */ 	background-color: #c43c35;
/* 1449 */ 	background-repeat: repeat-x;
/* 1450 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));

/* style.css */

/* 1451 */ 	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
/* 1452 */ 	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
/* 1453 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
/* 1454 */ 	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
/* 1455 */ 	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
/* 1456 */ 	background-image: linear-gradient(top, #ee5f5b, #c43c35);
/* 1457 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
/* 1458 */ 	border-color: #c43c35 #c43c35 #882a25;
/* 1459 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1460 */ 	text-shadow: #a8332d 1px 1px 0;	
/* 1461 */ }
/* 1462 */ 
/* 1463 */ a.button.silver,
/* 1464 */ #respond input.button.silver {
/* 1465 */ 	background-color: #e6e6e6;
/* 1466 */ 	background-repeat: repeat-x;
/* 1467 */ 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
/* 1468 */ 	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
/* 1469 */ 	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
/* 1470 */ 	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
/* 1471 */ 	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
/* 1472 */ 	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
/* 1473 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
/* 1474 */ 	border-color: #339bb9 #339bb9 #22697d;
/* 1475 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1476 */ 	text-shadow: #fff 1px 1px 0;
/* 1477 */ 	color: #333;
/* 1478 */ }
/* 1479 */ 
/* 1480 */ a.button.teal,
/* 1481 */ #respond input.button.teal {
/* 1482 */ 	background-color: #339bb9;
/* 1483 */ 	background-repeat: repeat-x;
/* 1484 */ 	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
/* 1485 */ 	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
/* 1486 */ 	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
/* 1487 */ 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
/* 1488 */ 	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
/* 1489 */ 	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
/* 1490 */ 	background-image: linear-gradient(top, #5bc0de, #339bb9);
/* 1491 */ 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
/* 1492 */ 	border-color: #339bb9 #339bb9 #22697d;
/* 1493 */ 	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 1494 */ 	text-shadow: #2a819a 1px 1px 0;
/* 1495 */ }
/* 1496 */ 
/* 1497 */ a.button:hover,
/* 1498 */ #respond input#submit:hover,
/* 1499 */ input#searchsubmit:hover {
/* 1500 */ 	background-position: 0 -15px;

/* style.css */

/* 1501 */ 	text-decoration: none;
/* 1502 */ }
/* 1503 */ 
/* 1504 */ a.button:active,
/* 1505 */ #respond input#submit:active,
/* 1506 */ input#searchsubmit:active {
/* 1507 */ 	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1508 */ 	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1509 */ 	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 1510 */ }
/* 1511 */ #respond input#submit {
/* 1512 */ 	height: 40px;
/* 1513 */ 	padding: 10px 15px;
/* 1514 */ }
/* 1515 */ 
/* 1516 */ /********************************************************************************************* 
/* 1517 *| 
/* 1518 *| 11. Homepage Slider
/* 1519 *| 
/* 1520 *| *********************************************************************************************/
/* 1521 */ 
/* 1522 */ /*
/* 1523 *|  * jQuery FlexSlider v2.0
/* 1524 *|  * http://www.woothemes.com/flexslider/
/* 1525 *|  *
/* 1526 *|  * Copyright 2012 WooThemes
/* 1527 *|  * Free to use under the GPLv2 license.
/* 1528 *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 1529 *|  *
/* 1530 *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 1531 *|  */
/* 1532 */ 
/* 1533 */  
/* 1534 */ /* Browser Resets */
/* 1535 */ .flex-container a:active,
/* 1536 */ .flexslider a:active,
/* 1537 */ .flex-container a:focus,
/* 1538 */ .flexslider a:focus  {outline: none;}
/* 1539 */ .slides,
/* 1540 */ .flex-control-nav,
/* 1541 */ .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* 1542 */ 
/* 1543 */ /* Pagination */
/* 1544 */ div.navigation {text-align: center; margin-bottom:15px; font-size: 12px; }
/* 1545 */ div.navigation p {margin: 0;}
/* 1546 */ div.navigation a {padding: 7px 10px; line-height: 24px; background-color: #f1f1f1; color: #333; }
/* 1547 */ div.navigation .current { font-weight:bold; background-color: #b01c1c; color: #fff; padding: 7px 10px; line-height: 24px;}
/* 1548 */ div.navigation a:hover {
/* 1549 */ 	background: none;
/* 1550 */ 	background-color: #b01c1c; 

/* style.css */

/* 1551 */ 	color: #fff;
/* 1552 */ }
/* 1553 */ 
/* 1554 */ /* FlexSlider Necessary Styles
/* 1555 *| *********************************/ 
/* 1556 */ .flexslider {margin: 0; padding: 0;}
/* 1557 */ .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 1558 */ .flexslider .slides img {}
/* 1559 */ .flex-pauseplay span {text-transform: capitalize;}
/* 1560 */ 
/* 1561 */ /* Clearfix for the .slides element */
/* 1562 */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
/* 1563 */ html[xmlns] .slides {display: block;} 
/* 1564 */ * html .slides {height: 1%;}
/* 1565 */ 
/* 1566 */ /* No JavaScript Fallback */
/* 1567 */ /* If you are not using another script, such as Modernizr, make sure you
/* 1568 *|  * include js that eliminates this class on page load */
/* 1569 */ .no-js .slides > li:first-child {display: block;}
/* 1570 */ 
/* 1571 */ /* FlexSlider Default Theme
/* 1572 *| *********************************/
/* 1573 */ .flexslider {}
/* 1574 */ .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/* 1575 */ .loading .flex-viewport {max-height: 300px;}
/* 1576 */ .flexslider .slides {zoom: 1;}
/* 1577 */ 
/* 1578 */ /* Direction Nav */
/* 1579 */ .flex-direction-nav {*height: 0;}
/* 1580 */ .flex-direction-nav a {}
/* 1581 */ .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
/* 1582 */ .flex-direction-nav .flex-prev {left: -36px;}
/* 1583 */ .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
/* 1584 */ .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
/* 1585 */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
/* 1586 */ .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* 1587 */ 
/* 1588 */ /* Control Nav */
/* 1589 */ .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
/* 1590 */ .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
/* 1591 */ .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
/* 1592 */ .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
/* 1593 */ .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* 1594 */ 
/* 1595 */ .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 1596 */ .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
/* 1597 */ .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
/* 1598 */ .flex-control-thumbs img:hover {opacity: 1;}
/* 1599 */ .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* 1600 */ 

/* style.css */

/* 1601 */ @media screen and (max-width: 860px) {
/* 1602 */   .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
/* 1603 */   .flex-direction-nav .flex-next {opacity: 1; right: 0;}
/* 1604 */ }
/* 1605 */ 
/* 1606 */ /********************************************************************************************* 
/* 1607 *| 
/* 1608 *| 12. Media Queries 
/* 1609 *| 
/* 1610 *| *********************************************************************************************/   
/* 1611 */  
/* 1612 */ /* Tablet Landscape */
/* 1613 */ @media screen and (max-width: 1020px) {
/* 1614 */ 
/* 1615 */ 	div.wrapper,
/* 1616 */ 	footer div.wrapper {
/* 1617 */ 		width: 94%;
/* 1618 */ 		padding-left: 2%;
/* 1619 */ 		padding-right: 2%;
/* 1620 */ 	}
/* 1621 */ 	
/* 1622 */ 	#content {
/* 1623 */ 		margin-right: 2%;
/* 1624 */ 		width: 72%;
/* 1625 */ 	}
/* 1626 */ 	
/* 1627 */ 	aside {
/* 1628 */ 		padding-left: 2%;
/* 1629 */ 		padding-right: 2%;
/* 1630 */ 		width: 22%;
/* 1631 */ 	}
/* 1632 */ 	
/* 1633 */ 	div.side-back,
/* 1634 */ 	div#aside-fade {
/* 1635 */ 		display: none;
/* 1636 */ 	}
/* 1637 */ 	
/* 1638 */ 	#featured-posts {
/* 1639 */ 		min-height: auto;
/* 1640 */ 		width: 100%;
/* 1641 */ 	}
/* 1642 */ 	
/* 1643 */ 	#featured-posts div.cover {
/* 1644 */ 		max-width: 100%;
/* 1645 */ 		width: 100%;
/* 1646 */ 		height: auto;
/* 1647 */ 	}
/* 1648 */ 	
/* 1649 */ 	#featured-posts div.cover img {
/* 1650 */ 		height: auto;

/* style.css */

/* 1651 */ 	}
/* 1652 */ 	
/* 1653 */ 	#featured-navigation {
/* 1654 */ 		top: 15px;
/* 1655 */ 		right: 15px;
/* 1656 */ 	}
/* 1657 */ 	
/* 1658 */ 	#featured-posts div.post-body {
/* 1659 */ 		width: 60%;
/* 1660 */ 	}
/* 1661 */ 	
/* 1662 */ 	div.featured-category div.column {
/* 1663 */ 		width: 24%;
/* 1664 */ 		margin-right: 2%;
/* 1665 */ 	}
/* 1666 */ 
/* 1667 */ 	div.featured-category div.column-wide {
/* 1668 */ 		width: 45%;
/* 1669 */ 		margin-right: 5%;
/* 1670 */ 	}
/* 1671 */ 	
/* 1672 */ 	div.featured-category div.column-last {
/* 1673 */ 		margin-right: 0;
/* 1674 */ 	}
/* 1675 */ 	
/* 1676 */ 	div.featured-category img,
/* 1677 */ 	div.featured-pages img {
/* 1678 */ 		width: 100%;
/* 1679 */ 		height: auto;
/* 1680 */ 	}
/* 1681 */ 	
/* 1682 */ 	div.featured-pages div.column {
/* 1683 */ 		width: 30%;
/* 1684 */ 		margin-right: 5%;
/* 1685 */ 	}
/* 1686 */ 	
/* 1687 */ 	div.featured-pages div.column-last {
/* 1688 */ 		margin-right: 0;
/* 1689 */ 	}
/* 1690 */ 
/* 1691 */ }
/* 1692 */ 
/* 1693 */ /* Tablet Landscape */
/* 1694 */ @media screen and (max-width: 960px) {
/* 1695 */ 
/* 1696 */ }
/* 1697 */ 
/* 1698 */ /* Tabled Portrait */
/* 1699 */ @media screen and (max-width: 768px) {
/* 1700 */ 

/* style.css */

/* 1701 */ 	div.post-thumb {
/* 1702 */ 		width: 100px;
/* 1703 */ 	}
/* 1704 */ 	
/* 1705 */ 	div.post-thumb img {
/* 1706 */ 		width: 100%;
/* 1707 */ 		height: auto;
/* 1708 */ 	}
/* 1709 */ 
/* 1710 */ }
/* 1711 */ 
/* 1712 */ /* All Mobile Sizes (devices and browser) */
/* 1713 */ @media screen and (max-width: 640px) {
/* 1714 */ 
/* 1715 */ 	div.search-form {
/* 1716 */ 		display: none;
/* 1717 */ 	}
/* 1718 */ 	
/* 1719 */ 	#content {
/* 1720 */ 		float: none;
/* 1721 */ 		display: block;
/* 1722 */ 		margin-right: 0;
/* 1723 */ 		width: 100%;
/* 1724 */ 	}
/* 1725 */ 	
/* 1726 */ 	aside {
/* 1727 */ 		float: none;
/* 1728 */ 		display: block;
/* 1729 */ 		margin: 20px 0 0;
/* 1730 */ 		padding-left: 2%;
/* 1731 */ 		padding-right: 2%;
/* 1732 */ 		width: 96%;
/* 1733 */ 	}
/* 1734 */ 	
/* 1735 */ 	footer div.column {
/* 1736 */ 		width: 22%;
/* 1737 */ 		margin-right: 4%; 
/* 1738 */ 	}
/* 1739 */ 	
/* 1740 */ 	footer div.column-last {
/* 1741 */ 		margin-right: 0;
/* 1742 */ 	}
/* 1743 */ 
/* 1744 */ 	footer div.column-wide {
/* 1745 */ 		float: none;
/* 1746 */ 		display: block;
/* 1747 */ 		margin-right: 0;
/* 1748 */ 		width: 100%;
/* 1749 */ 	}
/* 1750 */ 	

/* style.css */

/* 1751 */ 	#logo {
/* 1752 */ 		margin-bottom: 20px;
/* 1753 */ 	}
/* 1754 */ 
/* 1755 */ }
/* 1756 */ 
/* 1757 */ /* All Mobile Sizes (devices and browser) */
/* 1758 */ @media screen and (max-width: 480px) {
/* 1759 */ 
/* 1760 */ 	#featured-posts div.post-body {
/* 1761 */ 		padding-left: 3%;
/* 1762 */ 		padding-right: 3%;
/* 1763 */ 		width: 94%;
/* 1764 */ 	}
/* 1765 */ 	
/* 1766 */ 	#featured-posts p {
/* 1767 */ 		display: none;
/* 1768 */ 	}
/* 1769 */ 	
/* 1770 */ 	#featured-posts,
/* 1771 */ 	#featured-posts li {
/* 1772 */ 		height: auto;
/* 1773 */ 		min-height: inherit;
/* 1774 */ 	}
/* 1775 */ 	
/* 1776 */ 	div.featured-category div.column {
/* 1777 */ 		margin-right: 4%;
/* 1778 */ 		width: 48%;
/* 1779 */ 	}
/* 1780 */ 	
/* 1781 */ 	div.featured-category div.column-last {
/* 1782 */ 		margin-right: 0;
/* 1783 */ 	}
/* 1784 */ 	div.featured-category div.column-wide {
/* 1785 */ 		float: none;
/* 1786 */ 		display: block;
/* 1787 */ 		margin-right: 0;
/* 1788 */ 		margin-bottom: 20px;
/* 1789 */ 		width: 100%;
/* 1790 */ 	}
/* 1791 */ 	
/* 1792 */ 	ul.posts-archive h2 {
/* 1793 */ 		font-size: 16px;
/* 1794 */ 		line-height: 22px;
/* 1795 */ 	}
/* 1796 */ 
/* 1797 */ }
/* 1798 */ 
/* 1799 */ /* All Mobile Sizes (devices and browser) */
/* 1800 */ @media screen and (max-width: 320px) {

/* style.css */

/* 1801 */ 
/* 1802 */ 	#featured-posts div.post-body {
/* 1803 */ 		display: none;
/* 1804 */ 	}
/* 1805 */ 
/* 1806 */ 	div.featured-pages div.column {
/* 1807 */ 		float: none;
/* 1808 */ 		display: block;
/* 1809 */ 		margin-right: 0;
/* 1810 */ 		margin-bottom: 20px;
/* 1811 */ 		width: 100%;
/* 1812 */ 	}
/* 1813 */ 	
/* 1814 */ 	div.post-thumb {
/* 1815 */ 		display: none;
/* 1816 */ 	}
/* 1817 */ 	
/* 1818 */ 	footer div.column {
/* 1819 */ 		float: none;
/* 1820 */ 		display: block;
/* 1821 */ 		margin-right: 0;
/* 1822 */ 		width: 100%; 
/* 1823 */ 	}
/* 1824 */ 
/* 1825 */ }

/* front_end_style.css */

/* 1  */ /**
/* 2  *|  * BWS CAPTCHA general front-end styles
/* 3  *|  * @package Captcha Pro by BestWebSoft
/* 4  *|  * @since 4.2.3
/* 5  *|  */
/* 6  */ 
/* 7  */ /*
/* 8  *|  * General styles
/* 9  *|  */
/* 10 */ .cptch_block label {
/* 11 */ 	word-wrap: break-word;
/* 12 */ }
/* 13 */ .cptch_label:hover {
/* 14 */ 	cursor: pointer;
/* 15 */ }
/* 16 */ form input.cptch_input {
/* 17 */ 	padding-left: 8px;
/* 18 */ 	padding-right: 8px;
/* 19 */ }
/* 20 */ .cptch_whitelist_message {
/* 21 */ 	font-style: italic;
/* 22 */ 	color: #008000;
/* 23 */ 	font-weight: normal !important;
/* 24 */ }
/* 25 */ .cptch_block {
/* 26 */ 	display: block !important;
/* 27 */ 	width: 100%;
/* 28 */ 	max-width: 100%;
/* 29 */ 	box-sizing: border-box;
/* 30 */ 	word-spacing: normal !important;
/* 31 */ 	text-align: left;
/* 32 */ }
/* 33 */ .cptch_title {
/* 34 */ 	display: block;
/* 35 */ 	word-wrap: break-word;
/* 36 */ 	padding-bottom: 5px;
/* 37 */ 	clear: both;
/* 38 */ }
/* 39 */ .cptch_wrap {
/* 40 */ 	display: table-row !important;
/* 41 */ 	position: relative;
/* 42 */ 	clear: both;
/* 43 */ }
/* 44 */ .cptch_label,
/* 45 */ .cptch_reload_button_wrap {
/* 46 */ 	display: table-cell;
/* 47 */ 	margin: 5px 0 !important;
/* 48 */ 	vertical-align: middle;
/* 49 */ 	line-height: 1;
/* 50 */ }

/* front_end_style.css */

/* 51 */ .cptch_time_limit_notice {
/* 52 */ 	display: none;
/* 53 */ 	color: red;
/* 54 */ 	font-size: 12px;
/* 55 */ }
/* 56 */ .cptch_span {
/* 57 */ 	display: inline-block;
/* 58 */ 	vertical-align: middle;
/* 59 */ 	line-height: 1;
/* 60 */ 	position: relative;
/* 61 */ }
/* 62 */ .cptch_img {
/* 63 */ 	width: 40px;
/* 64 */ 	max-width: 40px !important;
/* 65 */ 	height: 40px;
/* 66 */ 	top: 0;
/* 67 */ 	z-index: 1;
/* 68 */ }
/* 69 */ .cptch_reload_button {
/* 70 */ 	width: 2rem;
/* 71 */ 	height: 2rem;
/* 72 */ 	font-size: 2rem;
/* 73 */ 	margin: 0 15px;
/* 74 */ 	vertical-align: text-bottom;
/* 75 */ }
/* 76 */ .cptch_reload_button:before {
/* 77 */ 	vertical-align: text-bottom;
/* 78 */ }
/* 79 */ 
/* 80 */ /**
/* 81 *|  * RTL styles
/* 82 *|  */
/* 83 */ .rtl .cptch_block {
/* 84 */ 	direction: rtl;
/* 85 */ 	text-align: right;
/* 86 */ }
/* 87 */ 
/* 88 */ @media only screen and ( max-width: 782px ) {
/* 89 */ 	.cptch_reload_button {
/* 90 */ 		width: 48px;
/* 91 */ 		height: 48px;
/* 92 */ 		font-size: 48px;
/* 93 */ 	}
/* 94 */ }

/* dashicons.min.css */

/* 1 */ @font-face{font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot)}@font-face{font-family:dashicons;src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),url(/wp-includes/fonts/dashicons.ttf) format("truetype"),url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;-webkit-transition:color .1s ease-in 0;transition:color .1s ease-in 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dashicons-menu:before{content:"\f333"}.dashicons-admin-site:before{content:"\f319"}.dashicons-dashboard:before{content:"\f226"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-users:before{content:"\f110"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-filter:before{content:"\f536"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-links:before,.dashicons-format-links:before{content:"\f103"}.dashicons-admin-post:before,.dashicons-format-standard:before{content:"\f109"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-video:before{content:"\f126"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-quote:before{content:"\f122"}.dashicons-welcome-edit-page:before,.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-filter:before{content:"\f533"}.dashicons-undo:before{content:"\f171"}.dashicons-redo:before{content:"\f172"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-distractionfree:before,.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-video:before{content:"\f219"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-table:before{content:"\f535"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-none:before{content:"\f138"}.dashicons-lock:before{content:"\f160"}.dashicons-unlock:before{content:"\f528"}.dashicons-calendar:before{content:"\f145"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-visibility:before{content:"\f177"}.dashicons-hidden:before{content:"\f530"}.dashicons-post-status:before{content:"\f173"}.dashicons-edit:before{content:"\f464"}.dashicons-post-trash:before,.dashicons-trash:before{content:"\f182"}.dashicons-sticky:before{content:"\f537"}.dashicons-external:before{content:"\f504"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-leftright:before{content:"\f229"}.dashicons-sort:before{content:"\f156"}.dashicons-randomize:before{content:"\f503"}.dashicons-list-view:before{content:"\f163"}.dashicons-excerpt-view:before,.dashicons-exerpt-view:before{content:"\f164"}.dashicons-grid-view:before{content:"\f509"}.dashicons-move:before{content:"\f545"}.dashicons-hammer:before{content:"\f308"}.dashicons-art:before{content:"\f309"}.dashicons-migrate:before{content:"\f310"}.dashicons-performance:before{content:"\f311"}.dashicons-universal-access:before{content:"\f483"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-tickets:before{content:"\f486"}.dashicons-nametag:before{content:"\f484"}.dashicons-clipboard:before{content:"\f481"}.dashicons-heart:before{content:"\f487"}.dashicons-megaphone:before{content:"\f488"}.dashicons-schedule:before{content:"\f489"}.dashicons-wordpress:before{content:"\f120"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-pressthis:before{content:"\f157"}.dashicons-update:before{content:"\f463"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-cart:before{content:"\f174"}.dashicons-feedback:before{content:"\f175"}.dashicons-cloud:before{content:"\f176"}.dashicons-translation:before{content:"\f326"}.dashicons-tag:before{content:"\f323"}.dashicons-category:before{content:"\f318"}.dashicons-archive:before{content:"\f480"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-text:before{content:"\f478"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-yes:before{content:"\f147"}.dashicons-no:before{content:"\f158"}.dashicons-no-alt:before{content:"\f335"}.dashicons-plus:before{content:"\f132"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-minus:before{content:"\f460"}.dashicons-dismiss:before{content:"\f153"}.dashicons-marker:before{content:"\f159"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-star-empty:before{content:"\f154"}.dashicons-flag:before{content:"\f227"}.dashicons-info:before{content:"\f348"}.dashicons-warning:before{content:"\f534"}.dashicons-share:before{content:"\f237"}.dashicons-share1:before{content:"\f237"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-twitter:before{content:"\f301"}.dashicons-rss:before{content:"\f303"}.dashicons-email:before{content:"\f465"}.dashicons-email-alt:before{content:"\f466"}.dashicons-facebook:before{content:"\f304"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-networking:before{content:"\f325"}.dashicons-googleplus:before{content:"\f462"}.dashicons-location:before{content:"\f230"}.dashicons-location-alt:before{content:"\f231"}.dashicons-camera:before{content:"\f306"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-vault:before{content:"\f178"}.dashicons-shield:before{content:"\f332"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-sos:before{content:"\f468"}.dashicons-search:before{content:"\f179"}.dashicons-slides:before{content:"\f181"}.dashicons-analytics:before{content:"\f183"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-area:before{content:"\f239"}.dashicons-groups:before{content:"\f307"}.dashicons-businessman:before{content:"\f338"}.dashicons-id:before{content:"\f336"}.dashicons-id-alt:before{content:"\f337"}.dashicons-products:before{content:"\f312"}.dashicons-awards:before{content:"\f313"}.dashicons-forms:before{content:"\f314"}.dashicons-testimonial:before{content:"\f473"}.dashicons-portfolio:before{content:"\f322"}.dashicons-book:before{content:"\f330"}.dashicons-book-alt:before{content:"\f331"}.dashicons-download:before{content:"\f316"}.dashicons-upload:before{content:"\f317"}.dashicons-backup:before{content:"\f321"}.dashicons-clock:before{content:"\f469"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-microphone:before{content:"\f482"}.dashicons-desktop:before{content:"\f472"}.dashicons-laptop:before{content:"\f547"}.dashicons-tablet:before{content:"\f471"}.dashicons-smartphone:before{content:"\f470"}.dashicons-phone:before{content:"\f525"}.dashicons-smiley:before{content:"\f328"}.dashicons-index-card:before{content:"\f510"}.dashicons-carrot:before{content:"\f511"}.dashicons-building:before{content:"\f512"}.dashicons-store:before{content:"\f513"}.dashicons-album:before{content:"\f514"}.dashicons-palmtree:before{content:"\f527"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-money:before{content:"\f526"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-layout:before{content:"\f538"}.dashicons-paperclip:before{content:"\f546"}

/* desktop_style.css */

/* 1  */ .cptch_ajax_wrap {
/* 2  */ 	color: red;
/* 3  */ }
/* 4  */ .cptch_img:hover {
/* 5  */ 	cursor: default;
/* 6  */ 	position: relative;
/* 7  */ 	z-index: 10;
/* 8  */ 	-webkit-transition: 300ms ease-in-out;
/* 9  */ 	-moz-transition: 300ms ease-in-out;
/* 10 */ 	-o-transition: 300ms ease-in-out;
/* 11 */ 	transition: 300ms ease-in-out;
/* 12 */ }
/* 13 */ .cptch_left:hover {
/* 14 */ 	/* move to the right and increase the size of image */
/* 15 */ 	-webkit-transform: translateX(100%) scale(3, 3);
/* 16 */ 	-moz-transform: translateX(100%) scale(3, 3);
/* 17 */ 	-o-transform: translateX(100%) scale(3, 3);
/* 18 */ 	-ms-transform: translateX(100%) scale(3, 3);
/* 19 */ 	transform: translateX(100%) scale(3, 3);
/* 20 */ }
/* 21 */ .cptch_right:hover {
/* 22 */ 	/* move to the left and increase the size of image */
/* 23 */ 	-webkit-transform: translateX(-100%) scale(3, 3);
/* 24 */ 	-moz-transform: translateX(-100%) scale(3, 3);
/* 25 */ 	-ms-transform: translateX(-100%) scale(3, 3);
/* 26 */ 	-o-transform: translateX(-100%) scale(3, 3);
/* 27 */ 	transform: translateX(-100%) scale(3, 3);
/* 28 */ }
/* 29 */ .cptch_center:hover {
/* 30 */ 	/* increase the size of image */
/* 31 */ 	-webkit-transform: scale(3, 3);
/* 32 */ 	-moz-transform: scale(3, 3);
/* 33 */ 	-o-transform: scale(3, 3);
/* 34 */ 	-ms-transform: scale(3, 3);
/* 35 */ 	transform: scale(3, 3);
/* 36 */ }
/* 37 */ .cptch_reload_button:hover {
/* 38 */ 	cursor:pointer;
/* 39 */ 	opacity: 0.7;
/* 40 */ }
/* 41 */ .cptch_reload_button.cptch_active {
/* 42 */ 	opacity: 0.7;
/* 43 */ 	animation: cptch_rotation 800ms infinite linear;
/* 44 */ 	-webkit-animation: cptch_rotation 800ms infinite linear;
/* 45 */ }
/* 46 */ @-webkit-keyframes cptch_rotation {
/* 47 */ 	0% {-webkit-transform: rotate(0deg);}
/* 48 */ 	100% {-webkit-transform: rotate(359deg);}
/* 49 */ }
/* 50 */ @-moz-keyframes cptch_rotation {

/* desktop_style.css */

/* 51 */ 	0% {-webkit-transform: rotate(0deg);}
/* 52 */ 	100% {-webkit-transform: rotate(359deg);}
/* 53 */ }
/* 54 */ @-o-keyframes cptch_rotation {
/* 55 */ 	0% {-webkit-transform: rotate(0deg);}
/* 56 */ 	100% {-webkit-transform: rotate(359deg);}
/* 57 */ }
/* 58 */ @keyframes cptch_rotation {
/* 59 */ 	0% {transform: rotate(0deg);}
/* 60 */ 	100% {transform: rotate(359deg);}
/* 61 */ }

/* styles.css */

/* 1  */ div.wpcf7 {
/* 2  */ 	margin: 0;
/* 3  */ 	padding: 0;
/* 4  */ }
/* 5  */ 
/* 6  */ div.wpcf7-response-output {
/* 7  */ 	margin: 2em 0.5em 1em;
/* 8  */ 	padding: 0.2em 1em;
/* 9  */ }
/* 10 */ 
/* 11 */ div.wpcf7 .screen-reader-response {
/* 12 */ 	position: absolute;
/* 13 */ 	overflow: hidden;
/* 14 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15 */ 	height: 1px;
/* 16 */ 	width: 1px;
/* 17 */ 	margin: 0;
/* 18 */ 	padding: 0;
/* 19 */ 	border: 0;
/* 20 */ }
/* 21 */ 
/* 22 */ div.wpcf7-mail-sent-ok {
/* 23 */ 	border: 2px solid #398f14;
/* 24 */ }
/* 25 */ 
/* 26 */ div.wpcf7-mail-sent-ng {
/* 27 */ 	border: 2px solid #ff0000;
/* 28 */ }
/* 29 */ 
/* 30 */ div.wpcf7-spam-blocked {
/* 31 */ 	border: 2px solid #ffa500;
/* 32 */ }
/* 33 */ 
/* 34 */ div.wpcf7-validation-errors {
/* 35 */ 	border: 2px solid #f7e700;
/* 36 */ }
/* 37 */ 
/* 38 */ .wpcf7-form-control-wrap {
/* 39 */ 	position: relative;
/* 40 */ }
/* 41 */ 
/* 42 */ span.wpcf7-not-valid-tip {
/* 43 */ 	color: #f00;
/* 44 */ 	font-size: 1em;
/* 45 */ 	display: block;
/* 46 */ }
/* 47 */ 
/* 48 */ .use-floating-validation-tip span.wpcf7-not-valid-tip {
/* 49 */ 	position: absolute;
/* 50 */ 	top: 20%;

/* styles.css */

/* 51 */ 	left: 20%;
/* 52 */ 	z-index: 100;
/* 53 */ 	border: 1px solid #ff0000;
/* 54 */ 	background: #fff;
/* 55 */ 	padding: .2em .8em;
/* 56 */ }
/* 57 */ 
/* 58 */ span.wpcf7-list-item {
/* 59 */ 	margin-left: 0.5em;
/* 60 */ }
/* 61 */ 
/* 62 */ .wpcf7-display-none {
/* 63 */ 	display: none;
/* 64 */ }
/* 65 */ 
/* 66 */ div.wpcf7 img.ajax-loader {
/* 67 */ 	border: none;
/* 68 */ 	vertical-align: middle;
/* 69 */ 	margin-left: 4px;
/* 70 */ }
/* 71 */ 
/* 72 */ div.wpcf7 div.ajax-error {
/* 73 */ 	display: none;
/* 74 */ }
/* 75 */ 
/* 76 */ div.wpcf7 .placeheld {
/* 77 */ 	color: #888;
/* 78 */ }
/* 79 */ 
/* 80 */ .wpcf7-recaptcha iframe {
/* 81 */ 	margin-bottom: 0;
/* 82 */ }
/* 83 */ 

/* quick-event-manager.css */

/* 1   */ .qem {margin-bottom:40px;vertical-align:top;clear:both;}
/* 2   */ .qem::after{clear:both;}
/* 3   */ .qem p, .qem h2 {margin: 0 0 8px 0;padding:0;}
/* 4   */ .qem a, input#submit.qem-register{cursor:pointer;}
/* 5   */ .qem-icon {float:left;}
/* 6   */ .qem h2 {display:inline;}
/* 7   */ .qem-icon .qem-calendar-small {width:56px;}
/* 8   */ .qem-small {margin-left:64px;}
/* 9   */ .qem-icon .qem-calendar-medium {width:76px;}
/* 10  */ .qem-medium {margin-left:84px;}
/* 11  */ .qem-icon .qem-calendar-large {width:96px;}
/* 12  */ .qem-large {margin-left:104px;}
/* 13  */ 
/* 14  */ .qem-calendar-large {color: #343838;text-align: center;width: 80px;}
/* 15  */ .qem-calendar-large .day {font-size: 140%;color: white;display: block;padding:  4px 0;}
/* 16  */ .qem-calendar-large .nonday {padding:  0 0 4px 0;}
/* 17  */ .qem-calendar-large .day span {font-size: 90%;display: block;padding: 0 0 4px 0;}
/* 18  */ .qem-calendar-large .month {font-size: 160%;display: block;padding: 5px 0;}
/* 19  */ .qem-calendar-medium {color: #343838;text-align: center;width: 60px;}
/* 20  */ .qem-calendar-medium .day {background: red;font-size: 120%;color: white;display: block;padding: 3px 0;}
/* 21  */ .qem-calendar-medium .nonday {padding:  0 0 3px 0;}
/* 22  */ .qem-calendar-medium .day span {font-size: 80%;display: block;padding: 0 0 3px 0;}
/* 23  */ .qem-calendar-medium .month {font-size: 150%;display: block;padding: 3px 0;}
/* 24  */ .qem-calendar-small {color: #343838;text-align: center;width: 40px;}
/* 25  */ .qem-calendar-small .day {background: #343838;font-size: 90%;color: white;display: block;padding: 2px 0;}
/* 26  */ .qem-calendar-small .nonday {font:size: 90%;padding:  0 0 2px 0;}
/* 27  */ .qem-calendar-small .day span {font:size: 70%;display:block;padding: 0 0 2px 0;}
/* 28  */ .qem-calendar-small .month {font-size: 110%;display: block;padding: 2px 0;text-align: center;}
/* 29  */ 
/* 30  */ .qemright, .qemlistright {max-width:60%;width:300px;height:auto;overflow:hidden;margin: 0px 0px 10px 10px;float:right;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* 31  */ .qemmap {margin: 0 0 10px 0;height:auto;overflow: hidden;}
/* 32  */ 
/* 33  */ .qem_input {width:100%;border:1px solid #415063;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
/* 34  */ #qem-calendar {margin: 0 0 12px 0;width:100%;height:auto;overflow:hidden;}	
/* 35  */ #qem-calendar .caltop {margin-bottom: 4px;}
/* 36  */ #qem-calendar .calday {text-align:center;padding:3px;background: #EBEFC9;font-weight:bold}
/* 37  */ #qem-calendar .day {height:3em;padding:0 2px 4px 2px;text-align:left;background:#EBEFC9;}
/* 38  */ #qem-calendar .oldday {background:#CCC;padding:0 2px 4px 2px;}
/* 39  */ #qem-calendar .eventday {background:#EED1AC;padding:0 2px 4px 2px;}
/* 40  */ #qem-calendar .event {position:relative;z-index:0;}
/* 41  */ #qem-calendar .day span {font-size:160%;color: #D75231;}
/* 42  */ #qem-calendar h2 {padding:0 4px 8px 4px;margin:0;text-align:left;line-height:auto;}
/* 43  */ #qem-calendar .eventday a {display:block;margin: 3px 2px;padding: 4px;text-decoration:none;cursor: pointer;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;font-size:90%;}
/* 44  */ #qem-calendar table {width:100%; border:none;}
/* 45  */ @media screen and (max-width: 768px) {#qem-calendar table {max-width:100%;}}
/* 46  */ #qem-calendar td {width:14.2%;vertical-align:top;padding:0;margin:0;}
/* 47  */ #qem-calendar td a:hover {background:#F2F2E6;}
/* 48  */ #qem-calendar td img {max-width:80px;height:auto;overflow:hidden;}
/* 49  */ 
/* 50  */ #qem-calendar a.calnav {text-decoration:none;padding:4px;border:1px solid #CCC;display:block;text-align:center;}

/* quick-event-manager.css */

/* 51  */ #qem-calendar .calmonth {width:71.6%;}
/* 52  */ #qem-calendar .calmonth h2 {text-align:center;padding:0;margin:0;}
/* 53  */ .qempop {max-width:800px;min-width:280px;height:auto;text-align:left;padding: 10px;border:5px solid #343838;padding:10px;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;background:#FFF;-webkit-box-shadow: 5px 5px 5px #415063;-moz-box-shadow: 5px 5px 5px #415063;box-shadow: 5px 5px 5px #415063;position:relative;z-index:99;}
/* 54  */ .qemeventpop {max-width:80%;min-width:500px;auto;text-align:left;padding: 10px;border:5px solid #343838;padding:10px;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;background:#FFF;-webkit-box-shadow: 5px 5px 5px #415063;-moz-box-shadow: 5px 5px 5px #415063;box-shadow: 5px 5px 5px #415063;position:relative;z-index:99;}
/* 55  */ @media screen and (
/* 56  */ 	max-width: 768px) {.qem-options {width: calc(100% - 20px);}
/* 57  */     .qemeventpop {min-width:500px;}
/* 58  */ 	}
/* 59  */ 
/* 60  */ #xlightbox {text-align:left;padding: 10px;border:5px solid #343838;padding:10px;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;background:#FFF;-webkit-box-shadow: 5px 5px 5px #415063;-moz-box-shadow: 5px 5px 5px #415063;box-shadow: 5px 5px 5px #415063;}
/* 61  */ #xlightbox {position: absolute;top: 0;left: 50%;width: 40%;margin-left: -20%;background: #fff;z-index: 1001;display: none;}
/* 62  */ #xlightbox-shadow {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;display: none;}
/* 63  */ 
/* 64  */ @media screen and (max-width: 768px) {
/* 65  */     .qem-options {width: calc(100% - 20px);}
/* 66  */     #xlightbox {width: 90%;margin-left: -45%;}
/* 67  */ 	}
/* 68  */ 
/* 69  */ .qem-register {text-align: left;margin: 10px 0 10px 0;padding: 0; max-width:280px;overflow: hidden;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* 70  */ .qem-rightregister {margin: 0px 0px 10px 0;}
/* 71  */ .qem-register form, .qem-register p {margin: 0;padding: 0;}
/* 72  */ .qem-register input[type=text], .qem-register textarea, .qem-register select, .qem-register #submit {margin: 5px 0 7px 0;padding: 4px;color: #465069;font-family: inherit;font-size: inherit;height:auto;border:1px solid #415063;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* 73  */ .qem-register p {margin: 4px 0;}
/* 74  */ .qem-register input[type=text] .required, .qem-register textarea .required {border:1px solid green;}
/* 75  */ .qem-register #submit {color: #FFF;background: #343838;text-align: center;cursor: pointer;}
/* 76  */ .qem-register .hidden { display: none }
/* 77  */ .qem-register .shown { display: block }
/* 78  */ .qem-register .validator {margin-left: -999px;height:0;}
/* 79  */ 
/* 80  */ @media only screen and (max-width: 700px) {
/* 81  */     img.qem-image, img.qem-list-image,.qemmap {width:100%;height:auto;overflow:hidden;}
/* 82  */     .qemtrim img {display:none;}
/* 83  */     }
/* 84  */ @media only screen and (max-width: 600px) {
/* 85  */ 	.qem-large, .qem-medium {margin-left: 50px;}
/* 86  */ 	.qem-icon .qem-calendar-large, .qem-icon .qem-calendar-medium  {font-size: 80%;width: 40px;margin: 0 0 10px 0;padding: 0 0 2px 0;}
/* 87  */ 	.qem-icon .qem-calendar-large .day, .qem-icon .qem-calendar-medium .day {padding: 2px 0;}
/* 88  */ 	.qem-icon .qem-calendar-large .month, .qem-icon .qem-calendar-medium .month {font-size: 140%;padding: 2px 0;}
/* 89  */ 	#qem-calendar td {width:14%;}
/* 90  */     #qem-calendar .eventday a {text-align:center;}
/* 91  */     .qemeventpop {min-width:400px;}
/* 92  */ 	}
/* 93  */ #qem-calendar-widget #qem-calendar .calday {text-align:center;padding:1px;font-weight:normal}
/* 94  */ #qem-calendar-widget #qem-calendar a.calnav {padding:1px;}
/* 95  */ #qem-calendar-widget td a{text-align:center;}
/* 96  */ #qem-calendar-widget #qem-calendar .oldday, #qem-calendar-widget #qem-calendar .eventday {padding:1px;}
/* 97  */ 
/* 98  */ 
/* 99  */ #qem-widget table {margin-bottom: 20px;}
/* 100 */ #qem-widget td {border-top: 1px solid #005F6B;padding: 5px 10px 5px 0;max-width: 400px;vertical-align:top;}

/* quick-event-manager.css */

/* 101 */ #qem-widget td b {color: #005F6B;}
/* 102 */ #qem-widget th {padding: 5px 10px 5px 0;max-width: 400px;text-align: left;color: #005F6B;}
/* 103 */ 
/* 104 */ .clearfix:after {content: "."; visibility: hidden; display: block; height: 0; clear: both;}
/* 105 */ 
/* 106 */ .qem-category, .qem-caption {float:left;padding:4px;margin: 0 4px 8px 0;}
/* 107 */ .qem-category a {color: #343848;text-decoration:none;padding: 4px;}
/* 108 */ 
/* 109 */ [data-tooltip] {position: relative;z-index: 2;cursor: pointer;}
/* 110 */ 
/* 111 */ [data-tooltip]:before {visibility: hidden;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;pointer-events: none;}
/* 112 */ 
/* 113 */ [data-tooltip]:before {position: absolute;bottom: 100%;left: 0%;margin-bottom: 5px;padding: 7px;width: 140px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #000;background-color: hsla(0, 0%, 20%, 0.9);color: #fff;content: attr(data-tooltip);text-align: left;font-size:90%;}
/* 114 */ 
/* 115 */ [data-tooltip]:hover:before {visibility: visible;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}
/* 116 */ 
/* 117 */ .tooltip-left:before {right: 0%;bottom: 100%;left: auto;}
/* 118 */ 
/* 119 */ div.qem-columns {display:inline-block;width:30%;vertical-align:top;margin: 0 1% 1em 1%; background:#FFF;padding:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/* 120 */ @media only screen and (max-width : 1024px) {div.qem-columns {width:30%;}}
/* 121 */ @media only screen and (max-device-width : 1024px) and (orientation : portrait) {div.qem-columns {width:47%;}}
/* 122 */ @media only screen and (max-width : 768px) {div.qem-columns {width:47%;}}
/* 123 */ @media only screen and (max-width : 480px) {div.qem-columns {width:100%;margin-right:0}}
/* 124 */ 
/* 125 */ .qem-grid-image {width:100%;height:auto;overflow:hidden;}
/* 126 */ div#qem {-moz-column-count:3;-webkit-column-count:3;column-count:3;-moz-column-gap: 1em;-webkit-column-gap: 1em;column-gap: 1em;}
/* 127 */ div.qem-masonry{background:#FFF;padding:6px;margin: 0 0 1em 0;-webkit-column-break-inside: avoid;
/* 128 */           page-break-inside: avoid;
/* 129 */                break-inside: avoid;}
/* 130 */ @media only screen and (max-width : 1024px) {
/* 131 */ div#qem {-moz-column-count:3;-webkit-column-count:3;column-count:3;}
/* 132 */ }
/* 133 */ @media only screen and (max-device-width : 1024px) and (orientation : portrait) {div#qem {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}}
/* 134 */ @media only screen and (max-width : 768px) {div#qem {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}}
/* 135 */ @media only screen and (max-width : 480px) {div#qem {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}}
/* 136 */ 
/* 137 */ .qem-guestpost input[type=text], .qem-guestpost select,.qem-guestpost textarea, .qem-guestpost #submit {margin: 5px 0 7px 0;padding: 4px;color: #465069;font-family: inherit;font-size: inherit;height:auto;border:1px solid #415063;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* 138 */ .qem-guestpost input[type=text].required, .qem-guestpost select.required, .qem-guestpost textarea.required {border:2px solid green;}
/* 139 */ .qem-guestpost input[type=text].error, .qem-guestpost select.error, .qem-guestpost textarea.error {border:2px solid red;}
/* 140 */ .qem-guestpost p {margin: 4px 0 !important;}
/* 141 */ .qem-guestpost #submit {padding: 6px 26px;height:auto;font-size: 1em;border:1px solid #415063;color: #FFF;background: #343838;text-align: center;cursor: pointer;}
/* 142 */ 
/* 143 */ .qem-video-container {
/* 144 */ 	position:relative;
/* 145 */ 	padding-bottom:56.25%;
/* 146 */ 	padding-top:30px;
/* 147 */ 	height:0;
/* 148 */ 	overflow:hidden;
/* 149 */ }
/* 150 */ 

/* quick-event-manager.css */

/* 151 */ .qem-video-container iframe, .qem-video-container object, .qem-video-container embed {
/* 152 */ 	position:absolute;
/* 153 */ 	top:0;
/* 154 */ 	left:0;
/* 155 */ 	width:100%;
/* 156 */ 	height:100%;
/* 157 */ }
/* 158 */ 
/* 159 */ #qem_validating, #qem_processing { display: none; }

/* shortcodes.css */

/* 1   */ /*-------------------------------------------------------------------------------------------*/
/* 2   */ /* Info Boxes */
/* 3   */ /*-------------------------------------------------------------------------------------------*/
/* 4   */ p.wpz-sc-box, div.wpz-sc-box {margin:1em 0 1.5em 0; padding:9px 10px 9px 15px; color:#555;text-shadow:none;}
/* 5   */ .wpz-sc-box.none {border-width:0;}
/* 6   */ .wpz-sc-box.full {border-width:1px;}
/* 7   */ .wpz-sc-box:before {font-family: FontAwesome; margin:2px 15px 0 0; font-size: 16px;}
/* 8   */ .wpz-sc-box.medium {padding:18px 20px 18px 50px; font-size:1.1em;}
/* 9   */ .wpz-sc-box.large {padding:25px 27px 25px 50px; font-size:1.2em; }
/* 10  */ .wpz-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
/* 11  */ .wpz-sc-box.alert { background:#ffd9c8; }
/* 12  */ .wpz-sc-box.download { background:#edfcd5; }
/* 13  */ .wpz-sc-box.tick { background:#edfcd5; }
/* 14  */ .wpz-sc-box.info { background:#E4F0FC; }
/* 15  */ .wpz-sc-box.note { background:#fef6d2; }
/* 16  */ .wpz-sc-box.normal { background:#eee; padding:9px 15px;}
/* 17  */ 
/* 18  */ .wpz-sc-box.alert:before { content:"\f00d"; color:#E97373; }
/* 19  */ .wpz-sc-box.download:before { content:"\f019"; color:#80B42B; }
/* 20  */ .wpz-sc-box.tick:before { content:"\f00c"; color:#80B42B; }
/* 21  */ .wpz-sc-box.info:before { content:"\f129"; color:#5986C0; }
/* 22  */ .wpz-sc-box.note:before { content:"\f071"; color:#F7CD17; }
/* 23  */ 
/* 24  */ .none_class:before { content: none !important; }
/* 25  */ 
/* 26  */ /*-------------------------------------------------------------------------------------------*/
/* 27  */ /* Buttons */
/* 28  */ /*-------------------------------------------------------------------------------------------*/
/* 29  */ a.wpz-sc-button {
/* 30  */     font-family: sans-serif;
/* 31  */     display: inline-block;
/* 32  */     line-height: 1em;
/* 33  */     padding: 10px 20px;
/* 34  */     margin:0 .6em 1.5em 0;
/* 35  */     text-align: center;
/* 36  */     -moz-border-radius: 3px;
/* 37  */     -webkit-border-radius: 3px;
/* 38  */     border-radius: 3px;
/* 39  */     border: 1px solid transparent;
/* 40  */     background: #3f70c0;
/* 41  */     color: #fff;
/* 42  */     font-weight: 300;
/* 43  */     text-decoration: none;
/* 44  */ 
/* 45  */     -o-transition: color .2s, background .2s, border .2s;
/* 46  */     -moz-transition: color .2s, background .2s, border .2s;
/* 47  */     -webkit-transition: color .2s, background .2s, border .2s;
/* 48  */     transition: color .2s, background .2s, border .2s;
/* 49  */ }
/* 50  */ 

/* shortcodes.css */

/* 51  */ a.wpz-sc-button.small { padding:2px 10px; font-size:0.9em;}
/* 52  */ a.wpz-sc-button.large { padding:7px 16px; font-size:1.4em;}
/* 53  */ a.wpz-sc-button.xl { padding:9px 20px; font-size:1.8em;}
/* 54  */ 
/* 55  */ a.wpz-sc-button:hover,
/* 56  */ a.wpz-sc-button.hover,
/* 57  */ a.wpz-sc-button.active {
/* 58  */     text-decoration: none !important;
/* 59  */     background: #2151a1;
/* 60  */ }
/* 61  */ 
/* 62  */ a.wpz-sc-button.dark span { color:#3c5378; }
/* 63  */ a.wpz-sc-button.dark:hover span { color:#24395a; }
/* 64  */ a.wpz-sc-button.custom:hover { opacity:0.85; }
/* 65  */ 
/* 66  */ a.wpz-sc-button span { line-height:1.2em; min-height: 16px; display:block;}
/* 67  */ a.wpz-sc-button span:before { font-family: FontAwesome; margin:0 15px 0 0; font-size: 16px;  }
/* 68  */ 
/* 69  */ a.wpz-sc-button span.wpz-alert:before { content:"\f00d";  }
/* 70  */ a.wpz-sc-button span.wpz-download:before { content:"\f019"; }
/* 71  */ a.wpz-sc-button span.wpz-tick:before { content:"\f00c"; }
/* 72  */ a.wpz-sc-button span.wpz-info:before { content:"\f129"; }
/* 73  */ a.wpz-sc-button span.wpz-note:before { content:"\f071"; }
/* 74  */ 
/* 75  */ 
/* 76  */ a.wpz-sc-button.red {
/* 77  */     background: #cf402d;
/* 78  */ }
/* 79  */ a.wpz-sc-button.red:hover {
/* 80  */     background: #a2200f;
/* 81  */ }
/* 82  */ 
/* 83  */ a.wpz-sc-button.orange {
/* 84  */     background: #de8925;
/* 85  */ }
/* 86  */ a.wpz-sc-button.orange:hover {
/* 87  */     background: #c56110;
/* 88  */ }
/* 89  */ 
/* 90  */ a.wpz-sc-button.green {
/* 91  */     background: #75ab1f;
/* 92  */ }
/* 93  */ a.wpz-sc-button.green:hover {
/* 94  */     background: #619214;
/* 95  */ }
/* 96  */ 
/* 97  */ a.wpz-sc-button.aqua {
/* 98  */     background: #BCF1ED;
/* 99  */ }
/* 100 */ a.wpz-sc-button.aqua:hover {

/* shortcodes.css */

/* 101 */     background: #89F5E8;
/* 102 */ }
/* 103 */ 
/* 104 */ a.wpz-sc-button.teal {
/* 105 */     background: #33aad6;
/* 106 */ }
/* 107 */ a.wpz-sc-button.teal:hover {
/* 108 */     background: #1e8ab2;
/* 109 */ }
/* 110 */ 
/* 111 */ a.wpz-sc-button.purple {
/* 112 */     background: #813fbe;
/* 113 */ }
/* 114 */ a.wpz-sc-button.purple:hover {
/* 115 */     background: #63279c;
/* 116 */ }
/* 117 */ 
/* 118 */ a.wpz-sc-button.pink {
/* 119 */     background: #de3882;
/* 120 */ }
/* 121 */ a.wpz-sc-button.pink:hover {
/* 122 */     background: #bb1d63;
/* 123 */ }
/* 124 */ 
/* 125 */ a.wpz-sc-button.silver {
/* 126 */     background: #dee6f2;
/* 127 */ }
/* 128 */ a.wpz-sc-button.silver:hover {
/* 129 */     background: #c4d4eb;
/* 130 */ }
/* 131 */ 
/* 132 */ 
/* 133 */ /*-------------------------------------------------------------------------------------------*/
/* 134 */ /* Columns */
/* 135 */ /*-------------------------------------------------------------------------------------------*/
/* 136 */ .twocol-one{width:48%;}
/* 137 */ .threecol-one{width:30.66%;}
/* 138 */ .threecol-two{width:65.33%;}
/* 139 */ .fourcol-one{width:22%;}
/* 140 */ .fourcol-two{width:48%;}
/* 141 */ .fourcol-three{width:74%;}
/* 142 */ .fivecol-one{width:16.8%;}
/* 143 */ .fivecol-two{width:37.6%;}
/* 144 */ .fivecol-three{width:58.4%;}
/* 145 */ .fivecol-four{width:67.2%;}
/* 146 */ .sixcol-one{width:13.33%;}
/* 147 */ .sixcol-two{width:30.66%;}
/* 148 */ .sixcol-three{width:47.99%;}
/* 149 */ .sixcol-four{width:65.33%;}
/* 150 */ .sixcol-five{width:82.67%;}

/* shortcodes.css */

/* 151 */ .twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
/* 152 */ .last{clear:right;margin-right:0 !important;}
/* 153 */ 
/* 154 */ /*-------------------------------------------------------------------------------------------*/
/* 155 */ /* Tabber */
/* 156 */ /*-------------------------------------------------------------------------------------------*/
/* 157 */ 
/* 158 */ .shortcode-tabs { background:#FFFFFF; clear: both; height:auto; display: block; padding:5px; }
/* 159 */ .shortcode-tabs ul.tab_titles { padding:0; background:none; border:none; margin:0; clear: both; float: left; border-left: 1px solid #ccc; position: relative; z-index: 2; }
/* 160 */ .shortcode-tabs ul.tab_titles li.nav-tab { background:none; padding:0; float: left; display:inline; color: #ffffff; margin:0; cursor: pointer; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
/* 161 */ .shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { background:#fff; text-decoration:none;}
/* 162 */ .shortcode-tabs ul.tab_titles li.nav-tab a { color:#777; display: block;float: left;padding: 8px 15px; font-size: 14px; line-height: 1.5; }
/* 163 */ .shortcode-tabs .tab { background:#fff; padding:10px; text-align: left; clear: both; border: 1px solid #ccc; top: -1px; position: relative; z-index: 1; }
/* 164 */ .shortcode-tabs ul.tab_titles li.ui-state-active { border-bottom: 1px solid #FFFFFF; font-weight: bold;}
/* 165 */ 
/* 166 */ /*-------------------------------------------------------------------------------------------*/
/* 167 */ /* Twitter */
/* 168 */ /*-------------------------------------------------------------------------------------------*/
/* 169 */ .wpz-sc-twitter.left { margin:0 1.5em 1.5em 0; float:left; }
/* 170 */ .wpz-sc-twitter.none { margin:0 0 1.5em 0;  }
/* 171 */ .wpz-sc-twitter.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 172 */ 
/* 173 */ /*-------------------------------------------------------------------------------------------*/
/* 174 */ /* Digg */
/* 175 */ /*-------------------------------------------------------------------------------------------*/
/* 176 */ .wpz-digg.left { margin:0 1.5em 1.5em 0; float:left; }
/* 177 */ .wpz-digg.none { margin:0 0 1.5em 0;  }
/* 178 */ .wpz-digg.right { margin:0 0 1.5em 1.5em; float:right;  }
/* 179 */ 
/* 180 */ /*-------------------------------------------------------------------------------------------*/
/* 181 */ /* Icon Links */
/* 182 */ /*-------------------------------------------------------------------------------------------*/
/* 183 */ .wpz-sc-ilink { padding:0 0.3em;  }
/* 184 */ .wpz-sc-ilink a { display: inline-block; }
/* 185 */ 
/* 186 */ .wpz-sc-ilink a:before { font-family: FontAwesome; margin:0 5px 0 0; font-size: 16px; }
/* 187 */ 
/* 188 */ .wpz-sc-ilink .alert:before { content:"\f00d"; color:#E97373; }
/* 189 */ .wpz-sc-ilink .download:before { content:"\f019"; color:#80B42B; }
/* 190 */ .wpz-sc-ilink .tick:before { content:"\f00c"; color:#80B42B; }
/* 191 */ .wpz-sc-ilink .info:before { content:"\f129"; color:#5986C0; }
/* 192 */ .wpz-sc-ilink .note:before { content:"\f071"; color:#F7CD17; }
/* 193 */ 
/* 194 */ /*-------------------------------------------------------------------------------------------*/
/* 195 */ /* Facebook */
/* 196 */ /*-------------------------------------------------------------------------------------------*/
/* 197 */ 
/* 198 */ .wpz-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
/* 199 */ .wpz-fblike.none { margin:0 0 1.5em 0;  }
/* 200 */ .wpz-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }

/* shortcodes.css */

/* 201 */ 
/* 202 */ /*-------------------------------------------------------------------------------------------*/
/* 203 */ /* List Styles - Unordered List */
/* 204 */ /*-------------------------------------------------------------------------------------------*/
/* 205 */ 
/* 206 */ .entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
/* 207 */    list-style-type: none;
/* 208 */     background: no-repeat scroll left top;
/* 209 */ }
/* 210 */ .entry .shortcode-unorderedlist ul li:before, .shortcode-unorderedlist ul li:before { font-family: FontAwesome; margin:0 5px 0 0; font-size: 16px; }
/* 211 */ 
/* 212 */ 
/* 213 */ .entry .shortcode-unorderedlist.tick ul li:before, .shortcode-unorderedlist.tick ul li:before { content:"\f00c"; color:#80B42B; }
/* 214 */ .entry .shortcode-unorderedlist.red-x ul li:before, .shortcode-unorderedlist.red-x ul li:before { content:"\f00d"; color:#E97373; }
/* 215 */ .entry .shortcode-unorderedlist.bullet ul li:before, .shortcode-unorderedlist.bullet ul li:before { content:"\f0da"; color:#5986C0; }
/* 216 */ .entry .shortcode-unorderedlist.green-dot ul li:before, .shortcode-unorderedlist.green-dot ul li:before { content:"\f0da"; color:#80B42B; }
/* 217 */ .entry .shortcode-unorderedlist.arrow ul li:before, .shortcode-unorderedlist.arrow ul li:before { content:"\f061"; color:#80B42B; }
/* 218 */ .entry .shortcode-unorderedlist.star ul li:before, .shortcode-unorderedlist.star ul li:before { content:"\f005"; color:#F7CD17; }
/* 219 */ 
/* 220 */ /*-------------------------------------------------------------------------------------------*/
/* 221 */ /* List Styles - Ordered List */
/* 222 */ /*-------------------------------------------------------------------------------------------*/
/* 223 */ 
/* 224 */ .entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
/* 225 */    list-style-type: none;
/* 226 */    margin-left: 25px;
/* 227 */    background: no-repeat scroll left top;
/* 228 */ }
/* 229 */ 
/* 230 */ .entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
/* 231 */ .entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
/* 232 */ .entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
/* 233 */ .entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
/* 234 */ .entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
/* 235 */ .entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
/* 236 */ .entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
/* 237 */ .entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
/* 238 */ .entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
/* 239 */ .entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
/* 240 */ .entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }
/* 241 */ 
/* 242 */ /*-------------------------------------------------------------------------------------------*/
/* 243 */ /* Social Icon */
/* 244 */ /*-------------------------------------------------------------------------------------------*/
/* 245 */ 
/* 246 */ img.social-icon { border: none; }
/* 247 */ 

/* font-awesome.min.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/erudito/functions/wpzoom/assets/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('/wp-content/themes/erudito/functions/wpzoom/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('/wp-content/themes/erudito/functions/wpzoom/assets/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('/wp-content/themes/erudito/functions/wpzoom/assets/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('/wp-content/themes/erudito/functions/wpzoom/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
