
/* bootstrap_front.css */

/* 1    */ /*!
/* 2    *|  * Bootstrap v2.0.4 WPBakery
/* 3    *|  *
/* 4    *|  * Copyright 2012 Twitter, Inc
/* 5    *|  * Licensed under the Apache License v2.0
/* 6    *|  * http://www.apache.org/licenses/LICENSE-2.0
/* 7    *|  *
/* 8    *|  * Designed and built with all the love in the world @twitter by @mdo and @fat.
/* 9    *|  */
/* 10   */ .clearfix {
/* 11   */   *zoom: 1;
/* 12   */ }
/* 13   */ .clearfix:before,
/* 14   */ .clearfix:after {
/* 15   */   display: table;
/* 16   */   content: "";
/* 17   */ }
/* 18   */ .clearfix:after {
/* 19   */   clear: both;
/* 20   */ }
/* 21   */ .hide-text {
/* 22   */   font: 0/0 a;
/* 23   */   color: transparent;
/* 24   */   text-shadow: none;
/* 25   */   background-color: transparent;
/* 26   */   border: 0;
/* 27   */ }
/* 28   */ .input-block-level {
/* 29   */   display: block;
/* 30   */   width: 100%;
/* 31   */   min-height: 20px;
/* 32   */   -webkit-box-sizing: border-box;
/* 33   */   -moz-box-sizing: border-box;
/* 34   */   -ms-box-sizing: border-box;
/* 35   */   box-sizing: border-box;
/* 36   */ }
/* 37   */ .row-fluid {
/* 38   */   *zoom: 1;
/* 39   */   margin-left: -30px;
/* 40   */ }
/* 41   */ .row-fluid:before,
/* 42   */ .row-fluid:after {
/* 43   */   display: table;
/* 44   */   content: "";
/* 45   */ }
/* 46   */ .row-fluid:after {
/* 47   */   clear: both;
/* 48   */ }
/* 49   */ .row-fluid [class*="span"] {
/* 50   */   display: block;

/* bootstrap_front.css */

/* 51   */   min-height: 20px;
/* 52   */   -webkit-box-sizing: border-box;
/* 53   */   -moz-box-sizing: border-box;
/* 54   */   -ms-box-sizing: border-box;
/* 55   */   box-sizing: border-box;
/* 56   */   float: left;
/* 57   */   padding-left: 30px;
/* 58   */ }
/* 59   */ .row-fluid .span12 {
/* 60   */   width: 100%;
/* 61   */   *width: 99.9999%;
/* 62   */ }
/* 63   */ .row-fluid .span11 {
/* 64   */   width: 91.6666%;
/* 65   */   *width: 91.6666%;
/* 66   */ }
/* 67   */ .row-fluid .span10 {
/* 68   */   width: 75%;
/* 69   */   *width: 74.9999%;
/* 70   */ }
/* 71   */ .row-fluid .span9 {
/* 72   */   width: 58.3333%;
/* 73   */   *width: 58.2222%;
/* 74   */ }
/* 75   */ .row-fluid .span8 {
/* 76   */   width: 66.6666%;
/* 77   */   *width: 66.5555%;
/* 78   */ }
/* 79   */ .row-fluid .span7 {
/* 80   */   width: 58.3333%;
/* 81   */   *width: 58.2222%;
/* 82   */ }
/* 83   */ .row-fluid .span6 {
/* 84   */   width: 50%;
/* 85   */   *width: 49.9999%;
/* 86   */ }
/* 87   */ .row-fluid .span5 {
/* 88   */   width: 41.6666%;
/* 89   */   *width: 41.5555%;
/* 90   */ }
/* 91   */ .row-fluid .span4 {
/* 92   */   width: 33.3333%;
/* 93   */   *width: 33.2222%;
/* 94   */ }
/* 95   */ .row-fluid .span3 {
/* 96   */   width: 25%;
/* 97   */   *width: 24.9999%;
/* 98   */ }
/* 99   */ .row-fluid .span2 {
/* 100  */   width: 16.666%;

/* bootstrap_front.css */

/* 101  */   *width: 16.555%;
/* 102  */ }
/* 103  */ .row-fluid .span1 {
/* 104  */   width: 8.3333%;
/* 105  */   *width: 8.2222%;
/* 106  */ }
/* 107  */ .dropup,
/* 108  */ .dropdown {
/* 109  */   position: relative;
/* 110  */ }
/* 111  */ .dropdown-toggle {
/* 112  */   *margin-bottom: -3px;
/* 113  */ }
/* 114  */ .dropdown-toggle:active,
/* 115  */ .open .dropdown-toggle {
/* 116  */   outline: 0;
/* 117  */ }
/* 118  */ .caret {
/* 119  */   display: inline-block;
/* 120  */   width: 0;
/* 121  */   height: 0;
/* 122  */   vertical-align: top;
/* 123  */   border-top: 4px solid #000000;
/* 124  */   border-right: 4px solid transparent;
/* 125  */   border-left: 4px solid transparent;
/* 126  */   content: "";
/* 127  */   opacity: 0.3;
/* 128  */   filter: alpha(opacity=30);
/* 129  */ }
/* 130  */ .dropdown .caret {
/* 131  */   margin-top: 8px;
/* 132  */   margin-left: 2px;
/* 133  */ }
/* 134  */ .dropdown:hover .caret,
/* 135  */ .open .caret {
/* 136  */   opacity: 1;
/* 137  */   filter: alpha(opacity=100);
/* 138  */ }
/* 139  */ .dropdown-menu {
/* 140  */   position: absolute;
/* 141  */   top: 100%;
/* 142  */   left: 0;
/* 143  */   z-index: 1000;
/* 144  */   display: none;
/* 145  */   float: left;
/* 146  */   min-width: 160px;
/* 147  */   padding: 4px 0;
/* 148  */   margin: 1px 0 0;
/* 149  */   list-style: none;
/* 150  */   background-color: #FFFFFF ;

/* bootstrap_front.css */

/* 151  */   border: 1px solid #ccc;
/* 152  */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 153  */   *border-right-width: 2px;
/* 154  */   *border-bottom-width: 2px;
/* 155  */   -webkit-border-radius: 5px;
/* 156  */   -moz-border-radius: 5px;
/* 157  */   border-radius: 5px;
/* 158  */   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 159  */   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 160  */   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 161  */   -webkit-background-clip: padding-box;
/* 162  */   -moz-background-clip: padding;
/* 163  */   background-clip: padding-box;
/* 164  */ }
/* 165  */ .dropdown-menu.pull-right {
/* 166  */   right: 0;
/* 167  */   left: auto;
/* 168  */ }
/* 169  */ .dropdown-menu .divider {
/* 170  */   *width: 100%;
/* 171  */   height: 1px;
/* 172  */   margin: 8px 1px;
/* 173  */   *margin: -5px 0 5px;
/* 174  */   overflow: hidden;
/* 175  */   background-color: #e5e5e5;
/* 176  */   border-bottom: 1px solid #FFFFFF ;
/* 177  */ }
/* 178  */ .dropdown-menu a {
/* 179  */   display: block;
/* 180  */   padding: 3px 15px;
/* 181  */   clear: both;
/* 182  */   font-weight: normal;
/* 183  */   line-height: 18px;
/* 184  */   color: #333333;
/* 185  */   white-space: nowrap;
/* 186  */ }
/* 187  */ .dropdown-menu li > a:hover,
/* 188  */ .dropdown-menu .active > a,
/* 189  */ .dropdown-menu .active > a:hover {
/* 190  */   color: #FFFFFF ;
/* 191  */   text-decoration: none;
/* 192  */   background-color: #0088cc;
/* 193  */ }
/* 194  */ .open {
/* 195  */   *z-index: 1000;
/* 196  */ }
/* 197  */ .open  > .dropdown-menu {
/* 198  */   display: block;
/* 199  */ }
/* 200  */ .pull-right > .dropdown-menu {

/* bootstrap_front.css */

/* 201  */   right: 0;
/* 202  */   left: auto;
/* 203  */ }
/* 204  */ .dropup .caret,
/* 205  */ .navbar-fixed-bottom .dropdown .caret {
/* 206  */   border-top: 0;
/* 207  */   border-bottom: 4px solid #000000;
/* 208  */   content: "\2191";
/* 209  */ }
/* 210  */ .dropup .dropdown-menu,
/* 211  */ .navbar-fixed-bottom .dropdown .dropdown-menu {
/* 212  */   top: auto;
/* 213  */   bottom: 100%;
/* 214  */   margin-bottom: 1px;
/* 215  */ }
/* 216  */ .typeahead {
/* 217  */   margin-top: 2px;
/* 218  */   -webkit-border-radius: 4px;
/* 219  */   -moz-border-radius: 4px;
/* 220  */   border-radius: 4px;
/* 221  */ }
/* 222  */ .wpb_button {
/* 223  */   display: inline-block;
/* 224  */   *display: inline;
/* 225  */   /* IE7 inline-block hack */
/* 226  */ 
/* 227  */   *zoom: 1;
/* 228  */   padding: 4px 10px 4px;
/* 229  */   margin-bottom: 0;
/* 230  */   font-size: 13px;
/* 231  */   line-height: 18px;
/* 232  */   *line-height: 20px;
/* 233  */   color: #333333;
/* 234  */   text-align: center;
/* 235  */   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
/* 236  */   vertical-align: middle;
/* 237  */   cursor: pointer;
/* 238  */   background-color: #f5f5f5;
/* 239  */   background-image: -moz-linear-gradient(top, #FFFFFF , #e6e6e6);
/* 240  */   background-image: -ms-linear-gradient(top, #FFFFFF , #e6e6e6);
/* 241  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF ), to(#e6e6e6));
/* 242  */   background-image: -webkit-linear-gradient(top, #FFFFFF , #e6e6e6);
/* 243  */   background-image: -o-linear-gradient(top, #FFFFFF , #e6e6e6);
/* 244  */   background-image: linear-gradient(top, #FFFFFF , #e6e6e6);
/* 245  */   background-repeat: repeat-x;
/* 246  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF ', endColorstr='#e6e6e6', GradientType=0);
/* 247  */   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
/* 248  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 249  */   *background-color: #e6e6e6;
/* 250  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */

/* bootstrap_front.css */

/* 251  */ 
/* 252  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 253  */   border: 1px solid #cccccc;
/* 254  */   *border: 0;
/* 255  */   border-bottom-color: #b3b3b3;
/* 256  */   -webkit-border-radius: 3px;
/* 257  */   -moz-border-radius: 3px;
/* 258  */   border-radius: 3px;
/* 259  */   *margin-left: .3em;
/* 260  */   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
/* 261  */   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
/* 262  */   box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
/* 263  */ }
/* 264  */ .wpb_button:hover,
/* 265  */ .wpb_button:active,
/* 266  */ .wpb_button.active,
/* 267  */ .wpb_button.disabled,
/* 268  */ .wpb_button[disabled] {
/* 269  */   background-color: #e6e6e6;
/* 270  */   *background-color: #d9d9d9;
/* 271  */ }
/* 272  */ .wpb_button:active,
/* 273  */ .wpb_button.active {
/* 274  */   background-color: #cccccc \9;
/* 275  */ }
/* 276  */ .wpb_button:first-child {
/* 277  */   *margin-left: 0;
/* 278  */ }
/* 279  */ .wpb_button:hover {
/* 280  */   color: #333333;
/* 281  */   text-decoration: none;
/* 282  */   background-color: #e6e6e6;
/* 283  */   *background-color: #d9d9d9;
/* 284  */   /* Buttons in IE7 don't get borders, so darken on hover */
/* 285  */ 
/* 286  */   background-position: 0 -15px;
/* 287  */   -webkit-transition: background-position 0.1s linear;
/* 288  */   -moz-transition: background-position 0.1s linear;
/* 289  */   -ms-transition: background-position 0.1s linear;
/* 290  */   -o-transition: background-position 0.1s linear;
/* 291  */   transition: background-position 0.1s linear;
/* 292  */ }
/* 293  */ .wpb_button:focus {
/* 294  */   outline: thin dotted #333;
/* 295  */   outline: 5px auto -webkit-focus-ring-color;
/* 296  */   outline-offset: -2px;
/* 297  */ }
/* 298  */ .wpb_button.active,
/* 299  */ .wpb_button:active {
/* 300  */   background-color: #e6e6e6;

/* bootstrap_front.css */

/* 301  */   background-color: #d9d9d9 \9;
/* 302  */   background-image: none;
/* 303  */   outline: 0;
/* 304  */   -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
/* 305  */   -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
/* 306  */   box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
/* 307  */ }
/* 308  */ .wpb_button.disabled,
/* 309  */ .wpb_button[disabled] {
/* 310  */   cursor: default;
/* 311  */   background-color: #e6e6e6;
/* 312  */   background-image: none;
/* 313  */   opacity: 0.65;
/* 314  */   filter: alpha(opacity=65);
/* 315  */   -webkit-box-shadow: none;
/* 316  */   -moz-box-shadow: none;
/* 317  */   box-shadow: none;
/* 318  */ }
/* 319  */ .wpb_button {
/* 320  */   height: 40px;
/* 321  */   padding: 9px 15px;
/* 322  */   font-size: 13px;
/* 323  */   font-weight: 600;
/* 324  */ }
/* 325  */ .btn-large {
/* 326  */   height: 50px;
/* 327  */   padding: 9px 21px;
/* 328  */   font-size: 14px;
/* 329  */   font-weight: 600;
/* 330  */   line-height: 19px;
/* 331  */ }
/* 332  */ .btn-large [class^="icon-"] {
/* 333  */   margin-top: 1px;
/* 334  */ }
/* 335  */ .btn-small {
/* 336  */   height: 30px;
/* 337  */   padding: 5px 12px;
/* 338  */   font-size: 11px;
/* 339  */   line-height: 16px;
/* 340  */ }
/* 341  */ .btn-small [class^="icon-"] {
/* 342  */   margin-top: -1px;
/* 343  */ }
/* 344  */ .btn-mini {
/* 345  */   height: 20px;
/* 346  */   padding: 2px 6px;
/* 347  */   font-size: 11px;
/* 348  */   line-height: 14px;
/* 349  */ }
/* 350  */ .btn-primary,

/* bootstrap_front.css */

/* 351  */ .btn-primary:hover,
/* 352  */ .btn-warning,
/* 353  */ .btn-warning:hover,
/* 354  */ .btn-danger,
/* 355  */ .btn-danger:hover,
/* 356  */ .btn-success,
/* 357  */ .btn-success:hover,
/* 358  */ .btn-info,
/* 359  */ .btn-info:hover,
/* 360  */ .btn-inverse,
/* 361  */ .btn-inverse:hover {
/* 362  */   color: #FFFFFF ;
/* 363  */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 364  */ }
/* 365  */ .btn-primary.active,
/* 366  */ .btn-warning.active,
/* 367  */ .btn-danger.active,
/* 368  */ .btn-success.active,
/* 369  */ .btn-info.active,
/* 370  */ .btn-inverse.active {
/* 371  */   color: rgba(255, 255, 255, 0.75);
/* 372  */ }
/* 373  */ .wpb_button {
/* 374  */   border-color: #ccc;
/* 375  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 376  */ }
/* 377  */ .btn-primary {
/* 378  */   background-color: #0074cc;
/* 379  */   background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
/* 380  */   background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
/* 381  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
/* 382  */   background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
/* 383  */   background-image: -o-linear-gradient(top, #0088cc, #0055cc);
/* 384  */   background-image: linear-gradient(top, #0088cc, #0055cc);
/* 385  */   background-repeat: repeat-x;
/* 386  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
/* 387  */   border-color: #0055cc #0055cc #003580;
/* 388  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 389  */   *background-color: #0055cc;
/* 390  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 391  */ 
/* 392  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 393  */ }
/* 394  */ .btn-primary:hover,
/* 395  */ .btn-primary:active,
/* 396  */ .btn-primary.active,
/* 397  */ .btn-primary.disabled,
/* 398  */ .btn-primary[disabled] {
/* 399  */   background-color: #0055cc;
/* 400  */   *background-color: #004ab3;

/* bootstrap_front.css */

/* 401  */ }
/* 402  */ .btn-primary:active,
/* 403  */ .btn-primary.active {
/* 404  */   background-color: #004099 \9;
/* 405  */ }
/* 406  */ .btn-warning {
/* 407  */   background-color: #faa732;
/* 408  */   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
/* 409  */   background-image: -ms-linear-gradient(top, #fbb450, #f89406);
/* 410  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
/* 411  */   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
/* 412  */   background-image: -o-linear-gradient(top, #fbb450, #f89406);
/* 413  */   background-image: linear-gradient(top, #fbb450, #f89406);
/* 414  */   background-repeat: repeat-x;
/* 415  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
/* 416  */   border-color: #f89406 #f89406 #ad6704;
/* 417  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 418  */   *background-color: #f89406;
/* 419  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 420  */ 
/* 421  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 422  */ }
/* 423  */ .btn-warning:hover,
/* 424  */ .btn-warning:active,
/* 425  */ .btn-warning.active,
/* 426  */ .btn-warning.disabled,
/* 427  */ .btn-warning[disabled] {
/* 428  */   background-color: #f89406;
/* 429  */   *background-color: #df8505;
/* 430  */ }
/* 431  */ .btn-warning:active,
/* 432  */ .btn-warning.active {
/* 433  */   background-color: #c67605 \9;
/* 434  */ }
/* 435  */ .btn-danger {
/* 436  */   background-color: #da4f49;
/* 437  */   background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
/* 438  */   background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
/* 439  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
/* 440  */   background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
/* 441  */   background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
/* 442  */   background-image: linear-gradient(top, #ee5f5b, #bd362f);
/* 443  */   background-repeat: repeat-x;
/* 444  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
/* 445  */   border-color: #bd362f #bd362f #802420;
/* 446  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 447  */   *background-color: #bd362f;
/* 448  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 449  */ 
/* 450  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

/* bootstrap_front.css */

/* 451  */ }
/* 452  */ .btn-danger:hover,
/* 453  */ .btn-danger:active,
/* 454  */ .btn-danger.active,
/* 455  */ .btn-danger.disabled,
/* 456  */ .btn-danger[disabled] {
/* 457  */   background-color: #bd362f;
/* 458  */   *background-color: #a9302a;
/* 459  */ }
/* 460  */ .btn-danger:active,
/* 461  */ .btn-danger.active {
/* 462  */   background-color: #942a25 \9;
/* 463  */ }
/* 464  */ .btn-success {
/* 465  */   background-color: #5bb75b;
/* 466  */   background-image: -moz-linear-gradient(top, #62c462, #51a351);
/* 467  */   background-image: -ms-linear-gradient(top, #62c462, #51a351);
/* 468  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
/* 469  */   background-image: -webkit-linear-gradient(top, #62c462, #51a351);
/* 470  */   background-image: -o-linear-gradient(top, #62c462, #51a351);
/* 471  */   background-image: linear-gradient(top, #62c462, #51a351);
/* 472  */   background-repeat: repeat-x;
/* 473  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
/* 474  */   border-color: #51a351 #51a351 #387038;
/* 475  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 476  */   *background-color: #51a351;
/* 477  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 478  */ 
/* 479  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 480  */ }
/* 481  */ .btn-success:hover,
/* 482  */ .btn-success:active,
/* 483  */ .btn-success.active,
/* 484  */ .btn-success.disabled,
/* 485  */ .btn-success[disabled] {
/* 486  */   background-color: #51a351;
/* 487  */   *background-color: #499249;
/* 488  */ }
/* 489  */ .btn-success:active,
/* 490  */ .btn-success.active {
/* 491  */   background-color: #408140 \9;
/* 492  */ }
/* 493  */ .btn-info {
/* 494  */   background-color: #49afcd;
/* 495  */   background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
/* 496  */   background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
/* 497  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
/* 498  */   background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
/* 499  */   background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
/* 500  */   background-image: linear-gradient(top, #5bc0de, #2f96b4);

/* bootstrap_front.css */

/* 501  */   background-repeat: repeat-x;
/* 502  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
/* 503  */   border-color: #2f96b4 #2f96b4 #1f6377;
/* 504  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 505  */   *background-color: #2f96b4;
/* 506  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 507  */ 
/* 508  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 509  */ }
/* 510  */ .btn-info:hover,
/* 511  */ .btn-info:active,
/* 512  */ .btn-info.active,
/* 513  */ .btn-info.disabled,
/* 514  */ .btn-info[disabled] {
/* 515  */   background-color: #2f96b4;
/* 516  */   *background-color: #2a85a0;
/* 517  */ }
/* 518  */ .btn-info:active,
/* 519  */ .btn-info.active {
/* 520  */   background-color: #24748c \9;
/* 521  */ }
/* 522  */ .btn-inverse {
/* 523  */   background-color: #414141;
/* 524  */   background-image: -moz-linear-gradient(top, #555555, #222222);
/* 525  */   background-image: -ms-linear-gradient(top, #555555, #222222);
/* 526  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
/* 527  */   background-image: -webkit-linear-gradient(top, #555555, #222222);
/* 528  */   background-image: -o-linear-gradient(top, #555555, #222222);
/* 529  */   background-image: linear-gradient(top, #555555, #222222);
/* 530  */   background-repeat: repeat-x;
/* 531  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
/* 532  */   border-color: #222222 #222222 #000000;
/* 533  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 534  */   *background-color: #222222;
/* 535  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 536  */ 
/* 537  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 538  */ }
/* 539  */ .btn-inverse:hover,
/* 540  */ .btn-inverse:active,
/* 541  */ .btn-inverse.active,
/* 542  */ .btn-inverse.disabled,
/* 543  */ .btn-inverse[disabled] {
/* 544  */   background-color: #222222;
/* 545  */   *background-color: #151515;
/* 546  */ }
/* 547  */ .btn-inverse:active,
/* 548  */ .btn-inverse.active {
/* 549  */   background-color: #080808 \9;
/* 550  */ }

/* bootstrap_front.css */

/* 551  */ button.wpb_button,
/* 552  */ input[type="submit"].wpb_button {
/* 553  */   *padding-top: 2px;
/* 554  */   *padding-bottom: 2px;
/* 555  */ }
/* 556  */ button.wpb_button::-moz-focus-inner,
/* 557  */ input[type="submit"].wpb_button::-moz-focus-inner {
/* 558  */   padding: 0;
/* 559  */   border: 0;
/* 560  */   border: none;
/* 561  */ }
/* 562  */ button.wpb_button.btn-large,
/* 563  */ input[type="submit"].wpb_button.btn-large {
/* 564  */   *padding-top: 7px;
/* 565  */   *padding-bottom: 7px;
/* 566  */ }
/* 567  */ button.wpb_button.btn-small,
/* 568  */ input[type="submit"].wpb_button.btn-small {
/* 569  */   *padding-top: 3px;
/* 570  */   *padding-bottom: 3px;
/* 571  */ }
/* 572  */ button.wpb_button.btn-mini,
/* 573  */ input[type="submit"].wpb_button.btn-mini {
/* 574  */   *padding-top: 1px;
/* 575  */   *padding-bottom: 1px;
/* 576  */ }
/* 577  */ .alert {
/* 578  */   padding: 8px 35px 8px 14px;
/* 579  */   margin-bottom: 18px;
/* 580  */   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/* 581  */   background-color: #fffcdf;
/* 582  */   border: 1px solid #f2e6ae;
/* 583  */   -webkit-border-radius: 4px;
/* 584  */   -moz-border-radius: 4px;
/* 585  */   border-radius: 4px;
/* 586  */   color: #c09853;
/* 587  */ }
/* 588  */ .alert-heading {
/* 589  */   color: inherit;
/* 590  */ }
/* 591  */ .alert .close {
/* 592  */   position: relative;
/* 593  */   top: -2px;
/* 594  */   right: -21px;
/* 595  */   line-height: 18px;
/* 596  */ }
/* 597  */ .alert-success,
/* 598  */ div.alert-success {
/* 599  */   background-color: #edf8d3;
/* 600  */   border: 1px solid #cfe79b;

/* bootstrap_front.css */

/* 601  */   color: #468847;
/* 602  */ }
/* 603  */ .alert-danger,
/* 604  */ .alert-error,
/* 605  */ div.alert-danger,
/* 606  */ div.alert-error {
/* 607  */   background-color: #ffede5;
/* 608  */   border: 1px solid #ffd8c3;
/* 609  */   color: #b94a48;
/* 610  */ }
/* 611  */ .alert-info,
/* 612  */ div.alert-info {
/* 613  */   background-color: #e2f1f9;
/* 614  */   border-color: #bce8f1;
/* 615  */   color: #3a87ad;
/* 616  */ }
/* 617  */ .alert-block {
/* 618  */   padding-top: 14px;
/* 619  */   padding-bottom: 14px;
/* 620  */ }
/* 621  */ .alert-block > p,
/* 622  */ .alert-block > ul {
/* 623  */   margin-bottom: 0;
/* 624  */ }
/* 625  */ .alert-block p + p {
/* 626  */   margin-top: 5px;
/* 627  */ }
/* 628  */ .navbar {
/* 629  */   *position: relative;
/* 630  */   *z-index: 2;
/* 631  */   overflow: visible;
/* 632  */   margin-bottom: 18px;
/* 633  */ }
/* 634  */ .navbar-inner {
/* 635  */   min-height: 40px;
/* 636  */   padding-left: 20px;
/* 637  */   padding-right: 20px;
/* 638  */   background-color: #2c2c2c;
/* 639  */   background-image: -moz-linear-gradient(top, #333333, #222222);
/* 640  */   background-image: -ms-linear-gradient(top, #333333, #222222);
/* 641  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
/* 642  */   background-image: -webkit-linear-gradient(top, #333333, #222222);
/* 643  */   background-image: -o-linear-gradient(top, #333333, #222222);
/* 644  */   background-image: linear-gradient(top, #333333, #222222);
/* 645  */   background-repeat: repeat-x;
/* 646  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
/* 647  */   -webkit-border-radius: 4px;
/* 648  */   -moz-border-radius: 4px;
/* 649  */   border-radius: 4px;
/* 650  */   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);

/* bootstrap_front.css */

/* 651  */   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
/* 652  */   box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
/* 653  */ }
/* 654  */ .navbar .container {
/* 655  */   width: auto;
/* 656  */ }
/* 657  */ .nav-collapse.collapse {
/* 658  */   height: auto;
/* 659  */ }
/* 660  */ .navbar {
/* 661  */   color: #999999;
/* 662  */ }
/* 663  */ .navbar .brand:hover {
/* 664  */   text-decoration: none;
/* 665  */ }
/* 666  */ .navbar .brand {
/* 667  */   float: left;
/* 668  */   display: block;
/* 669  */   padding: 8px 20px 12px;
/* 670  */   margin-left: -20px;
/* 671  */   font-size: 20px;
/* 672  */   font-weight: 200;
/* 673  */   line-height: 1;
/* 674  */   color: #999999;
/* 675  */ }
/* 676  */ .navbar .navbar-text {
/* 677  */   margin-bottom: 0;
/* 678  */   line-height: 40px;
/* 679  */ }
/* 680  */ .navbar .navbar-link {
/* 681  */   color: #999999;
/* 682  */ }
/* 683  */ .navbar .navbar-link:hover {
/* 684  */   color: #FFFFFF ;
/* 685  */ }
/* 686  */ .navbar .btn,
/* 687  */ .navbar .btn-group {
/* 688  */   margin-top: 5px;
/* 689  */ }
/* 690  */ .navbar .btn-group .btn {
/* 691  */   margin: 0;
/* 692  */ }
/* 693  */ .navbar-form {
/* 694  */   margin-bottom: 0;
/* 695  */   *zoom: 1;
/* 696  */ }
/* 697  */ .navbar-form:before,
/* 698  */ .navbar-form:after {
/* 699  */   display: table;
/* 700  */   content: "";

/* bootstrap_front.css */

/* 701  */ }
/* 702  */ .navbar-form:after {
/* 703  */   clear: both;
/* 704  */ }
/* 705  */ .navbar-form input,
/* 706  */ .navbar-form select,
/* 707  */ .navbar-form .radio,
/* 708  */ .navbar-form .checkbox {
/* 709  */   margin-top: 5px;
/* 710  */ }
/* 711  */ .navbar-form input,
/* 712  */ .navbar-form select {
/* 713  */   display: inline-block;
/* 714  */   margin-bottom: 0;
/* 715  */ }
/* 716  */ .navbar-form input[type="image"],
/* 717  */ .navbar-form input[type="checkbox"],
/* 718  */ .navbar-form input[type="radio"] {
/* 719  */   margin-top: 3px;
/* 720  */ }
/* 721  */ .navbar-form .input-append,
/* 722  */ .navbar-form .input-prepend {
/* 723  */   margin-top: 6px;
/* 724  */   white-space: nowrap;
/* 725  */ }
/* 726  */ .navbar-form .input-append input,
/* 727  */ .navbar-form .input-prepend input {
/* 728  */   margin-top: 0;
/* 729  */ }
/* 730  */ .navbar-search {
/* 731  */   position: relative;
/* 732  */   float: left;
/* 733  */   margin-top: 6px;
/* 734  */   margin-bottom: 0;
/* 735  */ }
/* 736  */ .navbar-search .search-query {
/* 737  */   padding: 4px 9px;
/* 738  */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 739  */   font-size: 13px;
/* 740  */   font-weight: normal;
/* 741  */   line-height: 1;
/* 742  */   color: #FFFFFF ;
/* 743  */   background-color: #626262;
/* 744  */   border: 1px solid #151515;
/* 745  */   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
/* 746  */   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
/* 747  */   box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
/* 748  */   -webkit-transition: none;
/* 749  */   -moz-transition: none;
/* 750  */   -ms-transition: none;

/* bootstrap_front.css */

/* 751  */   -o-transition: none;
/* 752  */   transition: none;
/* 753  */ }
/* 754  */ .navbar-search .search-query:-moz-placeholder {
/* 755  */   color: #cccccc;
/* 756  */ }
/* 757  */ .navbar-search .search-query:-ms-input-placeholder {
/* 758  */   color: #cccccc;
/* 759  */ }
/* 760  */ .navbar-search .search-query::-webkit-input-placeholder {
/* 761  */   color: #cccccc;
/* 762  */ }
/* 763  */ .navbar-search .search-query:focus,
/* 764  */ .navbar-search .search-query.focused {
/* 765  */   padding: 5px 10px;
/* 766  */   color: #333333;
/* 767  */   text-shadow: 0 1px 0 #FFFFFF ;
/* 768  */   background-color: #FFFFFF ;
/* 769  */   border: 0;
/* 770  */   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 771  */   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 772  */   box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 773  */   outline: 0;
/* 774  */ }
/* 775  */ .navbar-fixed-top,
/* 776  */ .navbar-fixed-bottom {
/* 777  */   position: fixed;
/* 778  */   right: 0;
/* 779  */   left: 0;
/* 780  */   z-index: 1030;
/* 781  */   margin-bottom: 0;
/* 782  */ }
/* 783  */ .navbar-fixed-top .navbar-inner,
/* 784  */ .navbar-fixed-bottom .navbar-inner {
/* 785  */   padding-left: 0;
/* 786  */   padding-right: 0;
/* 787  */   -webkit-border-radius: 0;
/* 788  */   -moz-border-radius: 0;
/* 789  */   border-radius: 0;
/* 790  */ }
/* 791  */ .navbar-fixed-top .container,
/* 792  */ .navbar-fixed-bottom .container {
/* 793  */   width: 940px;
/* 794  */ }
/* 795  */ .navbar-fixed-top {
/* 796  */   top: 0;
/* 797  */ }
/* 798  */ .navbar-fixed-bottom {
/* 799  */   bottom: 0;
/* 800  */ }

/* bootstrap_front.css */

/* 801  */ .navbar .nav {
/* 802  */   position: relative;
/* 803  */   left: 0;
/* 804  */   display: block;
/* 805  */   float: left;
/* 806  */   margin: 0 10px 0 0;
/* 807  */ }
/* 808  */ .navbar .nav.pull-right {
/* 809  */   float: right;
/* 810  */ }
/* 811  */ .navbar .nav > li {
/* 812  */   display: block;
/* 813  */   float: left;
/* 814  */ }
/* 815  */ .navbar .nav > li > a {
/* 816  */   float: none;
/* 817  */   padding: 9px 10px 11px;
/* 818  */   line-height: 19px;
/* 819  */   color: #999999;
/* 820  */   text-decoration: none;
/* 821  */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 822  */ }
/* 823  */ .navbar .btn {
/* 824  */   display: inline-block;
/* 825  */   padding: 4px 10px 4px;
/* 826  */   margin: 5px 5px 6px;
/* 827  */   line-height: 18px;
/* 828  */ }
/* 829  */ .navbar .btn-group {
/* 830  */   margin: 0;
/* 831  */   padding: 5px 5px 6px;
/* 832  */ }
/* 833  */ .navbar .nav > li > a:hover {
/* 834  */   background-color: transparent;
/* 835  */   color: #FFFFFF ;
/* 836  */   text-decoration: none;
/* 837  */ }
/* 838  */ .navbar .nav .active > a,
/* 839  */ .navbar .nav .active > a:hover {
/* 840  */   color: #FFFFFF ;
/* 841  */   text-decoration: none;
/* 842  */   background-color: #222222;
/* 843  */ }
/* 844  */ .navbar .divider-vertical {
/* 845  */   height: 40px;
/* 846  */   width: 1px;
/* 847  */   margin: 0 9px;
/* 848  */   overflow: hidden;
/* 849  */   background-color: #222222;
/* 850  */   border-right: 1px solid #333333;

/* bootstrap_front.css */

/* 851  */ }
/* 852  */ .navbar .nav.pull-right {
/* 853  */   margin-left: 10px;
/* 854  */   margin-right: 0;
/* 855  */ }
/* 856  */ .navbar .btn-navbar {
/* 857  */   display: none;
/* 858  */   float: right;
/* 859  */   padding: 7px 10px;
/* 860  */   margin-left: 5px;
/* 861  */   margin-right: 5px;
/* 862  */   background-color: #2c2c2c;
/* 863  */   background-image: -moz-linear-gradient(top, #333333, #222222);
/* 864  */   background-image: -ms-linear-gradient(top, #333333, #222222);
/* 865  */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
/* 866  */   background-image: -webkit-linear-gradient(top, #333333, #222222);
/* 867  */   background-image: -o-linear-gradient(top, #333333, #222222);
/* 868  */   background-image: linear-gradient(top, #333333, #222222);
/* 869  */   background-repeat: repeat-x;
/* 870  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
/* 871  */   border-color: #222222 #222222 #000000;
/* 872  */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 873  */   *background-color: #222222;
/* 874  */   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
/* 875  */ 
/* 876  */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 877  */   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
/* 878  */   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
/* 879  */   box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
/* 880  */ }
/* 881  */ .navbar .btn-navbar:hover,
/* 882  */ .navbar .btn-navbar:active,
/* 883  */ .navbar .btn-navbar.active,
/* 884  */ .navbar .btn-navbar.disabled,
/* 885  */ .navbar .btn-navbar[disabled] {
/* 886  */   background-color: #222222;
/* 887  */   *background-color: #151515;
/* 888  */ }
/* 889  */ .navbar .btn-navbar:active,
/* 890  */ .navbar .btn-navbar.active {
/* 891  */   background-color: #080808 \9;
/* 892  */ }
/* 893  */ .navbar .btn-navbar .icon-bar {
/* 894  */   display: block;
/* 895  */   width: 18px;
/* 896  */   height: 2px;
/* 897  */   background-color: #f5f5f5;
/* 898  */   -webkit-border-radius: 1px;
/* 899  */   -moz-border-radius: 1px;
/* 900  */   border-radius: 1px;

/* bootstrap_front.css */

/* 901  */   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 902  */   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 903  */   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 904  */ }
/* 905  */ .btn-navbar .icon-bar + .icon-bar {
/* 906  */   margin-top: 3px;
/* 907  */ }
/* 908  */ .navbar .dropdown-menu:before {
/* 909  */   content: '';
/* 910  */   display: inline-block;
/* 911  */   border-left: 7px solid transparent;
/* 912  */   border-right: 7px solid transparent;
/* 913  */   border-bottom: 7px solid #ccc;
/* 914  */   border-bottom-color: rgba(0, 0, 0, 0.2);
/* 915  */   position: absolute;
/* 916  */   top: -7px;
/* 917  */   left: 9px;
/* 918  */ }
/* 919  */ .navbar .dropdown-menu:after {
/* 920  */   content: '';
/* 921  */   display: inline-block;
/* 922  */   border-left: 6px solid transparent;
/* 923  */   border-right: 6px solid transparent;
/* 924  */   border-bottom: 6px solid #FFFFFF ;
/* 925  */   position: absolute;
/* 926  */   top: -6px;
/* 927  */   left: 10px;
/* 928  */ }
/* 929  */ .navbar-fixed-bottom .dropdown-menu:before {
/* 930  */   border-top: 7px solid #ccc;
/* 931  */   border-top-color: rgba(0, 0, 0, 0.2);
/* 932  */   border-bottom: 0;
/* 933  */   bottom: -7px;
/* 934  */   top: auto;
/* 935  */ }
/* 936  */ .navbar-fixed-bottom .dropdown-menu:after {
/* 937  */   border-top: 6px solid #FFFFFF ;
/* 938  */   border-bottom: 0;
/* 939  */   bottom: -6px;
/* 940  */   top: auto;
/* 941  */ }
/* 942  */ .navbar .nav li.dropdown .dropdown-toggle .caret,
/* 943  */ .navbar .nav li.dropdown.open .caret {
/* 944  */   border-top-color: #FFFFFF ;
/* 945  */   border-bottom-color: #FFFFFF ;
/* 946  */ }
/* 947  */ .navbar .nav li.dropdown.active .caret {
/* 948  */   opacity: 1;
/* 949  */   filter: alpha(opacity=100);
/* 950  */ }

/* bootstrap_front.css */

/* 951  */ .navbar .nav li.dropdown.open > .dropdown-toggle,
/* 952  */ .navbar .nav li.dropdown.active > .dropdown-toggle,
/* 953  */ .navbar .nav li.dropdown.open.active > .dropdown-toggle {
/* 954  */   background-color: transparent;
/* 955  */ }
/* 956  */ .navbar .nav li.dropdown.active > .dropdown-toggle:hover {
/* 957  */   color: #FFFFFF ;
/* 958  */ }
/* 959  */ .navbar .pull-right .dropdown-menu,
/* 960  */ .navbar .dropdown-menu.pull-right {
/* 961  */   left: auto;
/* 962  */   right: 0;
/* 963  */ }
/* 964  */ .navbar .pull-right .dropdown-menu:before,
/* 965  */ .navbar .dropdown-menu.pull-right:before {
/* 966  */   left: auto;
/* 967  */   right: 12px;
/* 968  */ }
/* 969  */ .navbar .pull-right .dropdown-menu:after,
/* 970  */ .navbar .dropdown-menu.pull-right:after {
/* 971  */   left: auto;
/* 972  */   right: 13px;
/* 973  */ }
/* 974  */ .thumbnails {
/* 975  */   margin-left: -20px;
/* 976  */   list-style: none;
/* 977  */   *zoom: 1;
/* 978  */ }
/* 979  */ .thumbnails:before,
/* 980  */ .thumbnails:after {
/* 981  */   display: table;
/* 982  */   content: "";
/* 983  */ }
/* 984  */ .thumbnails:after {
/* 985  */   clear: both;
/* 986  */ }
/* 987  */ .row-fluid .thumbnails {
/* 988  */   margin-left: 0;
/* 989  */ }
/* 990  */ .thumbnails > li {
/* 991  */   float: left;
/* 992  */   margin-bottom: 18px;
/* 993  */   margin-left: 20px;
/* 994  */ }
/* 995  */ .thumbnail {
/* 996  */   display: block;
/* 997  */   padding: 4px;
/* 998  */   line-height: 1;
/* 999  */   border: 1px solid #ddd;
/* 1000 */   -webkit-border-radius: 4px;

/* bootstrap_front.css */

/* 1001 */   -moz-border-radius: 4px;
/* 1002 */   border-radius: 4px;
/* 1003 */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1004 */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1005 */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1006 */ }
/* 1007 */ a.thumbnail:hover {
/* 1008 */   border-color: #0088cc;
/* 1009 */   -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 1010 */   -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 1011 */   box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 1012 */ }
/* 1013 */ .thumbnail > img {
/* 1014 */   display: block;
/* 1015 */   max-width: 100%;
/* 1016 */   margin-left: auto;
/* 1017 */   margin-right: auto;
/* 1018 */ }
/* 1019 */ .thumbnail .caption {
/* 1020 */   padding: 9px;
/* 1021 */ }
/* 1022 */ 
/* 1023 */ /*** phone landscape ***/
/* 1024 */ 
/* 1025 */ @media (max-width: 767px) {
/* 1026 */   .row {
/* 1027 */     margin-left: 0;
/* 1028 */   }
/* 1029 */   [class*="span"],
/* 1030 */   .row-fluid [class*="span"] {
/* 1031 */     float: none;
/* 1032 */     display: block;
/* 1033 */     width: 100%;
/* 1034 */   }
/* 1035 */ }
/* 1036 */ 
/* 1037 */ /*** tablet ***/
/* 1038 */ 
/* 1039 */ @media (min-width: 768px) and (max-width: 991px) {
/* 1040 */ 
/* 1041 */   .row-fluid {
/* 1042 */     margin-left: -20px;
/* 1043 */   }
/* 1044 */   .row-fluid [class*="span"] {
/* 1045 */     display: block;
/* 1046 */     width: 100%;
/* 1047 */     padding-left: 20px;
/* 1048 */   }
/* 1049 */   .row-fluid .span3 {
/* 1050 */     width: 50%;

/* bootstrap_front.css */

/* 1051 */     *width: 49.9999%;
/* 1052 */   }
/* 1053 */   .row-fluid .span2 {
/* 1054 */     width: 33.3333%;
/* 1055 */     *width: 33.2222%;
/* 1056 */   }
/* 1057 */   .row-fluid .span3:nth-child(2n+1) {
/* 1058 */     clear: left;
/* 1059 */   }
/* 1060 */   .row-fluid .span2:nth-child(3n+1) {
/* 1061 */     clear: left;
/* 1062 */   }
/* 1063 */ }
/* 1064 */ @media (max-width: 979px) {
/* 1065 */   body {
/* 1066 */     padding-top: 0;
/* 1067 */   }
/* 1068 */   .navbar-fixed-top,
/* 1069 */   .navbar-fixed-bottom {
/* 1070 */     position: static;
/* 1071 */   }
/* 1072 */   .navbar-fixed-top {
/* 1073 */     margin-bottom: 18px;
/* 1074 */   }
/* 1075 */   .navbar-fixed-bottom {
/* 1076 */     margin-top: 18px;
/* 1077 */   }
/* 1078 */   .navbar-fixed-top .navbar-inner,
/* 1079 */   .navbar-fixed-bottom .navbar-inner {
/* 1080 */     padding: 5px;
/* 1081 */   }
/* 1082 */   .navbar .container {
/* 1083 */     width: auto;
/* 1084 */     padding: 0;
/* 1085 */   }
/* 1086 */   .navbar .brand {
/* 1087 */     padding-left: 10px;
/* 1088 */     padding-right: 10px;
/* 1089 */     margin: 0 0 0 -5px;
/* 1090 */   }
/* 1091 */   .nav-collapse {
/* 1092 */     clear: both;
/* 1093 */   }
/* 1094 */   .nav-collapse .nav {
/* 1095 */     float: none;
/* 1096 */     margin: 0 0 9px;
/* 1097 */   }
/* 1098 */   .nav-collapse .nav > li {
/* 1099 */     float: none;
/* 1100 */   }

/* bootstrap_front.css */

/* 1101 */   .nav-collapse .nav > li > a {
/* 1102 */     margin-bottom: 2px;
/* 1103 */   }
/* 1104 */   .nav-collapse .nav > .divider-vertical {
/* 1105 */     display: none;
/* 1106 */   }
/* 1107 */   .nav-collapse .nav .nav-header {
/* 1108 */     color: #999999;
/* 1109 */     text-shadow: none;
/* 1110 */   }
/* 1111 */   .nav-collapse .nav > li > a,
/* 1112 */   .nav-collapse .dropdown-menu a {
/* 1113 */     padding: 6px 15px;
/* 1114 */     font-weight: bold;
/* 1115 */     color: #999999;
/* 1116 */     -webkit-border-radius: 3px;
/* 1117 */     -moz-border-radius: 3px;
/* 1118 */     border-radius: 3px;
/* 1119 */   }
/* 1120 */   .nav-collapse .btn {
/* 1121 */     padding: 4px 10px 4px;
/* 1122 */     font-weight: normal;
/* 1123 */     -webkit-border-radius: 4px;
/* 1124 */     -moz-border-radius: 4px;
/* 1125 */     border-radius: 4px;
/* 1126 */   }
/* 1127 */   .nav-collapse .dropdown-menu li + li a {
/* 1128 */     margin-bottom: 2px;
/* 1129 */   }
/* 1130 */   .nav-collapse .nav > li > a:hover,
/* 1131 */   .nav-collapse .dropdown-menu a:hover {
/* 1132 */     background-color: #222222;
/* 1133 */   }
/* 1134 */   .nav-collapse.in .btn-group {
/* 1135 */     margin-top: 5px;
/* 1136 */     padding: 0;
/* 1137 */   }
/* 1138 */   .nav-collapse .dropdown-menu {
/* 1139 */     position: static;
/* 1140 */     top: auto;
/* 1141 */     left: auto;
/* 1142 */     float: none;
/* 1143 */     display: block;
/* 1144 */     max-width: none;
/* 1145 */     margin: 0 15px;
/* 1146 */     padding: 0;
/* 1147 */     background-color: transparent;
/* 1148 */     border: none;
/* 1149 */     -webkit-border-radius: 0;
/* 1150 */     -moz-border-radius: 0;

/* bootstrap_front.css */

/* 1151 */     border-radius: 0;
/* 1152 */     -webkit-box-shadow: none;
/* 1153 */     -moz-box-shadow: none;
/* 1154 */     box-shadow: none;
/* 1155 */   }
/* 1156 */   .nav-collapse .dropdown-menu:before,
/* 1157 */   .nav-collapse .dropdown-menu:after {
/* 1158 */     display: none;
/* 1159 */   }
/* 1160 */   .nav-collapse .dropdown-menu .divider {
/* 1161 */     display: none;
/* 1162 */   }
/* 1163 */   .nav-collapse .navbar-form,
/* 1164 */   .nav-collapse .navbar-search {
/* 1165 */     float: none;
/* 1166 */     padding: 9px 15px;
/* 1167 */     margin: 9px 0;
/* 1168 */     border-top: 1px solid #222222;
/* 1169 */     border-bottom: 1px solid #222222;
/* 1170 */     -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
/* 1171 */     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
/* 1172 */     box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
/* 1173 */   }
/* 1174 */   .navbar .nav-collapse .nav.pull-right {
/* 1175 */     float: none;
/* 1176 */     margin-left: 0;
/* 1177 */   }
/* 1178 */   .nav-collapse,
/* 1179 */   .nav-collapse.collapse {
/* 1180 */     overflow: hidden;
/* 1181 */     height: 0;
/* 1182 */   }
/* 1183 */   .navbar .btn-navbar {
/* 1184 */     display: block;
/* 1185 */   }
/* 1186 */   .navbar-static .navbar-inner {
/* 1187 */     padding-left: 10px;
/* 1188 */     padding-right: 10px;
/* 1189 */   }
/* 1190 */ }
/* 1191 */ @media (min-width: 980px) {
/* 1192 */   .nav-collapse.collapse {
/* 1193 */     height: auto !important;
/* 1194 */     overflow: visible !important;
/* 1195 */   }
/* 1196 */ }
/* 1197 */ 

/* js_composer_front.css */

/* 1    */ .hide-text {
/* 2    */   font: 0/0 a;
/* 3    */   color: transparent;
/* 4    */   text-shadow: none;
/* 5    */   background-color: transparent;
/* 6    */   border: 0;
/* 7    */ }
/* 8    */ .input-block-level {
/* 9    */   display: block;
/* 10   */   width: 100%;
/* 11   */   min-height: 28px;
/* 12   */   -webkit-box-sizing: border-box;
/* 13   */   -moz-box-sizing: border-box;
/* 14   */   -ms-box-sizing: border-box;
/* 15   */   box-sizing: border-box;
/* 16   */ }
/* 17   */ .row-fluid [class*="span"] {
/* 18   */   min-height: 5px;
/* 19   */ }
/* 20   */ .alert p:last-child,
/* 21   */ #content .alert p:last-child,
/* 22   */ .wpb_text_column p:last-child,
/* 23   */ .wpb_text_column *:last-child,
/* 24   */ #content .wpb_text_column p:last-child,
/* 25   */ #content .wpb_text_column *:last-child,
/* 26   */ .wpb_toggle_content p:last-child,
/* 27   */ .wpb_tab .row-fluid:last-child .wpb_content_element,
/* 28   */ .wpb_accordion .ui-accordion .ui-accordion-content .row-fluid:last-child .wpb_content_element {
/* 29   */   margin-bottom: 0;
/* 30   */ }
/* 31   */ .wpb_text_column,
/* 32   */ .wpb_tabs,
/* 33   */ .wpb_tour,
/* 34   */ .wpb_call_to_action,
/* 35   */ .wpb_gmaps_widget,
/* 36   */ .wpb_accordion,
/* 37   */ .wpb_gallery,
/* 38   */ .wpb_separator,
/* 39   */ .wpb_twitter_widget,
/* 40   */ .wpb_flickr_widget,
/* 41   */ .wpb_video_widget,
/* 42   */ .last_toggle_el_margin,
/* 43   */ ul.wpb_thumbnails-fluid > li,
/* 44   */ .wpb_single_image,
/* 45   */ .alert,
/* 46   */ .fb_like,
/* 47   */ .twitter-share-button,
/* 48   */ .wpb_googleplus,
/* 49   */ .wpb_pinterest,
/* 50   */ .wpb_button,

/* js_composer_front.css */

/* 51   */ .wpb_tab .wpb_content_element,
/* 52   */ .wpb_accordion .wpb_content_element,
/* 53   */ .wpb_toggle_content {
/* 54   */   margin-bottom: 30px;
/* 55   */ }
/* 56   */ .fb_like,
/* 57   */ .twitter-share-button,
/* 58   */ .wpb_googleplus,
/* 59   */ .wpb_pinterest
/* 60   */ {
/* 61   */   display: inline-block;
/* 62   */   vertical-align: top;
/* 63   */ }
/* 64   */ a:focus {
/* 65   */   outline: none;
/* 66   */   text-decoration: none;
/* 67   */ }
/* 68   */ .wpb_content_element img {
/* 69   */   height: auto;
/* 70   */   max-width: 100%;
/* 71   */ }
/* 72   */ .wpb_separator,
/* 73   */ .vc_text_separator {
/* 74   */   border-bottom: 1px solid #e3e3e3;
/* 75   */ }
/* 76   */ .wpb_wrapper > img {
/* 77   */   display: block;
/* 78   */ }
/* 79   */ 
/* 80   */ /* Typography
/* 81   *| ---------------------------------------------------------- */
/* 82   */ .row-fluid ol {
/* 83   */   list-style-position: inside;
/* 84   */ }
/* 85   */ .row-fluid ul {
/* 86   */   list-style: disc inside;
/* 87   */ }
/* 88   */ 
/* 89   */ 
/* 90   */ /* Separator
/* 91   *| ---------------------------------------------------------- */
/* 92   */ .wpb_separator {
/* 93   */   clear: both;
/* 94   */   height: 0;
/* 95   */ }
/* 96   */ /* Text Separator
/* 97   *| ---------------------------------------------------------- */
/* 98   */ .vc_text_separator {
/* 99   */   position: relative;
/* 100  */   top: -10px;

/* js_composer_front.css */

/* 101  */   height: 20px;
/* 102  */   margin-bottom: 29px;
/* 103  */ }
/* 104  */ .vc_text_separator div {
/* 105  */   position: relative;
/* 106  */   top: 10px;
/* 107  */   display: inline-block;
/* 108  */   text-transform: uppercase;
/* 109  */   letter-spacing: 1px;
/* 110  */   background-color: #FFFFFF ;
/* 111  */ }
/* 112  */ .separator_align_center {
/* 113  */   text-align: center;
/* 114  */ }
/* 115  */ .separator_align_center div {
/* 116  */   padding: 0 15px;
/* 117  */ }
/* 118  */ .separator_align_left {
/* 119  */   text-align: left;
/* 120  */ }
/* 121  */ .separator_align_left div {
/* 122  */   padding-right: 15px;
/* 123  */ }
/* 124  */ .separator_align_right {
/* 125  */   text-align: right;
/* 126  */ }
/* 127  */ .separator_align_right div {
/* 128  */   padding-left: 15px;
/* 129  */ }
/* 130  */ /* Facebook
/* 131  *| ---------------------------------------------------------- */
/* 132  */ .fb_type_standard {
/* 133  */   height: 25px;
/* 134  */ }
/* 135  */ .fb_type_standard iframe {
/* 136  */   height: 25px;
/* 137  */ }
/* 138  */ .fb_type_button_count {
/* 139  */   width: 85px;
/* 140  */   height: 20px;
/* 141  */ }
/* 142  */ .fb_type_button_count iframe {
/* 143  */   height: 20px;
/* 144  */ }
/* 145  */ .fb_type_box_count {
/* 146  */   width: 61px;
/* 147  */   height: 62px;
/* 148  */ }
/* 149  */ .fb_type_box_count iframe {
/* 150  */   height: 62px;

/* js_composer_front.css */

/* 151  */ }
/* 152  */ 
/* 153  */ /* Tweeter
/* 154  *| ---------------------------------------------------------- */
/* 155  */ .twitter-count-horizontal {
/* 156  */   width: 91px !important;
/* 157  */ }
/* 158  */ .twitter-count-vertical {
/* 159  */   padding-right: 15px;
/* 160  */ }
/* 161  */ /* Google plus
/* 162  *| ---------------------------------------------------------- */
/* 163  */ .wpb_googleplus_type_standard {
/* 164  */   height: 25px;
/* 165  */ }
/* 166  */ .wpb_googleplus_type_small {
/* 167  */   height: 19px;
/* 168  */ }
/* 169  */ .wpb_googleplus_type_medium {
/* 170  */   height: 21px;
/* 171  */ }
/* 172  */ .wpb_googleplus_type_tall {
/* 173  */   height: 61px;
/* 174  */   padding-right: 15px;
/* 175  */ }
/* 176  */ /* Pinterest
/* 177  *| ---------------------------------------------------------- */
/* 178  */ .wpb_pinterest_type_horizontal {
/* 179  */   height: 21px;
/* 180  */   padding-right: 14px !important;
/* 181  */ }
/* 182  */ #content .wpb_pinterest_type_horizontal > a {
/* 183  */   margin-top: -3px !important;
/* 184  */ }
/* 185  */ .wpb_pinterest_type_vertical {
/* 186  */   height: 60px;
/* 187  */ }
/* 188  */ #content .wpb_pinterest_type_vertical > a {
/* 189  */   margin-top: 40px !important;
/* 190  */ }
/* 191  */ #content .wpb_pinterest_type_vertical > a > span {
/* 192  */   height: 34px !important;
/* 193  */ }
/* 194  */ .wpb_pinterest_type_none {
/* 195  */   height: 21px;
/* 196  */ }
/* 197  */ /* Toggle / FAQ
/* 198  *| ---------------------------------------------------------- */
/* 199  */ .wpb_toggle,
/* 200  */ #content h4.wpb_toggle {

/* js_composer_front.css */

/* 201  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/toggle_open.png) no-repeat right center;
/* 202  */   padding-right: 25px;
/* 203  */   clear: both;
/* 204  */   margin-top: 0;
/* 205  */   color:white;
/* 206  */ }
/* 207  */ .wpb_toggle_title_active,
/* 208  */ #content h4.wpb_toggle_title_active {
/* 209  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/toggle_close.png) no-repeat left center;
/* 210  */ }
/* 211  */ .wpb_toggle:hover {
/* 212  */   cursor: pointer;
/* 213  */ }
/* 214  */ .wpb_toggle_content {
/* 215  */   display: none;
/* 216  */   overflow: hidden;
/* 217  */   padding: 0px 0px 0px 25px;
/* 218  */   margin-top: 10px;
/* 219  */ }
/* 220  */ .wpb_toggle_open {
/* 221  */   display: block;
/* 222  */ }
/* 223  */ .wpb_button:hover {
/* 224  */   background-image: none;
/* 225  */ }
/* 226  */ /* Widgetised column element
/* 227  *| ---------------------------------------------------------- */
/* 228  */ .wpb_widgetised_column .wpb_wrapper > ul {
/* 229  */   margin-left: 0;
/* 230  */ }
/* 231  */ .wpb_widgetised_column .wpb_wrapper > ul > li {
/* 232  */   list-style: none;
/* 233  */   margin-left: 0;
/* 234  */ }
/* 235  */ /* Button
/* 236  *| ---------------------------------------------------------- */
/* 237  */ a.wpb_button_a {
/* 238  */   text-decoration: none;
/* 239  */   border: none;
/* 240  */ }
/* 241  */ a.wpb_button_a :hover {
/* 242  */   text-decoration: none;
/* 243  */ }
/* 244  */ i.icon {
/* 245  */   display: inline-block;
/* 246  */   width: 16px;
/* 247  */   height: 16px;
/* 248  */   line-height: 16px;
/* 249  */   vertical-align: text-top;
/* 250  */   margin-left: 5px;

/* js_composer_front.css */

/* 251  */ }
/* 252  */ .btn-large i.icon {
/* 253  */   height: 20px;
/* 254  */   margin-left: 9px;
/* 255  */   vertical-align: top;
/* 256  */ }
/* 257  */ .btn-small i.icon {
/* 258  */   height: 15px;
/* 259  */ }
/* 260  */ .btn-mini i.icon {
/* 261  */   display: none;
/* 262  */ }
/* 263  */ .wpb_address_book i.icon,
/* 264  */ option.wpb_address_book {
/* 265  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/address-book.png) no-repeat right center;
/* 266  */ }
/* 267  */ .wpb_alarm_clock i.icon,
/* 268  */ option.wpb_alarm_clock {
/* 269  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/alarm-clock.png) no-repeat right center;
/* 270  */ }
/* 271  */ .wpb_anchor i.icon,
/* 272  */ option.wpb_anchor {
/* 273  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/anchor.png) no-repeat right center;
/* 274  */ }
/* 275  */ .wpb_application_image i.icon,
/* 276  */ option.wpb_application_image {
/* 277  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/application-image.png) no-repeat right center;
/* 278  */ }
/* 279  */ .wpb_arrow i.icon,
/* 280  */ option.wpb_arrow {
/* 281  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/arrow.png) no-repeat right center;
/* 282  */ }
/* 283  */ .wpb_asterisk i.icon,
/* 284  */ option.wpb_asterisk {
/* 285  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/asterisk.png) no-repeat right center;
/* 286  */ }
/* 287  */ .wpb_hammer i.icon,
/* 288  */ option.wpb_hammer {
/* 289  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/auction-hammer.png) no-repeat right center;
/* 290  */ }
/* 291  */ .wpb_balloon i.icon,
/* 292  */ option.wpb_balloon {
/* 293  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/balloon.png) no-repeat right center;
/* 294  */ }
/* 295  */ .wpb_balloon_buzz i.icon,
/* 296  */ option.wpb_balloon_buzz {
/* 297  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/balloon-buzz.png) no-repeat right center;
/* 298  */ }
/* 299  */ .wpb_balloon_facebook i.icon,
/* 300  */ option.wpb_balloon_facebook {

/* js_composer_front.css */

/* 301  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/balloon-facebook.png) no-repeat right center;
/* 302  */ }
/* 303  */ .wpb_balloon_twitter i.icon,
/* 304  */ option.wpb_balloon_twitter {
/* 305  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/balloon-twitter.png) no-repeat right center;
/* 306  */ }
/* 307  */ .wpb_battery i.icon,
/* 308  */ option.wpb_battery {
/* 309  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/battery-full.png) no-repeat right center;
/* 310  */ }
/* 311  */ .wpb_binocular i.icon,
/* 312  */ option.wpb_binocular {
/* 313  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/binocular.png) no-repeat right center;
/* 314  */ }
/* 315  */ .wpb_document_excel i.icon,
/* 316  */ option.wpb_document_excel {
/* 317  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-excel.png) no-repeat right center;
/* 318  */ }
/* 319  */ .wpb_document_image i.icon,
/* 320  */ option.wpb_document_image {
/* 321  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-image.png) no-repeat right center;
/* 322  */ }
/* 323  */ .wpb_document_music i.icon,
/* 324  */ option.wpb_document_music {
/* 325  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-music.png) no-repeat right center;
/* 326  */ }
/* 327  */ .wpb_document_office i.icon,
/* 328  */ option.wpb_document_office {
/* 329  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-office.png) no-repeat right center;
/* 330  */ }
/* 331  */ .wpb_document_pdf i.icon,
/* 332  */ option.wpb_document_pdf {
/* 333  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-pdf.png) no-repeat right center;
/* 334  */ }
/* 335  */ .wpb_document_powerpoint i.icon,
/* 336  */ option.wpb_document_powerpoint {
/* 337  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-powerpoint.png) no-repeat right center;
/* 338  */ }
/* 339  */ .wpb_document_word i.icon,
/* 340  */ option.wpb_document_word {
/* 341  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/blue-document-word.png) no-repeat right center;
/* 342  */ }
/* 343  */ .wpb_bookmark i.icon,
/* 344  */ option.wpb_bookmark {
/* 345  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/bookmark.png) no-repeat right center;
/* 346  */ }
/* 347  */ .wpb_camcorder i.icon,
/* 348  */ option.wpb_camcorder {
/* 349  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/camcorder.png) no-repeat right center;
/* 350  */ }

/* js_composer_front.css */

/* 351  */ .wpb_camera i.icon,
/* 352  */ option.wpb_camera {
/* 353  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/camera.png) no-repeat right center;
/* 354  */ }
/* 355  */ .wpb_chart i.icon,
/* 356  */ option.wpb_chart {
/* 357  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/chart.png) no-repeat right center;
/* 358  */ }
/* 359  */ .wpb_chart_pie i.icon,
/* 360  */ option.wpb_chart_pie {
/* 361  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/chart-pie.png) no-repeat right center;
/* 362  */ }
/* 363  */ .wpb_clock i.icon,
/* 364  */ option.wpb_clock {
/* 365  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/clock.png) no-repeat right center;
/* 366  */ }
/* 367  */ .wpb_play i.icon,
/* 368  */ option.wpb_play {
/* 369  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/control.png) no-repeat right center;
/* 370  */ }
/* 371  */ .wpb_fire i.icon,
/* 372  */ option.wpb_fire {
/* 373  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/fire.png) no-repeat right center;
/* 374  */ }
/* 375  */ .wpb_heart i.icon,
/* 376  */ option.wpb_heart {
/* 377  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/heart.png) no-repeat right center;
/* 378  */ }
/* 379  */ .wpb_mail i.icon,
/* 380  */ option.wpb_mail {
/* 381  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/mail.png) no-repeat right center;
/* 382  */ }
/* 383  */ .wpb_shield i.icon,
/* 384  */ option.wpb_shield {
/* 385  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/plus-shield.png) no-repeat right center;
/* 386  */ }
/* 387  */ .wpb_video i.icon,
/* 388  */ option.wpb_video {
/* 389  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/video.png) no-repeat right center;
/* 390  */ }
/* 391  */ /* Call to action
/* 392  *| ---------------------------------------------------------- */
/* 393  */ .wpb_call_to_action {
/* 394  */   position: relative;
/* 395  */   background-color: #f7f7f7;
/* 396  */   padding: 20px;
/* 397  */   padding: 2.127659574%;
/* 398  */   border: 1px solid #f0f0f0;
/* 399  */   -webkit-box-sizing: border-box;
/* 400  */   -moz-box-sizing: border-box;

/* js_composer_front.css */

/* 401  */   box-sizing: border-box;
/* 402  */ }
/* 403  */ .wpb_call_to_action .wpb_button {
/* 404  */   margin: 0;
/* 405  */   -webkit-box-sizing: border-box;
/* 406  */   -moz-box-sizing: border-box;
/* 407  */   box-sizing: border-box;
/* 408  */ }
/* 409  */ .cta_align_left .wpb_button {
/* 410  */   float: left;
/* 411  */ }
/* 412  */ .cta_align_right .wpb_button {
/* 413  */   float: right;
/* 414  */ }
/* 415  */ .cta_align_left .wpb_button,
/* 416  */ .cta_align_right .wpb_button {
/* 417  */   max-width: 27.872340426%;
/* 418  */ }
/* 419  */ .cta_align_left .wpb_call_text,
/* 420  */ .cta_align_right .wpb_call_text {
/* 421  */   width: 65.812%;
/* 422  */   float: left;
/* 423  */   clear: none;
/* 424  */   font-size: 14px;
/* 425  */ }
/* 426  */ .cta_align_left .wpb_call_text {
/* 427  */   float: right;
/* 428  */ }
/* 429  */ .wpb_call_to_action .wpb_call_text,
/* 430  */ #content .wpb_call_to_action .wpb_call_text {
/* 431  */   margin: 0;
/* 432  */   padding-top: 0;
/* 433  */ }
/* 434  */ .cta_align_bottom {
/* 435  */   text-align: center;
/* 436  */ }
/* 437  */ .cta_align_bottom .wpb_button {
/* 438  */   position: static;
/* 439  */    margin-top: 2.127659574%;
/* 440  */   display: inline-block;
/* 441  */ }
/* 442  */ 
/* 443  */ @media (max-width: 600px) {
/* 444  */   .vc_responsive .cta_align_left .wpb_button,
/* 445  */   .vc_responsive .cta_align_right .wpb_button {
/* 446  */     max-width: 70%;
/* 447  */     width: 70%;
/* 448  */     float: none;
/* 449  */     display: block;
/* 450  */     margin: 3% auto;

/* js_composer_front.css */

/* 451  */   }
/* 452  */   .vc_responsive .cta_align_left .wpb_call_text,
/* 453  */   .vc_responsive .cta_align_right .wpb_call_text {
/* 454  */     width: auto;
/* 455  */     max-width: none;
/* 456  */     text-align: center;
/* 457  */   }
/* 458  */ }
/* 459  */ 
/* 460  */ /* Google maps
/* 461  *| ---------------------------------------------------------- */
/* 462  */ .wpb_gmaps_widget .wpb_map_wraper iframe {
/* 463  */   margin-bottom: 0;
/* 464  */   padding: 0;
/* 465  */   display: block;
/* 466  */ }
/* 467  */ 
/* 468  */ /* Tabs + jQuery UI theme mod
/* 469  *| ---------------------------------------------------------- */
/* 470  */ .wpb_tabs .ui-tabs .ui-tabs-nav {
/* 471  */   padding-left: 1px;
/* 472  */   background: #eee;
/* 473  */   border-bottom: 1px solid #ddd;
/* 474  */ }
/* 475  */ .wpb_tabs .ui-tabs .ui-tabs-nav li,
/* 476  */ .wpb_tabs .ui-tabs .ui-tabs-nav li a
/* 477  */ {
/* 478  */   display: block;
/* 479  */   float: left;
/* 480  */   height: 40px;
/* 481  */   line-height: 40px;
/* 482  */   text-align: center;
/* 483  */ }
/* 484  */ .wpb_tabs .ui-tabs .ui-tabs-nav li a {
/* 485  */   padding: 0 15px;
/* 486  */   font-size: 14px;
/* 487  */   font-weight: bold;
/* 488  */   background: #eee;
/* 489  */ }
/* 490  */ .wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
/* 491  */ .wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
/* 492  */   position: relative;
/* 493  */ }
/* 494  */ .wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
/* 495  */ .wpb_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
/* 496  */   height: 41px;
/* 497  */   margin: -1px -1px 0 -1px;
/* 498  */   background: #fff;
/* 499  */   border: 1px solid #ddd;
/* 500  */   border-bottom: none;

/* js_composer_front.css */

/* 501  */ }
/* 502  */ .wpb_tabs .ui-tabs-panel {
/* 503  */   padding: 20px 0 0 0;
/* 504  */ }
/* 505  */ 
/* 506  */ .s_vtabs:after {
/* 507  */   content: '';
/* 508  */   clear: both;
/* 509  */   display: table;
/* 510  */ }
/* 511  */ .s_vtabs .ui-tabs .ui-tabs-nav {
/* 512  */   position: relative;
/* 513  */   z-index: 10;
/* 514  */   float: left;
/* 515  */   width: 120px;
/* 516  */   margin-right: -121px;
/* 517  */   padding: 1px 0 0 0;
/* 518  */   border-right: 1px solid #ddd;
/* 519  */   border-bottom: none;
/* 520  */ }
/* 521  */ .s_vtabs .ui-tabs-panel {
/* 522  */   clear: none !important;
/* 523  */   float: right;
/* 524  */   width: 100%;
/* 525  */   padding: 0;
/* 526  */ }
/* 527  */ .s_vtabs .ui-tabs-panel > * {
/* 528  */   margin-left: 120px;
/* 529  */   padding: 0 0 0 19px;
/* 530  */   border-left: 1px solid #ddd;
/* 531  */ }
/* 532  */ .s_vtabs .ui-tabs-panel > .row-fluid {
/* 533  */   margin-left: 120px;
/* 534  */   padding: 0;
/* 535  */ }
/* 536  */ .s_vtabs .ui-tabs .ui-tabs-nav li,
/* 537  */ .s_vtabs .ui-tabs .ui-tabs-nav li a
/* 538  */ {
/* 539  */   clear: left;
/* 540  */   float: none;
/* 541  */   height: auto !important;
/* 542  */   line-height: 20px;
/* 543  */   text-align: left;
/* 544  */   white-space: normal;
/* 545  */ }
/* 546  */ .s_vtabs .ui-tabs .ui-tabs-nav li a {
/* 547  */   padding: 10px 15px;
/* 548  */ }
/* 549  */ .s_vtabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
/* 550  */ .s_vtabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {

/* js_composer_front.css */

/* 551  */   position: relative;
/* 552  */ }
/* 553  */ .s_vtabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
/* 554  */ .s_vtabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
/* 555  */   margin: -1px;
/* 556  */   border: 1px solid #ddd;
/* 557  */   border-right: none;
/* 558  */ }
/* 559  */ 
/* 560  */ 
/* 561  */ 
/* 562  */ /* Accordion
/* 563  *| ---------------------------------------------------------- */
/* 564  */ .wpb_accordion .ui-accordion .ui-accordion-content {
/* 565  */   padding-top: 20px;
/* 566  */   padding-bottom: 20px;
/* 567  */ }
/* 568  */ 
/* 569  */ /* Twitter
/* 570  *| ---------------------------------------------------------- */
/* 571  */ .wpb_twitter_widget .twitter_follow_button {
/* 572  */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/twitter_bird.png);
/* 573  */   background-position: left center;
/* 574  */   background-repeat: no-repeat;
/* 575  */   padding-left: 25px;
/* 576  */   margin-top: 20px;
/* 577  */   display: inline-block;
/* 578  */   min-height: 16px;
/* 579  */ }
/* 580  */ .wpb_twitter_widget .twitter_follow_button_wrap {
/* 581  */   margin-bottom: 0;
/* 582  */ }
/* 583  */ 
/* 584  */ /* Teaser grid
/* 585  *| ---------------------------------------------------------- */
/* 586  */ body ul.wpb_thumbnails-fluid li {
/* 587  */   list-style: none !important;
/* 588  */   /* No need in list style never */
/* 589  */   background-image: none;
/* 590  */   /* some themes add bg image as a bullet */
/* 591  */   padding: 0;
/* 592  */ }
/* 593  */ body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
/* 594  */   margin-bottom: 0;
/* 595  */ }
/* 596  */ body .row-fluid .wpb_grid ul.wpb_thumbnails-fluid,
/* 597  */ body .row-fluid .wpb_filtered_grid ul.wpb_thumbnails-fluid {
/* 598  */   margin: 0 0 0 -2.127659574%;
/* 599  */   padding: 0;
/* 600  */   width: 102.127659574%;

/* js_composer_front.css */

/* 601  */   overflow: visible !important;
/* 602  */ }
/* 603  */ .row-fluid ul.wpb_thumbnails-fluid > [class*="span"] {
/* 604  */   margin-left: 2.127659574%;
/* 605  */ }
/* 606  */ /* Grid adjustments */
/* 607  */ .wpb_grid .wpb_thumbnails-fluid > .span3,
/* 608  */ .wpb_filtered_grid .wpb_thumbnails-fluid > .span3 {
/* 609  */   width: 22.802340426%;
/* 610  */ }
/* 611  */ .wpb_grid .wpb_thumbnails-fluid > .span4,
/* 612  */ .wpb_filtered_grid .wpb_thumbnails-fluid > .span4 {
/* 613  */   width: 31.205673759333337%;
/* 614  */ }
/* 615  */ .wpb_grid .wpb_thumbnails-fluid > .span6,
/* 616  */ .wpb_filtered_grid .wpb_thumbnails-fluid > .span6 {
/* 617  */   width: 47.832340426%;
/* 618  */ }
/* 619  */ .wpb_grid .wpb_thumbnails-fluid > .span12,
/* 620  */ .wpb_filtered_grid .wpb_thumbnails-fluid > .span12 {
/* 621  */   width: 97.872340426%;
/* 622  */ }
/* 623  */ @media (max-width: 767px) {
/* 624  */   .wpb_video_widget iframe {
/* 625  */       max-height: 250px;
/* 626  */   }
/* 627  */   .vc_responsive .wpb_thumbnails-fluid {
/* 628  */     margin-left: 0;
/* 629  */     width: 100%;
/* 630  */   }
/* 631  */   .vc_responsive .wpb_grid .wpb_thumbnails-fluid [class*="span"] {
/* 632  */     width: 97.872340426%;
/* 633  */     float: none;
/* 634  */     display: block;
/* 635  */     margin-left: 0;
/* 636  */     margin-right: 0;
/* 637  */   }
/* 638  */ }
/* 639  */ /* Teaser grid
/* 640  *| ---------------------------------------------------------- */
/* 641  */ .wpb_teaser_grid .entry-content {
/* 642  */   margin: 0;
/* 643  */   padding: 0;
/* 644  */   width: 100%;
/* 645  */ }
/* 646  */ .grid_layout-thumbnail .post-thumb {
/* 647  */   margin-bottom: 0;
/* 648  */ }
/* 649  */ .grid_layout-thumbnail .post-thumb img {
/* 650  */   max-width: 100%;

/* js_composer_front.css */

/* 651  */ }
/* 652  */ /* Carousel layout
/* 653  *| ---------------------------------------------------------- */
/* 654  */ .wpb_carousel .wpb_wrapper {
/* 655  */   position: relative;
/* 656  */ }
/* 657  */ .wpb_carousel .prev,
/* 658  */ .wpb_carousel .next {
/* 659  */   position: absolute;
/* 660  */   top: 3px;
/* 661  */   background-color: #f7f7f7;
/* 662  */   padding: 0px 6px 0px 6px;
/* 663  */   font-size: 12px;
/* 664  */   z-index: 10;
/* 665  */   text-decoration: none;
/* 666  */   transition: all 0.2s linear;
/* 667  */   -moz-transition: all 0.2s linear;
/* 668  */   -webkit-transition: all 0.2s linear;
/* 669  */   -o-transition: all 0.2s linear;
/* 670  */ }
/* 671  */ .wpb_carousel .prev:hover,
/* 672  */ .wpb_carousel .next:hover {
/* 673  */   background-color: #f0f0f0;
/* 674  */ }
/* 675  */ .wpb_carousel .prev {
/* 676  */   right: 30px;
/* 677  */ }
/* 678  */ .wpb_carousel .next {
/* 679  */   right: 0px;
/* 680  */ }
/* 681  */ .wpb_carousel .wpb_thumbnails-fluid {
/* 682  */   width: 100%;
/* 683  */ }
/* 684  */ .wpb_carousel .wpb_thumbnails-fluid > [class*="span"] {
/* 685  */   height: auto !important;
/* 686  */ }
/* 687  */ /*** Categories filter ***/
/* 688  */ .wpb_teaser_grid .categories_filter,
/* 689  */ .wpb_categories_filter {
/* 690  */   list-style: none;
/* 691  */   list-style-type: none;
/* 692  */   padding: 0;
/* 693  */   margin: 0 0 10px 0;
/* 694  */ }
/* 695  */ .wpb_teaser_grid .categories_filter li,
/* 696  */ .wpb_categories_filter li {
/* 697  */   display: block;
/* 698  */   float: left;
/* 699  */   margin-right: 10px;
/* 700  */   margin-bottom: 10px;

/* js_composer_front.css */

/* 701  */ }
/* 702  */ .wpb_teaser_grid .categories_filter li a,
/* 703  */ .wpb_categories_filter li a {
/* 704  */   border: none;
/* 705  */   text-decoration: none;
/* 706  */ }
/* 707  */ .wpb_teaser_grid .categories_filter li a:hover,
/* 708  */ .wpb_categories_filter li a:hover {
/* 709  */   border-bottom: 1px dotted;
/* 710  */ }
/* 711  */ .wpb_teaser_grid .categories_filter li.active a,
/* 712  */ .wpb_categories_filter li.active a {
/* 713  */   border-bottom: 1px dotted;
/* 714  */ }
/* 715  */ /* Sliders
/* 716  *| ---------------------------------------------------------- */
/* 717  */ .wpb_gallery_slides,
/* 718  */ .slides,
/* 719  */ .slides *
/* 720  */ {
/* 721  */   border-radius: 0 !important;
/* 722  */   -moz-border-radius: 0 !important;
/* 723  */   -webkit-border-radius: 0 !important;
/* 724  */ }
/* 725  */ 
/* 726  */ /* Image grid
/* 727  *| ---------------------------------------------------------- */
/* 728  */ .wpb_image_grid .wpb_image_grid_ul {
/* 729  */   margin-left: 0;
/* 730  */   padding: 0;
/* 731  */ }
/* 732  */ .wpb_image_grid .wpb_image_grid_ul .isotope-item {
/* 733  */   list-style: none;
/* 734  */   margin: 0 1px 1px 0;
/* 735  */ }
/* 736  */ .wpb_image_grid .wpb_image_grid_ul a {
/* 737  */   display: block;
/* 738  */ }
/* 739  */ .wpb_image_grid .wpb_image_grid_ul img {
/* 740  */   display: block;
/* 741  */   max-width: 100%;
/* 742  */   height: auto;
/* 743  */ }
/* 744  */ .wpb_gallery .wpb_gallery_slides .nivo-caption {
/* 745  */   display: none !important;
/* 746  */ }
/* 747  */ /* Gallery
/* 748  *| ---------------------------------------------------------- */
/* 749  */ .wpb_gallery {
/* 750  */   position: relative;

/* js_composer_front.css */

/* 751  */   background: none;
/* 752  */   -webkit-border-radius: 0px;
/* 753  */   -moz-border-radius: 0px;
/* 754  */   border-radius: 0px;
/* 755  */   -webkit-box-shadow: none;
/* 756  */   -moz-box-shadow: none;
/* 757  */   box-shadow: none;
/* 758  */ }
/* 759  */ .wpb_gallery .wpb_gallery_slides {
/* 760  */   position: relative;
/* 761  */   margin: 0;
/* 762  */   border: none;
/* 763  */   background: none;
/* 764  */ }
/* 765  */ .wpb_gallery .wpb_gallery_slides a {
/* 766  */   padding: 0;
/* 767  */   margin: 0;
/* 768  */ }
/* 769  */ .wpb_gallery .wpb_gallery_slides img {
/* 770  */   height: auto;
/* 771  */   max-width: 100%;
/* 772  */   display: block;
/* 773  */ }
/* 774  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav,
/* 775  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav {
/* 776  */   right: 10px;
/* 777  */   bottom: auto;
/* 778  */   top: 10px;
/* 779  */   width: auto;
/* 780  */   position: absolute;
/* 781  */   z-index: 50;
/* 782  */   font-size: 1px;
/* 783  */   padding: 0;
/* 784  */ }
/* 785  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav li,
/* 786  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav li {
/* 787  */   margin: 0;
/* 788  */   padding: 0;
/* 789  */ }
/* 790  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav a,
/* 791  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav a {
/* 792  */   background-color: #f7f7f7;
/* 793  */   padding: 0;
/* 794  */   margin: 0 0 0 3px;
/* 795  */   font-size: 1px;
/* 796  */   text-indent: 100px;
/* 797  */   overflow: hidden;
/* 798  */   border: none;
/* 799  */   float: left;
/* 800  */   width: 6px;

/* js_composer_front.css */

/* 801  */   height: 6px;
/* 802  */   -webkit-border-radius: 0;
/* 803  */   -moz-border-radius: 0;
/* 804  */   border-radius: 0;
/* 805  */   transition: all 0.2s linear;
/* 806  */   -moz-transition: all 0.2s linear;
/* 807  */   -webkit-transition: all 0.2s linear;
/* 808  */   -o-transition: all 0.2s linear;
/* 809  */ }
/* 810  */ .wpb_gallery .wpb_gallery_slides .nivo-caption {
/* 811  */   display: none !important;
/* 812  */ }
/* 813  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.active,
/* 814  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav a.active,
/* 815  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav a:hover,
/* 816  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav a:hover,
/* 817  */ .wpb_gallery .wpb_gallery_slides .nivo-controlNav a.flex-active,
/* 818  */ .wpb_gallery .wpb_gallery_slides .flex-control-nav a.flex-active {
/* 819  */   background-color: #c4c4c4;
/* 820  */   cursor: pointer;
/* 821  */ }
/* 822  */ .wpb_gallery .wpb_gallery_slides:hover .flex-direction-nav,
/* 823  */ .wpb_gallery .wpb_gallery_slides:hover .nivo-directionNav {
/* 824  */   opacity: 1;
/* 825  */   filter: alpha(opacity=100);
/* 826  */ }
/* 827  */ .wpb_gallery .flex-direction-nav,
/* 828  */ .wpb_gallery .nivo-directionNav {
/* 829  */   opacity: 0;
/* 830  */   filter: alpha(opacity=0);
/* 831  */   transition: opacity 0.2s linear;
/* 832  */   -moz-transition: opacity 0.2s linear;
/* 833  */   -webkit-transition: opacity 0.2s linear;
/* 834  */   -o-transition: opacity 0.2s linear;
/* 835  */ }
/* 836  */ .wpb_gallery .flex-direction-nav a,
/* 837  */ .wpb_gallery .nivo-directionNav a {
/* 838  */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/arrows.png);
/* 839  */   width: 36px;
/* 840  */   height: 39px;
/* 841  */   border: none;
/* 842  */   display: block;
/* 843  */   text-indent: -9999px;
/* 844  */ }
/* 845  */ .wpb_gallery .flex-direction-nav .flex-next,
/* 846  */ .wpb_gallery .nivo-directionNav .flex-next,
/* 847  */ .wpb_gallery .flex-direction-nav .nivo-nextNav,
/* 848  */ .wpb_gallery .nivo-directionNav .nivo-nextNav {
/* 849  */   background-position: 0 -39px;
/* 850  */   right: 0px;

/* js_composer_front.css */

/* 851  */   opacity: 1;
/* 852  */   filter: alpha(opacity=100);
/* 853  */ }
/* 854  */ .wpb_gallery .flex-direction-nav .flex-prev,
/* 855  */ .wpb_gallery .nivo-directionNav .flex-prev,
/* 856  */ .wpb_gallery .flex-direction-nav .nivo-prevNav,
/* 857  */ .wpb_gallery .nivo-directionNav .nivo-prevNav {
/* 858  */   left: 0px;
/* 859  */   opacity: 1;
/* 860  */   filter: alpha(opacity=100);
/* 861  */ }
/* 862  */ /*** remove ul & li margins ***/#content .wpb_gallery_slides ul.slides,
/* 863  */ .content .wpb_gallery_slides ul.slides,
/* 864  */ .wpb_gallery_slides ul.slides,
/* 865  */ #content .wpb_gallery_slides ul.flex-direction-nav,
/* 866  */ .content .wpb_gallery_slides ul.flex-direction-nav,
/* 867  */ .wpb_gallery_slides ul.flex-direction-nav,
/* 868  */ body .wpb_gallery_slides ul li,
/* 869  */ .wpb_content_element .wpb_gallery_slides ul li {
/* 870  */   list-style: none;
/* 871  */   padding: 0;
/* 872  */   background-image: none;
/* 873  */   margin: 0;
/* 874  */ }
/* 875  */ 
/* 876  */ .alert .messagebox_text {
/* 877  */   padding-left: 28px;
/* 878  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/vc/alert.png) no-repeat left center;
/* 879  */ }
/* 880  */ .alert-info .messagebox_text {
/* 881  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/vc/info.png) no-repeat left center;
/* 882  */ }
/* 883  */ .alert-success .messagebox_text {
/* 884  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/vc/tick.png) no-repeat left center;
/* 885  */ }
/* 886  */ .alert-error .messagebox_text {
/* 887  */   background: url(/wp-content/themes/shoppica/library/js_composer/assets/vc/exclamation.png) no-repeat left center;
/* 888  */ }
/* 889  */ /* Flickr stream
/* 890  *| ---------------------------------------------------------- */
/* 891  */ .wpb_flickr_widget .wpb_wrapper,
/* 892  */ .flickr_badge
/* 893  */ {
/* 894  */   margin-left: -8px;
/* 895  */   margin-right: -8px;
/* 896  */ }
/* 897  */ .flickr_badge:after {
/* 898  */   content: '';
/* 899  */   clear: both;
/* 900  */   display: table;

/* js_composer_front.css */

/* 901  */ }
/* 902  */ .flickr_badge {
/* 903  */ }
/* 904  */ .flickr_badge_image {
/* 905  */   margin: 0 8px 20px 8px;
/* 906  */   width: 60px;
/* 907  */   height: 60px;
/* 908  */   float: left;
/* 909  */ }
/* 910  */ .flickr_badge_image a {
/* 911  */   border: none;
/* 912  */ }
/* 913  */ .flickr_badge_image img {
/* 914  */   margin: 0;
/* 915  */   overflow: hidden;
/* 916  */   position: relative;
/* 917  */   width: 100%;
/* 918  */   height: 100%;
/* 919  */   max-width: 100%;
/* 920  */   max-height: 100%;
/* 921  */ }
/* 922  */ p.flickr_stream_wrap {
/* 923  */   clear: both;
/* 924  */   margin: 0 8px;
/* 925  */ }
/* 926  */ p.flickr_stream_wrap a {
/* 927  */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/flickr.png);
/* 928  */   background-repeat: no-repeat;
/* 929  */   background-position: left center;
/* 930  */   padding-left: 25px;
/* 931  */   display: inline-block;
/* 932  */ }
/* 933  */ 
/* 934  */ /* Video widget
/* 935  *| ---------------------------------------------------------- */
/* 936  */ .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
/* 937  */   padding-top: 56%;
/* 938  */   position: relative;
/* 939  */ }
/* 940  */ .wpb_video_widget .wpb_wrapper iframe {
/* 941  */   width: 100%;
/* 942  */   height: 100%;
/* 943  */   display: block;
/* 944  */   position: absolute;
/* 945  */   margin: 0;
/* 946  */   top: 0;
/* 947  */   left: 0;
/* 948  */   -webkit-box-sizing: border-box;
/* 949  */   -moz-box-sizing: border-box;
/* 950  */   box-sizing: border-box;

/* js_composer_front.css */

/* 951  */ }
/* 952  */ .wpb_posts_slider .flex-caption,
/* 953  */ .wpb_posts_slider .nivo-caption {
/* 954  */   background-color: #f7f7f7;
/* 955  */   opacity: 1;
/* 956  */   color: inherit;
/* 957  */   padding: 10px 15px;
/* 958  */   position: static;
/* 959  */ }
/* 960  */ /* Make all grid-sized elements block level again */
/* 961  */ @media (max-width: 480px) {
/* 962  */   .vc_responsive div.row-fluid div[class*="span"] {
/* 963  */     float: none;
/* 964  */     display: block;
/* 965  */     width: auto;
/* 966  */     margin-left: 0;
/* 967  */   }
/* 968  */   .vc_responsive .wpb_tour .ui-tabs .ui-tabs-nav,
/* 969  */   .vc_responsive .wpb_tour .wpb_tab,
/* 970  */   .vc_responsive .wpb_tour_next_prev_nav {
/* 971  */     width: 100%;
/* 972  */     float: none;
/* 973  */     margin-left: 0;
/* 974  */   }
/* 975  */   .vc_responsive #content .wpb_tour .ui-tabs .ui-tabs-nav {
/* 976  */     margin-bottom: 10px;
/* 977  */   }
/* 978  */ }
/* 979  */ 
/* 980  */ /* That way icons will be accessible via css in front end too
/* 981  *| ---------------------------------------------------------- */
/* 982  */ #wpb_visual_composer-elements [class*="icon-"],
/* 983  */ [class^="icon-wpb"],
/* 984  */ [class*=" icon-wpb"] {
/* 985  */   margin-right: 7px;
/* 986  */ }
/* 987  */ [class^="icon-wpb"],
/* 988  */ [class*=" icon-wpb"] {
/* 989  */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/sprite.png);
/* 990  */   background-position: center center;
/* 991  */   width: 16px;
/* 992  */   height: 16px;
/* 993  */   margin-top: -1px;
/* 994  */ }
/* 995  */ .icon-wpb-application-icon-large {
/* 996  */   background-position: 0 0;
/* 997  */ }
/* 998  */ .icon-wpb-application-plus {
/* 999  */   background-position: 0 -18px;
/* 1000 */ }

/* js_composer_front.css */

/* 1001 */ .icon-wpb-balloon-facebook-left {
/* 1002 */   background-position: 0 -36px;
/* 1003 */ }
/* 1004 */ .icon-wpb-balloon-twitter-left {
/* 1005 */   background-position: 0 -54px;
/* 1006 */ }
/* 1007 */ .icon-wpb-film-youtube {
/* 1008 */   background-position: 0 -72px;
/* 1009 */ }
/* 1010 */ .icon-wpb-images-stack {
/* 1011 */   background-position: 0 -90px;
/* 1012 */ }
/* 1013 */ .icon-wpb-information-white {
/* 1014 */   background-position: 0 -108px;
/* 1015 */ }
/* 1016 */ .icon-wpb-layer-shape-text {
/* 1017 */   background-position: 0 -126px;
/* 1018 */ }
/* 1019 */ .icon-wpb-layout_sidebar {
/* 1020 */   background-position: 0 -144px;
/* 1021 */ }
/* 1022 */ .icon-wpb-map-pin {
/* 1023 */   background-position: 0 -162px;
/* 1024 */ }
/* 1025 */ .icon-wpb-slideshow {
/* 1026 */   background-position: 0 -180px;
/* 1027 */ }
/* 1028 */ .icon-wpb-toggle-small-expand {
/* 1029 */   background-position: 0 -198px;
/* 1030 */ }
/* 1031 */ .icon-wpb-ui-accordion {
/* 1032 */   background-position: 0 -216px;
/* 1033 */ }
/* 1034 */ .icon-wpb-ui-button {
/* 1035 */   background-position: 0 -234px;
/* 1036 */ }
/* 1037 */ .icon-wpb-ui-separator-label {
/* 1038 */   background-position: 0 -252px;
/* 1039 */ }
/* 1040 */ .icon-wpb-ui-separator {
/* 1041 */   background-position: 0 -270px;
/* 1042 */ }
/* 1043 */ .icon-wpb-ui-tab-content-vertical {
/* 1044 */   background-position: 0 -288px;
/* 1045 */ }
/* 1046 */ .icon-wpb-ui-tab-content {
/* 1047 */   background-position: 0 -306px;
/* 1048 */ }
/* 1049 */ .icon-wpb-single-image {
/* 1050 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/single-image.png);

/* js_composer_front.css */

/* 1051 */ }
/* 1052 */ .icon-wpb-call-to-action {
/* 1053 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/call-to-action.png);
/* 1054 */ }
/* 1055 */ .icon-wpb-pinterest {
/* 1056 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/pinterest.png);
/* 1057 */ }
/* 1058 */ .icon-wpb-raw-html {
/* 1059 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/raw-html.png);
/* 1060 */ }
/* 1061 */ .icon-wpb-raw-javascript {
/* 1062 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/raw-javascript.png);
/* 1063 */ }
/* 1064 */ .icon-wpb-flickr {
/* 1065 */   background-image: url(/wp-content/themes/shoppica/library/js_composer/assets/images/icons/elements/flickr.png);
/* 1066 */ }
/* 1067 */ /*** VVV ***/
/* 1068 */ 
/* 1069 */ span.wpb_button {
/* 1070 */     font-family: sans-serif;
/* 1071 */     letter-spacing: 0;
/* 1072 */     box-sizing: border-box;
/* 1073 */ }
/* 1074 */ 
