/* Minify_CSS_UriRewriter::$debugText

*/

/* style_ver=5.5.css */

/* 1     */ /*
/* 2     *| Theme Name: Music Club
/* 3     *| Theme URI: http://music-club.bold-themes.com
/* 4     *| Description: Responsive theme.
/* 5     *| Version: 1.1.7
/* 6     *| Author: BoldThemes
/* 7     *| Author URI: http://bold-themes.com
/* 8     *| Tags: one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
/* 9     *| Text Domain: music-club
/* 10    *| License: GNU General Public License version 3.0 & Envato Regular/Extended License
/* 11    *| License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
/* 12    *|
/* 13    *| All PHP code is released under the GNU General Public Licence version 3.0
/* 14    *| All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License
/* 15    *|
/* 16    *| [Table of contents]
/* 17    *|
/* 18    *| 1. Base
/* 19    *| 2. Typography
/* 20    *| 3. Bootstrap grid
/* 21    *| 4. Bold themes grid
/* 22    *| 5. Template
/* 23    *| 6. Header
/* 24    *| 7. Footer
/* 25    *| 8. Post
/* 26    *| 9. Widgets
/* 27    *| 10. Elements
/* 28    *| 11. Color schemes
/* 29    *| 12. Woocommerce
/* 30    *| 13. Cost calculator
/* 31    *| 14. Typography etc responsive
/* 32    *| 15. Woocommerce screens
/* 33    *| 16. Fixes
/* 34    *| 17. Gutenberg
/* 35    *|
/* 36    *| */
/* 37    */ /* Fonts */
/* 38    */ /* Template fonts, edit in config.php  */
/* 39    */ /* Base font */
/* 40    */ /* Base menu font */
/* 41    */ /* Headline fond */
/* 42    */ /* Headline supertitle font */
/* 43    */ /* Headline subtitle font */
/* 44    */ /* Variables  */
/* 45    */  // Base font size // Base font color // Base bg color // Base border color // Sub bg color // Base font color // Base bg color // Base border color // Sub bg color // Main color // Dark main color // Darker main color // Very darker main color // Light main color // Secondary color // Dark secondary color // Darker secondary color // Light secondary color // Base gutter width // Sidebar width (%) // Padding between sidebar and sontent // Left and right page padding for boxed content // Default spacing in grid gallery // Defines logo height and menu line height Defines menu height whwn below menu // Top and bottom padding of the whole horizontal menu (px) // Padding between horizontal menu elements (px) // Width of the vertical menu (px) // dropdown width (px) // Base font size // Small icon size // Small icon size // Small icon size // Small icon size // Small icon size // Soft border radius // Soft border radius/* Mixins */
/* 46    */ /* @ include btMaxLines(lines, line-height); */
/* 47    */ /* @fragment btClear; */
/* 48    */ /* Aliases */
/* 49    */ /*
/* 50    *| @selector darkSkinSelector :any(.btDarkSkin, .btLightSkin .btDarkSkin, .btDarkSkin.btLightSkin .btDarkSkin);

/* style_ver=5.5.css *|

/* 51    *| @selector lightSkinSelector :any(.btLightSkin, .btDarkSkin .btLightSkin, .btLightSkin .btDarkSkin .btLightSkin);
/* 52    *| */
/* 53    */ /* Reset */
/* 54    */ article,
/* 55    */ aside,
/* 56    */ details,
/* 57    */ figcaption,
/* 58    */ figure,
/* 59    */ footer,
/* 60    */ header,
/* 61    */ hgroup,
/* 62    */ main,
/* 63    */ nav,
/* 64    */ section,
/* 65    */ summary,
/* 66    */ audio,
/* 67    */ canvas,
/* 68    */ video {
/* 69    */     display: block;
/* 70    */     }
/* 71    */ audio,
/* 72    */ canvas,
/* 73    */ video {
/* 74    */     display: inline-block;
/* 75    */     }
/* 76    */ *:focus,
/* 77    */ * {
/* 78    */     outline: none;
/* 79    */     outline: 0;
/* 80    */     }
/* 81    */ .touch * {
/* 82    */     -webkit-tap-highlight-color: rgba(0,0,0,0);
/* 83    */     -webkit-focus-ring-color: rgba(0,0,0,0);
/* 84    */     }
/* 85    */ button::-moz-focus-inner {
/* 86    */     border: 0;
/* 87    */     }
/* 88    */ audio:not([controls]) {
/* 89    */     display: none;
/* 90    */     height: 0;
/* 91    */     }
/* 92    */ html,
/* 93    */ body {
/* 94    */     margin: 0;
/* 95    */     padding: 0;
/* 96    */     }
/* 97    */ *,
/* 98    */ *:after,
/* 99    */ *:before {
/* 100   */     -webkit-box-sizing: border-box;

/* style_ver=5.5.css */

/* 101   */     -moz-box-sizing: border-box;
/* 102   */     box-sizing: border-box;
/* 103   */     padding: 0;
/* 104   */     margin: 0;
/* 105   */     background-repeat: no-repeat;
/* 106   */     }
/* 107   */
/* 108   */ /* FloatClears */
/* 109   */ .btClear:after {
/* 110   */     content: " ";
/* 111   */     display: table;
/* 112   */     width: 100%;
/* 113   */     clear: both;
/* 114   */     }
/* 115   */
/* 116   */ /* Text meant only for screen readers. */
/* 117   */ .screen-reader-text {
/* 118   */     clip: rect(1px,1px,1px,1px);
/* 119   */     position: absolute !important;
/* 120   */     height: 1px;
/* 121   */     width: 1px;
/* 122   */     overflow: hidden;
/* 123   */     }
/* 124   */ .screen-reader-text:focus {
/* 125   */     background-color: #f1f1f1;
/* 126   */     border-radius: 3px;
/* 127   */     -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
/* 128   */     box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
/* 129   */     clip: auto !important;
/* 130   */     color: #21759b;
/* 131   */     display: block;
/* 132   */     font-size: 14px;
/* 133   */     font-size: .875rem;
/* 134   */     font-weight: bold;
/* 135   */     height: auto;
/* 136   */     left: 5px;
/* 137   */     line-height: normal;
/* 138   */     padding: 15px 23px 14px;
/* 139   */     text-decoration: none;
/* 140   */     top: 5px;
/* 141   */     width: auto;
/* 142   */     z-index: 100000;
/* 143   */     }
/* 144   */
/* 145   */ /* Skin */
/* 146   */ .btDarkSkin {
/* 147   */     color: #fff;
/* 148   */     background-color: #191919;
/* 149   */     }
/* 150   */ .btLightSkin {

/* style_ver=5.5.css */

/* 151   */     color: #050505;
/* 152   */     background-color: #fff;
/* 153   */     }
/* 154   */ .btLightSkin select,
/* 155   */ .btLightSkin textarea,
/* 156   */ .btLightSkin input,
/* 157   */ .btLightSkin .fancy-select .trigger,
/* 158   */ .bt_bb_color_scheme_2 select,
/* 159   */ .bt_bb_color_scheme_2 textarea,
/* 160   */ .bt_bb_color_scheme_2 input,
/* 161   */ .bt_bb_color_scheme_2 .fancy-select .trigger,
/* 162   */ .bt_bb_color_scheme_4 select,
/* 163   */ .bt_bb_color_scheme_4 textarea,
/* 164   */ .bt_bb_color_scheme_4 input,
/* 165   */ .bt_bb_color_scheme_4 .fancy-select .trigger,
/* 166   */ .bt_bb_color_scheme_5 select,
/* 167   */ .bt_bb_color_scheme_5 textarea,
/* 168   */ .bt_bb_color_scheme_5 input,
/* 169   */ .bt_bb_color_scheme_5 .fancy-select .trigger {
/* 170   */     border: 1px solid rgba(0,0,0,.1);
/* 171   */     color: #050505;
/* 172   */     }
/* 173   */ .btDarkSkin select,
/* 174   */ .btDarkSkin textarea,
/* 175   */ .btDarkSkin input,
/* 176   */ .btDarkSkin .fancy-select .trigger,
/* 177   */ .bt_bb_color_scheme_1 select,
/* 178   */ .bt_bb_color_scheme_1 textarea,
/* 179   */ .bt_bb_color_scheme_1 input,
/* 180   */ .bt_bb_color_scheme_1 .fancy-select .trigger,
/* 181   */ .bt_bb_color_scheme_3 select,
/* 182   */ .bt_bb_color_scheme_3 textarea,
/* 183   */ .bt_bb_color_scheme_3 input,
/* 184   */ .bt_bb_color_scheme_3 .fancy-select .trigger,
/* 185   */ .bt_bb_color_scheme_6 select,
/* 186   */ .bt_bb_color_scheme_6 textarea,
/* 187   */ .bt_bb_color_scheme_6 input,
/* 188   */ .bt_bb_color_scheme_6 .fancy-select .trigger {
/* 189   */     border: 1px solid rgba(255,255,255,.5);
/* 190   */     color: #fff;
/* 191   */     }
/* 192   */
/* 193   */ /*
/* 194   *| .btHardRoundedButtons any(select, textarea, input, .fancy-select .trigger) { {border-radius: 50%;}
/* 195   *| .btSoftRoundedButtons any(select, textarea, input, .fancy-select .trigger) { {border-radius: 5px;}  */
/* 196   */ /* Form elements */
/* 197   */ select,
/* 198   */ input {
/* 199   */     font-family: Montserrat;
/* 200   */     }

/* style_ver=5.5.css */

/* 201   */ input:not([type='checkbox']):not([type='radio']),
/* 202   */ button {
/* 203   */     -webkit-appearance: none;
/* 204   */     }
/* 205   */ input:not([type='checkbox']):not([type='radio']),
/* 206   */ textarea,
/* 207   */ select {
/* 208   */     outline: none;
/* 209   */     font: inherit;
/* 210   */     width: 100%;
/* 211   */     background: transparent;
/* 212   */     line-height: 1;
/* 213   */     width: 100%;
/* 214   */     display: block;
/* 215   */     padding: .8em;
/* 216   */     background: transparent;
/* 217   */     }
/* 218   */ .btTextRight input:not([type='checkbox']):not([type='radio']),
/* 219   */ .btTextRight textarea,
/* 220   */ .btTextRight select {
/* 221   */     text-align: right;
/* 222   */     }
/* 223   */ input:not([type='checkbox']):not([type='radio']),
/* 224   */ select {
/* 225   */     height: 3.2em;
/* 226   */     }
/* 227   */ .btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
/* 228   */ .btHardRoundedButtons a.select2-choice {
/* 229   */     border-radius: 50px;
/* 230   */     }
/* 231   */ .btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
/* 232   */ .btSoftRoundedButtons a.select2-choice {
/* 233   */     border-radius: 3px;
/* 234   */     }
/* 235   */ .btHardRoundedButtons textarea,
/* 236   */ .btHardRoundedButtons select {
/* 237   */     border-radius: 20px;
/* 238   */     }
/* 239   */ .btSoftRoundedButtons textarea,
/* 240   */ .btSoftRoundedButtons select {
/* 241   */     border-radius: 3px;
/* 242   */     }
/* 243   */ input:not([type='checkbox']):not([type='radio']):not([type='submit']),
/* 244   */ textarea,
/* 245   */ .fancy-select .trigger {
/* 246   */     -webkit-transition: all 500ms ease;
/* 247   */     -moz-transition: all 500ms ease;
/* 248   */     transition: all 500ms ease;
/* 249   */     }
/* 250   */ input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,

/* style_ver=5.5.css */

/* 251   */ textarea:focus,
/* 252   */ .fancy-select .trigger.open {
/* 253   */     border: 1px solid #050505;
/* 254   */     }
/* 255   */ textarea {
/* 256   */     resize: vertical;
/* 257   */     line-height: inherit;
/* 258   */     }
/* 259   */ button {
/* 260   */     font: inherit;
/* 261   */     cursor: pointer;
/* 262   */     }
/* 263   */ .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 264   */ .bt_bb_color_scheme_1 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 265   */ .bt_bb_color_scheme_3 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 266   */ .bt_bb_color_scheme_6 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 267   */ .btDarkSkin textarea:focus,
/* 268   */ .bt_bb_color_scheme_1 textarea:focus,
/* 269   */ .bt_bb_color_scheme_3 textarea:focus,
/* 270   */ .bt_bb_color_scheme_6 textarea:focus,
/* 271   */ .btDarkSkin .fancy-select .trigger.open,
/* 272   */ .bt_bb_color_scheme_1 .fancy-select .trigger.open,
/* 273   */ .bt_bb_color_scheme_3 .fancy-select .trigger.open,
/* 274   */ .bt_bb_color_scheme_6 .fancy-select .trigger.open {
/* 275   */     border: 1px solid #fff;
/* 276   */     }
/* 277   */ .bt_bb_color_scheme_5 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 278   */ .bt_bb_color_scheme_6 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 279   */ .bt_bb_color_scheme_5 textarea:focus,
/* 280   */ .bt_bb_color_scheme_6 textarea:focus,
/* 281   */ .bt_bb_color_scheme_5 .fancy-select .trigger.open,
/* 282   */ .bt_bb_color_scheme_6 .fancy-select .trigger.open {
/* 283   */     border: 1px solid #fff;
/* 284   */     }
/* 285   */ .bt_bb_color_scheme_5 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 286   */ .bt_bb_color_scheme_5 textarea:focus,
/* 287   */ .bt_bb_color_scheme_5 .fancy-select .trigger.open {
/* 288   */     border: 1px solid #050505 !important;
/* 289   */     }
/* 290   */ .bt_bb_color_scheme_6 input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
/* 291   */ .bt_bb_color_scheme_6 textarea:focus,
/* 292   */ .bt_bb_color_scheme_6 .fancy-select .trigger.open {
/* 293   */     border: 1px solid #fff !important;
/* 294   */     }
/* 295   */
/* 296   */ /* Iframe resize fix */
/* 297   */ /*:any( embed, iframe, img, figure ) {
/* 298   *| 	max-width: 100%;
/* 299   *| 	height: auto;
/* 300   *| }*/

/* style_ver=5.5.css */

/* 301   */ .bt-video-container {
/* 302   */     position: relative;
/* 303   */     padding-bottom: 56.25%;
/* 304   */     height: 0;
/* 305   */     overflow: hidden;
/* 306   */     }
/* 307   */ .bt-video-container iframe,
/* 308   */ .bt-video-container object,
/* 309   */ .bt-video-container embed,
/* 310   */ .bt-video-container video {
/* 311   */     position: absolute;
/* 312   */     top: 0;
/* 313   */     left: 0;
/* 314   */     width: 100%;
/* 315   */     height: 100%;
/* 316   */     }
/* 317   */
/* 318   */ /* Texts */
/* 319   */ img,
/* 320   */ figure {
/* 321   */     max-width: 100%;
/* 322   */     height: auto;
/* 323   */     }
/* 324   */ pre code {
/* 325   */     display: block;
/* 326   */     }
/* 327   */ pre {
/* 328   */     overflow: hidden;
/* 329   */     }
/* 330   */ .btContentHolder pre {
/* 331   */     margin: 0 0 30px;
/* 332   */     white-space: pre-wrap;
/* 333   */     padding: 20px;
/* 334   */     border: 1px solid rgba(0,0,0,.1);
/* 335   */     }
/* 336   */
/* 337   */ /* Href */
/* 338   */ a {
/* 339   */     text-decoration: none;
/* 340   */     -webkit-transition: color 200ms ease;
/* 341   */     -moz-transition: color 200ms ease;
/* 342   */     transition: color 200ms ease;
/* 343   */     color: inherit;
/* 344   */     }
/* 345   */ .btContent a {
/* 346   */     color: #07e6a5;
/* 347   */     }
/* 348   */ a:hover {
/* 349   */     text-decoration: none;
/* 350   */     color: #07e6a5;

/* style_ver=5.5.css */

/* 351   */     }
/* 352   */ .btContent a:hover {
/* 353   */     color: inherit;
/* 354   */     }
/* 355   */ .btText a {
/* 356   */     color: #07e6a5;
/* 357   */     }
/* 358   */ .btText a:hover {
/* 359   */     text-decoration: underline;
/* 360   */     }
/* 361   */ a img {
/* 362   */     border: none;
/* 363   */     }
/* 364   */ a,
/* 365   */ a:active,
/* 366   */ a:focus {
/* 367   */     outline: none;
/* 368   */     }
/* 369   */
/* 370   */ /* Base typography */
/* 371   */ p,
/* 372   */ dl,
/* 373   */ address,
/* 374   */ cite {
/* 375   */     margin: 0 0 1em;
/* 376   */     }
/* 377   */ ul {
/* 378   */     margin: 0 0 1em 1em;
/* 379   */     padding: 0;
/* 380   */     }
/* 381   */ ul ul {
/* 382   */     margin-bottom: 0;
/* 383   */     }
/* 384   */ ol {
/* 385   */     margin: 0 0 1em 1em;
/* 386   */     padding: 0;
/* 387   */     }
/* 388   */ ol ol {
/* 389   */     margin-bottom: 0;
/* 390   */     }
/* 391   */ li {
/* 392   */     margin: 0 0 0 .5em;
/* 393   */     padding: 0;
/* 394   */     }
/* 395   */ .btText li {
/* 396   */     margin-left: 1em;
/* 397   */     }
/* 398   */ dt {
/* 399   */     font-weight: 600;
/* 400   */     display: inline;

/* style_ver=5.5.css */

/* 401   */     padding-right: .75em;
/* 402   */     }
/* 403   */ dd {
/* 404   */     margin: 0 0 1.5em 3.5em;
/* 405   */     }
/* 406   */ dd p {
/* 407   */     display: inline;
/* 408   */     }
/* 409   */ dd:after {
/* 410   */     content: ' ';
/* 411   */     display: table;
/* 412   */     clear: both;
/* 413   */     }
/* 414   */ figcaption {
/* 415   */     font-size: .8em;
/* 416   */     }
/* 417   */
/* 418   */ /* Base font */
/* 419   */ html {
/* 420   */     font-size: 15px;
/* 421   */     }
/* 422   */ body {
/* 423   */     font-family: "Montserrat",Arial,sans-serif;
/* 424   */     font-weight: 400;
/* 425   */     line-height: 1.8;
/* 426   */     background-size: cover;
/* 427   */     background-attachment: fixed;
/* 428   */     }
/* 429   */ small {
/* 430   */     font-size: 13px;
/* 431   */     }
/* 432   */
/* 433   */ /* Headings */
/* 434   */ h1,
/* 435   */ h2,
/* 436   */ h3,
/* 437   */ h4,
/* 438   */ h5,
/* 439   */ h6 {
/* 440   */     font-family: "Montserrat";
/* 441   */     }
/* 442   */ h1:after,
/* 443   */ h2:after,
/* 444   */ h3:after,
/* 445   */ h4:after,
/* 446   */ h5:after,
/* 447   */ h6:after {
/* 448   */     content: " ";
/* 449   */     display: table;
/* 450   */     width: 100%;

/* style_ver=5.5.css */

/* 451   */     clear: both;
/* 452   */     }
/* 453   */ h1,
/* 454   */ h2,
/* 455   */ h3,
/* 456   */ h4,
/* 457   */ h5,
/* 458   */ h6 {
/* 459   */     clear: both;
/* 460   */     padding: 0 0 .4em;
/* 461   */     line-height: 1.2;
/* 462   */     margin: 0;
/* 463   */     font-weight: normal;
/* 464   */     }
/* 465   */ h1 {
/* 466   */     font-size: 3em;
/* 467   */     }
/* 468   */ h2 {
/* 469   */     font-size: 2.5em;
/* 470   */     }
/* 471   */ h3 {
/* 472   */     font-size: 2em;
/* 473   */     }
/* 474   */ h4 {
/* 475   */     font-size: 1.75em;
/* 476   */     }
/* 477   */ h5 {
/* 478   */     font-size: 1.5em;
/* 479   */     }
/* 480   */ h6 {
/* 481   */     font-size: 1.25em;
/* 482   */     }
/* 483   */
/* 484   */ /* Blockquotes*/
/* 485   */ blockquote {
/* 486   */     display: block;
/* 487   */     margin: 0;
/* 488   */     font-size: 1.3em;
/* 489   */     font-weight: 400;
/* 490   */     line-height: 1.8em;
/* 491   */     position: relative;
/* 492   */     }
/* 493   */ .btArticleContent blockquote {
/* 494   */     font-size: 1.2em;
/* 495   */     padding-left: 2em;
/* 496   */     margin: 2em 1.5em 0;
/* 497   */     }
/* 498   */ .bt_bb_align_center blockquote {
/* 499   */     padding-top: 2em;
/* 500   */     }

/* style_ver=5.5.css */

/* 501   */ blockquote:after {
/* 502   */     content: " ";
/* 503   */     display: table;
/* 504   */     width: 100%;
/* 505   */     clear: both;
/* 506   */     }
/* 507   */ blockquote:before {
/* 508   */     content: '\f10d';
/* 509   */     color: rgba(0,0,0,.1);
/* 510   */     font-family: FontAwesome;
/* 511   */     display: block;
/* 512   */     font-size: 5em;
/* 513   */     line-height: 1;
/* 514   */     position: absolute;
/* 515   */     top: -.2em;
/* 516   */     left: -.2em;
/* 517   */     right: 0;
/* 518   */     }
/* 519   */ .btDarkSkin blockquote:before,
/* 520   */ .bt_bb_color_scheme_1 blockquote:before,
/* 521   */ .bt_bb_color_scheme_3 blockquote:before,
/* 522   */ .bt_bb_color_scheme_6 blockquote:before {
/* 523   */     color: rgba(255,255,255,.1);
/* 524   */     }
/* 525   */ .bt_bb_align_right blockquote:before {
/* 526   */     right: 0;
/* 527   */     left: auto;
/* 528   */     }
/* 529   */ .bt_bb_align_center blockquote:before {
/* 530   */     left: 50%;
/* 531   */     margin-left: -.5em;
/* 532   */     }
/* 533   */ cite {
/* 534   */     opacity: .6;
/* 535   */     font-style: normal;
/* 536   */     }
/* 537   */
/* 538   */ /* Tables */
/* 539   */ .btContentHolder table {
/* 540   */     width: 100%;
/* 541   */     margin: 0 0 1em;
/* 542   */     border-collapse: collapse;
/* 543   */     text-align: initial;
/* 544   */     border: 1px solid rgba(255,255,255,.05);
/* 545   */     }
/* 546   */ .btContentHolder table td,
/* 547   */ .btContentHolder table th {
/* 548   */     padding: 1em;
/* 549   */     border: 1px solid rgba(255,255,255,.05);
/* 550   */     }

/* style_ver=5.5.css */

/* 551   */ .btContentHolder table th {
/* 552   */     text-align: left;
/* 553   */     }
/* 554   */ .btContentHolder table thead th {
/* 555   */     font-weight: 700;
/* 556   */     background-color: #07e6a5;
/* 557   */     color: white;
/* 558   */     }
/* 559   */ .bt_bb_layout_boxed_600 .bt_bb_cell {
/* 560   */     width: 600px;
/* 561   */     max-width: -webkit-calc(100% - 60px);
/* 562   */     max-width: -moz-calc(100% - 60px);
/* 563   */     max-width: calc(100% - 60px);
/* 564   */     }
/* 565   */ .bt_bb_layout_boxed_700 .bt_bb_cell {
/* 566   */     width: 700px;
/* 567   */     max-width: -webkit-calc(100% - 60px);
/* 568   */     max-width: -moz-calc(100% - 60px);
/* 569   */     max-width: calc(100% - 60px);
/* 570   */     }
/* 571   */ .bt_bb_layout_boxed_800 .bt_bb_cell {
/* 572   */     width: 800px;
/* 573   */     max-width: -webkit-calc(100% - 60px);
/* 574   */     max-width: -moz-calc(100% - 60px);
/* 575   */     max-width: calc(100% - 60px);
/* 576   */     }
/* 577   */ .bt_bb_layout_boxed_900 .bt_bb_cell {
/* 578   */     width: 900px;
/* 579   */     max-width: -webkit-calc(100% - 60px);
/* 580   */     max-width: -moz-calc(100% - 60px);
/* 581   */     max-width: calc(100% - 60px);
/* 582   */     }
/* 583   */ .bt_bb_layout_boxed_1000 .bt_bb_cell {
/* 584   */     width: 1000px;
/* 585   */     max-width: -webkit-calc(100% - 60px);
/* 586   */     max-width: -moz-calc(100% - 60px);
/* 587   */     max-width: calc(100% - 60px);
/* 588   */     }
/* 589   */ .bt_bb_layout_boxed_1100 .bt_bb_cell {
/* 590   */     width: 1100px;
/* 591   */     max-width: -webkit-calc(100% - 60px);
/* 592   */     max-width: -moz-calc(100% - 60px);
/* 593   */     max-width: calc(100% - 60px);
/* 594   */     }
/* 595   */ .bt_bb_layout_boxed_1200 .bt_bb_cell {
/* 596   */     width: 1200px;
/* 597   */     max-width: -webkit-calc(100% - 60px);
/* 598   */     max-width: -moz-calc(100% - 60px);
/* 599   */     max-width: calc(100% - 60px);
/* 600   */     }

/* style_ver=5.5.css */

/* 601   */ .bt_bb_layout_boxed_1300 .bt_bb_cell {
/* 602   */     width: 1300px;
/* 603   */     max-width: -webkit-calc(100% - 60px);
/* 604   */     max-width: -moz-calc(100% - 60px);
/* 605   */     max-width: calc(100% - 60px);
/* 606   */     }
/* 607   */ .bt_bb_layout_boxed_1400 .bt_bb_cell {
/* 608   */     width: 1400px;
/* 609   */     max-width: -webkit-calc(100% - 60px);
/* 610   */     max-width: -moz-calc(100% - 60px);
/* 611   */     max-width: calc(100% - 60px);
/* 612   */     }
/* 613   */ .bt_bb_layout_boxed_1500 .bt_bb_cell {
/* 614   */     width: 1500px;
/* 615   */     max-width: -webkit-calc(100% - 60px);
/* 616   */     max-width: -moz-calc(100% - 60px);
/* 617   */     max-width: calc(100% - 60px);
/* 618   */     }
/* 619   */ .bt_bb_layout_boxed_1600 .bt_bb_cell {
/* 620   */     width: 1600px;
/* 621   */     max-width: -webkit-calc(100% - 60px);
/* 622   */     max-width: -moz-calc(100% - 60px);
/* 623   */     max-width: calc(100% - 60px);
/* 624   */     }
/* 625   */ @media (max-width: 420px) {
/* 626   */ .upComing{
/* 627   */ font-size:32px !important;
/* 628   */ }
/* 629   */ .Sigle_event{
/* 630   */ margin-left: 16px!important;
/* 631   */ font-size: 10px!important;
/* 632   */ }
/* 633   */ .new_album{
/* 634   */ font-size: 27px!important;
/* 635   */ }
/* 636   */
/* 637   */ .new_album_listen{
/* 638   */ float: left!important;
/* 639   */ padding-top: 10px!important;
/* 640   */ }
/* 641   */ .social_linkK{
/* 642   */ float:left!important;
/* 643   */ }
/* 644   */ .bt_bb_column[data-width="3"],
/* 645   */ .bt_bb_column[data-width="2"] {
/* 646   */     -webkit-flex-basis: 100%;
/* 647   */     flex-basis: 100%;
/* 648   */     max-width: 100%;
/* 649   */     }
/* 650   */ .bt_bb_column_inner[data-width="3"],

/* style_ver=5.5.css */

/* 651   */ .bt_bb_column_inner[data-width="2"] {
/* 652   */     -webkit-flex-basis: 100%;
/* 653   */     flex-basis: 100%;
/* 654   */     max-width: 100%;
/* 655   */     }
/* 656   */ }
/* 657   */
/* 658   */ /* Added bootstrap visible / hidden classes */
/* 659   */ @media (max-width: 480px) {
/* 660   */ .visible-xs {
/* 661   */     display: block !important;
/* 662   */     }
/* 663   */ }
/* 664   */
/* 665   */ @media (min-width: 480px) and (max-width:767px) {
/* 666   */ .visible-ms {
/* 667   */     display: block !important;
/* 668   */     }
/* 669   */ }
/* 670   */
/* 671   */ @media (min-width: 768px) and (max-width: 991px) {
/* 672   */ .visible-sm {
/* 673   */     display: block !important;
/* 674   */     }
/* 675   */ }
/* 676   */
/* 677   */ @media (min-width: 992px) and (max-width: 1199px) {
/* 678   */ .visible-md {
/* 679   */     display: block !important;
/* 680   */     }
/* 681   */ }
/* 682   */
/* 683   */ @media (min-width: 1200px) {
/* 684   */ .visible-lg {
/* 685   */     display: block !important;
/* 686   */     }
/* 687   */ }
/* 688   */
/* 689   */ @media (max-width: 480px) {
/* 690   */ .hidden-xs {
/* 691   */     display: none !important;
/* 692   */     }
/* 693   */ }
/* 694   */
/* 695   */ @media (min-width: 480px) and (max-width: 767px) {
/* 696   */ .hidden-ms {
/* 697   */     display: none !important;
/* 698   */     }
/* 699   */ }
/* 700   */

/* style_ver=5.5.css */

/* 701   */ @media (min-width: 768px) and (max-width: 991px) {
/* 702   */ .hidden-sm {
/* 703   */     display: none !important;
/* 704   */     }
/* 705   */ }
/* 706   */
/* 707   */ @media (min-width: 992px) and (max-width: 1199px) {
/* 708   */ .hidden-md {
/* 709   */     display: none !important;
/* 710   */     }
/* 711   */ }
/* 712   */
/* 713   */ @media (min-width: 1200px) {
/* 714   */ .hidden-lg {
/* 715   */     display: none !important;
/* 716   */     }
/* 717   */ }
/* 718   */
/* 719   */ html,
/* 720   */ body {
/* 721   */     min-height: 100vh;
/* 722   */     }
/* 723   */ body:not(.btPageTransitions) {
/* 724   */     min-height: 101vh;
/* 725   */     }
/* 726   */
/* 727   */ /* RTL support */
/* 728   */ body.rtl {
/* 729   */     direction: rtl;
/* 730   */     unicode-bidi: embed;
/* 731   */     }
/* 732   */
/* 733   */ /* Template base */
/* 734   */ .btContentWrap {
/* 735   */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 736   */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 737   */     transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 738   */     }
/* 739   */ .btContentWrap:after {
/* 740   */     content: " ";
/* 741   */     display: table;
/* 742   */     width: 100%;
/* 743   */     clear: both;
/* 744   */     }
/* 745   */ .btSiteFooter {
/* 746   */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
/* 747   */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
/* 748   */     transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
/* 749   */     }
/* 750   */ .btPageWrap {

/* style_ver=5.5.css */

/* 751   */     position: relative;
/* 752   */     overflow: hidden;
/* 753   */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 754   */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 755   */     transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 756   */     }
/* 757   */ .btPageWrap:after {
/* 758   */     content: " ";
/* 759   */     display: table;
/* 760   */     width: 100%;
/* 761   */     clear: both;
/* 762   */     }
/* 763   */
/* 764   */ /* Z indexes */
/* 765   */ .mainHeader,
/* 766   */ .btVerticalHeaderTop {
/* 767   */     z-index: 10002;
/* 768   */     }
/* 769   */ .btPreloader {
/* 770   */     z-index: 10004;
/* 771   */     }
/* 772   */
/* 773   */ /* Gutter port keeps width */
/* 774   */ .port {
/* 775   */     width: 100%;
/* 776   */     padding: 0 30px;
/* 777   */     }
/* 778   */ .gutter .port {
/* 779   */     max-width: 1260px;
/* 780   */     margin: auto;
/* 781   */     }
/* 782   */ .btWithSidebar .btContent .gutter .port {
/* 783   */     padding: 0;
/* 784   */     }
/* 785   */ @media (max-width: 1259px) {
/* 786   */ .gutter .port {
/* 787   */     width: 100%;
/* 788   */     max-width: none;
/* 789   */     padding-left: 30px;
/* 790   */     padding-right: 30px;
/* 791   */     }
/* 792   */ .btMenuVerticalRight .btVerticalMenuTrigger {
/* 793   */     margin: 0;
/* 794   */     }
/* 795   */ }
/* 796   */
/* 797   */ /*@media (max-width: 768px) {
/* 798   *| 	.gutter .port {
/* 799   *| 		.btWithSidebar .btContent & {
/* 800   *| 			padding-left: $(pagePadding)px;

/* style_ver=5.5.css *|

/* 801   *| 			padding-right: $(pagePadding)px;
/* 802   *| 		}
/* 803   *| 	}
/* 804   *| }*/
/* 805   */ /* Content holder and sidebars*/
/* 806   */ .btNoSidebar .btContentHolder,
/* 807   */ .btNoSidebar .btContent {
/* 808   */     width: auto;
/* 809   */     padding: 0;
/* 810   */     }
/* 811   */ .btWithSidebar .btContentHolder {
/* 812   */     max-width: 1260px !important;
/* 813   */     margin: auto!important;
/* 814   */     padding: 4em 30px 4em!important;
/* 815   */     display: -ms-flexbox!important;
/* 816   */     display: -webkit-flex!important;
/* 817   */     display: flex!important;
/* 818   */     }
/* 819   */ .btWithSidebar .btContentHolder .btContent {
/* 820   */     width: 75%!important;
/* 821   */     }
/* 822   */ .btWithSidebar .btContentHolder .btSidebar {
/* 823   */     width: 25%!important;
/* 824   */     padding: 0;
/* 825   */     }
/* 826   */ .btSidebarLeft.btWithSidebar .btContentHolder {
/* 827   */     -webkit-flex-direction: row-reverse;
/* 828   */     -ms-flex-direction: row-reverse;
/* 829   */     flex-direction: row-reverse;
/* 830   */     }
/* 831   */ .btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
/* 832   */     padding-right: 20px;
/* 833   */     }
/* 834   */ .rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
/* 835   */     padding-right: 0;
/* 836   */     padding-left: 20px;
/* 837   */     }
/* 838   */ .btSidebarLeft.btWithSidebar .btContentHolder .btContent {
/* 839   */     padding-left: 20px;
/* 840   */     }
/* 841   */ .rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
/* 842   */     padding-left: 0;
/* 843   */     padding-right: 20px;
/* 844   */     }
/* 845   */ .btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
/* 846   */     padding-left: 20px;
/* 847   */     }
/* 848   */ .rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
/* 849   */     padding-left: 0;
/* 850   */     padding-right: 20px;

/* style_ver=5.5.css */

/* 851   */     }
/* 852   */ .btSidebarRight.btWithSidebar .btContentHolder .btContent {
/* 853   */     padding-right: 20px;
/* 854   */     }
/* 855   */ .rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
/* 856   */     padding-right: 0;
/* 857   */     padding-left: 20px;
/* 858   */     }
/* 859   */
/* 860   */ /* Responsive */
/* 861   */ @media (max-width: 768px) {
/* 862   */ .btWithSidebar.btSidebarRight .btContentHolder,
/* 863   */ .btWithSidebar.btSidebarLeft .btContentHolder {
/* 864   */     display: block;
/* 865   */     }
/* 866   */ .btWithSidebar.btSidebarRight .btContentHolder .btContent,
/* 867   */ .btWithSidebar.btSidebarLeft .btContentHolder .btContent,
/* 868   */ .btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
/* 869   */ .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
/* 870   */     width: auto;
/* 871   */     float: none;
/* 872   */     padding: 0;
/* 873   */     }
/* 874   */ .btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
/* 875   */ .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
/* 876   */     padding-top: 4em;
/* 877   */     }
/* 878   */ }
/* 879   */
/* 880   */ /* Preloader */
/* 881   */ .btPreloader {
/* 882   */     display: -ms-flexbox;
/* 883   */     display: -webkit-flex;
/* 884   */     display: flex;
/* 885   */     -webkit-align-items: center;
/* 886   */     -ms-flex-align: center;
/* 887   */     align-items: center;
/* 888   */     position: fixed;
/* 889   */     top: 0;
/* 890   */     left: 0;
/* 891   */     bottom: 0;
/* 892   */     background-color: inherit;
/* 893   */     width: 100%;
/* 894   */     vertical-align: middle;
/* 895   */     text-align: center;
/* 896   */     -webkit-transform: translateY(0);
/* 897   */     -moz-transform: translateY(0);
/* 898   */     -ms-transform: translateY(0);
/* 899   */     transform: translateY(0);
/* 900   */     opacity: 1;

/* style_ver=5.5.css */

/* 901   */     -webkit-transition: all .3s ease,opacity .3s ease;
/* 902   */     -moz-transition: all .3s ease,opacity .3s ease;
/* 903   */     transition: all .3s ease,opacity .3s ease;
/* 904   */     }
/* 905   */ .btPreloader .animation {
/* 906   */     display: block;
/* 907   */     width: 100%;
/* 908   */     -webkit-transform: translateY(0) scale(1);
/* 909   */     -moz-transform: translateY(0) scale(1);
/* 910   */     -ms-transform: translateY(0) scale(1);
/* 911   */     transform: translateY(0) scale(1);
/* 912   */     -webkit-transition: transform .3s ease,opacity .3s ease;
/* 913   */     -moz-transition: transform .3s ease,opacity .3s ease;
/* 914   */     transition: transform .3s ease,opacity .3s ease;
/* 915   */     }
/* 916   */ .btAccentDarkHeader .btPreloader .animation > div:first-child,
/* 917   */ .btLightAccentHeader .btPreloader .animation > div:first-child,
/* 918   */ .btTransparentLightHeader .btPreloader .animation > div:first-child {
/* 919   */     border-radius: 10px;
/* 920   */     padding: .7em 1.2em;
/* 921   */     display: inline-block;
/* 922   */     background-color: #07e6a5;
/* 923   */     }
/* 924   */ .btPreloader .animation > div img {
/* 925   */     margin: 0 auto;
/* 926   */     }
/* 927   */ .btRemovePreloader .btPreloader {
/* 928   */     -webkit-transform: translateY(-100%) scale(0);
/* 929   */     -moz-transform: translateY(-100%) scale(0);
/* 930   */     -ms-transform: translateY(-100%) scale(0);
/* 931   */     transform: translateY(-100%) scale(0);
/* 932   */     opacity: 0;
/* 933   */     -webkit-transition: transform ease 1s,opacity ease 1s;
/* 934   */     -moz-transition: transform ease 1s,opacity ease 1s;
/* 935   */     transition: transform ease 1s,opacity ease 1s;
/* 936   */     }
/* 937   */ .btRemovePreloader .btPreloader .animation {
/* 938   */     -webkit-transform: translateY(0) scale(.9);
/* 939   */     -moz-transform: translateY(0) scale(.9);
/* 940   */     -ms-transform: translateY(0) scale(.9);
/* 941   */     transform: translateY(0) scale(.9);
/* 942   */     opacity: 0;
/* 943   */     -webkit-transition: transform .5s ease,opacity ease .5s;
/* 944   */     -moz-transition: transform .5s ease,opacity ease .5s;
/* 945   */     transition: transform .5s ease,opacity ease .5s;
/* 946   */     }
/* 947   */ .btPreloader .animation .preloaderLogo {
/* 948   */     height: 80px;
/* 949   */     -webkit-transform: scale(1);
/* 950   */     -moz-transform: scale(1);

/* style_ver=5.5.css */

/* 951   */     -ms-transform: scale(1);
/* 952   */     transform: scale(1);
/* 953   */     -webkit-transition: all .5s ease;
/* 954   */     -moz-transition: all .5s ease;
/* 955   */     transition: all .5s ease;
/* 956   */     width: auto;
/* 957   */     display: block;
/* 958   */     line-height: 1;
/* 959   */     }
/* 960   */ .btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
/* 961   */ .btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
/* 962   */     height: 160px;
/* 963   */     }
/* 964   */
/* 965   */ /* Loader */
/* 966   */ .btLoader {
/* 967   */     margin: 30px auto 30px auto;
/* 968   */     font-size: 6px;
/* 969   */     position: relative;
/* 970   */     text-indent: -9999em;
/* 971   */     border-left: 5px solid rgba(128,128,128,.1);
/* 972   */     border-right: 5px solid rgba(128,128,128,.1);
/* 973   */     border-bottom: 5px solid rgba(128,128,128,.2);
/* 974   */     -webkit-animation: btLoader 1.1s infinite linear;
/* 975   */     -moz-animation: btLoader 1.1s infinite linear;
/* 976   */     animation: btLoader 1.1s infinite linear;
/* 977   */     }
/* 978   */ .btLightSkin .btLoader,
/* 979   */ .bt_bb_color_scheme_2 .btLoader,
/* 980   */ .bt_bb_color_scheme_4 .btLoader,
/* 981   */ .bt_bb_color_scheme_5 .btLoader {
/* 982   */     border-top: 5px solid #050505;
/* 983   */     }
/* 984   */ .btDarkSkin .btLoader,
/* 985   */ .bt_bb_color_scheme_1 .btLoader,
/* 986   */ .bt_bb_color_scheme_3 .btLoader,
/* 987   */ .bt_bb_color_scheme_6 .btLoader {
/* 988   */     border-top: 5px solid #fff;
/* 989   */     }
/* 990   */ .btLoader p:empty {
/* 991   */     display: none;
/* 992   */     }
/* 993   */ .btLoader,
/* 994   */ .btLoader:after {
/* 995   */     border-radius: 50%;
/* 996   */     width: 64px;
/* 997   */     height: 64px;
/* 998   */     }
/* 999   */ @-webkit-keyframes btLoader {
/* 1000  */ 0% {

/* style_ver=5.5.css */

/* 1001  */     -webkit-transform: rotate(0deg);
/* 1002  */     -moz-transform: rotate(0deg);
/* 1003  */     -ms-transform: rotate(0deg);
/* 1004  */     transform: rotate(0deg);
/* 1005  */     }
/* 1006  */ 100% {
/* 1007  */     -webkit-transform: rotate(359deg);
/* 1008  */     -moz-transform: rotate(359deg);
/* 1009  */     -ms-transform: rotate(359deg);
/* 1010  */     transform: rotate(359deg);
/* 1011  */     }
/* 1012  */ }
/* 1013  */
/* 1014  */ @-webkit-keyframes btLoader {
/* 1015  */ 0% {
/* 1016  */     -webkit-transform: rotate(0deg);
/* 1017  */     transform: rotate(0deg);
/* 1018  */     }
/* 1019  */ 100% {
/* 1020  */     -webkit-transform: rotate(359deg);
/* 1021  */     transform: rotate(359deg);
/* 1022  */     }
/* 1023  */ }
/* 1024  */
/* 1025  */ @-moz-keyframes btLoader {
/* 1026  */ 0% {
/* 1027  */     -moz-transform: rotate(0deg);
/* 1028  */     transform: rotate(0deg);
/* 1029  */     }
/* 1030  */ 100% {
/* 1031  */     -moz-transform: rotate(359deg);
/* 1032  */     transform: rotate(359deg);
/* 1033  */     }
/* 1034  */ }
/* 1035  */
/* 1036  */ @keyframes btLoader {
/* 1037  */ 0% {
/* 1038  */     -webkit-transform: rotate(0deg);
/* 1039  */     -moz-transform: rotate(0deg);
/* 1040  */     -ms-transform: rotate(0deg);
/* 1041  */     transform: rotate(0deg);
/* 1042  */     }
/* 1043  */ 100% {
/* 1044  */     -webkit-transform: rotate(359deg);
/* 1045  */     -moz-transform: rotate(359deg);
/* 1046  */     -ms-transform: rotate(359deg);
/* 1047  */     transform: rotate(359deg);
/* 1048  */     }
/* 1049  */ }
/* 1050  */

/* style_ver=5.5.css */

/* 1051  */ /* Error page */
/* 1052  */ .btErrorPage {
/* 1053  */     min-height: 100vh;
/* 1054  */     -webkit-align-items: center;
/* 1055  */     -ms-flex-align: center;
/* 1056  */     align-items: center;
/* 1057  */     display: -ms-flexbox;
/* 1058  */     display: -webkit-flex;
/* 1059  */     display: flex;
/* 1060  */     background-position: 10% bottom;
/* 1061  */     background-size: initial;
/* 1062  */     }
/* 1063  */ .btErrorPage .port {
/* 1064  */     padding-top: 6em;
/* 1065  */     padding-bottom: 6em;
/* 1066  */     }
/* 1067  */
/* 1068  */ /* Breadcrumbs */
/* 1069  */ .btBreadCrumbs {
/* 1070  */     text-transform: uppercase;
/* 1071  */     }
/* 1072  */ .btBreadCrumbs span {
/* 1073  */     display: inline-block;
/* 1074  */     margin-left: 0;
/* 1075  */     padding-left: 0;
/* 1076  */     }
/* 1077  */ .btBreadCrumbs span:not(:last-child):after {
/* 1078  */     content: ' ';
/* 1079  */     display: inline-block;
/* 1080  */     margin: -2px 10px 0 10px;
/* 1081  */     letter-spacing: inherit;
/* 1082  */     width: 4px;
/* 1083  */     height: 4px;
/* 1084  */     border-radius: 50%;
/* 1085  */     line-height: inherit;
/* 1086  */     vertical-align: middle;
/* 1087  */     }
/* 1088  */ .btLightSkin .btBreadCrumbs span:not(:last-child):after,
/* 1089  */ .bt_bb_color_scheme_2 .btBreadCrumbs span:not(:last-child):after,
/* 1090  */ .bt_bb_color_scheme_4 .btBreadCrumbs span:not(:last-child):after,
/* 1091  */ .bt_bb_color_scheme_5 .btBreadCrumbs span:not(:last-child):after {
/* 1092  */     background-color: #050505;
/* 1093  */     }
/* 1094  */ .btDarkSkin .btBreadCrumbs span:not(:last-child):after,
/* 1095  */ .bt_bb_color_scheme_1 .btBreadCrumbs span:not(:last-child):after,
/* 1096  */ .bt_bb_color_scheme_3 .btBreadCrumbs span:not(:last-child):after,
/* 1097  */ .bt_bb_color_scheme_6 .btBreadCrumbs span:not(:last-child):after {
/* 1098  */     background-color: #fff;
/* 1099  */     }
/* 1100  */

/* style_ver=5.5.css */

/* 1101  */ /* Page headline */
/* 1102  */ .btPageHeadline {
/* 1103  */     background-color: rgba(0,0,0,.07);
/* 1104  */     }
/* 1105  */ .btPageHeadline header {
/* 1106  */     max-width: 768px;
/* 1107  */     -ms-word-wrap: break-word;
/* 1108  */     word-wrap: break-word;
/* 1109  */     }
/* 1110  */ .btMenuCenter .btPageHeadline header {
/* 1111  */     margin: auto;
/* 1112  */     }
/* 1113  */ .btPageHeadline .bt_bb_port {
/* 1114  */     padding-bottom: 4em;
/* 1115  */     padding-top: 4em;
/* 1116  */     }
/* 1117  */ body.btBelowMenu .btPageHeadline .bt_bb_port {
/* 1118  */     padding-top: 16em;
/* 1119  */     }
/* 1120  */ .bt_bb_background_overlay_dark_gradient.bt_bb_section.btPageHeadline:before {
/* 1121  */     background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.4) 50%,rgba(25,25,25,1) 100%);
/* 1122  */     background: -moz-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.4) 50%,rgba(25,25,25,1) 100%);
/* 1123  */     background: linear-gradient(to bottom,rgba(25,25,25,1) 0%,rgba(25,25,25,.4) 50%,rgba(25,25,25,1) 100%);
/* 1124  */     }
/* 1125  */
/* 1126  */ /* Boxed page */
/* 1127  */ .btBoxedPage .btPageWrap {
/* 1128  */     max-width: 1200px;
/* 1129  */     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 1130  */     box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 1131  */     margin-bottom: 3em;
/* 1132  */     margin: 0 auto 3em;
/* 1133  */     border-bottom-left-radius: 15px;
/* 1134  */     border-bottom-right-radius: 15px;
/* 1135  */     }
/* 1136  */ .btStickyHeaderActive.btBoxedPage .mainHeader {
/* 1137  */     max-width: 1200px;
/* 1138  */     }
/* 1139  */ .btLightSkin.btBoxedPage .btContentWrap {
/* 1140  */     background-color: #fff;
/* 1141  */     }
/* 1142  */ .btDarkSkin.btBoxedPage .btContentWrap {
/* 1143  */     background-color: #191919;
/* 1144  */     }
/* 1145  */
/* 1146  */ /* Password protecetd page */
/* 1147  */ .post-password-form {
/* 1148  */     max-width: 85% !important;
/* 1149  */     margin: 200px auto 50px auto !important;
/* 1150  */     }

/* style_ver=5.5.css */

/* 1151  */
/* 1152  */ /* Boxed page sub-menu items display */
/* 1153  */ .btBoxedPage .btPageWrap {
/* 1154  */     overflow: initial;
/* 1155  */     }
/* 1156  */
/* 1157  */ /* No search results */
/* 1158  */ .btNoSearchResults .bt_bb_port {
/* 1159  */     display: block;
/* 1160  */     max-width: 1260px;
/* 1161  */     margin: 0 auto;
/* 1162  */     }
/* 1163  */ .btNoSearchResults .bt_bb_port #searchform {
/* 1164  */     display: -ms-flexbox;
/* 1165  */     display: -webkit-flex;
/* 1166  */     display: flex;
/* 1167  */     }
/* 1168  */ .btNoSearchResults .bt_bb_port #searchform input[type='search'] {
/* 1169  */     -webkit-flex-basis: 80%;
/* 1170  */     flex-basis: 80%;
/* 1171  */     margin-right: 1em;
/* 1172  */     padding: 1em 1.5em;
/* 1173  */     }
/* 1174  */ .btNoSearchResults .bt_bb_port #searchform input[type='search']::placeholder {
/* 1175  */     font-size: 1em;
/* 1176  */     }
/* 1177  */ .btNoSearchResults .bt_bb_port #searchform input[type='submit'] {
/* 1178  */     -webkit-flex-basis: 15%;
/* 1179  */     flex-basis: 15%;
/* 1180  */     height: auto;
/* 1181  */     cursor: pointer;
/* 1182  */     text-transform: uppercase;
/* 1183  */     font-size: .8em;
/* 1184  */     font-weight: 500;
/* 1185  */     letter-spacing: 1px;
/* 1186  */     font-family: "Montserrat";
/* 1187  */     -webkit-box-shadow: 0 0 0 3em #07e6a5 inset;
/* 1188  */     box-shadow: 0 0 0 3em #07e6a5 inset;
/* 1189  */     color: #fff;
/* 1190  */     -webkit-transition: all 300ms ease;
/* 1191  */     -moz-transition: all 300ms ease;
/* 1192  */     transition: all 300ms ease;
/* 1193  */     border: none;
/* 1194  */     }
/* 1195  */ .btNoSearchResults .bt_bb_port #searchform input[type='submit']:hover {
/* 1196  */     border: none;
/* 1197  */     -webkit-box-shadow: 0 0 0 0 #07e6a5 inset;
/* 1198  */     box-shadow: 0 0 0 0 #07e6a5 inset;
/* 1199  */     background-color: #fff;
/* 1200  */     color: #07e6a5;

/* style_ver=5.5.css */

/* 1201  */     }
/* 1202  */ .btNoSearchResults .bt_bb_port .bt_bb_button {
/* 1203  */     display: inline-block;
/* 1204  */     line-height: 1;
/* 1205  */     -webkit-flex-direction: row-reverse;
/* 1206  */     -ms-flex-direction: row-reverse;
/* 1207  */     flex-direction: row-reverse;
/* 1208  */     }
/* 1209  */ .btNoSearchResults .bt_bb_port .bt_bb_button a {
/* 1210  */     text-decoration: none;
/* 1211  */     -webkit-transition: all 300ms ease;
/* 1212  */     -moz-transition: all 300ms ease;
/* 1213  */     transition: all 300ms ease;
/* 1214  */     -webkit-flex-direction: row-reverse;
/* 1215  */     -ms-flex-direction: row-reverse;
/* 1216  */     flex-direction: row-reverse;
/* 1217  */     }
/* 1218  */ .btNoSearchResults .bt_bb_port .bt_bb_button a .bt_bb_text {
/* 1219  */     float: right;
/* 1220  */     }
/* 1221  */ @media (max-width: 620px) {
/* 1222  */ .btNoSearchResults .bt_bb_port #searchform {
/* 1223  */     display: block;
/* 1224  */     }
/* 1225  */ .btNoSearchResults .bt_bb_port #searchform input[type='search'] {
/* 1226  */     margin-right: 0;
/* 1227  */     margin-bottom: 1em;
/* 1228  */     }
/* 1229  */ }
/* 1230  */
/* 1231  */ /* Header */
/* 1232  */ .mainHeader {
/* 1233  */     width: 100%;
/* 1234  */     position: absolute;
/* 1235  */     background-color: inherit;
/* 1236  */     -webkit-transform: translateY(0);
/* 1237  */     -moz-transform: translateY(0);
/* 1238  */     -ms-transform: translateY(0);
/* 1239  */     transform: translateY(0);
/* 1240  */     font-family: "Montserrat";
/* 1241  */     opacity: 0;
/* 1242  */     visibility: hidden;
/* 1243  */     }
/* 1244  */ .btMenuInitFinished .mainHeader {
/* 1245  */     visibility: initial;
/* 1246  */     opacity: 1;
/* 1247  */     }
/* 1248  */ .mainHeader:after {
/* 1249  */     content: " ";
/* 1250  */     display: table;

/* style_ver=5.5.css */

/* 1251  */     width: 100%;
/* 1252  */     clear: both;
/* 1253  */     }
/* 1254  */ .mainHeader a {
/* 1255  */     color: inherit;
/* 1256  */     -webkit-transition: all 100ms linear;
/* 1257  */     -moz-transition: all 100ms linear;
/* 1258  */     transition: all 100ms linear;
/* 1259  */     }
/* 1260  */ .mainHeader a:hover {
/* 1261  */     color: #07e6a5;
/* 1262  */     }
/* 1263  */ .btPageTransitions .mainHeader {
/* 1264  */     z-index: 1020;
/* 1265  */     }
/* 1266  */
/* 1267  */ /* Below menu */
/* 1268  */ .btMenuHorizontal:not(.btBelowMenu) .mainHeader {
/* 1269  */     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 1270  */     box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 1271  */     }
/* 1272  */
/* 1273  */ /* Main menu */
/* 1274  */ .btLogoArea {
/* 1275  */     position: relative;
/* 1276  */     z-index: 1;
/* 1277  */     }
/* 1278  */ .menuPort {
/* 1279  */     font-family: "Montserrat";
/* 1280  */     font-size: 15px;
/* 1281  */     }
/* 1282  */ .menuPort:after {
/* 1283  */     content: " ";
/* 1284  */     display: table;
/* 1285  */     width: 100%;
/* 1286  */     clear: both;
/* 1287  */     }
/* 1288  */ .menuPort nav ul {
/* 1289  */     list-style: none;
/* 1290  */     display: block;
/* 1291  */     margin: 0;
/* 1292  */     padding: 0;
/* 1293  */     -webkit-transition: all 100ms ease 0s;
/* 1294  */     -moz-transition: all 100ms ease 0s;
/* 1295  */     transition: all 100ms ease 0s;
/* 1296  */     }
/* 1297  */ .menuPort nav ul li {
/* 1298  */     display: block;
/* 1299  */     margin: 0;
/* 1300  */     padding: 0;

/* style_ver=5.5.css */

/* 1301  */     position: relative;
/* 1302  */     }
/* 1303  */ .menuPort nav ul li a {
/* 1304  */     display: block;
/* 1305  */     position: relative;
/* 1306  */     padding: 1em 1em;
/* 1307  */     font-weight: 500;
/* 1308  */     text-transform: uppercase;
/* 1309  */     }
/* 1310  */ .menuPort nav ul li a:hover {
/* 1311  */     color: #07e6a5;
/* 1312  */     text-decoration: none;
/* 1313  */     }
/* 1314  */ .menuPort nav ul ul li {
/* 1315  */     -webkit-transition: opacity 300ms ease;
/* 1316  */     -moz-transition: opacity 300ms ease;
/* 1317  */     transition: opacity 300ms ease;
/* 1318  */     }
/* 1319  */ .menuPort nav ul ul li.on {
/* 1320  */     opacity: 1;
/* 1321  */     }
/* 1322  */ .menuPort ul > li > ul {
/* 1323  */     opacity: 0;
/* 1324  */     pointer-events: none;
/* 1325  */     -webkit-transform: scale(.95);
/* 1326  */     -moz-transform: scale(.95);
/* 1327  */     -ms-transform: scale(.95);
/* 1328  */     transform: scale(.95);
/* 1329  */     -webkit-transition: 300ms ease all;
/* 1330  */     -moz-transition: 300ms ease all;
/* 1331  */     transition: 300ms ease all;
/* 1332  */     -webkit-transform-origin: center;
/* 1333  */     -moz-transform-origin: center;
/* 1334  */     -ms-transform-origin: center;
/* 1335  */     transform-origin: center;
/* 1336  */     }
/* 1337  */ .btMenuVertical .menuPort ul > li > ul {
/* 1338  */     -webkit-transform: translateY(0);
/* 1339  */     -moz-transform: translateY(0);
/* 1340  */     -ms-transform: translateY(0);
/* 1341  */     transform: translateY(0);
/* 1342  */     }
/* 1343  */ .menuPort nav > ul > li > a {
/* 1344  */     line-height: 80px;
/* 1345  */     padding: 0;
/* 1346  */     text-transform: uppercase;
/* 1347  */     }
/* 1348  */ .btBelowLogoArea .menuPort nav > ul > li > a {
/* 1349  */     line-height: 50px;
/* 1350  */     }

/* style_ver=5.5.css */

/* 1351  */ .menuPort nav ul ul li a {
/* 1352  */     font-weight: 400;
/* 1353  */     }
/* 1354  */
/* 1355  */ /* Logo and triggers */
/* 1356  */ .btTextLogo {
/* 1357  */     font-family: "Montserrat";
/* 1358  */     font-size: 2em;
/* 1359  */     font-weight: 800;
/* 1360  */     line-height: 80px;
/* 1361  */     }
/* 1362  */ .btMenuVertical .btTextLogo {
/* 1363  */     line-height: 48px;
/* 1364  */     }
/* 1365  */ .btLogoArea .logo {
/* 1366  */     line-height: 0;
/* 1367  */     float: left;
/* 1368  */     }
/* 1369  */ .btMenuVertical .btLogoArea .logo {
/* 1370  */     -webkit-transform: none !important;
/* 1371  */     -moz-transform: none !important;
/* 1372  */     -ms-transform: none !important;
/* 1373  */     transform: none !important;
/* 1374  */     }
/* 1375  */ .rtl .btLogoArea .logo {
/* 1376  */     float: right;
/* 1377  */     }
/* 1378  */ .btLogoArea .logo img {
/* 1379  */     height: 80px;
/* 1380  */     width: auto;
/* 1381  */     display: block;
/* 1382  */     }
/* 1383  */ .btMenuVertical .btLogoArea .logo img {
/* 1384  */     height: 48px;
/* 1385  */     }
/* 1386  */ .btMenuCenter .btLogoArea .logo img {
/* 1387  */     margin: auto;
/* 1388  */     }
/* 1389  */ .btLogoArea .logo img.btAltLogo {
/* 1390  */     display: none;
/* 1391  */     }
/* 1392  */
/* 1393  */ /* Hide menu */
/* 1394  */ .btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
/* 1395  */     display: block;
/* 1396  */     position: relative;
/* 1397  */     z-index: 1;
/* 1398  */     }
/* 1399  */ .btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
/* 1400  */     margin: 14px 0;

/* style_ver=5.5.css */

/* 1401  */     }
/* 1402  */ .btMenuHorizontal.btHideMenu .menuPort {
/* 1403  */     opacity: 0;
/* 1404  */     -webkit-transition: opacity 1s ease;
/* 1405  */     -moz-transition: opacity 1s ease;
/* 1406  */     transition: opacity 1s ease;
/* 1407  */     pointer-events: none;
/* 1408  */     }
/* 1409  */ .btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
/* 1410  */     opacity: 1 !important;
/* 1411  */     pointer-events: all;
/* 1412  */     }
/* 1413  */ .btHorizontalMenuTrigger {
/* 1414  */     display: none;
/* 1415  */     float: right;
/* 1416  */     margin: 0 0 0 .5em;
/* 1417  */     font-size: 1.5em;
/* 1418  */     }
/* 1419  */ .btHorizontalMenuTrigger .bt_bb_icon {
/* 1420  */     width: 24px;
/* 1421  */     height: 20px;
/* 1422  */     position: relative;
/* 1423  */     padding: 0;
/* 1424  */     float: left;
/* 1425  */     margin: 30px 0;
/* 1426  */     }
/* 1427  */ .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1428  */ .btHorizontalMenuTrigger .bt_bb_icon:after {
/* 1429  */     position: absolute;
/* 1430  */     display: block;
/* 1431  */     content: "";
/* 1432  */     border-top-width: 2px;
/* 1433  */     border-top-style: solid;
/* 1434  */     left: 0;
/* 1435  */     right: 0;
/* 1436  */     top: 0;
/* 1437  */     -webkit-transition: 300ms ease all;
/* 1438  */     -moz-transition: 300ms ease all;
/* 1439  */     transition: 300ms ease all;
/* 1440  */     -webkit-transform: translateY(0);
/* 1441  */     -moz-transform: translateY(0);
/* 1442  */     -ms-transform: translateY(0);
/* 1443  */     transform: translateY(0);
/* 1444  */     -webkit-transform-origin: -.75px 1px;
/* 1445  */     -moz-transform-origin: -.75px 1px;
/* 1446  */     -ms-transform-origin: -.75px 1px;
/* 1447  */     transform-origin: -.75px 1px;
/* 1448  */     }
/* 1449  */ .btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1450  */ .btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {

/* style_ver=5.5.css */

/* 1451  */     -webkit-transform: rotate(45deg) translateY(0) !important;
/* 1452  */     -moz-transform: rotate(45deg) translateY(0) !important;
/* 1453  */     -ms-transform: rotate(45deg) translateY(0) !important;
/* 1454  */     transform: rotate(45deg) translateY(0) !important;
/* 1455  */     }
/* 1456  */ .btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1457  */ .btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1458  */ .btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1459  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1460  */ .btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1461  */ .btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1462  */ .btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1463  */ .btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1464  */ .btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1465  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1466  */ .btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1467  */ .btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after {
/* 1468  */     border-top-color: #050505;
/* 1469  */     }
/* 1470  */ .btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1471  */ .btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1472  */ .btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1473  */ .btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1474  */ .btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
/* 1475  */ .btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1476  */ .btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1477  */ .btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1478  */ .btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
/* 1479  */ .btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after {
/* 1480  */     border-top-color: #fff;
/* 1481  */     }
/* 1482  */ .btHorizontalMenuTrigger .bt_bb_icon:after {
/* 1483  */     top: auto;
/* 1484  */     bottom: 0;
/* 1485  */     }
/* 1486  */ .btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
/* 1487  */     -webkit-transform: rotate(-45deg) translateY(0) !important;
/* 1488  */     -moz-transform: rotate(-45deg) translateY(0) !important;
/* 1489  */     -ms-transform: rotate(-45deg) translateY(0) !important;
/* 1490  */     transform: rotate(-45deg) translateY(0) !important;
/* 1491  */     }
/* 1492  */ .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 1493  */     content: "";
/* 1494  */     position: absolute;
/* 1495  */     display: block;
/* 1496  */     content: "";
/* 1497  */     border-top-width: 2px;
/* 1498  */     border-top-style: solid;
/* 1499  */     left: 0;
/* 1500  */     right: 0;

/* style_ver=5.5.css */

/* 1501  */     top: 50%;
/* 1502  */     margin-top: -1px;
/* 1503  */     -webkit-transform: scaleX(1);
/* 1504  */     -moz-transform: scaleX(1);
/* 1505  */     -ms-transform: scaleX(1);
/* 1506  */     transform: scaleX(1);
/* 1507  */     }
/* 1508  */ .btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 1509  */     -webkit-transform: scaleX(0) !important;
/* 1510  */     -moz-transform: scaleX(0) !important;
/* 1511  */     -ms-transform: scaleX(0) !important;
/* 1512  */     transform: scaleX(0) !important;
/* 1513  */     }
/* 1514  */ .btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1515  */ .btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1516  */ .btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1517  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1518  */ .btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1519  */ .btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 1520  */     border-top-color: #050505;
/* 1521  */     }
/* 1522  */ .btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1523  */ .btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1524  */ .btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1525  */ .btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 1526  */ .btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 1527  */     border-top-color: #fff;
/* 1528  */     }
/* 1529  */ .btHorizontalMenuTrigger:hover {
/* 1530  */     cursor: pointer;
/* 1531  */     color: inherit;
/* 1532  */     }
/* 1533  */ .btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1534  */ .btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1535  */ .btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1536  */ .btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1537  */ .btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1538  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1539  */ .btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
/* 1540  */ .btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
/* 1541  */ .btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
/* 1542  */ .btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
/* 1543  */ .btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
/* 1544  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
/* 1545  */     border-top-color: #07e6a5;
/* 1546  */     }
/* 1547  */ .btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
/* 1548  */ .btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
/* 1549  */     border-top-color: #050505;
/* 1550  */     }

/* style_ver=5.5.css */

/* 1551  */ .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
/* 1552  */     -webkit-transform: translateY(-5px);
/* 1553  */     -moz-transform: translateY(-5px);
/* 1554  */     -ms-transform: translateY(-5px);
/* 1555  */     transform: translateY(-5px);
/* 1556  */     }
/* 1557  */ .btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
/* 1558  */     -webkit-transform: rotate(0) translateY(-5px);
/* 1559  */     -moz-transform: rotate(0) translateY(-5px);
/* 1560  */     -ms-transform: rotate(0) translateY(-5px);
/* 1561  */     transform: rotate(0) translateY(-5px);
/* 1562  */     }
/* 1563  */ .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
/* 1564  */     -webkit-transform: translateY(5px);
/* 1565  */     -moz-transform: translateY(5px);
/* 1566  */     -ms-transform: translateY(5px);
/* 1567  */     transform: translateY(5px);
/* 1568  */     }
/* 1569  */ .btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
/* 1570  */     -webkit-transform: rotate(0) translateY(5px);
/* 1571  */     -moz-transform: rotate(0) translateY(5px);
/* 1572  */     -ms-transform: rotate(0) translateY(5px);
/* 1573  */     transform: rotate(0) translateY(5px);
/* 1574  */     }
/* 1575  */ .btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 1576  */     -webkit-transform: scaleX(1);
/* 1577  */     -moz-transform: scaleX(1);
/* 1578  */     -ms-transform: scaleX(1);
/* 1579  */     transform: scaleX(1);
/* 1580  */     }
/* 1581  */ .btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 1582  */ .btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 1583  */ .btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 1584  */ .btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 1585  */ .btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 1586  */ .btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 1587  */     border-top-color: #07e6a5;
/* 1588  */     }
/* 1589  */ .btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 1590  */     border-top-color: #050505;
/* 1591  */     }
/* 1592  */
/* 1593  */ /* Drop down menu */
/* 1594  */ .btMenuHorizontal .menuPort ul ul {
/* 1595  */     background-color: #fff;
/* 1596  */     }
/* 1597  */ .btMenuHorizontal .menuPort ul ul li a {
/* 1598  */     padding-left: 1.5em;
/* 1599  */     padding-right: 1.5em;
/* 1600  */     color: #050505;

/* style_ver=5.5.css */

/* 1601  */     }
/* 1602  */ .btMenuHorizontal .menuPort ul ul li a:hover {
/* 1603  */     color: #07e6a5;
/* 1604  */     }
/* 1605  */ .btMenuHorizontal .menuPort ul ul li .subToggler {
/* 1606  */     color: #050505;
/* 1607  */     }
/* 1608  */ .btMenuHorizontal .menuPort ul ul li:not(:last-child) > a:after {
/* 1609  */     content: ' ';
/* 1610  */     display: block;
/* 1611  */     position: absolute;
/* 1612  */     left: 1.5em;
/* 1613  */     right: 1.5em;
/* 1614  */     bottom: 0;
/* 1615  */     height: 1px;
/* 1616  */     background-color: rgba(0,0,0,.1);
/* 1617  */     }
/* 1618  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
/* 1619  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
/* 1620  */     content: ' ';
/* 1621  */     display: block;
/* 1622  */     position: absolute;
/* 1623  */     z-index: 5;
/* 1624  */     bottom: 0;
/* 1625  */     left: 0;
/* 1626  */     right: 0;
/* 1627  */     pointer-events: none;
/* 1628  */     height: 4px;
/* 1629  */     background-color: #07e6a5;
/* 1630  */     }
/* 1631  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a,
/* 1632  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a,
/* 1633  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a,
/* 1634  */ .btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
/* 1635  */     color: #07e6a5;
/* 1636  */     }
/* 1637  */
/* 1638  */ /* Subtogglers */
/* 1639  */ .subToggler {
/* 1640  */     display: none;
/* 1641  */     cursor: pointer;
/* 1642  */     position: absolute;
/* 1643  */     top: 0;
/* 1644  */     width: 45px;
/* 1645  */     z-index: 80;
/* 1646  */     padding: 0;
/* 1647  */     text-align: center;
/* 1648  */     }
/* 1649  */ .on > .subToggler {
/* 1650  */     -webkit-transform: rotateX(180deg);

/* style_ver=5.5.css */

/* 1651  */     -moz-transform: rotateX(180deg);
/* 1652  */     -ms-transform: rotateX(180deg);
/* 1653  */     transform: rotateX(180deg);
/* 1654  */     }
/* 1655  */ body.btMenuVertical .subToggler {
/* 1656  */     display: block !important;
/* 1657  */     padding: 20px 0;
/* 1658  */     line-height: 1;
/* 1659  */     right: 0;
/* 1660  */     top: -5px;
/* 1661  */     }
/* 1662  */ body.btMenuHorizontal .subToggler {
/* 1663  */     right: -5px;
/* 1664  */     line-height: 80px;
/* 1665  */     }
/* 1666  */ body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
/* 1667  */     right: auto;
/* 1668  */     left: 0;
/* 1669  */     }
/* 1670  */ body.btMenuHorizontal.btMenuBelowLogo .subToggler {
/* 1671  */     line-height: 50px;
/* 1672  */     }
/* 1673  */ body.btMenuHorizontal .menuPort ul ul .subToggler {
/* 1674  */     right: 0;
/* 1675  */     line-height: inherit;
/* 1676  */     padding: 1em 0;
/* 1677  */     }
/* 1678  */ body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
/* 1679  */     left: 0;
/* 1680  */     right: auto;
/* 1681  */     }
/* 1682  */ .subToggler:before {
/* 1683  */     content: '\f107';
/* 1684  */     font: normal 16px/1 FontAwesome;
/* 1685  */     }
/* 1686  */ .touch .btMenuHorizontal .menuPort nav ul li .subToggler {
/* 1687  */     display: block;
/* 1688  */     }
/* 1689  */
/* 1690  */ /* Horizontal menu, no need for override on responsive */
/* 1691  */ .btMenuHorizontal .menuPort > nav > ul > li {
/* 1692  */     padding: 0 30px 0 0;
/* 1693  */     }
/* 1694  */ .btMenuHorizontal .menuPort > nav > ul > li:last-child {
/* 1695  */     padding: 0;
/* 1696  */     }
/* 1697  */ html.touch .btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
/* 1698  */     padding: 0 30px 0 0;
/* 1699  */     }
/* 1700  */ .rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {

/* style_ver=5.5.css */

/* 1701  */     padding: 0 30px 0 0 !important;
/* 1702  */     }
/* 1703  */ .rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul {
/* 1704  */     right: auto;
/* 1705  */     left: -30px;
/* 1706  */     }
/* 1707  */ .rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul > li {
/* 1708  */     text-align: left;
/* 1709  */     }
/* 1710  */ .rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child > ul > li > ul {
/* 1711  */     left: 220px;
/* 1712  */     right: auto;
/* 1713  */     }
/* 1714  */ .btMenuHorizontal .menuPort > nav > ul > li > ul > li {
/* 1715  */     font-size: .9em;
/* 1716  */     }
/* 1717  */ .btMenuHorizontal .menuPort > nav > ul ul {
/* 1718  */     position: absolute;
/* 1719  */     width: 220px;
/* 1720  */     right: 0;
/* 1721  */     top: auto;
/* 1722  */     margin: 0;
/* 1723  */     pointer-events: none;
/* 1724  */     -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
/* 1725  */     box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
/* 1726  */     z-index: 1;
/* 1727  */     padding: 0;
/* 1728  */     }
/* 1729  */ .btMenuHorizontal .menuPort > nav > ul ul li {
/* 1730  */     z-index: 4;
/* 1731  */     float: none;
/* 1732  */     }
/* 1733  */ .btMenuHorizontal .menuPort > nav > ul ul ul {
/* 1734  */     display: block;
/* 1735  */     top: 0;
/* 1736  */     margin: 0;
/* 1737  */     pointer-events: none;
/* 1738  */     }
/* 1739  */ .btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
/* 1740  */ .btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
/* 1741  */     margin: 0;
/* 1742  */     }
/* 1743  */ .btMenuHorizontal .menuPort > nav > ul > li {
/* 1744  */     float: left;
/* 1745  */     position: relative;
/* 1746  */     z-index: 5;
/* 1747  */     }
/* 1748  */ .rtl.btMenuHorizontal .menuPort > nav > ul > li {
/* 1749  */     float: right;
/* 1750  */     }

/* style_ver=5.5.css */

/* 1751  */ .btMenuHorizontal .menuPort > nav > ul > li.on > ul {
/* 1752  */     opacity: 1;
/* 1753  */     pointer-events: auto;
/* 1754  */     z-index: 2;
/* 1755  */     -webkit-transform: scale(1);
/* 1756  */     -moz-transform: scale(1);
/* 1757  */     -ms-transform: scale(1);
/* 1758  */     transform: scale(1);
/* 1759  */     }
/* 1760  */ .btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul {
/* 1761  */     opacity: 1;
/* 1762  */     pointer-events: auto;
/* 1763  */     z-index: 3;
/* 1764  */     -webkit-transform: scale(1);
/* 1765  */     -moz-transform: scale(1);
/* 1766  */     -ms-transform: scale(1);
/* 1767  */     transform: scale(1);
/* 1768  */     }
/* 1769  */ .btMenuHorizontal .menuPort > nav > ul > li > ul li a {
/* 1770  */     -webkit-transition: all ease 300ms;
/* 1771  */     -moz-transition: all ease 300ms;
/* 1772  */     transition: all ease 300ms;
/* 1773  */     }
/* 1774  */ .btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover {
/* 1775  */     -webkit-box-shadow: inset 5px 0 0 0 #07e6a5;
/* 1776  */     box-shadow: inset 5px 0 0 0 #07e6a5;
/* 1777  */     }
/* 1778  */
/* 1779  */ /* Rounded corners */
/* 1780  */ .btMenuHorizontal.btSoftRoundedButtons.btMenuBelowLogo .mainHeader.gutter .btBelowLogoArea {
/* 1781  */     border-bottom-left-radius: 3px;
/* 1782  */     border-bottom-right-radius: 3px;
/* 1783  */     }
/* 1784  */ .btMenuHorizontal.btAccentLightHeader.btSoftRoundedButtons.btMenuBelowLogo .mainHeader.gutter .btBelowLogoArea,
/* 1785  */ .btMenuHorizontal.btAccentDarkHeader.btHardRoundedButtons.btMenuBelowLogo .mainHeader.gutter .btBelowLogoArea,
/* 1786  */ .btMenuHorizontal.btLightDarkHeader.btHardRoundedButtons.btMenuBelowLogo .mainHeader.gutter .btBelowLogoArea {
/* 1787  */     border-radius: 3px;
/* 1788  */     }
/* 1789  */ .btMenuHorizontal.btLightAccentHeader.btSoftRoundedButtons.btMenuBelowLogo .mainHeader.gutter .btLogoArea {
/* 1790  */     border-bottom-left-radius: 3px;
/* 1791  */     border-bottom-right-radius: 3px;
/* 1792  */     }
/* 1793  */
/* 1794  */ /* Menu positions */
/* 1795  */ .btMenuHorizontal .menuPort ul ul {
/* 1796  */     right: auto;
/* 1797  */     left: 0;
/* 1798  */     }
/* 1799  */ .btMenuHorizontal .menuPort ul ul ul {
/* 1800  */     left: 220px;

/* style_ver=5.5.css */

/* 1801  */     right: auto;
/* 1802  */     }
/* 1803  */ .rtl.btMenuHorizontal .menuPort ul ul ul {
/* 1804  */     left: auto;
/* 1805  */     right: 220px;
/* 1806  */     }
/* 1807  */ .btMenuHorizontal .menuPort nav {
/* 1808  */     float: left;
/* 1809  */     padding-left: 50px;
/* 1810  */     }
/* 1811  */ .rtl.btMenuHorizontal .menuPort nav {
/* 1812  */     padding-right: 50px;
/* 1813  */     padding-left: 0;
/* 1814  */     }
/* 1815  */ .btMenuHorizontal.btMenuRight .menuPort nav {
/* 1816  */     float: right;
/* 1817  */     }
/* 1818  */ .btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul {
/* 1819  */     text-align: right;
/* 1820  */     right: 0;
/* 1821  */     left: auto;
/* 1822  */     }
/* 1823  */ .rtl.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul {
/* 1824  */     left: 0;
/* 1825  */     right: 0;
/* 1826  */     }
/* 1827  */ .btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul ul {
/* 1828  */     left: -220px;
/* 1829  */     right: auto;
/* 1830  */     }
/* 1831  */ .rtl.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li:last-child ul ul {
/* 1832  */     left: auto;
/* 1833  */     right: -220px;
/* 1834  */     }
/* 1835  */ .btMenuHorizontal.btMenuCenter .logo {
/* 1836  */     position: relative;
/* 1837  */     z-index: 8;
/* 1838  */     margin: 0 0 0 50%;
/* 1839  */     }
/* 1840  */ .btMenuHorizontal.btMenuCenter .menuPort nav {
/* 1841  */     float: none;
/* 1842  */     }
/* 1843  */ .btMenuHorizontal.btMenuCenter .menuPort .leftNav {
/* 1844  */     position: absolute;
/* 1845  */     right: 50%;
/* 1846  */     left: auto;
/* 1847  */     padding: 0;
/* 1848  */     padding-right: 30px;
/* 1849  */     }
/* 1850  */ .btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {

/* style_ver=5.5.css */

/* 1851  */     float: right;
/* 1852  */     }
/* 1853  */ .btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
/* 1854  */     right: auto;
/* 1855  */     left: -20px;
/* 1856  */     }
/* 1857  */ .btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
/* 1858  */     left: 220px;
/* 1859  */     right: auto;
/* 1860  */     }
/* 1861  */ .btMenuHorizontal.btMenuCenter .menuPort .rightNav {
/* 1862  */     position: absolute;
/* 1863  */     left: 50%;
/* 1864  */     right: auto;
/* 1865  */     padding-left: 30px;
/* 1866  */     }
/* 1867  */ .btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
/* 1868  */     right: -20px;
/* 1869  */     left: auto;
/* 1870  */     }
/* 1871  */ .btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
/* 1872  */     right: 220px;
/* 1873  */     left: auto;
/* 1874  */     }
/* 1875  */ .btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
/* 1876  */     text-align: right;
/* 1877  */     }
/* 1878  */ .btMenuHorizontal.btMenuCenterBelow .logo {
/* 1879  */     float: none;
/* 1880  */     }
/* 1881  */ .btMenuHorizontal.btMenuCenterBelow .logo img {
/* 1882  */     margin-left: auto;
/* 1883  */     margin-right: auto;
/* 1884  */     }
/* 1885  */ .btMenuHorizontal.btMenuCenterBelow .gutter .port {
/* 1886  */     position: relative;
/* 1887  */     }
/* 1888  */ .btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
/* 1889  */     position: absolute;
/* 1890  */     right: 30px;
/* 1891  */     top: 0;
/* 1892  */     }
/* 1893  */ .rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
/* 1894  */     right: auto;
/* 1895  */     left: 30px;
/* 1896  */     }
/* 1897  */ .btMenuHorizontal.btMenuCenterBelow .menuPort nav {
/* 1898  */     float: none;
/* 1899  */     text-align: center;
/* 1900  */     }

/* style_ver=5.5.css */

/* 1901  */ .btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
/* 1902  */     float: none;
/* 1903  */     display: inline-block;
/* 1904  */     }
/* 1905  */ .btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
/* 1906  */     display: block;
/* 1907  */     text-align: left;
/* 1908  */     }
/* 1909  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
/* 1910  */     float: none !important;
/* 1911  */     }
/* 1912  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
/* 1913  */     padding: 0 0 0 30px !important;
/* 1914  */     }
/* 1915  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
/* 1916  */     left: 0;
/* 1917  */     right: -20px;
/* 1918  */     }
/* 1919  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
/* 1920  */     text-align: right;
/* 1921  */     }
/* 1922  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
/* 1923  */     right: auto;
/* 1924  */     left: -220px;
/* 1925  */     }
/* 1926  */ .rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li > a:after {
/* 1927  */     left: auto;
/* 1928  */     right: 0;
/* 1929  */     }
/* 1930  */ .btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
/* 1931  */     position: absolute;
/* 1932  */     right: 0;
/* 1933  */     }
/* 1934  */ .rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
/* 1935  */     right: auto;
/* 1936  */     left: 0;
/* 1937  */     }
/* 1938  */
/* 1939  */ /* Wide menu */
/* 1940  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
/* 1941  */     position: static;
/* 1942  */     }
/* 1943  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
/* 1944  */     width: 100%;
/* 1945  */     left: 0;
/* 1946  */     }
/* 1947  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
/* 1948  */     top: auto;
/* 1949  */     border-top: none !important;
/* 1950  */     float: left;

/* style_ver=5.5.css */

/* 1951  */     }
/* 1952  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
/* 1953  */     border-top: none !important;
/* 1954  */     border-bottom: 1px solid;
/* 1955  */     }
/* 1956  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
/* 1957  */     display: none;
/* 1958  */     }
/* 1959  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
/* 1960  */     opacity: 1;
/* 1961  */     top: auto;
/* 1962  */     margin: 0 !important;
/* 1963  */     width: 100%;
/* 1964  */     right: 0;
/* 1965  */     left: 0;
/* 1966  */     position: relative;
/* 1967  */     -webkit-box-shadow: none;
/* 1968  */     box-shadow: none;
/* 1969  */     }
/* 1970  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
/* 1971  */     border-top: none !important;
/* 1972  */     }
/* 1973  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > li:not(:last-child) {
/* 1974  */     border-left: 1px solid rgba(0,0,0,.1);
/* 1975  */     }
/* 1976  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
/* 1977  */     display: none;
/* 1978  */     }
/* 1979  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
/* 1980  */     width: 100%;
/* 1981  */     }
/* 1982  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
/* 1983  */     width: 100%;
/* 1984  */     }
/* 1985  */ html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
/* 1986  */     pointer-events: auto;
/* 1987  */     }
/* 1988  */ html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
/* 1989  */     width: 300%;
/* 1990  */     left: -200%;
/* 1991  */     }
/* 1992  */ html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
/* 1993  */     width: 300%;
/* 1994  */     right: -200%;
/* 1995  */     }
/* 1996  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {
/* 1997  */     width: INF% !important;
/* 1998  */     }
/* 1999  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
/* 2000  */     width: 100% !important;

/* style_ver=5.5.css */

/* 2001  */     }
/* 2002  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
/* 2003  */     width: 50% !important;
/* 2004  */     }
/* 2005  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
/* 2006  */     width: 33.33333% !important;
/* 2007  */     }
/* 2008  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
/* 2009  */     width: 25% !important;
/* 2010  */     }
/* 2011  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
/* 2012  */     width: 20% !important;
/* 2013  */     }
/* 2014  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
/* 2015  */     width: 16.66667% !important;
/* 2016  */     }
/* 2017  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
/* 2018  */     width: 14.28571% !important;
/* 2019  */     }
/* 2020  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
/* 2021  */     width: 12.5% !important;
/* 2022  */     }
/* 2023  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
/* 2024  */     width: 11.11111% !important;
/* 2025  */     }
/* 2026  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
/* 2027  */     width: 10% !important;
/* 2028  */     }
/* 2029  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
/* 2030  */     width: 9.09091% !important;
/* 2031  */     }
/* 2032  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
/* 2033  */     width: 8.33333% !important;
/* 2034  */     }
/* 2035  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
/* 2036  */     width: 7.69231% !important;
/* 2037  */     }
/* 2038  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
/* 2039  */     width: 7.14286% !important;
/* 2040  */     }
/* 2041  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
/* 2042  */     width: 6.66667% !important;
/* 2043  */     }
/* 2044  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
/* 2045  */     width: 6.25% !important;
/* 2046  */     }
/* 2047  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
/* 2048  */     width: 5.88235% !important;
/* 2049  */     }
/* 2050  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {

/* style_ver=5.5.css */

/* 2051  */     width: 5.55556% !important;
/* 2052  */     }
/* 2053  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
/* 2054  */     width: 5.26316% !important;
/* 2055  */     }
/* 2056  */ html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
/* 2057  */     width: 5% !important;
/* 2058  */     }
/* 2059  */
/* 2060  */ /* Top bar */
/* 2061  */ .btMenuHorizontal .topBar {
/* 2062  */     font-size: .8em;
/* 2063  */     line-height: 2.5em;
/* 2064  */     z-index: 2;
/* 2065  */     }
/* 2066  */ .btMenuHorizontal .topBar .topBarPort {
/* 2067  */     display: -ms-flexbox;
/* 2068  */     display: -webkit-flex;
/* 2069  */     display: flex;
/* 2070  */     }
/* 2071  */ .btMenuHorizontal .topBar .topBarPort:after {
/* 2072  */     content: " ";
/* 2073  */     display: table;
/* 2074  */     width: 100%;
/* 2075  */     clear: both;
/* 2076  */     }
/* 2077  */ .btMenuHorizontal .topBar .topBarPort:after,
/* 2078  */ .btMenuHorizontal .topBar .topBarPort:before {
/* 2079  */     display: none;
/* 2080  */     }
/* 2081  */ .btMenuHorizontal .topBarInMenu {
/* 2082  */     line-height: inherit;
/* 2083  */     float: right;
/* 2084  */     display: table;
/* 2085  */     height: 80px;
/* 2086  */     margin-left: 30px;
/* 2087  */     }
/* 2088  */ .rtl.btMenuHorizontal .topBarInMenu {
/* 2089  */     float: left;
/* 2090  */     margin-left: 0;
/* 2091  */     margin-right: 30px;
/* 2092  */     }
/* 2093  */ .btMenuHorizontal .topBarInMenu .topBarInMenuCell {
/* 2094  */     line-height: 48px;
/* 2095  */     display: table-cell;
/* 2096  */     vertical-align: middle;
/* 2097  */     }
/* 2098  */ .btMenuHorizontal .btBelowLogoArea .topBarInMenu {
/* 2099  */     height: 50px;
/* 2100  */     line-height: 50px;

/* style_ver=5.5.css */

/* 2101  */     }
/* 2102  */
/* 2103  */ /* Menu bellow logo */
/* 2104  */ .btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
/* 2105  */     padding: 0;
/* 2106  */     z-index: 0;
/* 2107  */     }
/* 2108  */ .btMenuHorizontal.btMenuBelowLogo .menuPort {
/* 2109  */     clear: both;
/* 2110  */     position: relative;
/* 2111  */     margin: 0;
/* 2112  */     float: none;
/* 2113  */     }
/* 2114  */ .btMenuHorizontal.btMenuBelowLogo .menuPort nav {
/* 2115  */     padding: 0;
/* 2116  */     }
/* 2117  */ .rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
/* 2118  */     float: right;
/* 2119  */     }
/* 2120  */ .rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li {
/* 2121  */     margin: 0 0 0 30px;
/* 2122  */     }
/* 2123  */ .rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li:last-child {
/* 2124  */     margin: 0 !important;
/* 2125  */     }
/* 2126  */
/* 2127  */ /* Header styles */
/* 2128  */ .btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
/* 2129  */ .btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
/* 2130  */ .btLightAccentHeader:not(.btBelowMenu) .mainHeader,
/* 2131  */ .btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
/* 2132  */ .btAccentLightHeader:not(.btBelowMenu) .mainHeader,
/* 2133  */ .btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
/* 2134  */ .btLightDarkHeader:not(.btBelowMenu) .mainHeader,
/* 2135  */ .btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
/* 2136  */     -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
/* 2137  */     box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
/* 2138  */     }
/* 2139  */
/* 2140  */ /* Keep width above menu */
/* 2141  */ body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
/* 2142  */ body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
/* 2143  */ body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
/* 2144  */ body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter {
/* 2145  */     max-width: 1200px;
/* 2146  */     margin-left: auto;
/* 2147  */     margin-right: auto;
/* 2148  */     left: 0;
/* 2149  */     right: 0;
/* 2150  */     }

/* style_ver=5.5.css */

/* 2151  */
/* 2152  */ /* Transparent dark */
/* 2153  */ .btTransparentDarkHeader .mainHeader,
/* 2154  */ .btTransparentDarkHeader .btVerticalHeaderTop {
/* 2155  */     color: #050505;
/* 2156  */     }
/* 2157  */ .btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
/* 2158  */ .btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop {
/* 2159  */     background-color: #fff;
/* 2160  */     }
/* 2161  */ .btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
/* 2162  */ .btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
/* 2163  */     color: #fff;
/* 2164  */     background-color: #191919;
/* 2165  */     }
/* 2166  */ .btMenuVertical.btTransparentDarkHeader .mainHeader,
/* 2167  */ .btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
/* 2168  */     background-color: #fff;
/* 2169  */     }
/* 2170  */ .btTransparentDarkHeader .btBelowLogoArea .menuPort {
/* 2171  */     border-top: 1px solid rgba(0,0,0,.1);
/* 2172  */     }
/* 2173  */ .btTransparentDarkHeader .topBar .topBarPort .topTools {
/* 2174  */     border-bottom: 1px solid rgba(0,0,0,.1);
/* 2175  */     }
/* 2176  */
/* 2177  */ /* Transparent light */
/* 2178  */ .btTransparentLightHeader .mainHeader {
/* 2179  */     color: #fff;
/* 2180  */     }
/* 2181  */ .btStickyHeaderActive.btTransparentLightHeader .mainHeader {
/* 2182  */     background-color: #191919;
/* 2183  */     }
/* 2184  */ .btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
/* 2185  */     color: #050505;
/* 2186  */     background-color: #fff;
/* 2187  */     }
/* 2188  */ .btMenuVertical.btTransparentLightHeader .mainHeader {
/* 2189  */     background-color: #191919;
/* 2190  */     }
/* 2191  */ .btTransparentLightHeader .btVerticalHeaderTop {
/* 2192  */     color: #fff;
/* 2193  */     }
/* 2194  */ .btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
/* 2195  */     background-color: #191919;
/* 2196  */     }
/* 2197  */ .btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
/* 2198  */     background-color: #fff;
/* 2199  */     color: #050505;
/* 2200  */     }

/* style_ver=5.5.css */

/* 2201  */ .btTransparentLightHeader .btBelowLogoArea .menuPort {
/* 2202  */     border-top: 1px solid rgba(255,255,255,.1);
/* 2203  */     }
/* 2204  */ .btTransparentLightHeader .topBar .topTools {
/* 2205  */     border-bottom: 1px solid rgba(255,255,255,.1);
/* 2206  */     }
/* 2207  */
/* 2208  */ /* Accent light */
/* 2209  */ .btAccentLightHeader .mainHeader,
/* 2210  */ .btAccentLightHeader .btVerticalHeaderTop {
/* 2211  */     background-color: #fff;
/* 2212  */     }
/* 2213  */ .btAccentLightHeader .btBelowLogoArea,
/* 2214  */ .btAccentLightHeader .topBar {
/* 2215  */     background-color: #07e6a5;
/* 2216  */     color: #050505;
/* 2217  */     }
/* 2218  */ .btAccentLightHeader .btBelowLogoArea a:hover,
/* 2219  */ .btAccentLightHeader .topBar a:hover {
/* 2220  */     color: #ff3d03;
/* 2221  */     }
/* 2222  */
/* 2223  */ /* Accent dark */
/* 2224  */ .btAccentDarkHeader .mainHeader,
/* 2225  */ .btAccentDarkHeader .btVerticalHeaderTop {
/* 2226  */     background-color: #191919;
/* 2227  */     color: #fff;
/* 2228  */     }
/* 2229  */ .btAccentDarkHeader .btBelowLogoArea,
/* 2230  */ .btAccentDarkHeader .topBar {
/* 2231  */     background-color: #07e6a5;
/* 2232  */     color: #fff;
/* 2233  */     }
/* 2234  */ .btAccentDarkHeader .btBelowLogoArea a:hover,
/* 2235  */ .btAccentDarkHeader .topBar a:hover {
/* 2236  */     color: #ff3d03;
/* 2237  */     }
/* 2238  */
/* 2239  */ /* Light dark */
/* 2240  */ .btLightDarkHeader .mainHeader,
/* 2241  */ .btLightDarkHeader .btVerticalHeaderTop {
/* 2242  */     background-color: #fff;
/* 2243  */     }
/* 2244  */ .btLightDarkHeader .btBelowLogoArea,
/* 2245  */ .btLightDarkHeader .topBar {
/* 2246  */     background-color: #191919;
/* 2247  */     color: #fff;
/* 2248  */     }
/* 2249  */ .btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
/* 2250  */     background-color: transparent;

/* style_ver=5.5.css */

/* 2251  */     }
/* 2252  */ .btLightDarkHeader.btMenuHorizontal.btBelowMenu .btBelowLogoArea {
/* 2253  */     -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
/* 2254  */     box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
/* 2255  */     }
/* 2256  */
/* 2257  */ /* Light accent */
/* 2258  */ .btLightAccentHeader .mainHeader {
/* 2259  */     background-color: #fff;
/* 2260  */     }
/* 2261  */ .btLightAccentHeader .btLogoArea,
/* 2262  */ .btLightAccentHeader .btVerticalHeaderTop {
/* 2263  */     background-color: #07e6a5;
/* 2264  */     color: #fff;
/* 2265  */     }
/* 2266  */ .btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
/* 2267  */     background-color: transparent;
/* 2268  */     }
/* 2269  */ .btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
/* 2270  */     background-color: red;
/* 2271  */     }
/* 2272  */
/* 2273  */ /* Sticky */
/* 2274  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader {
/* 2275  */     position: fixed;
/* 2276  */     top: 0;
/* 2277  */     -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
/* 2278  */     box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
/* 2279  */     -webkit-transform: translateY(-100%);
/* 2280  */     -moz-transform: translateY(-100%);
/* 2281  */     -ms-transform: translateY(-100%);
/* 2282  */     transform: translateY(-100%);
/* 2283  */     }
/* 2284  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
/* 2285  */     display: none;
/* 2286  */     }
/* 2287  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
/* 2288  */     padding: 0;
/* 2289  */     }
/* 2290  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
/* 2291  */     height: 48px;
/* 2292  */     }
/* 2293  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
/* 2294  */     font-size: 1.5em;
/* 2295  */     line-height: 48px;
/* 2296  */     }
/* 2297  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
/* 2298  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
/* 2299  */     line-height: 48px;
/* 2300  */     }

/* style_ver=5.5.css */

/* 2301  */ .btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
/* 2302  */     height: 48px;
/* 2303  */     }
/* 2304  */ .btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
/* 2305  */     display: none;
/* 2306  */     }
/* 2307  */ .btHasAltLogo.btStickyHeaderActive .btMainLogo {
/* 2308  */     display: none;
/* 2309  */     }
/* 2310  */ .btHasAltLogo.btStickyHeaderActive .btAltLogo {
/* 2311  */     display: block !important;
/* 2312  */     }
/* 2313  */ .btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
/* 2314  */     position: fixed;
/* 2315  */     top: 0;
/* 2316  */     -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
/* 2317  */     box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
/* 2318  */     -webkit-transform: translateY(-100%);
/* 2319  */     -moz-transform: translateY(-100%);
/* 2320  */     -ms-transform: translateY(-100%);
/* 2321  */     transform: translateY(-100%);
/* 2322  */     }
/* 2323  */ .btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
/* 2324  */     -webkit-transform: translateY(0%);
/* 2325  */     -moz-transform: translateY(0%);
/* 2326  */     -ms-transform: translateY(0%);
/* 2327  */     transform: translateY(0%);
/* 2328  */     -webkit-transition: transform 200ms ease;
/* 2329  */     -moz-transition: transform 200ms ease;
/* 2330  */     transition: transform 200ms ease;
/* 2331  */     }
/* 2332  */ .btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
/* 2333  */     -webkit-transform: translateY(-100%);
/* 2334  */     -moz-transform: translateY(-100%);
/* 2335  */     -ms-transform: translateY(-100%);
/* 2336  */     transform: translateY(-100%);
/* 2337  */     }
/* 2338  */ .btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
/* 2339  */     -webkit-transform: translateY(0%) translateX(320px);
/* 2340  */     -moz-transform: translateY(0%) translateX(320px);
/* 2341  */     -ms-transform: translateY(0%) translateX(320px);
/* 2342  */     transform: translateY(0%) translateX(320px);
/* 2343  */     }
/* 2344  */ .btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
/* 2345  */     -webkit-transform: translateY(0%) translateX(-320px);
/* 2346  */     -moz-transform: translateY(0%) translateX(-320px);
/* 2347  */     -ms-transform: translateY(0%) translateX(-320px);
/* 2348  */     transform: translateY(0%) translateX(-320px);
/* 2349  */     }
/* 2350  */ .btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {

/* style_ver=5.5.css */

/* 2351  */     -webkit-transform: translateY(-100%) translateX(320px);
/* 2352  */     -moz-transform: translateY(-100%) translateX(320px);
/* 2353  */     -ms-transform: translateY(-100%) translateX(320px);
/* 2354  */     transform: translateY(-100%) translateX(320px);
/* 2355  */     }
/* 2356  */ .btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
/* 2357  */     -webkit-transition: transform 200ms ease;
/* 2358  */     -moz-transition: transform 200ms ease;
/* 2359  */     transition: transform 200ms ease;
/* 2360  */     -webkit-transform: translateY(0);
/* 2361  */     -moz-transform: translateY(0);
/* 2362  */     -ms-transform: translateY(0);
/* 2363  */     transform: translateY(0);
/* 2364  */     }
/* 2365  */ .btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
/* 2366  */     -webkit-transform: translateY(-100%);
/* 2367  */     -moz-transform: translateY(-100%);
/* 2368  */     -ms-transform: translateY(-100%);
/* 2369  */     transform: translateY(-100%);
/* 2370  */     }
/* 2371  */
/* 2372  */ /* Vertical and responsive menu */
/* 2373  */ .btVerticalHeaderTop {
/* 2374  */     display: none;
/* 2375  */     position: absolute;
/* 2376  */     width: 100%;
/* 2377  */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2378  */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2379  */     transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2380  */     padding-left: 30px;
/* 2381  */     padding-right: 30px;
/* 2382  */     opacity: 0;
/* 2383  */     }
/* 2384  */ .btMenuInitFinished .btVerticalHeaderTop {
/* 2385  */     opacity: 1;
/* 2386  */     }
/* 2387  */ .btMenuVertical .btVerticalHeaderTop {
/* 2388  */     display: block;
/* 2389  */     }
/* 2390  */ .btVerticalHeaderTop .btVerticalMenuTrigger {
/* 2391  */     display: none;
/* 2392  */     position: relative;
/* 2393  */     z-index: 1;
/* 2394  */     height: 48px;
/* 2395  */     margin: 0 .5em 0 0;
/* 2396  */     font-size: 1.5em;
/* 2397  */     }
/* 2398  */ .rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
/* 2399  */     margin: 0 0 0 .5em;
/* 2400  */     }

/* style_ver=5.5.css */

/* 2401  */ .btVerticalMenuTrigger .bt_bb_icon {
/* 2402  */     width: 24px;
/* 2403  */     height: 20px;
/* 2404  */     position: relative;
/* 2405  */     padding: 0;
/* 2406  */     float: left;
/* 2407  */     margin: 14px 0;
/* 2408  */     }
/* 2409  */ .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2410  */ .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2411  */     position: absolute;
/* 2412  */     display: block;
/* 2413  */     content: "";
/* 2414  */     border-top-width: 2px;
/* 2415  */     border-top-style: solid;
/* 2416  */     left: 0;
/* 2417  */     right: 0;
/* 2418  */     top: 0;
/* 2419  */     -webkit-transition: 300ms ease all;
/* 2420  */     -moz-transition: 300ms ease all;
/* 2421  */     transition: 300ms ease all;
/* 2422  */     -webkit-transform: translateY(0);
/* 2423  */     -moz-transform: translateY(0);
/* 2424  */     -ms-transform: translateY(0);
/* 2425  */     transform: translateY(0);
/* 2426  */     -webkit-transform-origin: -.75px 1px;
/* 2427  */     -moz-transform-origin: -.75px 1px;
/* 2428  */     -ms-transform-origin: -.75px 1px;
/* 2429  */     transform-origin: -.75px 1px;
/* 2430  */     }
/* 2431  */ .btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2432  */ .btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2433  */     -webkit-transform: rotate(45deg) translateY(0) !important;
/* 2434  */     -moz-transform: rotate(45deg) translateY(0) !important;
/* 2435  */     -ms-transform: rotate(45deg) translateY(0) !important;
/* 2436  */     transform: rotate(45deg) translateY(0) !important;
/* 2437  */     }
/* 2438  */ .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2439  */ .btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2440  */ .btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2441  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2442  */ .btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2443  */ .btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2444  */ .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2445  */ .btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2446  */ .btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2447  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2448  */ .btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2449  */ .btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2450  */     border-top-color: #050505;

/* style_ver=5.5.css */

/* 2451  */     }
/* 2452  */ .btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2453  */ .btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2454  */ .btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2455  */ .btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
/* 2456  */ .btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2457  */ .btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2458  */ .btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
/* 2459  */ .btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2460  */     border-top-color: #fff;
/* 2461  */     }
/* 2462  */ .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2463  */     top: auto;
/* 2464  */     bottom: 0;
/* 2465  */     }
/* 2466  */ .btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
/* 2467  */     -webkit-transform: rotate(-45deg) translateY(0) !important;
/* 2468  */     -moz-transform: rotate(-45deg) translateY(0) !important;
/* 2469  */     -ms-transform: rotate(-45deg) translateY(0) !important;
/* 2470  */     transform: rotate(-45deg) translateY(0) !important;
/* 2471  */     }
/* 2472  */ .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 2473  */     content: "";
/* 2474  */     position: absolute;
/* 2475  */     display: block;
/* 2476  */     content: "";
/* 2477  */     border-top-width: 2px;
/* 2478  */     border-top-style: solid;
/* 2479  */     left: 0;
/* 2480  */     right: 0;
/* 2481  */     top: 50%;
/* 2482  */     margin-top: -1px;
/* 2483  */     -webkit-transform: scaleX(1);
/* 2484  */     -moz-transform: scaleX(1);
/* 2485  */     -ms-transform: scaleX(1);
/* 2486  */     transform: scaleX(1);
/* 2487  */     }
/* 2488  */ .btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 2489  */     -webkit-transform: scaleX(0) !important;
/* 2490  */     -moz-transform: scaleX(0) !important;
/* 2491  */     -ms-transform: scaleX(0) !important;
/* 2492  */     transform: scaleX(0) !important;
/* 2493  */     }
/* 2494  */ .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2495  */ .btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2496  */ .btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2497  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2498  */ .btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2499  */ .btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 2500  */     border-top-color: #050505;

/* style_ver=5.5.css */

/* 2501  */     }
/* 2502  */ .btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2503  */ .btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2504  */ .btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
/* 2505  */ .btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
/* 2506  */     border-top-color: #fff;
/* 2507  */     }
/* 2508  */ .btVerticalMenuTrigger:hover {
/* 2509  */     cursor: pointer;
/* 2510  */     color: inherit;
/* 2511  */     }
/* 2512  */ .btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2513  */ .btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2514  */ .btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2515  */ .btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2516  */ .btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2517  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2518  */ .btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
/* 2519  */ .btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
/* 2520  */ .btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
/* 2521  */ .btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
/* 2522  */ .btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
/* 2523  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:after {
/* 2524  */     border-top-color: #07e6a5;
/* 2525  */     }
/* 2526  */ .btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
/* 2527  */ .btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after {
/* 2528  */     border-top-color: #050505;
/* 2529  */     }
/* 2530  */ .btVerticalMenuTrigger:hover .bt_bb_icon:before {
/* 2531  */     -webkit-transform: translateY(-3px);
/* 2532  */     -moz-transform: translateY(-3px);
/* 2533  */     -ms-transform: translateY(-3px);
/* 2534  */     transform: translateY(-3px);
/* 2535  */     }
/* 2536  */ .btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
/* 2537  */     -webkit-transform: rotate(0) translateY(-3px);
/* 2538  */     -moz-transform: rotate(0) translateY(-3px);
/* 2539  */     -ms-transform: rotate(0) translateY(-3px);
/* 2540  */     transform: rotate(0) translateY(-3px);
/* 2541  */     }
/* 2542  */ .btVerticalMenuTrigger:hover .bt_bb_icon:after {
/* 2543  */     -webkit-transform: translateY(3px);
/* 2544  */     -moz-transform: translateY(3px);
/* 2545  */     -ms-transform: translateY(3px);
/* 2546  */     transform: translateY(3px);
/* 2547  */     }
/* 2548  */ .btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
/* 2549  */     -webkit-transform: rotate(0) translateY(3px);
/* 2550  */     -moz-transform: rotate(0) translateY(3px);

/* style_ver=5.5.css */

/* 2551  */     -ms-transform: rotate(0) translateY(3px);
/* 2552  */     transform: rotate(0) translateY(3px);
/* 2553  */     }
/* 2554  */ .btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 2555  */     -webkit-transform: scaleX(1);
/* 2556  */     -moz-transform: scaleX(1);
/* 2557  */     -ms-transform: scaleX(1);
/* 2558  */     transform: scaleX(1);
/* 2559  */     }
/* 2560  */ .btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 2561  */ .btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 2562  */ .btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 2563  */ .btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 2564  */ .btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
/* 2565  */ .btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 2566  */     border-top-color: #07e6a5;
/* 2567  */     }
/* 2568  */ .btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
/* 2569  */     border-top-color: #050505;
/* 2570  */     }
/* 2571  */ .btMenuVerticalOn .mainHeader {
/* 2572  */     -webkit-transform: translateX(0);
/* 2573  */     -moz-transform: translateX(0);
/* 2574  */     -ms-transform: translateX(0);
/* 2575  */     transform: translateX(0);
/* 2576  */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2577  */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2578  */     transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2579  */     }
/* 2580  */ .btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
/* 2581  */ .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
/* 2582  */ .btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
/* 2583  */     -webkit-transform: translateX(320px);
/* 2584  */     -moz-transform: translateX(320px);
/* 2585  */     -ms-transform: translateX(320px);
/* 2586  */     transform: translateX(320px);
/* 2587  */     }
/* 2588  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
/* 2589  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
/* 2590  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
/* 2591  */     -webkit-transform: translateX(-320px);
/* 2592  */     -moz-transform: translateX(-320px);
/* 2593  */     -ms-transform: translateX(-320px);
/* 2594  */     transform: translateX(-320px);
/* 2595  */     }
/* 2596  */ .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
/* 2597  */     opacity: 0;
/* 2598  */     }
/* 2599  */ .btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
/* 2600  */ .btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,

/* style_ver=5.5.css */

/* 2601  */ .btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
/* 2602  */     -webkit-transform: translateX(-320px);
/* 2603  */     -moz-transform: translateX(-320px);
/* 2604  */     -ms-transform: translateX(-320px);
/* 2605  */     transform: translateX(-320px);
/* 2606  */     }
/* 2607  */ .rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
/* 2608  */ .rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
/* 2609  */ .rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
/* 2610  */     -webkit-transform: translateX(320px);
/* 2611  */     -moz-transform: translateX(320px);
/* 2612  */     -ms-transform: translateX(320px);
/* 2613  */     transform: translateX(320px);
/* 2614  */     }
/* 2615  */ .btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
/* 2616  */     opacity: 0;
/* 2617  */     }
/* 2618  */ .btMenuVertical .mainHeader {
/* 2619  */     text-align: center;
/* 2620  */     height: 100%;
/* 2621  */     top: 0;
/* 2622  */     bottom: 0;
/* 2623  */     position: fixed;
/* 2624  */     width: 320px;
/* 2625  */     clear: both;
/* 2626  */     z-index: 101;
/* 2627  */     padding: 0;
/* 2628  */     -webkit-box-shadow: none;
/* 2629  */     box-shadow: none;
/* 2630  */     overflow-y: auto;
/* 2631  */     overflow-x: hidden;
/* 2632  */     }
/* 2633  */ :not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
/* 2634  */     display: -ms-flexbox;
/* 2635  */     display: -webkit-flex;
/* 2636  */     display: flex;
/* 2637  */     -webkit-flex-direction: column-reverse;
/* 2638  */     -ms-flex-direction: column-reverse;
/* 2639  */     flex-direction: column-reverse;
/* 2640  */     -webkit-align-content: flex-start;
/* 2641  */     -ms-flex-line-pack: start;
/* 2642  */     align-content: flex-start;
/* 2643  */     -webkit-justify-content: flex-end;
/* 2644  */     -ms-flex-pack: end;
/* 2645  */     justify-content: flex-end;
/* 2646  */     }
/* 2647  */ .btMenuInitFinished.btMenuVertical .mainHeader {
/* 2648  */     -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2649  */     -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
/* 2650  */     transition: transform 1s cubic-bezier(.230,1,.320,1);

/* style_ver=5.5.css */

/* 2651  */     }
/* 2652  */ .btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
/* 2653  */     display: -ms-flexbox;
/* 2654  */     display: -webkit-flex;
/* 2655  */     display: flex;
/* 2656  */     -webkit-flex-direction: column;
/* 2657  */     -ms-flex-direction: column;
/* 2658  */     flex-direction: column;
/* 2659  */     -webkit-align-content: flex-start;
/* 2660  */     -ms-flex-line-pack: start;
/* 2661  */     align-content: flex-start;
/* 2662  */     -webkit-justify-content: flex-end;
/* 2663  */     -ms-flex-pack: end;
/* 2664  */     justify-content: flex-end;
/* 2665  */     }
/* 2666  */ .btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
/* 2667  */     -webkit-order: 0;
/* 2668  */     -ms-flex-order: 0;
/* 2669  */     order: 0;
/* 2670  */     }
/* 2671  */ .btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
/* 2672  */     -webkit-order: 2;
/* 2673  */     -ms-flex-order: 2;
/* 2674  */     order: 2;
/* 2675  */     }
/* 2676  */ .btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
/* 2677  */     -webkit-order: 1;
/* 2678  */     -ms-flex-order: 1;
/* 2679  */     order: 1;
/* 2680  */     }
/* 2681  */ .btMenuVertical .mainHeader .btMainLogo {
/* 2682  */     display: block !important;
/* 2683  */     }
/* 2684  */ .btMenuVertical .mainHeader .btAltLogo {
/* 2685  */     display: none !important;
/* 2686  */     }
/* 2687  */ .btMenuVertical .mainHeader .logo {
/* 2688  */     float: none;
/* 2689  */     margin: 0;
/* 2690  */     padding: 0 2em;
/* 2691  */     }
/* 2692  */ .btMenuVertical .mainHeader .logo img {
/* 2693  */     margin: 0 auto;
/* 2694  */     display: block;
/* 2695  */     height: auto;
/* 2696  */     max-width: 100%;
/* 2697  */     }
/* 2698  */ .btMenuVertical .mainHeader .btCloseVertical {
/* 2699  */     cursor: pointer;
/* 2700  */     font-size: 1.5em;

/* style_ver=5.5.css */

/* 2701  */     position: absolute;
/* 2702  */     right: 20px;
/* 2703  */     top: 10px;
/* 2704  */     }
/* 2705  */ .rtl.btMenuVertical .mainHeader .btCloseVertical {
/* 2706  */     right: auto;
/* 2707  */     left: 20px;
/* 2708  */     }
/* 2709  */ .btMenuVertical .mainHeader .btCloseVertical:before {
/* 2710  */     font-family: FontAwesome;
/* 2711  */     content: '\f00d';
/* 2712  */     }
/* 2713  */ .btMenuVertical .mainHeader .btCloseVertical:before:hover {
/* 2714  */     color: #07e6a5;
/* 2715  */     }
/* 2716  */ .btMenuVertical .mainHeader .menuPort {
/* 2717  */     display: -ms-flexbox;
/* 2718  */     display: -webkit-flex;
/* 2719  */     display: flex;
/* 2720  */     width: 100%;
/* 2721  */     -webkit-flex-direction: column-reverse;
/* 2722  */     -ms-flex-direction: column-reverse;
/* 2723  */     flex-direction: column-reverse;
/* 2724  */     }
/* 2725  */ .btMenuVertical .mainHeader .menuPort .leftNav {
/* 2726  */     -webkit-order: 1;
/* 2727  */     -ms-flex-order: 1;
/* 2728  */     order: 1;
/* 2729  */     }
/* 2730  */ .btMenuVertical .mainHeader .topBar .topBarPort .topTools {
/* 2731  */     padding-top: 1em;
/* 2732  */     padding-bottom: 1em;
/* 2733  */     }
/* 2734  */ .btMenuVertical .mainHeader nav {
/* 2735  */     margin: 0 !important;
/* 2736  */     }
/* 2737  */ .btMenuVertical .mainHeader nav ul > li > ul {
/* 2738  */     opacity: 1;
/* 2739  */     pointer-events: auto;
/* 2740  */     }
/* 2741  */ .btMenuVertical .mainHeader nav ul {
/* 2742  */     -webkit-transition: none;
/* 2743  */     -moz-transition: none;
/* 2744  */     transition: none;
/* 2745  */     }
/* 2746  */ .btMenuVertical .mainHeader nav ul li {
/* 2747  */     padding: 0;
/* 2748  */     position: relative;
/* 2749  */     background-color: transparent;
/* 2750  */     }

/* style_ver=5.5.css */

/* 2751  */ .btMenuVertical .mainHeader nav ul li a {
/* 2752  */     line-height: 1.1;
/* 2753  */     padding: 1em 2em;
/* 2754  */     border: none;
/* 2755  */     font-weight: 400;
/* 2756  */     }
/* 2757  */ .btMenuVertical .mainHeader nav ul li li {
/* 2758  */     font-size: .9em;
/* 2759  */     }
/* 2760  */ .btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
/* 2761  */     display: none;
/* 2762  */     }
/* 2763  */ .btMenuVertical .mainHeader nav ul ul li {
/* 2764  */     padding: 0;
/* 2765  */     opacity: 1;
/* 2766  */     border: none;
/* 2767  */     background-color: transparent;
/* 2768  */     }
/* 2769  */ .btMenuVertical .mainHeader nav ul ul li ul {
/* 2770  */     opacity: .8;
/* 2771  */     }
/* 2772  */ .btMenuVertical .mainHeader nav ul ul li ul li a {
/* 2773  */     border: none !important;
/* 2774  */     }
/* 2775  */ .btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
/* 2776  */ .btMenuVertical .mainHeader nav li.current-menu-item > a {
/* 2777  */     font-weight: 600;
/* 2778  */     }
/* 2779  */ .btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
/* 2780  */ .btMenuVertical .mainHeader .topBar .btIconWidget {
/* 2781  */     margin-left: .75em;
/* 2782  */     margin-right: .25em;
/* 2783  */     }
/* 2784  */ .btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
/* 2785  */ .btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
/* 2786  */     margin-left: .75em;
/* 2787  */     margin-right: 0;
/* 2788  */     }
/* 2789  */ .btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
/* 2790  */ .btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
/* 2791  */     padding-right: .75em;
/* 2792  */     }
/* 2793  */ .btMenuVertical .btVerticalMenuTrigger {
/* 2794  */     display: block;
/* 2795  */     }
/* 2796  */ .btMenuVertical .menuScrollPort {
/* 2797  */     width: 320px;
/* 2798  */     overflow: hidden;
/* 2799  */     }
/* 2800  */ .btMenuVerticalRight .mainHeader {

/* style_ver=5.5.css */

/* 2801  */     right: 0;
/* 2802  */     -webkit-box-shadow: -2px 0 5px rgba(0,0,0,.1);
/* 2803  */     box-shadow: -2px 0 5px rgba(0,0,0,.1);
/* 2804  */     -webkit-transform: translateX(100%);
/* 2805  */     -moz-transform: translateX(100%);
/* 2806  */     -ms-transform: translateX(100%);
/* 2807  */     transform: translateX(100%);
/* 2808  */     }
/* 2809  */ .btMenuVerticalOn.btMenuVerticalRight .mainHeader {
/* 2810  */     -webkit-transform: translateX(0);
/* 2811  */     -moz-transform: translateX(0);
/* 2812  */     -ms-transform: translateX(0);
/* 2813  */     transform: translateX(0);
/* 2814  */     }
/* 2815  */ .btMenuVerticalRight .btVerticalMenuTrigger {
/* 2816  */     float: right;
/* 2817  */     }
/* 2818  */ .btMenuVerticalLeft .mainHeader {
/* 2819  */     left: 0;
/* 2820  */     -webkit-box-shadow: 2px 0 5px rgba(0,0,0,.10);
/* 2821  */     box-shadow: 2px 0 5px rgba(0,0,0,.10);
/* 2822  */     -webkit-transform: translateX(-100%);
/* 2823  */     -moz-transform: translateX(-100%);
/* 2824  */     -ms-transform: translateX(-100%);
/* 2825  */     transform: translateX(-100%);
/* 2826  */     }
/* 2827  */ .btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
/* 2828  */     -webkit-transform: translateX(0);
/* 2829  */     -moz-transform: translateX(0);
/* 2830  */     -ms-transform: translateX(0);
/* 2831  */     transform: translateX(0);
/* 2832  */     }
/* 2833  */ .btMenuVerticalLeft .btVerticalMenuTrigger {
/* 2834  */     float: left;
/* 2835  */     }
/* 2836  */
/* 2837  */ /* Header tools layout */
/* 2838  */ .btMenuHorizontal .btTopToolsRight,
/* 2839  */ .btMenuHorizontal .btTopToolsLeft {
/* 2840  */     -webkit-flex-grow: 1;
/* 2841  */     flex-grow: 1;
/* 2842  */     }
/* 2843  */ .btMenuHorizontal .btTopToolsRight {
/* 2844  */     text-align: right;
/* 2845  */     }
/* 2846  */ .rtl.btMenuHorizontal .btTopToolsRight {
/* 2847  */     text-align: left;
/* 2848  */     }
/* 2849  */ .btMenuHorizontal .topBarInLogoArea {
/* 2850  */     float: right;

/* style_ver=5.5.css */

/* 2851  */     height: 80px;
/* 2852  */     display: -ms-flexbox;
/* 2853  */     display: -webkit-flex;
/* 2854  */     display: flex;
/* 2855  */     -webkit-align-items: center;
/* 2856  */     -ms-flex-align: center;
/* 2857  */     align-items: center;
/* 2858  */     }
/* 2859  */ .rtl.btMenuHorizontal .topBarInLogoArea {
/* 2860  */     float: left;
/* 2861  */     }
/* 2862  */ .btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
/* 2863  */     border: 0 solid #07e6a5;
/* 2864  */     }
/* 2865  */
/* 2866  */ /* Tools in vertical menu */
/* 2867  */ .btMenuVertical .menuPort .btEmptyElement {
/* 2868  */     display: none;
/* 2869  */     }
/* 2870  */ .btMenuVertical .menuPort .btTopToolsRight,
/* 2871  */ .btMenuVertical .menuPort .btTopToolsLeft {
/* 2872  */     max-width: none;
/* 2873  */     float: none;
/* 2874  */     }
/* 2875  */ .btMenuVertical .menuPort .topBar {
/* 2876  */     padding: 0;
/* 2877  */     }
/* 2878  */ .btMenuVertical .menuPort .topTools {
/* 2879  */     position: static;
/* 2880  */     padding: 10px 0 0;
/* 2881  */     text-align: center;
/* 2882  */     font-size: 14px;
/* 2883  */     }
/* 2884  */ .btMenuVertical .menuPort .topBarInLogoArea:after,
/* 2885  */ .btMenuVertical .menuPort .topBar:after {
/* 2886  */     display: table;
/* 2887  */     content: ' ';
/* 2888  */     clear: both;
/* 2889  */     }
/* 2890  */ .btMenuVertical .menuPort .topBarInMenu {
/* 2891  */     margin: 3em 0 0;
/* 2892  */     }
/* 2893  */ .btMenuVertical .menuPort nav:not(.rightNav):before,
/* 2894  */ .btMenuVertical .menuPort nav:not(.leftNav):after {
/* 2895  */     display: inline-block;
/* 2896  */     content: ' ';
/* 2897  */     width: 85px;
/* 2898  */     height: 4px;
/* 2899  */     clear: both;
/* 2900  */     }

/* style_ver=5.5.css */

/* 2901  */ .btMenuVertical .menuPort nav:not(.rightNav):before {
/* 2902  */     margin: 1em 0 1em;
/* 2903  */     }
/* 2904  */ .btMenuVertical .menuPort nav:not(.leftNav):after {
/* 2905  */     margin: 1em 0 1em;
/* 2906  */     }
/* 2907  */
/* 2908  */ /* iScroll */
/* 2909  */ .btDarkSkin .iScrollIndicator,
/* 2910  */ .bt_bb_color_scheme_1 .iScrollIndicator,
/* 2911  */ .bt_bb_color_scheme_3 .iScrollIndicator,
/* 2912  */ .bt_bb_color_scheme_6 .iScrollIndicator {
/* 2913  */     background-color: rgba(255,255,255,.05) !important;
/* 2914  */     border: 1px solid rgba(255,255,255,.1) !important;
/* 2915  */     }
/* 2916  */
/* 2917  */ /* Prevent horizontal scroll on small screens when menu is open */
/* 2918  */ body.btMenuVerticalOn {
/* 2919  */     position: relative;
/* 2920  */     width: 100vw;
/* 2921  */     overflow: hidden;
/* 2922  */     }
/* 2923  */
/* 2924  */ /* IE10 Menu Fix */
/* 2925  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
/* 2926  */     opacity: 1;
/* 2927  */     pointer-events: auto;
/* 2928  */     display: none;
/* 2929  */     }
/* 2930  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
/* 2931  */     display: block;
/* 2932  */     }
/* 2933  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
/* 2934  */     display: none;
/* 2935  */     }
/* 2936  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
/* 2937  */     display: block;
/* 2938  */     }
/* 2939  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
/* 2940  */     display: none;
/* 2941  */     }
/* 2942  */ html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
/* 2943  */     display: block;
/* 2944  */     }
/* 2945  */
/* 2946  */ /* Admin bar fix */
/* 2947  */ .admin-bar.btStickyHeaderActive .mainHeader,
/* 2948  */ .admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
/* 2949  */     top: 32px;
/* 2950  */     }

/* style_ver=5.5.css */

/* 2951  */ .admin-bar.btMenuVertical .mainHeader {
/* 2952  */     top: 32px;
/* 2953  */     }
/* 2954  */ @media screen and (max-width: 782px) {
/* 2955  */ .admin-bar.btStickyHeaderActive .mainHeader,
/* 2956  */ .admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
/* 2957  */     top: 46px;
/* 2958  */     }
/* 2959  */ .admin-bar.btMenuVertical .mainHeader {
/* 2960  */     top: 46px;
/* 2961  */     }
/* 2962  */ }
/* 2963  */
/* 2964  */ @media screen and (max-width: 600px) {
/* 2965  */ .admin-bar.btStickyHeaderActive .mainHeader {
/* 2966  */     top: 0;
/* 2967  */     }
/* 2968  */ .admin-bar.btMenuVertical .btVerticalHeaderTop {
/* 2969  */     top: 0;
/* 2970  */     }
/* 2971  */ }
/* 2972  */
/* 2973  */ /* Footer copyright */
/* 2974  */ .btSiteFooter {
/* 2975  */     font-size: .9em;
/* 2976  */     }
/* 2977  */ .btSiteFooter:after {
/* 2978  */     content: " ";
/* 2979  */     display: table;
/* 2980  */     width: 100%;
/* 2981  */     clear: both;
/* 2982  */     }
/* 2983  */ .btSiteFooter .copyLine {
/* 2984  */     margin-bottom: 0;
/* 2985  */     }
/* 2986  */ .btSiteFooter .menu {
/* 2987  */     margin: 0 -1em;
/* 2988  */     padding: 0;
/* 2989  */     list-style: none;
/* 2990  */     }
/* 2991  */ .btSiteFooter .menu li {
/* 2992  */     display: inline-block;
/* 2993  */     margin: 0 1em;
/* 2994  */     padding: 0;
/* 2995  */     }
/* 2996  */ .btSiteFooterWidgets {
/* 2997  */     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 2998  */     box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
/* 2999  */     padding-top: 4em;
/* 3000  */     }

/* style_ver=5.5.css */

/* 3001  */ .btSiteFooterWidgets .btBox {
/* 3002  */     background-color: transparent;
/* 3003  */     }
/* 3004  */ .btSiteFooterWidgets .btBox .btImage img {
/* 3005  */     margin: initial;
/* 3006  */     }
/* 3007  */ .btSiteFooter .btFooterCopy {
/* 3008  */     padding-top: 2em;
/* 3009  */     padding-bottom: 1em;
/* 3010  */     text-align: center;
/* 3011  */     }
/* 3012  */ .btSiteFooter .btFooterMenu {
/* 3013  */     padding-top: 1em;
/* 3014  */     padding-bottom: 2em;
/* 3015  */     opacity: .5;
/* 3016  */     text-align: center;
/* 3017  */     }
/* 3018  */ .btLightSkin .btSiteFooterWidgets,
/* 3019  */ .bt_bb_color_scheme_2 .btSiteFooterWidgets,
/* 3020  */ .bt_bb_color_scheme_4 .btSiteFooterWidgets,
/* 3021  */ .bt_bb_color_scheme_5 .btSiteFooterWidgets {
/* 3022  */     background: #fff;
/* 3023  */     }
/* 3024  */ .btLightSkin .btSiteFooter,
/* 3025  */ .bt_bb_color_scheme_2 .btSiteFooter,
/* 3026  */ .bt_bb_color_scheme_4 .btSiteFooter,
/* 3027  */ .bt_bb_color_scheme_5 .btSiteFooter {
/* 3028  */     background: #fff;
/* 3029  */     }
/* 3030  */ .btLightSkin .btSiteFooter .port:before,
/* 3031  */ .bt_bb_color_scheme_2 .btSiteFooter .port:before,
/* 3032  */ .bt_bb_color_scheme_4 .btSiteFooter .port:before,
/* 3033  */ .bt_bb_color_scheme_5 .btSiteFooter .port:before {
/* 3034  */     background-color: #050505;
/* 3035  */     }
/* 3036  */ .btDarkSkin .btSiteFooterWidgets,
/* 3037  */ .bt_bb_color_scheme_1 .btSiteFooterWidgets,
/* 3038  */ .bt_bb_color_scheme_3 .btSiteFooterWidgets,
/* 3039  */ .bt_bb_color_scheme_6 .btSiteFooterWidgets {
/* 3040  */     background: #191919;
/* 3041  */     }
/* 3042  */ .btDarkSkin .btSiteFooter,
/* 3043  */ .bt_bb_color_scheme_1 .btSiteFooter,
/* 3044  */ .bt_bb_color_scheme_3 .btSiteFooter,
/* 3045  */ .bt_bb_color_scheme_6 .btSiteFooter {
/* 3046  */     background: #191919;
/* 3047  */     }
/* 3048  */ .btDarkSkin .btSiteFooter .port:before,
/* 3049  */ .bt_bb_color_scheme_1 .btSiteFooter .port:before,
/* 3050  */ .bt_bb_color_scheme_3 .btSiteFooter .port:before,

/* style_ver=5.5.css */

/* 3051  */ .bt_bb_color_scheme_6 .btSiteFooter .port:before {
/* 3052  */     background-color: #07e6a5;
/* 3053  */     }
/* 3054  */ @media (max-width: 992px) {
/* 3055  */ .btSiteFooter .port .btFooterCopy,
/* 3056  */ .btSiteFooter .port .btFooterMenu {
/* 3057  */     padding-top: 1em;
/* 3058  */     padding-bottom: 1em;
/* 3059  */     text-align: center;
/* 3060  */     }
/* 3061  */ .btSiteFooterWidgets .btIconWidgetContent {
/* 3062  */     width: 100%;
/* 3063  */     }
/* 3064  */ .btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
/* 3065  */     width: 100%;
/* 3066  */     }
/* 3067  */ .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
/* 3068  */     -webkit-flex: 0 0 50%;
/* 3069  */     -ms-flex: 0 0 50%;
/* 3070  */     flex: 0 0 50%;
/* 3071  */     }
/* 3072  */ }
/* 3073  */
/* 3074  */ @media (max-width: 468px) {
/* 3075  */ .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
/* 3076  */     -webkit-flex: 0 0 100%;
/* 3077  */     -ms-flex: 0 0 100%;
/* 3078  */     flex: 0 0 100%;
/* 3079  */     }
/* 3080  */ }
/* 3081  */
/* 3082  */ /* Single post */
/* 3083  */ .sticky .headline:before {
/* 3084  */     content: '\e69b';
/* 3085  */     font-family: Icon7Stroke;
/* 3086  */     display: block;
/* 3087  */     float: left;
/* 3088  */     margin-right: .4em;
/* 3089  */     font-size: .7em;
/* 3090  */     padding-top: .3em;
/* 3091  */     }
/* 3092  */ .sticky .btBlogSimpleViewCategories .headline:before {
/* 3093  */     content: '';
/* 3094  */     }
/* 3095  */
/* 3096  */ /* Single Article */
/* 3097  */ body.btNoSidebar .btPostSingleItemStandard {
/* 3098  */     margin-top: 4em;
/* 3099  */     }
/* 3100  */ .btPostListStandard.btPostSingleItemStandard {

/* style_ver=5.5.css */

/* 3101  */     padding-bottom: 3em;
/* 3102  */     }
/* 3103  */ .btPostSingleItemStandard .btArticleMedia,
/* 3104  */ .btPostSingleItemStandard .btArticleHeadline,
/* 3105  */ .btPostSingleItemStandard .btArticleContent,
/* 3106  */ .btPostSingleItemStandard .btArticleShareEtc {
/* 3107  */     margin-bottom: 2em;
/* 3108  */     clear: both;
/* 3109  */     }
/* 3110  */ .btPostSingleItemStandard .btArticleShareEtc {
/* 3111  */     display: -ms-flexbox;
/* 3112  */     display: -webkit-flex;
/* 3113  */     display: flex;
/* 3114  */     -webkit-align-items: center;
/* 3115  */     -ms-flex-align: center;
/* 3116  */     align-items: center;
/* 3117  */     }
/* 3118  */ .btPostSingleItemStandard .btArticleShareEtc > div {
/* 3119  */     -webkit-flex: 1 1 50%;
/* 3120  */     -ms-flex: 1 1 50%;
/* 3121  */     flex: 1 1 50%;
/* 3122  */     max-width: 50%;
/* 3123  */     }
/* 3124  */ .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
/* 3125  */     text-align: right;
/* 3126  */     -webkit-flex: 1 1 50%;
/* 3127  */     -ms-flex: 1 1 50%;
/* 3128  */     flex: 1 1 50%;
/* 3129  */     }
/* 3130  */ .btPostSingleItemStandard .btArticleContent,
/* 3131  */ .btPostSingleItemStandard .btArticleShareEtc {
/* 3132  */     max-width: 740px;
/* 3133  */     }
/* 3134  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
/* 3135  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
/* 3136  */     max-width: initial;
/* 3137  */     }
/* 3138  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
/* 3139  */     display: -ms-flexbox;
/* 3140  */     display: -webkit-flex;
/* 3141  */     display: flex;
/* 3142  */     margin-left: -2em;
/* 3143  */     margin-right: -2em;
/* 3144  */     }
/* 3145  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
/* 3146  */     -webkit-flex: 1 1 70%;
/* 3147  */     -ms-flex: 1 1 70%;
/* 3148  */     flex: 1 1 70%;
/* 3149  */     padding-left: 2em;
/* 3150  */     padding-right: 2em;

/* style_ver=5.5.css */

/* 3151  */     }
/* 3152  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
/* 3153  */     -webkit-flex: 1 1 30%;
/* 3154  */     -ms-flex: 1 1 30%;
/* 3155  */     flex: 1 1 30%;
/* 3156  */     padding-left: 2em;
/* 3157  */     padding-right: 2em;
/* 3158  */     }
/* 3159  */ .btPostSingleItemStandard .btShareColumn {
/* 3160  */     opacity: .4;
/* 3161  */     }
/* 3162  */ body.single .btPostSingleItemStandard .btShareColumn {
/* 3163  */     text-align: right;
/* 3164  */     }
/* 3165  */ body.single.rtl .btPostSingleItemStandard .btShareColumn {
/* 3166  */     text-align: left;
/* 3167  */     }
/* 3168  */ @media(max-width: 520px) {
/* 3169  */ .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
/* 3170  */     display: block;
/* 3171  */     }
/* 3172  */ }
/* 3173  */
/* 3174  */ /* Portfolio meta */
/* 3175  */ .btArticleSuperMeta dl {
/* 3176  */     margin-bottom: 2em;
/* 3177  */     }
/* 3178  */ .btArticleSuperMeta dl dt {
/* 3179  */     min-width: 100px;
/* 3180  */     display: inline-block;
/* 3181  */     }
/* 3182  */ .btArticleSuperMeta dl dd {
/* 3183  */     text-align: right display: inline-block;
/* 3184  */     }
/* 3185  */ .btArticleSuperMeta .btShareColumn {
/* 3186  */     margin-bottom: 1em;
/* 3187  */     text-align: inherit !important;
/* 3188  */     }
/* 3189  */
/* 3190  */ /* About author */
/* 3191  */ .btAboutAuthor {
/* 3192  */     display: -ms-flexbox;
/* 3193  */     display: -webkit-flex;
/* 3194  */     display: flex;
/* 3195  */     width: 100%;
/* 3196  */     margin-bottom: 2em;
/* 3197  */     }
/* 3198  */ .btLightSkin .btAboutAuthor,
/* 3199  */ .bt_bb_color_scheme_2 .btAboutAuthor,
/* 3200  */ .bt_bb_color_scheme_4 .btAboutAuthor,

/* style_ver=5.5.css */

/* 3201  */ .bt_bb_color_scheme_5 .btAboutAuthor {
/* 3202  */     border-top: 1px solid rgba(0,0,0,.1);
/* 3203  */     }
/* 3204  */ .btDarkSkin .btAboutAuthor,
/* 3205  */ .bt_bb_color_scheme_1 .btAboutAuthor,
/* 3206  */ .bt_bb_color_scheme_3 .btAboutAuthor,
/* 3207  */ .bt_bb_color_scheme_6 .btAboutAuthor {
/* 3208  */     border-top: 1px solid rgba(255,255,255,.5);
/* 3209  */     }
/* 3210  */ .btAboutAuthor .aaAvatar {
/* 3211  */     vertical-align: top;
/* 3212  */     padding: 20px 10px;
/* 3213  */     -webkit-flex: 1 1 150px;
/* 3214  */     -ms-flex: 1 1 150px;
/* 3215  */     flex: 1 1 150px;
/* 3216  */     }
/* 3217  */ .btAboutAuthor .aaAvatar img {
/* 3218  */     display: block;
/* 3219  */     width: 100%;
/* 3220  */     height: auto;
/* 3221  */     border-radius: 50%;
/* 3222  */     }
/* 3223  */ .btAboutAuthor .aaTxt {
/* 3224  */     -webkit-flex: 0 1 100%;
/* 3225  */     -ms-flex: 0 1 100%;
/* 3226  */     flex: 0 1 100%;
/* 3227  */     padding: 1em;
/* 3228  */     }
/* 3229  */ .btAboutAuthor .aaTxt h1,
/* 3230  */ .btAboutAuthor .aaTxt h2,
/* 3231  */ .btAboutAuthor .aaTxt h3,
/* 3232  */ .btAboutAuthor .aaTxt h4,
/* 3233  */ .btAboutAuthor .aaTxt h5,
/* 3234  */ .btAboutAuthor .aaTxt h6,
/* 3235  */ .btAboutAuthor .aaTxt h7,
/* 3236  */ .btAboutAuthor .aaTxt h8 {
/* 3237  */     font-size: 1.3em;
/* 3238  */     }
/* 3239  */ @media(max-width: 520px) {
/* 3240  */ .btAboutAuthor .aaAvatar {
/* 3241  */     -webkit-flex: 1 1 100px;
/* 3242  */     -ms-flex: 1 1 100px;
/* 3243  */     flex: 1 1 100px;
/* 3244  */     }
/* 3245  */ }
/* 3246  */
/* 3247  */ /* Media box */
/* 3248  */ .btMediaBox {
/* 3249  */     position: relative;
/* 3250  */     overflow: hidden;

/* style_ver=5.5.css */

/* 3251  */     }
/* 3252  */ .btMediaBox img {
/* 3253  */     display: block;
/* 3254  */     width: auto;
/* 3255  */     height: auto;
/* 3256  */     }
/* 3257  */ .btMediaBox .aspectVideo {
/* 3258  */     visibility: hidden;
/* 3259  */     width: 100%;
/* 3260  */     }
/* 3261  */ .btMediaBox iframe {
/* 3262  */     display: block;
/* 3263  */     border: none;
/* 3264  */     }
/* 3265  */ .btMediaBox.video iframe {
/* 3266  */     display: block;
/* 3267  */     position: absolute;
/* 3268  */     z-index: 2;
/* 3269  */     top: 0;
/* 3270  */     left: 0;
/* 3271  */     right: 0;
/* 3272  */     bottom: 0;
/* 3273  */     width: 100% !important;
/* 3274  */     height: 100% !important;
/* 3275  */     border: none;
/* 3276  */     }
/* 3277  */ .btMediaBox.audio iframe {
/* 3278  */     display: block;
/* 3279  */     width: 100% !important;
/* 3280  */     }
/* 3281  */ .btMediaBox.btQuote,
/* 3282  */ .btMediaBox.btLink {
/* 3283  */     text-align: center;
/* 3284  */     position: relative;
/* 3285  */     display: block;
/* 3286  */     margin: 0;
/* 3287  */     font-weight: 300;
/* 3288  */     padding: 5em;
/* 3289  */     }
/* 3290  */ .btMediaBox.btQuote:before,
/* 3291  */ .btMediaBox.btLink:before {
/* 3292  */     content: " ";
/* 3293  */     position: absolute;
/* 3294  */     top: 0;
/* 3295  */     left: 0;
/* 3296  */     bottom: 0;
/* 3297  */     right: 0;
/* 3298  */     background-color: #07e6a5;
/* 3299  */     }
/* 3300  */ .btMediaBox.btQuote[style*="background-image"]:before,

/* style_ver=5.5.css */

/* 3301  */ .btMediaBox.btLink[style*="background-image"]:before {
/* 3302  */     opacity: .6;
/* 3303  */     }
/* 3304  */ .btArticleListItem .btMediaBox.btQuote,
/* 3305  */ .btArticleListItem .btMediaBox.btLink {
/* 3306  */     padding: 4em;
/* 3307  */     }
/* 3308  */ .btMediaBox.btQuote blockquote,
/* 3309  */ .btMediaBox.btLink blockquote {
/* 3310  */     padding: 0;
/* 3311  */     }
/* 3312  */ .btMediaBox.btQuote blockquote:before,
/* 3313  */ .btMediaBox.btLink blockquote:before {
/* 3314  */     content: '';
/* 3315  */     }
/* 3316  */ .btMediaBox.btQuote p:before,
/* 3317  */ .btMediaBox.btLink p:before {
/* 3318  */     display: block;
/* 3319  */     text-align: center;
/* 3320  */     font: 2em/1em Icon7Stroke;
/* 3321  */     margin-bottom: .3em;
/* 3322  */     }
/* 3323  */ .btMediaBox.btQuote p,
/* 3324  */ .btMediaBox.btLink p {
/* 3325  */     font-size: 2em;
/* 3326  */     line-height: 1.3em;
/* 3327  */     margin: 0;
/* 3328  */     }
/* 3329  */ .btMediaBox.btQuote cite,
/* 3330  */ .btMediaBox.btLink cite {
/* 3331  */     display: inline-block;
/* 3332  */     padding: 1.5em 0 0;
/* 3333  */     border-top: 1px solid #fff;
/* 3334  */     margin: 1.5em 0 0;
/* 3335  */     font-size: 1em;
/* 3336  */     }
/* 3337  */ .btMediaBox.btQuote a,
/* 3338  */ .btMediaBox.btLink a {
/* 3339  */     color: #fff;
/* 3340  */     -webkit-transition: all 300ms ease;
/* 3341  */     -moz-transition: all 300ms ease;
/* 3342  */     transition: all 300ms ease;
/* 3343  */     }
/* 3344  */ .btMediaBox.btQuote a:hover,
/* 3345  */ .btMediaBox.btLink a:hover {
/* 3346  */     color: #fff;
/* 3347  */     opacity: .6;
/* 3348  */     }
/* 3349  */ .btMediaBox.btLink p:before {
/* 3350  */     content: "\e641";

/* style_ver=5.5.css */

/* 3351  */     }
/* 3352  */ .btMediaBox.btQuote p:before {
/* 3353  */     content: "\e635";
/* 3354  */     }
/* 3355  */
/* 3356  */ /* Blog list side info */
/* 3357  */ .btHasAuthorInfo .btArticleContentHolder {
/* 3358  */     position: relative;
/* 3359  */     padding-left: 110px;
/* 3360  */     }
/* 3361  */ .articleSideGutter {
/* 3362  */     position: absolute;
/* 3363  */     top: 0;
/* 3364  */     left: 0;
/* 3365  */     line-height: 1.4;
/* 3366  */     width: 90px;
/* 3367  */     text-align: center;
/* 3368  */     }
/* 3369  */ .btPostListColumns .articleSideGutter {
/* 3370  */     margin-left: 1em;
/* 3371  */     }
/* 3372  */ .articleSideGutter .date {
/* 3373  */     opacity: .8;
/* 3374  */     }
/* 3375  */ .rtl .articleSideGutter {
/* 3376  */     left: auto;
/* 3377  */     right: 0;
/* 3378  */     }
/* 3379  */ .articleSideGutter .asgItem.title {
/* 3380  */     margin: 4px 0 0;
/* 3381  */     }
/* 3382  */ @media (max-width: 768px) {
/* 3383  */ .btPostSingleItemStandard .btArticleShareEtc {
/* 3384  */     display: block;
/* 3385  */     }
/* 3386  */ .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
/* 3387  */ .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn {
/* 3388  */     max-width: 100%;
/* 3389  */     float: none;
/* 3390  */     text-align: center;
/* 3391  */     }
/* 3392  */ .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
/* 3393  */ .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child {
/* 3394  */     padding-bottom: 1em;
/* 3395  */     }
/* 3396  */ }
/* 3397  */
/* 3398  */ @media (max-width:620px) {
/* 3399  */ .btHasAuthorInfo .btArticleContentHolder {
/* 3400  */     padding-left: 0;

/* style_ver=5.5.css */

/* 3401  */     clear: both;
/* 3402  */     }
/* 3403  */ .btHasAuthorInfo .articleSideGutter {
/* 3404  */     position: relative;
/* 3405  */     left: 0;
/* 3406  */     margin: 0;
/* 3407  */     width: auto;
/* 3408  */     padding: 0 0 1em;
/* 3409  */     clear: both;
/* 3410  */     }
/* 3411  */ .btHasAuthorInfo .asgItem.avatar {
/* 3412  */     width: 45px;
/* 3413  */     float: left;
/* 3414  */     }
/* 3415  */ }
/* 3416  */
/* 3417  */ /* List vies */
/* 3418  */ .btArticleListItem .btShareRow {
/* 3419  */     opacity: .4;
/* 3420  */     }
/* 3421  */
/* 3422  */ /* Column list view */
/* 3423  */ body.btNoSidebar .btPostListColumns:first-of-type,
/* 3424  */ body.btNoSidebar .btPostSingleItemColumns:first-of-type {
/* 3425  */     margin-top: 4em;
/* 3426  */     }
/* 3427  */ .btPostListColumns:not(:last-of-type),
/* 3428  */ .btPostSingleItemColumns:not(:last-of-type) {
/* 3429  */     margin-bottom: 3em;
/* 3430  */     }
/* 3431  */ .btPostListColumns .btArticleContentHolder,
/* 3432  */ .btPostSingleItemColumns .btArticleContentHolder {
/* 3433  */     display: -ms-flexbox;
/* 3434  */     display: -webkit-flex;
/* 3435  */     display: flex;
/* 3436  */     -webkit-align-items: center;
/* 3437  */     -ms-flex-align: center;
/* 3438  */     align-items: center;
/* 3439  */     margin: 0 -1em;
/* 3440  */     }
/* 3441  */ .btPostListColumns .btArticleContentHolder .btArticleMedia,
/* 3442  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
/* 3443  */     -webkit-flex: 1 1 60%;
/* 3444  */     -ms-flex: 1 1 60%;
/* 3445  */     flex: 1 1 60%;
/* 3446  */     max-width: 60%;
/* 3447  */     padding: 0 1em;
/* 3448  */     }
/* 3449  */ .btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
/* 3450  */ .btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {

/* style_ver=5.5.css */

/* 3451  */     -webkit-flex-basis: 0%;
/* 3452  */     flex-basis: 0%;
/* 3453  */     max-width: 0%;
/* 3454  */     }
/* 3455  */ .btPostListColumns .btArticleContentHolder .btArticleTextContent,
/* 3456  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
/* 3457  */     -webkit-flex: 1 1 40%;
/* 3458  */     -ms-flex: 1 1 40%;
/* 3459  */     flex: 1 1 40%;
/* 3460  */     max-width: 40%;
/* 3461  */     padding: 1em;
/* 3462  */     }
/* 3463  */ .btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
/* 3464  */ .btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
/* 3465  */     -webkit-flex-basis: 100%;
/* 3466  */     flex-basis: 100%;
/* 3467  */     max-width: 100%;
/* 3468  */     }
/* 3469  */ .btPostListColumns .btArticleContentHolder .btArticleHeadline,
/* 3470  */ .btPostListColumns .btArticleContentHolder .btArticleContent,
/* 3471  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
/* 3472  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
/* 3473  */     margin-bottom: 1em;
/* 3474  */     }
/* 3475  */ .btPostListColumns .btArticleContentHolder .btShareRow,
/* 3476  */ .btPostSingleItemColumns .btArticleContentHolder .btShareRow {
/* 3477  */     margin-top: 2em;
/* 3478  */     }
/* 3479  */ .btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
/* 3480  */ .btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
/* 3481  */ .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
/* 3482  */ .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
/* 3483  */     font-size: 1.5em;
/* 3484  */     }
/* 3485  */ .btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
/* 3486  */ .btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
/* 3487  */ .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
/* 3488  */ .btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
/* 3489  */     padding-top: 1em;
/* 3490  */     font-size: .8em;
/* 3491  */     }
/* 3492  */ @media (max-width: 920px) {
/* 3493  */ .btPostListColumns .btArticleContentHolder .btArticleHeadline,
/* 3494  */ .btPostListColumns .btArticleContentHolder .btArticleContent {
/* 3495  */     overflow: hidden;
/* 3496  */     -o-text-overflow: ellipsis;
/* 3497  */     text-overflow: ellipsis;
/* 3498  */     display: -webkit-box;
/* 3499  */     -webkit-box-orient: vertical;
/* 3500  */     -webkit-line-clamp: 4;

/* style_ver=5.5.css */

/* 3501  */     line-height: 1.8em;
/* 3502  */     max-height: 7.2em;
/* 3503  */     }
/* 3504  */ }
/* 3505  */
/* 3506  */ .btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
/* 3507  */     -webkit-flex-direction: row-reverse;
/* 3508  */     -ms-flex-direction: row-reverse;
/* 3509  */     flex-direction: row-reverse;
/* 3510  */     }
/* 3511  */ @media (max-width: 768px) {
/* 3512  */ .btPostListColumns .btArticleContentHolder,
/* 3513  */ .btPostSingleItemColumns .btArticleContentHolder {
/* 3514  */     display: block;
/* 3515  */     margin-left: 0;
/* 3516  */     margin-right: 0;
/* 3517  */     }
/* 3518  */ .btPostListColumns .btArticleContentHolder .btArticleMedia,
/* 3519  */ .btPostListColumns .btArticleContentHolder .btArticleTextContent,
/* 3520  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,
/* 3521  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
/* 3522  */     clear: both;
/* 3523  */     padding: 0;
/* 3524  */     max-width: 100%;
/* 3525  */     padding-bottom: 2em;
/* 3526  */     }
/* 3527  */ .btPostListColumns .btArticleContentHolder .btArticleMedia,
/* 3528  */ .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
/* 3529  */     padding-bottom: 1em;
/* 3530  */     }
/* 3531  */ }
/* 3532  */
/* 3533  */ /* Sticky item */
/* 3534  */ .sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
/* 3535  */ .sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
/* 3536  */ .sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
/* 3537  */ .sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
/* 3538  */ .sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
/* 3539  */ .sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
/* 3540  */ .sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
/* 3541  */ .sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
/* 3542  */     font-family: FontAwesome;
/* 3543  */     content: "\f02b";
/* 3544  */     margin: 0 .5em;
/* 3545  */     color: #07e6a5;
/* 3546  */     }
/* 3547  */
/* 3548  */ /* Dark skin */
/* 3549  */ .btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
/* 3550  */ .btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {

/* style_ver=5.5.css */

/* 3551  */     -webkit-box-shadow: 0 0 0 1em #fff inset;
/* 3552  */     box-shadow: 0 0 0 1em #fff inset;
/* 3553  */     color: #191919;
/* 3554  */     }
/* 3555  */ .btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,
/* 3556  */ .btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
/* 3557  */     -webkit-box-shadow: 0 0 0 1px #fff inset;
/* 3558  */     box-shadow: 0 0 0 1px #fff inset;
/* 3559  */     color: #fff;
/* 3560  */     }
/* 3561  */ .btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
/* 3562  */     -webkit-box-shadow: 0 0 0 1px #fff inset;
/* 3563  */     box-shadow: 0 0 0 1px #fff inset;
/* 3564  */     color: #fff;
/* 3565  */     }
/* 3566  */ .btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
/* 3567  */     -webkit-box-shadow: 0 0 0 2em #fff inset;
/* 3568  */     box-shadow: 0 0 0 2em #fff inset;
/* 3569  */     color: #191919;
/* 3570  */     }
/* 3571  */
/* 3572  */ /* Column single view */
/* 3573  */ .btPostSingleItemColumns .btArticleContentHolder {
/* 3574  */     -webkit-align-items: flex-start;
/* 3575  */     -ms-flex-align: start;
/* 3576  */     align-items: flex-start;
/* 3577  */     }
/* 3578  */ .btPostSingleItemColumns .btArticleMedia,
/* 3579  */ .btPostSingleItemColumns .btArticleHeadline,
/* 3580  */ .btPostSingleItemColumns .btArticleContent,
/* 3581  */ .btPostSingleItemColumns .btArticleShareEtc {
/* 3582  */     margin-bottom: 2em;
/* 3583  */     clear: both;
/* 3584  */     }
/* 3585  */ body.btNoSidebar .btPostSingleItemColumns {
/* 3586  */     margin-top: 4em;
/* 3587  */     }
/* 3588  */
/* 3589  */ /* Simple view */
/* 3590  */ body.btNoSidebar .btArticleListItem.btPostListSimple:first-of-type {
/* 3591  */     margin-top: 4em;
/* 3592  */     }
/* 3593  */ .btArticleListItem.btPostListSimple .btArticleContentHolder {
/* 3594  */     padding-bottom: 3em;
/* 3595  */     margin-bottom: 3em;
/* 3596  */     }
/* 3597  */ .btLightSkin .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3598  */ .bt_bb_color_scheme_2 .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3599  */ .bt_bb_color_scheme_4 .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3600  */ .bt_bb_color_scheme_5 .btArticleListItem.btPostListSimple .btArticleContentHolder,

/* style_ver=5.5.css */

/* 3601  */ :graySkinSelector .btArticleListItem.btPostListSimple .btArticleContentHolder {
/* 3602  */     border-bottom: 1px solid rgba(0,0,0,.1);
/* 3603  */     }
/* 3604  */ .btDarkSkin .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3605  */ .bt_bb_color_scheme_1 .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3606  */ .bt_bb_color_scheme_3 .btArticleListItem.btPostListSimple .btArticleContentHolder,
/* 3607  */ .bt_bb_color_scheme_6 .btArticleListItem.btPostListSimple .btArticleContentHolder {
/* 3608  */     border-bottom: 1px solid;
/* 3609  */     }
/* 3610  */ .btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
/* 3611  */     margin-top: 2em;
/* 3612  */     }
/* 3613  */
/* 3614  */ /* Image alignment (unit test) */
/* 3615  */ .btContentHolder .alignleft {
/* 3616  */     float: left;
/* 3617  */     margin: 0 1em 0 0;
/* 3618  */     }
/* 3619  */ .btContentHolder .alignright {
/* 3620  */     float: right;
/* 3621  */     margin: 0 0 0 1em;
/* 3622  */     }
/* 3623  */ .btContentHolder .aligncenter,
/* 3624  */ .btContentHolder .btContent .alignnone {
/* 3625  */     text-align: center;
/* 3626  */     margin: 0 auto;
/* 3627  */     }
/* 3628  */ .btContentHolder figure.aligncenter,
/* 3629  */ .btContentHolder .btContent figure.alignnone {
/* 3630  */     margin: 0 auto 1em;
/* 3631  */     }
/* 3632  */ .btContentHolder .alignnone {
/* 3633  */     width: auto !important;
/* 3634  */     }
/* 3635  */
/* 3636  */ /* Password protection (unit test) */
/* 3637  */ .post-password-form input[type="password"] {
/* 3638  */     padding: 10px;
/* 3639  */     height: 38px;
/* 3640  */     border: 1px solid rgba(255,255,255,.5);
/* 3641  */     width: 100%;
/* 3642  */     display: block;
/* 3643  */     margin: 0 0 1em;
/* 3644  */     }
/* 3645  */ .post-password-form input[type="submit"] {
/* 3646  */     display: block;
/* 3647  */     margin: 0 auto;
/* 3648  */     color: #FFF;
/* 3649  */     width: auto;
/* 3650  */     height: 38px;

/* style_ver=5.5.css */

/* 3651  */     background: #07e6a5;
/* 3652  */     border: 0;
/* 3653  */     cursor: pointer;
/* 3654  */     padding: 0 1em;
/* 3655  */     font-family: "Montserrat";
/* 3656  */     }
/* 3657  */
/* 3658  */ /* Pagination */
/* 3659  */ .btPagination {
/* 3660  */     font-family: "Montserrat";
/* 3661  */     font-weight: 400;
/* 3662  */     font-size: 1rem;
/* 3663  */     line-height: 2.5rem;
/* 3664  */     margin-top: 2em;
/* 3665  */     }
/* 3666  */ .btPagination:after {
/* 3667  */     content: " ";
/* 3668  */     display: table;
/* 3669  */     width: 100%;
/* 3670  */     clear: both;
/* 3671  */     }
/* 3672  */ .btPagination .paging.onLeft {
/* 3673  */     float: left;
/* 3674  */     }
/* 3675  */ .rtl .btPagination .paging.onLeft {
/* 3676  */     float: right;
/* 3677  */     }
/* 3678  */ .btPagination .paging.onRight {
/* 3679  */     float: right;
/* 3680  */     }
/* 3681  */ .rtl .btPagination .paging.onRight {
/* 3682  */     float: left;
/* 3683  */     }
/* 3684  */ .btPagination .paging {
/* 3685  */     padding-bottom: 2em;
/* 3686  */     }
/* 3687  */ .btPagination .paging a {
/* 3688  */     display: block;
/* 3689  */     color: inherit;
/* 3690  */     }
/* 3691  */ .btPagination .paging a:hover {
/* 3692  */     color: #07e6a5;
/* 3693  */     }
/* 3694  */ .btPagination .paging p {
/* 3695  */     margin: 0;
/* 3696  */     }
/* 3697  */ .btPagination .paging a:after {
/* 3698  */     width: 2.5rem;
/* 3699  */     display: block;
/* 3700  */     text-align: center;

/* style_ver=5.5.css */

/* 3701  */     font: 2rem/2.5rem Icon7Stroke;
/* 3702  */     -webkit-transition: all 500ms ease;
/* 3703  */     -moz-transition: all 500ms ease;
/* 3704  */     transition: all 500ms ease;
/* 3705  */     }
/* 3706  */ .btDarkSkin .btPagination .paging a:after,
/* 3707  */ .bt_bb_color_scheme_1 .btPagination .paging a:after,
/* 3708  */ .bt_bb_color_scheme_3 .btPagination .paging a:after,
/* 3709  */ .bt_bb_color_scheme_6 .btPagination .paging a:after {
/* 3710  */     border: 1px solid #fff;
/* 3711  */     color: #fff;
/* 3712  */     }
/* 3713  */ .btLightSkin .btPagination .paging a:after,
/* 3714  */ .bt_bb_color_scheme_2 .btPagination .paging a:after,
/* 3715  */ .bt_bb_color_scheme_4 .btPagination .paging a:after,
/* 3716  */ .bt_bb_color_scheme_5 .btPagination .paging a:after {
/* 3717  */     border: 1px solid #050505;
/* 3718  */     color: #050505;
/* 3719  */     }
/* 3720  */ .btSoftRoundedButtons .btPagination .paging a:after {
/* 3721  */     border-radius: 3px;
/* 3722  */     }
/* 3723  */ .btHardRoundedButtons .btPagination .paging a:after {
/* 3724  */     border-radius: 50px;
/* 3725  */     }
/* 3726  */ .btPagination .paging a:hover:after {
/* 3727  */     border-color: #07e6a5;
/* 3728  */     color: #07e6a5;
/* 3729  */     }
/* 3730  */ .btPagination .paging .pagePrev a:after {
/* 3731  */     content: "\e686";
/* 3732  */     float: left;
/* 3733  */     margin: 0 10px 0 0;
/* 3734  */     }
/* 3735  */ .rtl .btPagination .paging .pagePrev a:after {
/* 3736  */     content: "\e684";
/* 3737  */     float: right;
/* 3738  */     margin: 0 0 0 10px;
/* 3739  */     }
/* 3740  */ .btPagination .paging .pageNext a:after {
/* 3741  */     content: "\e684";
/* 3742  */     float: right;
/* 3743  */     margin: 0 0 0 10px;
/* 3744  */     }
/* 3745  */ .rtl .btPagination .paging .pageNext a:after {
/* 3746  */     content: "\e686";
/* 3747  */     float: left;
/* 3748  */     margin: 0 10px 0 0;
/* 3749  */     }
/* 3750  */

/* style_ver=5.5.css */

/* 3751  */ /* PrevNext post */
/* 3752  */ .btPrevNextNav:after {
/* 3753  */     content: " ";
/* 3754  */     display: table;
/* 3755  */     width: 100%;
/* 3756  */     clear: both;
/* 3757  */     }
/* 3758  */ body.btNoSidebar .btPrevNextNav {
/* 3759  */     margin-bottom: 4em;
/* 3760  */     }
/* 3761  */ .btPrevNextNav .btPrevNext {
/* 3762  */     display: -ms-flexbox;
/* 3763  */     display: -webkit-flex;
/* 3764  */     display: flex;
/* 3765  */     -webkit-align-items: center;
/* 3766  */     -ms-flex-align: center;
/* 3767  */     align-items: center;
/* 3768  */     float: left;
/* 3769  */     color: inherit;
/* 3770  */     min-height: 1px;
/* 3771  */     width: 50%;
/* 3772  */     margin: 0;
/* 3773  */     }
/* 3774  */ .btNext.btPrevNextNav .btPrevNext {
/* 3775  */     -webkit-flex-direction: row-reverse;
/* 3776  */     -ms-flex-direction: row-reverse;
/* 3777  */     flex-direction: row-reverse;
/* 3778  */     float: right;
/* 3779  */     text-align: right;
/* 3780  */     }
/* 3781  */ .btPrevNextNav .btPrevNext .btPrevNextImage {
/* 3782  */     -webkit-flex: 0 0 6em;
/* 3783  */     -ms-flex: 0 0 6em;
/* 3784  */     flex: 0 0 6em;
/* 3785  */     height: 6em;
/* 3786  */     background-size: cover;
/* 3787  */     background-position: center center;
/* 3788  */     }
/* 3789  */ .btPrevNextNav .btPrevNext .btPrevNextItem {
/* 3790  */     -webkit-flex: 1 0 0%;
/* 3791  */     -ms-flex: 1 0 0%;
/* 3792  */     flex: 1 0 0%;
/* 3793  */     min-width: 0%;
/* 3794  */     padding: 0 1em;
/* 3795  */     }
/* 3796  */ .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
/* 3797  */     font-family: Montserrat;
/* 3798  */     font-size: 1.1rem;
/* 3799  */     -webkit-transition: color 200ms ease;
/* 3800  */     -moz-transition: color 200ms ease;

/* style_ver=5.5.css */

/* 3801  */     transition: color 200ms ease;
/* 3802  */     overflow: hidden;
/* 3803  */     -o-text-overflow: ellipsis;
/* 3804  */     text-overflow: ellipsis;
/* 3805  */     display: -webkit-box;
/* 3806  */     -webkit-box-orient: vertical;
/* 3807  */     -webkit-line-clamp: 2;
/* 3808  */     line-height: 1.8em;
/* 3809  */     max-height: 3.6em;
/* 3810  */     }
/* 3811  */ .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
/* 3812  */     font-size: .9rem;
/* 3813  */     }
/* 3814  */ .btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
/* 3815  */     color: #07e6a5;
/* 3816  */     }
/* 3817  */ .btPrevNextNav .btPrevNext.btNext {
/* 3818  */     -webkit-flex-direction: row-reverse;
/* 3819  */     -ms-flex-direction: row-reverse;
/* 3820  */     flex-direction: row-reverse;
/* 3821  */     text-align: right;
/* 3822  */     }
/* 3823  */ .rtl .btPrevNextNav .btPrevNext {
/* 3824  */     float: right;
/* 3825  */     }
/* 3826  */ .rtl .btPrevNextNav .btPrevNext.btNext {
/* 3827  */     text-align: left;
/* 3828  */     }
/* 3829  */ @media (max-width: 620px) {
/* 3830  */ .btPrevNext .btPrevNextImage {
/* 3831  */     display: none;
/* 3832  */     }
/* 3833  */ .btPrevNext .btPrevNextItem .btPrevNextTitle {
/* 3834  */     font-size: 1rem;
/* 3835  */     }
/* 3836  */ }
/* 3837  */
/* 3838  */ /* Linked pages in a single post (unit test) */
/* 3839  */ .btLinkPages ul {
/* 3840  */     margin-left: 0;
/* 3841  */     padding-left: 0;
/* 3842  */     margin-top: 30px;
/* 3843  */     }
/* 3844  */ .btLinkPages ul li {
/* 3845  */     list-style: none;
/* 3846  */     display: inline-block;
/* 3847  */     }
/* 3848  */
/* 3849  */ /* Photo slide */
/* 3850  */ .boldPhotoSlide {

/* style_ver=5.5.css */

/* 3851  */     position: relative;
/* 3852  */     }
/* 3853  */ .single .boldPhotoSlide h4.nbs {
/* 3854  */     margin: 0 30px !important;
/* 3855  */     }
/* 3856  */
/* 3857  */ /* Galleries (unit test) */
/* 3858  */ .gallery {
/* 3859  */     margin-bottom: 1.6em;
/* 3860  */     }
/* 3861  */ .gallery .gallery-item {
/* 3862  */     display: inline-block;
/* 3863  */     padding: 0 4px;
/* 3864  */     text-align: center;
/* 3865  */     vertical-align: top;
/* 3866  */     width: 100%;
/* 3867  */     margin: 0;
/* 3868  */     }
/* 3869  */ .gallery-columns-2.gallery .gallery-item {
/* 3870  */     max-width: 50%;
/* 3871  */     }
/* 3872  */ .gallery-columns-3.gallery .gallery-item {
/* 3873  */     max-width: 33.33%;
/* 3874  */     }
/* 3875  */ .gallery-columns-4.gallery .gallery-item {
/* 3876  */     max-width: 25%;
/* 3877  */     }
/* 3878  */ .gallery-columns-5.gallery .gallery-item {
/* 3879  */     max-width: 20%;
/* 3880  */     }
/* 3881  */ .gallery-columns-6.gallery .gallery-item {
/* 3882  */     max-width: 16.66%;
/* 3883  */     }
/* 3884  */ .gallery-columns-7.gallery .gallery-item {
/* 3885  */     max-width: 14.28%;
/* 3886  */     }
/* 3887  */ .gallery-columns-8.gallery .gallery-item {
/* 3888  */     max-width: 12.5%;
/* 3889  */     }
/* 3890  */ .gallery-columns-9.gallery .gallery-item {
/* 3891  */     max-width: 11.11%;
/* 3892  */     }
/* 3893  */ @media (max-width: 1200px) {
/* 3894  */ .gallery-item {
/* 3895  */     width: 100% !important;
/* 3896  */     max-width: 100% !important;
/* 3897  */     }
/* 3898  */ }
/* 3899  */
/* 3900  */ .gallery-icon img {

/* style_ver=5.5.css */

/* 3901  */     margin: 0 auto;
/* 3902  */     }
/* 3903  */ .gallery-caption {
/* 3904  */     display: block;
/* 3905  */     padding: 5px 0;
/* 3906  */     }
/* 3907  */ .gallery-columns-6 .gallery-caption,
/* 3908  */ .gallery-columns-7 .gallery-caption,
/* 3909  */ .gallery-columns-8 .gallery-caption,
/* 3910  */ .gallery-columns-9 .gallery-caption {
/* 3911  */     display: none;
/* 3912  */     }
/* 3913  */
/* 3914  */ /* Post categories, comments, date and author spans */
/* 3915  */ .btArticleCategories {
/* 3916  */     text-transform: uppercase;
/* 3917  */     }
/* 3918  */ .btArticleCategories a {
/* 3919  */     color: inherit;
/* 3920  */     }
/* 3921  */ .btArticleCategories a:hover {
/* 3922  */     color: #07e6a5;
/* 3923  */     }
/* 3924  */ .btArticleCategories a:not(:first-child):before {
/* 3925  */     content: ' ';
/* 3926  */     display: inline-block;
/* 3927  */     margin: -2px 10px 0 10px;
/* 3928  */     letter-spacing: inherit;
/* 3929  */     width: 4px;
/* 3930  */     height: 4px;
/* 3931  */     border-radius: 50%;
/* 3932  */     line-height: inherit;
/* 3933  */     vertical-align: middle;
/* 3934  */     background-color: #07e6a5;
/* 3935  */     }
/* 3936  */ .btArticleDate:not(:last-child):after,
/* 3937  */ .btArticleAuthor:not(:last-child):after,
/* 3938  */ .btArticleComments:not(:last-child):after,
/* 3939  */ .btArticleCategories:not(:last-child):after {
/* 3940  */     content: ' / ';
/* 3941  */     padding: 0 .5em;
/* 3942  */     }
/* 3943  */ .btLightSkin .btArticleDate:not(:last-child):after,
/* 3944  */ .btLightSkin .btArticleAuthor:not(:last-child):after,
/* 3945  */ .btLightSkin .btArticleComments:not(:last-child):after,
/* 3946  */ .btLightSkin .btArticleCategories:not(:last-child):after,
/* 3947  */ .bt_bb_color_scheme_2 .btArticleDate:not(:last-child):after,
/* 3948  */ .bt_bb_color_scheme_2 .btArticleAuthor:not(:last-child):after,
/* 3949  */ .bt_bb_color_scheme_2 .btArticleComments:not(:last-child):after,
/* 3950  */ .bt_bb_color_scheme_2 .btArticleCategories:not(:last-child):after,

/* style_ver=5.5.css */

/* 3951  */ .bt_bb_color_scheme_4 .btArticleDate:not(:last-child):after,
/* 3952  */ .bt_bb_color_scheme_4 .btArticleAuthor:not(:last-child):after,
/* 3953  */ .bt_bb_color_scheme_4 .btArticleComments:not(:last-child):after,
/* 3954  */ .bt_bb_color_scheme_4 .btArticleCategories:not(:last-child):after,
/* 3955  */ .bt_bb_color_scheme_5 .btArticleDate:not(:last-child):after,
/* 3956  */ .bt_bb_color_scheme_5 .btArticleAuthor:not(:last-child):after,
/* 3957  */ .bt_bb_color_scheme_5 .btArticleComments:not(:last-child):after,
/* 3958  */ .bt_bb_color_scheme_5 .btArticleCategories:not(:last-child):after {
/* 3959  */     color: #050505;
/* 3960  */     }
/* 3961  */ .btDarkSkin .btArticleDate:not(:last-child):after,
/* 3962  */ .btDarkSkin .btArticleAuthor:not(:last-child):after,
/* 3963  */ .btDarkSkin .btArticleComments:not(:last-child):after,
/* 3964  */ .btDarkSkin .btArticleCategories:not(:last-child):after,
/* 3965  */ .bt_bb_color_scheme_1 .btArticleDate:not(:last-child):after,
/* 3966  */ .bt_bb_color_scheme_1 .btArticleAuthor:not(:last-child):after,
/* 3967  */ .bt_bb_color_scheme_1 .btArticleComments:not(:last-child):after,
/* 3968  */ .bt_bb_color_scheme_1 .btArticleCategories:not(:last-child):after,
/* 3969  */ .bt_bb_color_scheme_3 .btArticleDate:not(:last-child):after,
/* 3970  */ .bt_bb_color_scheme_3 .btArticleAuthor:not(:last-child):after,
/* 3971  */ .bt_bb_color_scheme_3 .btArticleComments:not(:last-child):after,
/* 3972  */ .bt_bb_color_scheme_3 .btArticleCategories:not(:last-child):after,
/* 3973  */ .bt_bb_color_scheme_6 .btArticleDate:not(:last-child):after,
/* 3974  */ .bt_bb_color_scheme_6 .btArticleAuthor:not(:last-child):after,
/* 3975  */ .bt_bb_color_scheme_6 .btArticleComments:not(:last-child):after,
/* 3976  */ .bt_bb_color_scheme_6 .btArticleCategories:not(:last-child):after {
/* 3977  */     color: #fff;
/* 3978  */     }
/* 3979  */ .btLightSkin .btArticleDate:not(:last-child),
/* 3980  */ .btLightSkin .btArticleAuthor:not(:last-child),
/* 3981  */ .btLightSkin .btArticleComments:not(:last-child),
/* 3982  */ .btLightSkin .btArticleCategories:not(:last-child),
/* 3983  */ .bt_bb_color_scheme_2 .btArticleDate:not(:last-child),
/* 3984  */ .bt_bb_color_scheme_2 .btArticleAuthor:not(:last-child),
/* 3985  */ .bt_bb_color_scheme_2 .btArticleComments:not(:last-child),
/* 3986  */ .bt_bb_color_scheme_2 .btArticleCategories:not(:last-child),
/* 3987  */ .bt_bb_color_scheme_4 .btArticleDate:not(:last-child),
/* 3988  */ .bt_bb_color_scheme_4 .btArticleAuthor:not(:last-child),
/* 3989  */ .bt_bb_color_scheme_4 .btArticleComments:not(:last-child),
/* 3990  */ .bt_bb_color_scheme_4 .btArticleCategories:not(:last-child),
/* 3991  */ .bt_bb_color_scheme_5 .btArticleDate:not(:last-child),
/* 3992  */ .bt_bb_color_scheme_5 .btArticleAuthor:not(:last-child),
/* 3993  */ .bt_bb_color_scheme_5 .btArticleComments:not(:last-child),
/* 3994  */ .bt_bb_color_scheme_5 .btArticleCategories:not(:last-child) {
/* 3995  */     border-color: rgba(0,0,0,.1);
/* 3996  */     }
/* 3997  */ .btDarkSkin .btArticleDate:not(:last-child),
/* 3998  */ .btDarkSkin .btArticleAuthor:not(:last-child),
/* 3999  */ .btDarkSkin .btArticleComments:not(:last-child),
/* 4000  */ .btDarkSkin .btArticleCategories:not(:last-child),

/* style_ver=5.5.css */

/* 4001  */ .bt_bb_color_scheme_1 .btArticleDate:not(:last-child),
/* 4002  */ .bt_bb_color_scheme_1 .btArticleAuthor:not(:last-child),
/* 4003  */ .bt_bb_color_scheme_1 .btArticleComments:not(:last-child),
/* 4004  */ .bt_bb_color_scheme_1 .btArticleCategories:not(:last-child),
/* 4005  */ .bt_bb_color_scheme_3 .btArticleDate:not(:last-child),
/* 4006  */ .bt_bb_color_scheme_3 .btArticleAuthor:not(:last-child),
/* 4007  */ .bt_bb_color_scheme_3 .btArticleComments:not(:last-child),
/* 4008  */ .bt_bb_color_scheme_3 .btArticleCategories:not(:last-child),
/* 4009  */ .bt_bb_color_scheme_6 .btArticleDate:not(:last-child),
/* 4010  */ .bt_bb_color_scheme_6 .btArticleAuthor:not(:last-child),
/* 4011  */ .bt_bb_color_scheme_6 .btArticleComments:not(:last-child),
/* 4012  */ .bt_bb_color_scheme_6 .btArticleCategories:not(:last-child) {
/* 4013  */     border-color: rgba(255,255,255,.5) !important;
/* 4014  */     }
/* 4015  */ .btArticleComments:before {
/* 4016  */     font-family: FontAwesome;
/* 4017  */     content: "\f075";
/* 4018  */     margin: 0;
/* 4019  */     display: inline-block;
/* 4020  */     }
/* 4021  */ body:not(.rtl) .btArticleComments:before {
/* 4022  */     margin-right: 5px;
/* 4023  */     }
/* 4024  */ body.rtl .btArticleComments:before {
/* 4025  */     margin-left: 5px;
/* 4026  */     float: right;
/* 4027  */     }
/* 4028  */ .btLightSkin .btArticleComments:before,
/* 4029  */ .bt_bb_color_scheme_2 .btArticleComments:before,
/* 4030  */ .bt_bb_color_scheme_4 .btArticleComments:before,
/* 4031  */ .bt_bb_color_scheme_5 .btArticleComments:before {
/* 4032  */     color: rgba(5,5,5,.4);
/* 4033  */     }
/* 4034  */ .btDarkSkin .btArticleComments:before,
/* 4035  */ .bt_bb_color_scheme_1 .btArticleComments:before,
/* 4036  */ .bt_bb_color_scheme_3 .btArticleComments:before,
/* 4037  */ .bt_bb_color_scheme_6 .btArticleComments:before {
/* 4038  */     color: rgba(255,255,255,.4);
/* 4039  */     }
/* 4040  */
/* 4041  */ /* Unit test specific */
/* 4042  */ .wp-caption-text {
/* 4043  */     font-size: .9em;
/* 4044  */     margin-bottom: 1em;
/* 4045  */     }
/* 4046  */ .bypostauthor {
/* 4047  */     font-size: inherit;
/* 4048  */     }
/* 4049  */
/* 4050  */ /* Password protected post */

/* style_ver=5.5.css */

/* 4051  */ article .post-password-form {
/* 4052  */     margin: 0 auto 4em !important;
/* 4053  */     }
/* 4054  */
/* 4055  */ /* Comments */
/* 4056  */ body:not(.woocommerce) .btCommentsBox .form-submit {
/* 4057  */     margin-bottom: 0;
/* 4058  */     }
/* 4059  */ .btCommentsBox {
/* 4060  */     margin: 0 0 1em;
/* 4061  */     }
/* 4062  */ .btCommentsBox > h1,
/* 4063  */ .btCommentsBox > h2,
/* 4064  */ .btCommentsBox > h3,
/* 4065  */ .btCommentsBox > h4,
/* 4066  */ .btCommentsBox > h5,
/* 4067  */ .btCommentsBox > h6,
/* 4068  */ .btCommentsBox > h7,
/* 4069  */ .btCommentsBox > h8,
/* 4070  */ .btCommentsBox .comment-respond > h1,
/* 4071  */ .btCommentsBox .comment-respond > h2,
/* 4072  */ .btCommentsBox .comment-respond > h3,
/* 4073  */ .btCommentsBox .comment-respond > h4,
/* 4074  */ .btCommentsBox .comment-respond > h5,
/* 4075  */ .btCommentsBox .comment-respond > h6,
/* 4076  */ .btCommentsBox .comment-respond > h7,
/* 4077  */ .btCommentsBox .comment-respond > h8 {
/* 4078  */     margin: 0 0 1em;
/* 4079  */     padding: 0;
/* 4080  */     font-size: 1.4em;
/* 4081  */     }
/* 4082  */ .btCommentsBox ul.comments,
/* 4083  */ .btCommentsBox ul.comments li.comment {
/* 4084  */     list-style: none;
/* 4085  */     display: block;
/* 4086  */     padding-left: 0;
/* 4087  */     margin: 0;
/* 4088  */     }
/* 4089  */ .btCommentsBox ul.comments > li,
/* 4090  */ .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
/* 4091  */     display: block;
/* 4092  */     margin: 0;
/* 4093  */     }
/* 4094  */ .btLightSkin .btCommentsBox ul.comments > li,
/* 4095  */ .bt_bb_color_scheme_2 .btCommentsBox ul.comments > li,
/* 4096  */ .bt_bb_color_scheme_4 .btCommentsBox ul.comments > li,
/* 4097  */ .bt_bb_color_scheme_5 .btCommentsBox ul.comments > li,
/* 4098  */ .btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
/* 4099  */ .bt_bb_color_scheme_2 .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
/* 4100  */ .bt_bb_color_scheme_4 .btCommentsBox ul.comments > li.comment > ul.children > li.comment,

/* style_ver=5.5.css */

/* 4101  */ .bt_bb_color_scheme_5 .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
/* 4102  */     border-top: 1px solid rgba(0,0,0,.1);
/* 4103  */     }
/* 4104  */ .btDarkSkin .btCommentsBox ul.comments > li,
/* 4105  */ .bt_bb_color_scheme_1 .btCommentsBox ul.comments > li,
/* 4106  */ .bt_bb_color_scheme_3 .btCommentsBox ul.comments > li,
/* 4107  */ .bt_bb_color_scheme_6 .btCommentsBox ul.comments > li,
/* 4108  */ .btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
/* 4109  */ .bt_bb_color_scheme_1 .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
/* 4110  */ .bt_bb_color_scheme_3 .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
/* 4111  */ .bt_bb_color_scheme_6 .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
/* 4112  */     border-top: 1px solid rgba(255,255,255,.5);
/* 4113  */     }
/* 4114  */ .btCommentsBox ul.comments li > article {
/* 4115  */     padding: 2em 0;
/* 4116  */     position: relative;
/* 4117  */     width: 100%;
/* 4118  */     display: -ms-flexbox;
/* 4119  */     display: -webkit-flex;
/* 4120  */     display: flex;
/* 4121  */     }
/* 4122  */ .btCommentsBox ul.comments li > article .commentTxt {
/* 4123  */     padding: 0;
/* 4124  */     -webkit-flex: 1 1 100%;
/* 4125  */     -ms-flex: 1 1 100%;
/* 4126  */     flex: 1 1 100%;
/* 4127  */     }
/* 4128  */ .btCommentsBox ul.comments li > article .commentAvatar {
/* 4129  */     padding: 0 20px 0 0;
/* 4130  */     -webkit-flex: 0 1 75px;
/* 4131  */     -ms-flex: 0 1 75px;
/* 4132  */     flex: 0 1 75px;
/* 4133  */     }
/* 4134  */ .rtl .btCommentsBox ul.comments li > article .commentAvatar {
/* 4135  */     padding: 0 0 0 20px;
/* 4136  */     }
/* 4137  */ .btCommentsBox ul.comments li > article .commentAvatar img {
/* 4138  */     display: block;
/* 4139  */     width: 100%;
/* 4140  */     height: auto;
/* 4141  */     border-radius: 50%;
/* 4142  */     }
/* 4143  */ .btCommentsBox ul.children {
/* 4144  */     margin: 0 0 0 20px;
/* 4145  */     }
/* 4146  */ .btCommentsBox input,
/* 4147  */ .btCommentsBox textarea {
/* 4148  */     -webkit-transition: all 300ms ease;
/* 4149  */     -moz-transition: all 300ms ease;
/* 4150  */     transition: all 300ms ease;

/* style_ver=5.5.css */

/* 4151  */     }
/* 4152  */ .btCommentsBox .btComment {
/* 4153  */     line-height: 0;
/* 4154  */     }
/* 4155  */ .btCommentsBox .btComment textarea,
/* 4156  */ .btCommentsBox .btComment label {
/* 4157  */     line-height: 1.8;
/* 4158  */     }
/* 4159  */ .btCommentsBox .vcard {
/* 4160  */     position: relative;
/* 4161  */     display: -ms-flexbox;
/* 4162  */     display: -webkit-flex;
/* 4163  */     display: flex;
/* 4164  */     -webkit-flex-flow: row nowrap;
/* 4165  */     -ms-flex-flow: row nowrap;
/* 4166  */     flex-flow: row nowrap;
/* 4167  */     -webkit-justify-content: space-between;
/* 4168  */     -ms-flex-pack: justify;
/* 4169  */     justify-content: space-between;
/* 4170  */     -webkit-align-content: flex-start;
/* 4171  */     -ms-flex-line-pack: start;
/* 4172  */     align-content: flex-start;
/* 4173  */     -webkit-align-items: center;
/* 4174  */     -ms-flex-align: center;
/* 4175  */     align-items: center;
/* 4176  */     padding-bottom: 1em;
/* 4177  */     }
/* 4178  */ .btCommentsBox .vcard h1.author,
/* 4179  */ .btCommentsBox .vcard h2.author,
/* 4180  */ .btCommentsBox .vcard h3.author,
/* 4181  */ .btCommentsBox .vcard h4.author,
/* 4182  */ .btCommentsBox .vcard h5.author,
/* 4183  */ .btCommentsBox .vcard h6.author,
/* 4184  */ .btCommentsBox .vcard h7.author,
/* 4185  */ .btCommentsBox .vcard h8.author {
/* 4186  */     margin: 0;
/* 4187  */     padding: 0;
/* 4188  */     line-height: 1.3;
/* 4189  */     -webkit-flex: 1 1 auto;
/* 4190  */     -ms-flex: 1 1 auto;
/* 4191  */     flex: 1 1 auto;
/* 4192  */     font-size: 1.2em;
/* 4193  */     }
/* 4194  */ .btCommentsBox .vcard .posted {
/* 4195  */     margin: 0;
/* 4196  */     opacity: .8;
/* 4197  */     line-height: 1.15;
/* 4198  */     text-align: right;
/* 4199  */     padding: 0 0 0 10px;
/* 4200  */     font-family: "Montserrat";

/* style_ver=5.5.css */

/* 4201  */     font-size: .9em;
/* 4202  */     }
/* 4203  */ .rtl .btCommentsBox .vcard .posted {
/* 4204  */     text-align: left;
/* 4205  */     padding: 0 10px 0 0;
/* 4206  */     }
/* 4207  */ .woocommerce .btCommentsBox .vcard .star-rating {
/* 4208  */     margin-left: .5em;
/* 4209  */     }
/* 4210  */ .woocommerce .btCommentsBox .vcard .star-rating strong {
/* 4211  */     display: none;
/* 4212  */     }
/* 4213  */ .woocommerce.rtl .btCommentsBox .vcard .star-rating {
/* 4214  */     right: auto;
/* 4215  */     left: 0;
/* 4216  */     }
/* 4217  */ .btCommentsBox .commentTxt p.edit-link,
/* 4218  */ .btCommentsBox .commentTxt p.reply {
/* 4219  */     display: inline-block;
/* 4220  */     font-family: "Montserrat";
/* 4221  */     font-size: .9em;
/* 4222  */     line-height: 1;
/* 4223  */     }
/* 4224  */ .btCommentsBox .commentTxt p.edit-link:not(:empty),
/* 4225  */ .btCommentsBox .commentTxt p.reply:not(:empty) {
/* 4226  */     margin: 0 2em 0 0;
/* 4227  */     }
/* 4228  */ .rtl .btCommentsBox .commentTxt p.edit-link:not(:empty),
/* 4229  */ .rtl .btCommentsBox .commentTxt p.reply:not(:empty) {
/* 4230  */     margin: 0 0 0 2em;
/* 4231  */     }
/* 4232  */ .btCommentsBox .commentTxt p.edit-link a,
/* 4233  */ .btCommentsBox .commentTxt p.reply a {
/* 4234  */     opacity: .5;
/* 4235  */     }
/* 4236  */ .btCommentsBox .commentTxt p.edit-link a:hover,
/* 4237  */ .btCommentsBox .commentTxt p.reply a:hover {
/* 4238  */     opacity: 1;
/* 4239  */     }
/* 4240  */ .btCommentsBox .comment-form {
/* 4241  */     padding-bottom: 20px;
/* 4242  */     }
/* 4243  */ .btCommentsBox .comment-navigation {
/* 4244  */     text-align: right;
/* 4245  */     clear: right;
/* 4246  */     }
/* 4247  */ .btCommentsBox .comment-navigation a,
/* 4248  */ .btCommentsBox .comment-navigation span {
/* 4249  */     display: inline-block;
/* 4250  */     }

/* style_ver=5.5.css */

/* 4251  */ .btCommentsBox .comment-navigation span {
/* 4252  */     margin: 0 5px;
/* 4253  */     }
/* 4254  */ .comment-awaiting-moderation {
/* 4255  */     color: #07e6a5;
/* 4256  */     }
/* 4257  */ a#cancel-comment-reply-link {
/* 4258  */     font-weight: 300;
/* 4259  */     display: inline-block;
/* 4260  */     margin: 0 0 0 2em;
/* 4261  */     color: #07e6a5;
/* 4262  */     }
/* 4263  */ .rtl a#cancel-comment-reply-link {
/* 4264  */     margin: 0 2em 0 0;
/* 4265  */     }
/* 4266  */ a#cancel-comment-reply-link:hover {
/* 4267  */     color: #ff3d03;
/* 4268  */     }
/* 4269  */ .btCommentSubmit {
/* 4270  */     padding: .4em 1em;
/* 4271  */     background: none;
/* 4272  */     margin-top: .5em;
/* 4273  */     border: 1px solid #050505;
/* 4274  */     }
/* 4275  */ .btDarkSkin .btCommentSubmit,
/* 4276  */ .bt_bb_color_scheme_1 .btCommentSubmit,
/* 4277  */ .bt_bb_color_scheme_3 .btCommentSubmit,
/* 4278  */ .bt_bb_color_scheme_6 .btCommentSubmit {
/* 4279  */     border-color: #fff;
/* 4280  */     color: #fff;
/* 4281  */     }
/* 4282  */ .btCommentSubmit:before {
/* 4283  */     padding-right: .5em;
/* 4284  */     }
/* 4285  */ .btHardRoundedButtons .btCommentSubmit {
/* 4286  */     border-radius: 20px;
/* 4287  */     }
/* 4288  */ .btSoftRoundedButtons .btCommentSubmit {
/* 4289  */     border-radius: 3px;
/* 4290  */     }
/* 4291  */
/* 4292  */ /* Responsive */
/* 4293  */ @media(max-width: 520px) {
/* 4294  */ .btCommentsBox .vcard {
/* 4295  */     -webkit-flex-flow: row wrap;
/* 4296  */     -ms-flex-flow: row wrap;
/* 4297  */     flex-flow: row wrap;
/* 4298  */     -webkit-justify-content: flex-start;
/* 4299  */     -ms-flex-pack: start;
/* 4300  */     justify-content: flex-start;

/* style_ver=5.5.css */

/* 4301  */     -webkit-align-items: flex-start;
/* 4302  */     -ms-flex-align: start;
/* 4303  */     align-items: flex-start;
/* 4304  */     padding: 0 0 15px;
/* 4305  */     }
/* 4306  */ .btCommentsBox .vcard h5.author {
/* 4307  */     -webkit-flex: 1 1 100%;
/* 4308  */     -ms-flex: 1 1 100%;
/* 4309  */     flex: 1 1 100%;
/* 4310  */     }
/* 4311  */ .btCommentsBox .vcard .posted {
/* 4312  */     padding: 0;
/* 4313  */     margin-top: .7em;
/* 4314  */     text-align: left;
/* 4315  */     }
/* 4316  */ .btCommentsBox ul.comments ul.children {
/* 4317  */     padding: 0;
/* 4318  */     margin: 0;
/* 4319  */     }
/* 4320  */ .btCommentsBox ul.comments ul.children li.comment {
/* 4321  */     padding: 0;
/* 4322  */     border-top: none !important;
/* 4323  */     }
/* 4324  */ .btCommentsBox ul.comments ul.children li.comment article {
/* 4325  */     position: relative;
/* 4326  */     }
/* 4327  */ .btLightSkin .btCommentsBox ul.comments ul.children li.comment article,
/* 4328  */ .bt_bb_color_scheme_2 .btCommentsBox ul.comments ul.children li.comment article,
/* 4329  */ .bt_bb_color_scheme_4 .btCommentsBox ul.comments ul.children li.comment article,
/* 4330  */ .bt_bb_color_scheme_5 .btCommentsBox ul.comments ul.children li.comment article {
/* 4331  */     background-color: rgba(0,0,0,.055);
/* 4332  */     }
/* 4333  */ .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article,
/* 4334  */ .bt_bb_color_scheme_1 .btCommentsBox ul.comments ul.children li.comment article,
/* 4335  */ .bt_bb_color_scheme_3 .btCommentsBox ul.comments ul.children li.comment article,
/* 4336  */ .bt_bb_color_scheme_6 .btCommentsBox ul.comments ul.children li.comment article {
/* 4337  */     background-color: rgba(255,255,255,.055);
/* 4338  */     }
/* 4339  */ .btCommentsBox ul.comments ul.children li.comment article .commentAvatar {
/* 4340  */     padding-left: 10px;
/* 4341  */     }
/* 4342  */ .btCommentsBox ul.comments ul.children li.comment article:after {
/* 4343  */     content: '\f148';
/* 4344  */     display: block;
/* 4345  */     position: absolute;
/* 4346  */     top: 0;
/* 4347  */     right: 0;
/* 4348  */     width: 20px;
/* 4349  */     height: 20px;
/* 4350  */     font: normal 16px/20px FontAwesome;

/* style_ver=5.5.css */

/* 4351  */     vertical-align: middle;
/* 4352  */     text-align: center;
/* 4353  */     }
/* 4354  */ .btLightSkin .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4355  */ .bt_bb_color_scheme_2 .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4356  */ .bt_bb_color_scheme_4 .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4357  */ .bt_bb_color_scheme_5 .btCommentsBox ul.comments ul.children li.comment article:after {
/* 4358  */     background-color: #fff;
/* 4359  */     }
/* 4360  */ .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4361  */ .bt_bb_color_scheme_1 .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4362  */ .bt_bb_color_scheme_3 .btCommentsBox ul.comments ul.children li.comment article:after,
/* 4363  */ .bt_bb_color_scheme_6 .btCommentsBox ul.comments ul.children li.comment article:after {
/* 4364  */     background-color: #191919;
/* 4365  */     }
/* 4366  */ }
/* 4367  */
/* 4368  */ /* btBox defaults */
/* 4369  */ .btBox {
/* 4370  */     margin-bottom: 4em;
/* 4371  */     }
/* 4372  */ .btBox:after {
/* 4373  */     content: " ";
/* 4374  */     display: table;
/* 4375  */     width: 100%;
/* 4376  */     clear: both;
/* 4377  */     }
/* 4378  */
/* 4379  */ /* Base typography */
/* 4380  */ .sidebar .widget_bt_bb_recent_posts ul li,
/* 4381  */ .btSidebar .widget_bt_bb_recent_posts ul li {
/* 4382  */     margin: 0;
/* 4383  */     }
/* 4384  */ .btBox > h4,
/* 4385  */ .btCustomMenu > h4,
/* 4386  */ .btTopBox > h4 {
/* 4387  */     font-size: 1.3em;
/* 4388  */     margin-bottom: .8em;
/* 4389  */     padding-bottom: 0;
/* 4390  */     display: inline-block;
/* 4391  */     width: 100%;
/* 4392  */     line-height: 1;
/* 4393  */     }
/* 4394  */ .btBox h5,
/* 4395  */ .btCustomMenu h5,
/* 4396  */ .btTopBox h5 {
/* 4397  */     font-size: 1.4em;
/* 4398  */     margin-bottom: .35em;
/* 4399  */     }
/* 4400  */ body:not(.btNoDashInSidebar) .btBox > h4:after,

/* style_ver=5.5.css */

/* 4401  */ body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
/* 4402  */ body:not(.btNoDashInSidebar) .btTopBox > h4:after {
/* 4403  */     content: ' ';
/* 4404  */     clear: both;
/* 4405  */     display: block;
/* 4406  */     border-bottom: 3px solid #050505;
/* 4407  */     margin: .8em 0 0;
/* 4408  */     }
/* 4409  */ body.btDarkSkin:not(.btNoDashInSidebar) .btBox > h4:after,
/* 4410  */ body.btDarkSkin:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
/* 4411  */ body.btDarkSkin:not(.btNoDashInSidebar) .btTopBox > h4:after {
/* 4412  */     border-bottom: 3px solid #fff;
/* 4413  */     }
/* 4414  */ .btBox label,
/* 4415  */ .btCustomMenu label,
/* 4416  */ .btTopBox label {
/* 4417  */     display: none;
/* 4418  */     }
/* 4419  */ .btBox .wp-caption,
/* 4420  */ .btCustomMenu .wp-caption,
/* 4421  */ .btTopBox .wp-caption {
/* 4422  */     margin-bottom: .5em;
/* 4423  */     }
/* 4424  */ .btBox select,
/* 4425  */ .btCustomMenu select,
/* 4426  */ .btTopBox select {
/* 4427  */     display: block;
/* 4428  */     margin: .5em 0 0;
/* 4429  */     width: 100%;
/* 4430  */     padding: .5em;
/* 4431  */     }
/* 4432  */ .btBox ul,
/* 4433  */ .btCustomMenu ul,
/* 4434  */ .btTopBox ul {
/* 4435  */     list-style: none;
/* 4436  */     margin: 0;
/* 4437  */     display: block;
/* 4438  */     padding: 0;
/* 4439  */     }
/* 4440  */ .btBox ul li,
/* 4441  */ .btCustomMenu ul li,
/* 4442  */ .btTopBox ul li {
/* 4443  */     display: block;
/* 4444  */     width: auto;
/* 4445  */     margin: 0;
/* 4446  */     position: relative;
/* 4447  */     padding: .8em 0;
/* 4448  */     margin-left: 0;
/* 4449  */     }
/* 4450  */ .btBox ul li a,

/* style_ver=5.5.css */

/* 4451  */ .btCustomMenu ul li a,
/* 4452  */ .btTopBox ul li a {
/* 4453  */     display: block;
/* 4454  */     }
/* 4455  */ .btLightSkin .btBox ul li,
/* 4456  */ .bt_bb_color_scheme_2 .btBox ul li,
/* 4457  */ .bt_bb_color_scheme_4 .btBox ul li,
/* 4458  */ .bt_bb_color_scheme_5 .btBox ul li,
/* 4459  */ .btLightSkin .btCustomMenu ul li,
/* 4460  */ .bt_bb_color_scheme_2 .btCustomMenu ul li,
/* 4461  */ .bt_bb_color_scheme_4 .btCustomMenu ul li,
/* 4462  */ .bt_bb_color_scheme_5 .btCustomMenu ul li,
/* 4463  */ .btLightSkin .btTopBox ul li,
/* 4464  */ .bt_bb_color_scheme_2 .btTopBox ul li,
/* 4465  */ .bt_bb_color_scheme_4 .btTopBox ul li,
/* 4466  */ .bt_bb_color_scheme_5 .btTopBox ul li {
/* 4467  */     border-bottom: 1px solid rgba(0,0,0,.07);
/* 4468  */     }
/* 4469  */ .btDarkSkin .btBox ul li,
/* 4470  */ .bt_bb_color_scheme_1 .btBox ul li,
/* 4471  */ .bt_bb_color_scheme_3 .btBox ul li,
/* 4472  */ .bt_bb_color_scheme_6 .btBox ul li,
/* 4473  */ .btDarkSkin .btCustomMenu ul li,
/* 4474  */ .bt_bb_color_scheme_1 .btCustomMenu ul li,
/* 4475  */ .bt_bb_color_scheme_3 .btCustomMenu ul li,
/* 4476  */ .bt_bb_color_scheme_6 .btCustomMenu ul li,
/* 4477  */ .btDarkSkin .btTopBox ul li,
/* 4478  */ .bt_bb_color_scheme_1 .btTopBox ul li,
/* 4479  */ .bt_bb_color_scheme_3 .btTopBox ul li,
/* 4480  */ .bt_bb_color_scheme_6 .btTopBox ul li {
/* 4481  */     border-bottom: 1px solid rgba(255,255,255,.05);
/* 4482  */     }
/* 4483  */ .btBox ul li ul,
/* 4484  */ .btCustomMenu ul li ul,
/* 4485  */ .btTopBox ul li ul {
/* 4486  */     margin: 1em 0 0;
/* 4487  */     padding: 0;
/* 4488  */     }
/* 4489  */ .btLightSkin .btBox ul li ul,
/* 4490  */ .bt_bb_color_scheme_2 .btBox ul li ul,
/* 4491  */ .bt_bb_color_scheme_4 .btBox ul li ul,
/* 4492  */ .bt_bb_color_scheme_5 .btBox ul li ul,
/* 4493  */ .btLightSkin .btCustomMenu ul li ul,
/* 4494  */ .bt_bb_color_scheme_2 .btCustomMenu ul li ul,
/* 4495  */ .bt_bb_color_scheme_4 .btCustomMenu ul li ul,
/* 4496  */ .bt_bb_color_scheme_5 .btCustomMenu ul li ul,
/* 4497  */ .btLightSkin .btTopBox ul li ul,
/* 4498  */ .bt_bb_color_scheme_2 .btTopBox ul li ul,
/* 4499  */ .bt_bb_color_scheme_4 .btTopBox ul li ul,
/* 4500  */ .bt_bb_color_scheme_5 .btTopBox ul li ul {

/* style_ver=5.5.css */

/* 4501  */     border-top: 1px solid rgba(0,0,0,.07);
/* 4502  */     }
/* 4503  */ .btDarkSkin .btBox ul li ul,
/* 4504  */ .bt_bb_color_scheme_1 .btBox ul li ul,
/* 4505  */ .bt_bb_color_scheme_3 .btBox ul li ul,
/* 4506  */ .bt_bb_color_scheme_6 .btBox ul li ul,
/* 4507  */ .btDarkSkin .btCustomMenu ul li ul,
/* 4508  */ .bt_bb_color_scheme_1 .btCustomMenu ul li ul,
/* 4509  */ .bt_bb_color_scheme_3 .btCustomMenu ul li ul,
/* 4510  */ .bt_bb_color_scheme_6 .btCustomMenu ul li ul,
/* 4511  */ .btDarkSkin .btTopBox ul li ul,
/* 4512  */ .bt_bb_color_scheme_1 .btTopBox ul li ul,
/* 4513  */ .bt_bb_color_scheme_3 .btTopBox ul li ul,
/* 4514  */ .bt_bb_color_scheme_6 .btTopBox ul li ul {
/* 4515  */     border-top: 1px solid rgba(255,255,255,.05);
/* 4516  */     }
/* 4517  */ .btBox ul li ul li,
/* 4518  */ .btCustomMenu ul li ul li,
/* 4519  */ .btTopBox ul li ul li {
/* 4520  */     margin-left: .5em;
/* 4521  */     }
/* 4522  */ .btBox ul li.current-menu-item > a,
/* 4523  */ .btCustomMenu ul li.current-menu-item > a,
/* 4524  */ .btTopBox ul li.current-menu-item > a {
/* 4525  */     color: #07e6a5;
/* 4526  */     }
/* 4527  */ .btBox ul li:first-child,
/* 4528  */ .btCustomMenu ul li:first-child,
/* 4529  */ .btTopBox ul li:first-child {
/* 4530  */     padding-top: 0;
/* 4531  */     }
/* 4532  */ .btBox ul li:after,
/* 4533  */ .btCustomMenu ul li:after,
/* 4534  */ .btTopBox ul li:after {
/* 4535  */     clear: both;
/* 4536  */     content: " ";
/* 4537  */     display: block;
/* 4538  */     }
/* 4539  */ .btBox ul li li:last-child,
/* 4540  */ .btCustomMenu ul li li:last-child,
/* 4541  */ .btTopBox ul li li:last-child {
/* 4542  */     border-bottom: none;
/* 4543  */     padding-bottom: 0;
/* 4544  */     }
/* 4545  */ .btBox .btImageTextWidgetWrapper,
/* 4546  */ .btCustomMenu .btImageTextWidgetWrapper,
/* 4547  */ .btTopBox .btImageTextWidgetWrapper {
/* 4548  */     padding-top: .2em;
/* 4549  */     }
/* 4550  */ .btBox .btImageTextWidgetWrapper ul li,

/* style_ver=5.5.css */

/* 4551  */ .btCustomMenu .btImageTextWidgetWrapper ul li,
/* 4552  */ .btTopBox .btImageTextWidgetWrapper ul li {
/* 4553  */     padding: 0 0 1em;
/* 4554  */     border: none !important;
/* 4555  */     }
/* 4556  */ .btBox .btImageTextWidget,
/* 4557  */ .btCustomMenu .btImageTextWidget,
/* 4558  */ .btTopBox .btImageTextWidget {
/* 4559  */     display: -ms-flexbox;
/* 4560  */     display: -webkit-flex;
/* 4561  */     display: flex;
/* 4562  */     -webkit-align-items: center;
/* 4563  */     -ms-flex-align: center;
/* 4564  */     align-items: center;
/* 4565  */     }
/* 4566  */ .btBox .btImageTextWidget .btImageTextWidgetImage,
/* 4567  */ .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
/* 4568  */ .btTopBox .btImageTextWidget .btImageTextWidgetImage {
/* 4569  */     -webkit-flex: 0 0 30%;
/* 4570  */     -ms-flex: 0 0 30%;
/* 4571  */     flex: 0 0 30%;
/* 4572  */     padding-right: 10px;
/* 4573  */     }
/* 4574  */ .rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
/* 4575  */ .rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
/* 4576  */ .rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
/* 4577  */     padding-right: 0;
/* 4578  */     padding-left: 10px;
/* 4579  */     }
/* 4580  */ .btBox .btImageTextWidget .btImageTextWidgetImage a,
/* 4581  */ .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
/* 4582  */ .btTopBox .btImageTextWidget .btImageTextWidgetImage a {
/* 4583  */     display: block;
/* 4584  */     line-height: 0;
/* 4585  */     }
/* 4586  */ .btBox .btImageTextWidget .btImageTextWidgetImage a img,
/* 4587  */ .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
/* 4588  */ .btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
/* 4589  */     margin: 0;
/* 4590  */     border: 1px solid rgba(0,0,0,.1);
/* 4591  */     max-width: 100%;
/* 4592  */     width: 100%;
/* 4593  */     height: auto;
/* 4594  */     }
/* 4595  */ .btBox .btImageTextWidget .btImageTextWidgetText,
/* 4596  */ .btCustomMenu .btImageTextWidget .btImageTextWidgetText,
/* 4597  */ .btTopBox .btImageTextWidget .btImageTextWidgetText {
/* 4598  */     -webkit-flex: 0 0 70%;
/* 4599  */     -ms-flex: 0 0 70%;
/* 4600  */     flex: 0 0 70%;

/* style_ver=5.5.css */

/* 4601  */     overflow: hidden;
/* 4602  */     }
/* 4603  */ .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
/* 4604  */ .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
/* 4605  */ .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
/* 4606  */     overflow: hidden;
/* 4607  */     -o-text-overflow: ellipsis;
/* 4608  */     text-overflow: ellipsis;
/* 4609  */     display: -webkit-box;
/* 4610  */     -webkit-box-orient: vertical;
/* 4611  */     -webkit-line-clamp: 2;
/* 4612  */     line-height: 1.4em;
/* 4613  */     max-height: 2.8em;
/* 4614  */     }
/* 4615  */ .btBox p.posted,
/* 4616  */ .btBox .quantity,
/* 4617  */ .btCustomMenu p.posted,
/* 4618  */ .btCustomMenu .quantity,
/* 4619  */ .btTopBox p.posted,
/* 4620  */ .btTopBox .quantity {
/* 4621  */     font-weight: 600;
/* 4622  */     margin: 0;
/* 4623  */     font-size: .8em;
/* 4624  */     }
/* 4625  */
/* 4626  */ /* Calendar */
/* 4627  */ .widget_calendar table {
/* 4628  */     width: 100%;
/* 4629  */     border-collapse: collapse;
/* 4630  */     }
/* 4631  */ .widget_calendar table caption {
/* 4632  */     background: #07e6a5;
/* 4633  */     background: #07e6a5;
/* 4634  */     color: #FFF;
/* 4635  */     font-family: "Montserrat";
/* 4636  */     font-weight: 700;
/* 4637  */     padding: 5px;
/* 4638  */     }
/* 4639  */ .widget_calendar table thead th {
/* 4640  */     text-align: center;
/* 4641  */     padding: 3px;
/* 4642  */     }
/* 4643  */ .widget_calendar table tfoot td {
/* 4644  */     padding: 3px;
/* 4645  */     }
/* 4646  */ .widget_calendar table tfoot td#next {
/* 4647  */     text-align: right;
/* 4648  */     }
/* 4649  */ .widget_calendar table tbody tr:nth-child(odd) td {
/* 4650  */     background: transparent;

/* style_ver=5.5.css */

/* 4651  */     }
/* 4652  */ .widget_calendar table tbody td {
/* 4653  */     text-align: center;
/* 4654  */     padding: 2px 3px;
/* 4655  */     }
/* 4656  */
/* 4657  */ /* Archives */
/* 4658  */ .btBox.widget_archive ul li,
/* 4659  */ .btBox.widget_categories ul li {
/* 4660  */     text-align: right;
/* 4661  */     }
/* 4662  */ .rtl .btBox.widget_archive ul li,
/* 4663  */ .rtl .btBox.widget_categories ul li {
/* 4664  */     text-align: left;
/* 4665  */     }
/* 4666  */ .btBox.widget_archive ul li a,
/* 4667  */ .btBox.widget_categories ul li a {
/* 4668  */     display: block;
/* 4669  */     float: left;
/* 4670  */     }
/* 4671  */ .rtl .btBox.widget_archive ul li a,
/* 4672  */ .rtl .btBox.widget_categories ul li a {
/* 4673  */     float: right;
/* 4674  */     }
/* 4675  */ .btBox.widget_archive .fancy-select ul li,
/* 4676  */ .btBox.widget_categories .fancy-select ul li {
/* 4677  */     text-align: initial;
/* 4678  */     }
/* 4679  */ .btBox.widget_archive .fancy-select ul li:first-child,
/* 4680  */ .btBox.widget_categories .fancy-select ul li:first-child {
/* 4681  */     padding-top: .5em;
/* 4682  */     }
/* 4683  */ .btBox.widget_archive .fancy-select ul li a,
/* 4684  */ .btBox.widget_categories .fancy-select ul li a {
/* 4685  */     display: inline;
/* 4686  */     float: none !important;
/* 4687  */     }
/* 4688  */
/* 4689  */ /* Recent comments */
/* 4690  */ .widget_recent_comments .comment-author-link a {
/* 4691  */     font-weight: 700;
/* 4692  */     display: inline;
/* 4693  */     padding: 0;
/* 4694  */     }
/* 4695  */
/* 4696  */ /* RSS */
/* 4697  */ .widget_rss li {
/* 4698  */     margin-bottom: 15px;
/* 4699  */     }
/* 4700  */ .widget_rss li a.rsswidget {

/* style_ver=5.5.css */

/* 4701  */     font-family: "Montserrat";
/* 4702  */     font-weight: 700;
/* 4703  */     }
/* 4704  */ .widget_rss li .rss-date {
/* 4705  */     display: block;
/* 4706  */     margin: 0 0 5px;
/* 4707  */     }
/* 4708  */ .widget_rss li cite {
/* 4709  */     line-height: 2em;
/* 4710  */     }
/* 4711  */
/* 4712  */ /* Dropdown archives */
/* 4713  */ .fancy-select {
/* 4714  */     position: relative;
/* 4715  */     }
/* 4716  */ .fancy-select .trigger {
/* 4717  */     overflow: hidden;
/* 4718  */     white-space: nowrap;
/* 4719  */     -o-text-overflow: ellipsis;
/* 4720  */     text-overflow: ellipsis;
/* 4721  */     position: relative;
/* 4722  */     cursor: pointer;
/* 4723  */     line-height: 2.5em;
/* 4724  */     padding: 0 1em;
/* 4725  */     }
/* 4726  */ .btHardRoundedButtons .fancy-select .trigger {
/* 4727  */     border-radius: 50px;
/* 4728  */     }
/* 4729  */ .btSoftRoundedButtons .fancy-select .trigger {
/* 4730  */     border-radius: 3px;
/* 4731  */     }
/* 4732  */ .rtl .fancy-select .trigger {
/* 4733  */     padding: 0 1em 0 0;
/* 4734  */     }
/* 4735  */ .fancy-select .trigger:before {
/* 4736  */     content: '\f078';
/* 4737  */     font-family: FontAwesome;
/* 4738  */     display: block;
/* 4739  */     float: right;
/* 4740  */     padding-right: .5em;
/* 4741  */     -webkit-transition: 150ms ease transform,150ms ease color;
/* 4742  */     -moz-transition: 150ms ease transform,150ms ease color;
/* 4743  */     transition: 150ms ease transform,150ms ease color;
/* 4744  */     }
/* 4745  */ .rtl .fancy-select .trigger:before {
/* 4746  */     float: left;
/* 4747  */     padding-right: 0;
/* 4748  */     padding-left: .5em;
/* 4749  */     }
/* 4750  */ .fancy-select .trigger.open:before {

/* style_ver=5.5.css */

/* 4751  */     -webkit-transform: scaleY(-1);
/* 4752  */     -moz-transform: scaleY(-1);
/* 4753  */     -ms-transform: scaleY(-1);
/* 4754  */     transform: scaleY(-1);
/* 4755  */     }
/* 4756  */ .fancy-select .options {
/* 4757  */     display: none;
/* 4758  */     position: absolute;
/* 4759  */     top: auto;
/* 4760  */     left: 0;
/* 4761  */     width: 100%;
/* 4762  */     list-style: none;
/* 4763  */     max-height: 320px;
/* 4764  */     overflow: auto;
/* 4765  */     border: 1px solid rgba(0,0,0,.07);
/* 4766  */     background-color: #fff;
/* 4767  */     color: #050505;
/* 4768  */     }
/* 4769  */ .fancy-select .options.open {
/* 4770  */     z-index: 20;
/* 4771  */     display: block;
/* 4772  */     }
/* 4773  */ .fancy-select .options.overflowing {
/* 4774  */     top: auto;
/* 4775  */     bottom: 2.4em;
/* 4776  */     }
/* 4777  */ .fancy-select ul.options {
/* 4778  */     padding: 0;
/* 4779  */     margin: 0;
/* 4780  */     }
/* 4781  */ .fancy-select ul.options li {
/* 4782  */     cursor: pointer;
/* 4783  */     padding-left: 1em;
/* 4784  */     margin: 0;
/* 4785  */     -webkit-transition: 150ms ease color;
/* 4786  */     -moz-transition: 150ms ease color;
/* 4787  */     transition: 150ms ease color;
/* 4788  */     }
/* 4789  */ .fancy-select ul.options li:hover {
/* 4790  */     color: #07e6a5;
/* 4791  */     }
/* 4792  */
/* 4793  */ /* Woo commerce widgets */
/* 4794  */ /* Card widget */
/* 4795  */ .widget_shopping_cart ul li:last-child {
/* 4796  */     border: none;
/* 4797  */     }
/* 4798  */ .widget_shopping_cart .total {
/* 4799  */     width: 100%;
/* 4800  */     border-top: 2px solid #fff;

/* style_ver=5.5.css */

/* 4801  */     padding: 1em 0 0;
/* 4802  */     font-family: Montserrat;
/* 4803  */     line-height: 1.25;
/* 4804  */     }
/* 4805  */ .widget_shopping_cart .total strong {
/* 4806  */     display: block;
/* 4807  */     float: left;
/* 4808  */     padding-right: 8px;
/* 4809  */     }
/* 4810  */ .rtl .widget_shopping_cart .total strong {
/* 4811  */     float: right;
/* 4812  */     padding-right: 0;
/* 4813  */     padding-left: 8px;
/* 4814  */     }
/* 4815  */ .widget_shopping_cart .total .amount {
/* 4816  */     display: block;
/* 4817  */     float: right;
/* 4818  */     }
/* 4819  */ .rtl .widget_shopping_cart .total .amount {
/* 4820  */     float: left;
/* 4821  */     }
/* 4822  */ .widget_shopping_cart .total:after {
/* 4823  */     content: " ";
/* 4824  */     display: table;
/* 4825  */     width: 100%;
/* 4826  */     clear: both;
/* 4827  */     }
/* 4828  */ .btSidebar .widget_shopping_cart .btCartWidgetIcon {
/* 4829  */     display: none;
/* 4830  */     }
/* 4831  */ .widget_shopping_cart .total strong {
/* 4832  */     min-width: 40px;
/* 4833  */     display: inline-block;
/* 4834  */     }
/* 4835  */ .widget_shopping_cart .buttons {
/* 4836  */     width: 100%;
/* 4837  */     }
/* 4838  */ .widget_shopping_cart .buttons .button {
/* 4839  */     width: 48%;
/* 4840  */     display: block;
/* 4841  */     float: left;
/* 4842  */     text-align: center;
/* 4843  */     background: #07e6a5;
/* 4844  */     color: #fff;
/* 4845  */     padding: .5em;
/* 4846  */     }
/* 4847  */ .btHardRoundedButtons .widget_shopping_cart .buttons .button {
/* 4848  */     border-radius: 50px;
/* 4849  */     }
/* 4850  */ .btSoftRoundedButtons .widget_shopping_cart .buttons .button {

/* style_ver=5.5.css */

/* 4851  */     border-radius: 3px;
/* 4852  */     }
/* 4853  */ .widget_shopping_cart .buttons .button.checkout {
/* 4854  */     float: right;
/* 4855  */     }
/* 4856  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
/* 4857  */     position: relative;
/* 4858  */     }
/* 4859  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
/* 4860  */     display: block;
/* 4861  */     float: right;
/* 4862  */     margin: 0 0 0 6px;
/* 4863  */     }
/* 4864  */ .rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
/* 4865  */     float: left;
/* 4866  */     margin: 0 6px 0 0;
/* 4867  */     }
/* 4868  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
/* 4869  */     display: block;
/* 4870  */     text-align: center;
/* 4871  */     text-decoration: none;
/* 4872  */     font-weight: 700;
/* 4873  */     height: 1em;
/* 4874  */     line-height: 1;
/* 4875  */     width: 1em;
/* 4876  */     vertical-align: middle;
/* 4877  */     color: #fff;
/* 4878  */     background-color: #07e6a5;
/* 4879  */     }
/* 4880  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
/* 4881  */     background-color: #ff3d03;
/* 4882  */     }
/* 4883  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
/* 4884  */     content: '\e680';
/* 4885  */     font-family: Icon7Stroke;
/* 4886  */     }
/* 4887  */ .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
/* 4888  */     text-align: left;
/* 4889  */     }
/* 4890  */ .rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
/* 4891  */     text-align: right;
/* 4892  */     }
/* 4893  */
/* 4894  */ /* Shoping cart within header */
/* 4895  */ .menuPort .widget_shopping_cart,
/* 4896  */ .topTools .widget_shopping_cart,
/* 4897  */ .topBarInLogoArea .widget_shopping_cart {
/* 4898  */     display: inline-block;
/* 4899  */     position: relative;
/* 4900  */     }

/* style_ver=5.5.css */

/* 4901  */ .btMenuVertical .menuPort .widget_shopping_cart,
/* 4902  */ .btMenuVertical .topTools .widget_shopping_cart,
/* 4903  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart {
/* 4904  */     position: static;
/* 4905  */     }
/* 4906  */ .menuPort .widget_shopping_cart h2.widgettitle,
/* 4907  */ .topTools .widget_shopping_cart h2.widgettitle,
/* 4908  */ .topBarInLogoArea .widget_shopping_cart h2.widgettitle {
/* 4909  */     display: none;
/* 4910  */     }
/* 4911  */ .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
/* 4912  */ .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
/* 4913  */ .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
/* 4914  */     cursor: pointer;
/* 4915  */     position: relative;
/* 4916  */     }
/* 4917  */ .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4918  */ .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4919  */ .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
/* 4920  */     display: block;
/* 4921  */     padding: 2px 3px;
/* 4922  */     background-color: #ff3d03;
/* 4923  */     color: #fff;
/* 4924  */     font: normal 10px/1 Montserrat;
/* 4925  */     border-radius: 2px;
/* 4926  */     position: absolute;
/* 4927  */     top: 1px;
/* 4928  */     right: -4px;
/* 4929  */     text-align: center;
/* 4930  */     min-width: 1em;
/* 4931  */     }
/* 4932  */ .rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4933  */ .rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4934  */ .rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
/* 4935  */     right: auto;
/* 4936  */     left: 0;
/* 4937  */     }
/* 4938  */ .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4939  */ .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
/* 4940  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
/* 4941  */     position: relative;
/* 4942  */     display: inline-block;
/* 4943  */     vertical-align: 50%;
/* 4944  */     margin: 0 0 -50px -15px;
/* 4945  */     }
/* 4946  */ .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4947  */ .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4948  */ .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
/* 4949  */     width: 300px;
/* 4950  */     background: #fff;

/* style_ver=5.5.css */

/* 4951  */     padding: 1em;
/* 4952  */     position: absolute;
/* 4953  */     z-index: 2;
/* 4954  */     opacity: 0;
/* 4955  */     right: 0;
/* 4956  */     -webkit-transform: translateY(-200%);
/* 4957  */     -moz-transform: translateY(-200%);
/* 4958  */     -ms-transform: translateY(-200%);
/* 4959  */     transform: translateY(-200%);
/* 4960  */     color: #050505;
/* 4961  */     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
/* 4962  */     box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
/* 4963  */     }
/* 4964  */ .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
/* 4965  */ .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
/* 4966  */ .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
/* 4967  */     padding: 0;
/* 4968  */     }
/* 4969  */ .rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4970  */ .rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4971  */ .rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
/* 4972  */     right: auto;
/* 4973  */     left: 0;
/* 4974  */     }
/* 4975  */ .rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
/* 4976  */ .rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
/* 4977  */ .rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove {
/* 4978  */     float: left;
/* 4979  */     }
/* 4980  */ .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4981  */ .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
/* 4982  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
/* 4983  */     right: auto;
/* 4984  */     left: -174%;
/* 4985  */     min-height: auto;
/* 4986  */     min-width: 16em;
/* 4987  */     width: auto;
/* 4988  */     z-index: 500;
/* 4989  */     -webkit-transform: translate3d(-100%,0,0);
/* 4990  */     -moz-transform: translate3d(-100%,0,0);
/* 4991  */     -ms-transform: translate3d(-100%,0,0);
/* 4992  */     transform: translate3d(-100%,0,0);
/* 4993  */     border: none !important;
/* 4994  */     margin: 0;
/* 4995  */     -webkit-transition: all 350ms ease;
/* 4996  */     -moz-transition: all 350ms ease;
/* 4997  */     transition: all 350ms ease;
/* 4998  */     }
/* 4999  */ .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
/* 5000  */ .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,

/* style_ver=5.5.css */

/* 5001  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
/* 5002  */     display: block;
/* 5003  */     text-align: center;
/* 5004  */     margin-bottom: 1em;
/* 5005  */     background-color: #07e6a5;
/* 5006  */     color: #fff;
/* 5007  */     border-radius: 5px;
/* 5008  */     cursor: pointer;
/* 5009  */     }
/* 5010  */ .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
/* 5011  */ .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
/* 5012  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
/* 5013  */     content: '\f00d';
/* 5014  */     display: block;
/* 5015  */     font-family: FontAwesome;
/* 5016  */     font-size: 1.5em;
/* 5017  */     margin: 0 auto;
/* 5018  */     }
/* 5019  */ .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
/* 5020  */ .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
/* 5021  */ .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
/* 5022  */     -webkit-transform: translateY(0);
/* 5023  */     -moz-transform: translateY(0);
/* 5024  */     -ms-transform: translateY(0);
/* 5025  */     transform: translateY(0);
/* 5026  */     opacity: 1;
/* 5027  */     pointer-events: auto;
/* 5028  */     }
/* 5029  */ .btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
/* 5030  */ .btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
/* 5031  */ .btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
/* 5032  */     -webkit-transform: translate3d(0,0,0);
/* 5033  */     -moz-transform: translate3d(0,0,0);
/* 5034  */     -ms-transform: translate3d(0,0,0);
/* 5035  */     transform: translate3d(0,0,0);
/* 5036  */     }
/* 5037  */ .topBar .widget_shopping_cart .btCartWidgetInnerContent {
/* 5038  */     font-size: 1.25em;
/* 5039  */     color: #050505 !important;
/* 5040  */     text-align: left;
/* 5041  */     }
/* 5042  */ .topBar .btTopToolsRight .widget_shopping_cart .btIco {
/* 5043  */     margin-right: .5em;
/* 5044  */     }
/* 5045  */
/* 5046  */ /* Product widgets */
/* 5047  */ .widget_recent_reviews {
/* 5048  */     font-family: Montserrat;
/* 5049  */     font-size: .8em;
/* 5050  */     line-height: 1.4;

/* style_ver=5.5.css */

/* 5051  */     }
/* 5052  */ .widget_recent_reviews li a img {
/* 5053  */     display: block;
/* 5054  */     width: 80px;
/* 5055  */     height: auto;
/* 5056  */     margin: 0 0 0 10px;
/* 5057  */     float: right;
/* 5058  */     border: 1px solid rgba(0,0,0,.1);
/* 5059  */     }
/* 5060  */ .widget_product_categories li li {
/* 5061  */     margin: 0 0 0 1em;
/* 5062  */     }
/* 5063  */ .product_list_widget .reviewer {
/* 5064  */     display: block;
/* 5065  */     line-height: 1;
/* 5066  */     }
/* 5067  */ .product_list_widget li:after {
/* 5068  */     display: table !important;
/* 5069  */     }
/* 5070  */
/* 5071  */ /* Price filter */
/* 5072  */ .widget_price_filter .price_slider_wrapper .ui-slider {
/* 5073  */     border-radius: 1em;
/* 5074  */     background-color: rgba(255,255,255,.05);
/* 5075  */     border: 0;
/* 5076  */     position: relative;
/* 5077  */     text-align: left;
/* 5078  */     margin-left: .5em;
/* 5079  */     margin-right: .5em;
/* 5080  */     margin-bottom: 1em;
/* 5081  */     }
/* 5082  */ .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
/* 5083  */     position: absolute;
/* 5084  */     z-index: 2;
/* 5085  */     width: 1em;
/* 5086  */     height: 1em;
/* 5087  */     background-color: #07e6a5;
/* 5088  */     border-radius: 1em;
/* 5089  */     cursor: ew-resize;
/* 5090  */     outline: 0;
/* 5091  */     top: -.25em;
/* 5092  */     margin-left: -.5em;
/* 5093  */     }
/* 5094  */ .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
/* 5095  */     position: absolute;
/* 5096  */     z-index: 1;
/* 5097  */     font-size: .7em;
/* 5098  */     display: block;
/* 5099  */     border: 0;
/* 5100  */     border-radius: 1em;

/* style_ver=5.5.css */

/* 5101  */     background-color: rgba(0,0,0,.07);
/* 5102  */     }
/* 5103  */ .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
/* 5104  */     height: .5em;
/* 5105  */     }
/* 5106  */ .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
/* 5107  */     top: 0;
/* 5108  */     height: 100%;
/* 5109  */     }
/* 5110  */ .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
/* 5111  */     left: -1px;
/* 5112  */     }
/* 5113  */ .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
/* 5114  */     right: -1px;
/* 5115  */     }
/* 5116  */ .widget_price_filter .price_slider_amount {
/* 5117  */     text-align: right;
/* 5118  */     }
/* 5119  */ .widget_price_filter .price_slider_amount .button {
/* 5120  */     float: left;
/* 5121  */     }
/* 5122  */ .widget_price_filter .price_slider_amount .price_label {
/* 5123  */     padding-top: 8px;
/* 5124  */     }
/* 5125  */ .widget_price_filter .price_slider_amount .price_label span {
/* 5126  */     font-weight: 600;
/* 5127  */     }
/* 5128  */
/* 5129  */ /* Layered nav */
/* 5130  */ .widget_layered_nav ul li.chosen a:before,
/* 5131  */ .widget_layered_nav_filters ul li.chosen a:before {
/* 5132  */     text-indent: 0;
/* 5133  */     display: block;
/* 5134  */     float: left;
/* 5135  */     content: '\e680';
/* 5136  */     font-family: Icon7Stroke;
/* 5137  */     margin-right: .5em;
/* 5138  */     background-color: transparent;
/* 5139  */     position: relative;
/* 5140  */     }
/* 5141  */
/* 5142  */ /* Tags */
/* 5143  */ .btBox .tagcloud a,
/* 5144  */ .btTags ul a {
/* 5145  */     display: inline-block;
/* 5146  */     margin: 0 .3em .3em 0;
/* 5147  */     text-transform: uppercase;
/* 5148  */     padding: .7em 2em;
/* 5149  */     font-size: .8em;
/* 5150  */     background: #07e6a5;

/* style_ver=5.5.css */

/* 5151  */     color: #fff;
/* 5152  */     }
/* 5153  */ .btHardRoundedButtons .btBox .tagcloud a,
/* 5154  */ .btHardRoundedButtons .btTags ul a {
/* 5155  */     border-radius: 50px;
/* 5156  */     }
/* 5157  */ .btSoftRoundedButtons .btBox .tagcloud a,
/* 5158  */ .btSoftRoundedButtons .btTags ul a {
/* 5159  */     border-radius: 3px;
/* 5160  */     }
/* 5161  */ .btLightSkin.btBox .tagcloud a,
/* 5162  */ .bt_bb_color_scheme_2.btBox .tagcloud a,
/* 5163  */ .bt_bb_color_scheme_4.btBox .tagcloud a,
/* 5164  */ .bt_bb_color_scheme_5.btBox .tagcloud a,
/* 5165  */ .btLightSkin.btTags ul a,
/* 5166  */ .bt_bb_color_scheme_2.btTags ul a,
/* 5167  */ .bt_bb_color_scheme_4.btTags ul a,
/* 5168  */ .bt_bb_color_scheme_5.btTags ul a {
/* 5169  */     color: #050505;
/* 5170  */     }
/* 5171  */ .btDarkSkin.btBox .tagcloud a,
/* 5172  */ .bt_bb_color_scheme_1.btBox .tagcloud a,
/* 5173  */ .bt_bb_color_scheme_3.btBox .tagcloud a,
/* 5174  */ .bt_bb_color_scheme_6.btBox .tagcloud a,
/* 5175  */ .btDarkSkin.btTags ul a,
/* 5176  */ .bt_bb_color_scheme_1.btTags ul a,
/* 5177  */ .bt_bb_color_scheme_3.btTags ul a,
/* 5178  */ .bt_bb_color_scheme_6.btTags ul a {
/* 5179  */     color: #fff;
/* 5180  */     }
/* 5181  */ .btLightSkin .btBox .tagcloud a:hover,
/* 5182  */ .bt_bb_color_scheme_2 .btBox .tagcloud a:hover,
/* 5183  */ .bt_bb_color_scheme_4 .btBox .tagcloud a:hover,
/* 5184  */ .bt_bb_color_scheme_5 .btBox .tagcloud a:hover,
/* 5185  */ .btLightSkin .btTags ul a:hover,
/* 5186  */ .bt_bb_color_scheme_2 .btTags ul a:hover,
/* 5187  */ .bt_bb_color_scheme_4 .btTags ul a:hover,
/* 5188  */ .bt_bb_color_scheme_5 .btTags ul a:hover {
/* 5189  */     background: #191919;
/* 5190  */     color: #fff;
/* 5191  */     }
/* 5192  */ .btDarkSkin .btBox .tagcloud a:hover,
/* 5193  */ .bt_bb_color_scheme_1 .btBox .tagcloud a:hover,
/* 5194  */ .bt_bb_color_scheme_3 .btBox .tagcloud a:hover,
/* 5195  */ .bt_bb_color_scheme_6 .btBox .tagcloud a:hover,
/* 5196  */ .btDarkSkin .btTags ul a:hover,
/* 5197  */ .bt_bb_color_scheme_1 .btTags ul a:hover,
/* 5198  */ .bt_bb_color_scheme_3 .btTags ul a:hover,
/* 5199  */ .bt_bb_color_scheme_6 .btTags ul a:hover {
/* 5200  */     background: #fff;

/* style_ver=5.5.css */

/* 5201  */     color: #050505;
/* 5202  */     }
/* 5203  */ .btTags ul {
/* 5204  */     list-style: none;
/* 5205  */     margin: 0;
/* 5206  */     padding: 0;
/* 5207  */     }
/* 5208  */ .btTags ul li {
/* 5209  */     display: inline-block;
/* 5210  */     padding: 0;
/* 5211  */     margin: 0;
/* 5212  */     }
/* 5213  */ .btTextLeft .btTags ul li {
/* 5214  */     float: left;
/* 5215  */     }
/* 5216  */ .btTextRight .btTags ul li {
/* 5217  */     float: right;
/* 5218  */     }
/* 5219  */
/* 5220  */ /* Instagram feed */
/* 5221  */ .btInstaWrap {
/* 5222  */     padding: .3em 0 1em;
/* 5223  */     }
/* 5224  */ .btInstaGrid {
/* 5225  */     margin: -3px;
/* 5226  */     }
/* 5227  */ .btInstaGrid span {
/* 5228  */     display: block;
/* 5229  */     width: 33.3333%;
/* 5230  */     padding: 3px;
/* 5231  */     float: left;
/* 5232  */     }
/* 5233  */ .btInstaGrid span:hover img {
/* 5234  */     opacity: .6;
/* 5235  */     }
/* 5236  */ .btInstaGrid img {
/* 5237  */     display: block;
/* 5238  */     width: 100%;
/* 5239  */     opacity: 1;
/* 5240  */     -webkit-backface-visibility: hidden;
/* 5241  */     -webkit-transition: opacity 200ms ease;
/* 5242  */     -moz-transition: opacity 200ms ease;
/* 5243  */     transition: opacity 200ms ease;
/* 5244  */     }
/* 5245  */
/* 5246  */ /* BT Text */
/* 5247  */ .btBox .btImage {
/* 5248  */     margin-bottom: .5em;
/* 5249  */     }
/* 5250  */ .btBox .btImage img {

/* style_ver=5.5.css */

/* 5251  */     width: auto;
/* 5252  */     margin: auto;
/* 5253  */     }
/* 5254  */
/* 5255  */ /* Icon Widget */
/* 5256  */ .btIconWidget .btIconWidgetText {
/* 5257  */     opacity: .5;
/* 5258  */     }
/* 5259  */ .topTools .btIconWidget,
/* 5260  */ .topBarInMenu .btIconWidget {
/* 5261  */     position: relative;
/* 5262  */     display: inline-block;
/* 5263  */     line-height: inherit;
/* 5264  */     margin-left: .5em;
/* 5265  */     margin-right: .5em;
/* 5266  */     }
/* 5267  */ .topTools .btIconWidget .btIconWidgetIcon,
/* 5268  */ .topBarInMenu .btIconWidget .btIconWidgetIcon {
/* 5269  */     line-height: inherit;
/* 5270  */     display: inline-block;
/* 5271  */     }
/* 5272  */ .topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
/* 5273  */ .topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
/* 5274  */     padding: 0;
/* 5275  */     }
/* 5276  */ .topTools .btIconWidget:hover,
/* 5277  */ .topBarInMenu .btIconWidget:hover {
/* 5278  */     color: #07e6a5;
/* 5279  */     }
/* 5280  */ .topTools .btIconWidget .btMenuHorizontal,
/* 5281  */ .topBarInMenu .btIconWidget .btMenuHorizontal {
/* 5282  */     margin: 0;
/* 5283  */     }
/* 5284  */ .btMenuHorizontal .topTools .btIconWidget,
/* 5285  */ .btMenuHorizontal .topBarInMenu .btIconWidget {
/* 5286  */     margin-left: 1em;
/* 5287  */     margin-right: 0;
/* 5288  */     }
/* 5289  */ .rtl.btMenuHorizontal .topTools .btIconWidget,
/* 5290  */ .rtl.btMenuHorizontal .topBarInMenu .btIconWidget {
/* 5291  */     margin-right: 1em;
/* 5292  */     margin-left: 0;
/* 5293  */     }
/* 5294  */ .topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
/* 5295  */ .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
/* 5296  */     margin-right: .5em;
/* 5297  */     }
/* 5298  */ .rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
/* 5299  */ .rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
/* 5300  */     margin-right: 0;

/* style_ver=5.5.css */

/* 5301  */     margin-left: .5em;
/* 5302  */     }
/* 5303  */ .topTools .btIconWidgetContent,
/* 5304  */ .topBarInMenu .btIconWidgetContent {
/* 5305  */     line-height: inherit;
/* 5306  */     display: inline-block;
/* 5307  */     }
/* 5308  */ .topTools .btIconWidgetTitle,
/* 5309  */ .topTools .btIconWidgetText,
/* 5310  */ .topBarInMenu .btIconWidgetTitle,
/* 5311  */ .topBarInMenu .btIconWidgetText {
/* 5312  */     display: inline-block;
/* 5313  */     line-height: inherit;
/* 5314  */     margin-right: .5em;
/* 5315  */     }
/* 5316  */
/* 5317  */ /* Icon widget in Sidebar */
/* 5318  */ .btSidebar .btIconWidget,
/* 5319  */ footer .btIconWidget,
/* 5320  */ .topBarInLogoArea .btIconWidget {
/* 5321  */     margin: 0 0 1.6em;
/* 5322  */     display: -ms-flexbox;
/* 5323  */     display: -webkit-flex;
/* 5324  */     display: flex;
/* 5325  */     -webkit-flex-flow: row nowrap;
/* 5326  */     -ms-flex-flow: row nowrap;
/* 5327  */     flex-flow: row nowrap;
/* 5328  */     -webkit-justify-content: flex-start;
/* 5329  */     -ms-flex-pack: start;
/* 5330  */     justify-content: flex-start;
/* 5331  */     -webkit-align-items: flex-start;
/* 5332  */     -ms-flex-align: start;
/* 5333  */     align-items: flex-start;
/* 5334  */     -webkit-align-content: flex-start;
/* 5335  */     -ms-flex-line-pack: start;
/* 5336  */     align-content: flex-start;
/* 5337  */     }
/* 5338  */ .btMenuVertical .btSidebar .btIconWidget,
/* 5339  */ .btMenuVertical footer .btIconWidget,
/* 5340  */ .btMenuVertical .topBarInLogoArea .btIconWidget {
/* 5341  */     margin: 0 0 2em;
/* 5342  */     -webkit-flex-direction: column;
/* 5343  */     -ms-flex-direction: column;
/* 5344  */     flex-direction: column;
/* 5345  */     -webkit-flex-flow: inherit;
/* 5346  */     -ms-flex-flow: inherit;
/* 5347  */     flex-flow: inherit;
/* 5348  */     -webkit-align-items: center;
/* 5349  */     -ms-flex-align: center;
/* 5350  */     align-items: center;

/* style_ver=5.5.css */

/* 5351  */     -webkit-justify-content: center;
/* 5352  */     -ms-flex-pack: center;
/* 5353  */     justify-content: center;
/* 5354  */     float: none;
/* 5355  */     }
/* 5356  */ .btSidebar .btIconWidget .btIconWidgetIcon,
/* 5357  */ footer .btIconWidget .btIconWidgetIcon,
/* 5358  */ .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
/* 5359  */     line-height: 1;
/* 5360  */     padding: 0 .5em 0 0;
/* 5361  */     text-align: left;
/* 5362  */     margin: .7em 0 0;
/* 5363  */     }
/* 5364  */ .btSidebar .btIconWidget .btIconWidgetIcon .bt_bb_icon,
/* 5365  */ footer .btIconWidget .btIconWidgetIcon .bt_bb_icon,
/* 5366  */ .topBarInLogoArea .btIconWidget .btIconWidgetIcon .bt_bb_icon {
/* 5367  */     font-size: 2em;
/* 5368  */     padding: 0;
/* 5369  */     }
/* 5370  */ .btSidebar .btIconWidget .btIconWidgetContent,
/* 5371  */ footer .btIconWidget .btIconWidgetContent,
/* 5372  */ .topBarInLogoArea .btIconWidget .btIconWidgetContent {
/* 5373  */     display: -ms-flexbox;
/* 5374  */     display: -webkit-flex;
/* 5375  */     display: flex;
/* 5376  */     -webkit-flex-flow: column nowrap;
/* 5377  */     -ms-flex-flow: column nowrap;
/* 5378  */     flex-flow: column nowrap;
/* 5379  */     -webkit-justify-content: flex-start;
/* 5380  */     -ms-flex-pack: start;
/* 5381  */     justify-content: flex-start;
/* 5382  */     -webkit-align-items: flex-start;
/* 5383  */     -ms-flex-align: start;
/* 5384  */     align-items: flex-start;
/* 5385  */     -webkit-align-content: flex-start;
/* 5386  */     -ms-flex-line-pack: start;
/* 5387  */     align-content: flex-start;
/* 5388  */     }
/* 5389  */ .btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
/* 5390  */ footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
/* 5391  */ .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
/* 5392  */     font-size: .7em;
/* 5393  */     text-transform: uppercase;
/* 5394  */     }
/* 5395  */ .btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
/* 5396  */ footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
/* 5397  */ .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
/* 5398  */     font-size: 1.1em;
/* 5399  */     display: block;
/* 5400  */     line-height: 1;

/* style_ver=5.5.css */

/* 5401  */     -webkit-transition: all 300ms ease;
/* 5402  */     -moz-transition: all 300ms ease;
/* 5403  */     transition: all 300ms ease;
/* 5404  */     }
/* 5405  */ .btSidebar .btIconWidget:hover .btIconWidgetText,
/* 5406  */ footer .btIconWidget:hover .btIconWidgetText,
/* 5407  */ .topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
/* 5408  */     color: #07e6a5;
/* 5409  */     }
/* 5410  */ .btSidebar .btIconWidget.btCartWidget,
/* 5411  */ footer .btIconWidget.btCartWidget,
/* 5412  */ .topBarInLogoArea .btIconWidget.btCartWidget {
/* 5413  */     margin: 0;
/* 5414  */     }
/* 5415  */ .topBarInLogoArea .btIconWidget {
/* 5416  */     margin: 0 1em 0 0;
/* 5417  */     float: right;
/* 5418  */     }
/* 5419  */ .rtl.topBarInLogoArea .btIconWidget {
/* 5420  */     margin-left: 0;
/* 5421  */     margin-right: 1em;
/* 5422  */     float: left;
/* 5423  */     }
/* 5424  */ .btAccentIconWidget.btIconWidget .btIconWidgetIcon {
/* 5425  */     color: #07e6a5;
/* 5426  */     }
/* 5427  */ .btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,
/* 5428  */ .btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
/* 5429  */     display: none;
/* 5430  */     }
/* 5431  */ .btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
/* 5432  */ .btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
/* 5433  */     width: auto;
/* 5434  */     float: none;
/* 5435  */     padding: .8em 0;
/* 5436  */     margin: 0;
/* 5437  */     }
/* 5438  */ .btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
/* 5439  */     padding: 0 0 .8em;
/* 5440  */     }
/* 5441  */
/* 5442  */ /* Search widget */
/* 5443  */ .btSidebar .btSearch,
/* 5444  */ .btSidebar .widget_product_search {
/* 5445  */     padding: 0 38px 0 0;
/* 5446  */     }
/* 5447  */ .rtl .btSidebar .btSearch,
/* 5448  */ .rtl .btSidebar .widget_product_search {
/* 5449  */     padding: 0 0 0 38px;
/* 5450  */     }

/* style_ver=5.5.css */

/* 5451  */ .btSidebar .btSearch .port,
/* 5452  */ .btSidebar .widget_product_search .port {
/* 5453  */     padding: 0;
/* 5454  */     }
/* 5455  */ .btSidebar .btSearch input[type="text"],
/* 5456  */ .btSidebar .btSearch input[type="search"],
/* 5457  */ .btSidebar .widget_product_search input[type="text"],
/* 5458  */ .btSidebar .widget_product_search input[type="search"] {
/* 5459  */     padding: 0 20px;
/* 5460  */     background: transparent;
/* 5461  */     height: 38px;
/* 5462  */     width: 97%;
/* 5463  */     display: block;
/* 5464  */     }
/* 5465  */ .btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
/* 5466  */ .btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
/* 5467  */ .btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
/* 5468  */ .btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
/* 5469  */     border-radius: 3px 0 0 3px;
/* 5470  */     }
/* 5471  */ .rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
/* 5472  */ .rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
/* 5473  */ .rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
/* 5474  */ .rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
/* 5475  */     border-radius: 0 3px 3px 0;
/* 5476  */     }
/* 5477  */ .btSidebar .btSearch button,
/* 5478  */ .btSidebar .btSearch input[type=submit],
/* 5479  */ .btSidebar .widget_product_search button,
/* 5480  */ .btSidebar .widget_product_search input[type=submit] {
/* 5481  */     width: 38px;
/* 5482  */     height: 38px;
/* 5483  */     border: 0;
/* 5484  */     float: right;
/* 5485  */     margin: -38px -38px 0 0;
/* 5486  */     cursor: pointer;
/* 5487  */     padding: 0 !important;
/* 5488  */     }
/* 5489  */ .rtl .btSidebar .btSearch button,
/* 5490  */ .rtl .btSidebar .btSearch input[type=submit],
/* 5491  */ .rtl .btSidebar .widget_product_search button,
/* 5492  */ .rtl .btSidebar .widget_product_search input[type=submit] {
/* 5493  */     float: left;
/* 5494  */     margin: -38px 0 0 -38px;
/* 5495  */     }
/* 5496  */ .btHardRoundedButtons .btSidebar .btSearch button,
/* 5497  */ .btHardRoundedButtons .btSidebar .btSearch input[type=submit],
/* 5498  */ .btHardRoundedButtons .btSidebar .widget_product_search button,
/* 5499  */ .btHardRoundedButtons .btSidebar .widget_product_search input[type=submit] {
/* 5500  */     border-radius: 50px;

/* style_ver=5.5.css */

/* 5501  */     }
/* 5502  */ .btSoftRoundedButtons .btSidebar .btSearch button,
/* 5503  */ .btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
/* 5504  */ .btSoftRoundedButtons .btSidebar .widget_product_search button,
/* 5505  */ .btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
/* 5506  */     border-radius: 0 3px 3px 0;
/* 5507  */     }
/* 5508  */ .rtl.btSoftRoundedButtons .btSidebar .btSearch button,
/* 5509  */ .rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
/* 5510  */ .rtl.btSoftRoundedButtons .btSidebar .widget_product_search button,
/* 5511  */ .rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
/* 5512  */     border-radius: 3px 0 0 3px;
/* 5513  */     }
/* 5514  */ .btLightSkin .btSidebar .btSearch button,
/* 5515  */ .bt_bb_color_scheme_2 .btSidebar .btSearch button,
/* 5516  */ .bt_bb_color_scheme_4 .btSidebar .btSearch button,
/* 5517  */ .bt_bb_color_scheme_5 .btSidebar .btSearch button,
/* 5518  */ .btLightSkin .btSidebar .btSearch input[type=submit],
/* 5519  */ .bt_bb_color_scheme_2 .btSidebar .btSearch input[type=submit],
/* 5520  */ .bt_bb_color_scheme_4 .btSidebar .btSearch input[type=submit],
/* 5521  */ .bt_bb_color_scheme_5 .btSidebar .btSearch input[type=submit],
/* 5522  */ .btLightSkin .btSidebar .widget_product_search button,
/* 5523  */ .bt_bb_color_scheme_2 .btSidebar .widget_product_search button,
/* 5524  */ .bt_bb_color_scheme_4 .btSidebar .widget_product_search button,
/* 5525  */ .bt_bb_color_scheme_5 .btSidebar .widget_product_search button,
/* 5526  */ .btLightSkin .btSidebar .widget_product_search input[type=submit],
/* 5527  */ .bt_bb_color_scheme_2 .btSidebar .widget_product_search input[type=submit],
/* 5528  */ .bt_bb_color_scheme_4 .btSidebar .widget_product_search input[type=submit],
/* 5529  */ .bt_bb_color_scheme_5 .btSidebar .widget_product_search input[type=submit] {
/* 5530  */     background-color: #191919 !important;
/* 5531  */     border-color: #191919 !important;
/* 5532  */     color: #fff;
/* 5533  */     }
/* 5534  */ .btDarkSkin .btSidebar .btSearch button,
/* 5535  */ .bt_bb_color_scheme_1 .btSidebar .btSearch button,
/* 5536  */ .bt_bb_color_scheme_3 .btSidebar .btSearch button,
/* 5537  */ .bt_bb_color_scheme_6 .btSidebar .btSearch button,
/* 5538  */ .btDarkSkin .btSidebar .btSearch input[type=submit],
/* 5539  */ .bt_bb_color_scheme_1 .btSidebar .btSearch input[type=submit],
/* 5540  */ .bt_bb_color_scheme_3 .btSidebar .btSearch input[type=submit],
/* 5541  */ .bt_bb_color_scheme_6 .btSidebar .btSearch input[type=submit],
/* 5542  */ .btDarkSkin .btSidebar .widget_product_search button,
/* 5543  */ .bt_bb_color_scheme_1 .btSidebar .widget_product_search button,
/* 5544  */ .bt_bb_color_scheme_3 .btSidebar .widget_product_search button,
/* 5545  */ .bt_bb_color_scheme_6 .btSidebar .widget_product_search button,
/* 5546  */ .btDarkSkin .btSidebar .widget_product_search input[type=submit],
/* 5547  */ .bt_bb_color_scheme_1 .btSidebar .widget_product_search input[type=submit],
/* 5548  */ .bt_bb_color_scheme_3 .btSidebar .widget_product_search input[type=submit],
/* 5549  */ .bt_bb_color_scheme_6 .btSidebar .widget_product_search input[type=submit] {
/* 5550  */     background-color: #fff !important;

/* style_ver=5.5.css */

/* 5551  */     border-color: #fff !important;
/* 5552  */     color: #050505;
/* 5553  */     }
/* 5554  */ .btSidebar .btSearch button:hover,
/* 5555  */ .btSidebar .btSearch input[type=submit]:hover,
/* 5556  */ .btSidebar .widget_product_search button:hover,
/* 5557  */ .btSidebar .widget_product_search input[type=submit]:hover {
/* 5558  */     color: #07e6a5;
/* 5559  */     }
/* 5560  */ .btSidebar .btSearch button,
/* 5561  */ .btSidebar .widget_product_search button {
/* 5562  */     -webkit-transition: all 300ms ease;
/* 5563  */     -moz-transition: all 300ms ease;
/* 5564  */     transition: all 300ms ease;
/* 5565  */     }
/* 5566  */ .btSidebar .btSearch button:before,
/* 5567  */ .btSidebar .widget_product_search button:before {
/* 5568  */     font-family: FontAwesome;
/* 5569  */     content: "\f002";
/* 5570  */     display: inline-block;
/* 5571  */     }
/* 5572  */ .btLightSkin .btSidebar .btSearch button:before,
/* 5573  */ .bt_bb_color_scheme_2 .btSidebar .btSearch button:before,
/* 5574  */ .bt_bb_color_scheme_4 .btSidebar .btSearch button:before,
/* 5575  */ .bt_bb_color_scheme_5 .btSidebar .btSearch button:before,
/* 5576  */ .btLightSkin .btSidebar .widget_product_search button:before,
/* 5577  */ .bt_bb_color_scheme_2 .btSidebar .widget_product_search button:before,
/* 5578  */ .bt_bb_color_scheme_4 .btSidebar .widget_product_search button:before,
/* 5579  */ .bt_bb_color_scheme_5 .btSidebar .widget_product_search button:before {
/* 5580  */     color: #fff;
/* 5581  */     }
/* 5582  */ .btDarkSkin .btSidebar .btSearch button:before,
/* 5583  */ .bt_bb_color_scheme_1 .btSidebar .btSearch button:before,
/* 5584  */ .bt_bb_color_scheme_3 .btSidebar .btSearch button:before,
/* 5585  */ .bt_bb_color_scheme_6 .btSidebar .btSearch button:before,
/* 5586  */ .btDarkSkin .btSidebar .widget_product_search button:before,
/* 5587  */ .bt_bb_color_scheme_1 .btSidebar .widget_product_search button:before,
/* 5588  */ .bt_bb_color_scheme_3 .btSidebar .widget_product_search button:before,
/* 5589  */ .bt_bb_color_scheme_6 .btSidebar .widget_product_search button:before {
/* 5590  */     color: #050505;
/* 5591  */     }
/* 5592  */ .btLightSkin .btSidebar .btSearch button:hover,
/* 5593  */ .bt_bb_color_scheme_2 .btSidebar .btSearch button:hover,
/* 5594  */ .bt_bb_color_scheme_4 .btSidebar .btSearch button:hover,
/* 5595  */ .bt_bb_color_scheme_5 .btSidebar .btSearch button:hover,
/* 5596  */ .btDarkSkin .btSidebar .btSearch button:hover,
/* 5597  */ .bt_bb_color_scheme_1 .btSidebar .btSearch button:hover,
/* 5598  */ .bt_bb_color_scheme_3 .btSidebar .btSearch button:hover,
/* 5599  */ .bt_bb_color_scheme_6 .btSidebar .btSearch button:hover,
/* 5600  */ .btLightSkin .btSidebar .widget_product_search button:hover,

/* style_ver=5.5.css */

/* 5601  */ .bt_bb_color_scheme_2 .btSidebar .widget_product_search button:hover,
/* 5602  */ .bt_bb_color_scheme_4 .btSidebar .widget_product_search button:hover,
/* 5603  */ .bt_bb_color_scheme_5 .btSidebar .widget_product_search button:hover,
/* 5604  */ .btDarkSkin .btSidebar .widget_product_search button:hover,
/* 5605  */ .bt_bb_color_scheme_1 .btSidebar .widget_product_search button:hover,
/* 5606  */ .bt_bb_color_scheme_3 .btSidebar .widget_product_search button:hover,
/* 5607  */ .bt_bb_color_scheme_6 .btSidebar .widget_product_search button:hover {
/* 5608  */     background: #07e6a5 !important;
/* 5609  */     border-color: #07e6a5 !important;
/* 5610  */     color: #fff;
/* 5611  */     }
/* 5612  */ .btSidebar .btSearch .bt_bb_icon,
/* 5613  */ .btSidebar .widget_product_search .bt_bb_icon {
/* 5614  */     display: none;
/* 5615  */     }
/* 5616  */ .btTopToolsRight .btSearch .bt_bb_icon,
/* 5617  */ .btTopToolsRight .widget_shopping_cart .bt_bb_icon {
/* 5618  */     margin-left: .5em;
/* 5619  */     padding-left: .5em;
/* 5620  */     }
/* 5621  */ .btTopToolsLeft .btSearch .bt_bb_icon,
/* 5622  */ .btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
/* 5623  */     margin-left: .5em;
/* 5624  */     padding-left: .5em;
/* 5625  */     }
/* 5626  */
/* 5627  */ /* Top Search widget */
/* 5628  */ .btSearchInner.btFromTopBox {
/* 5629  */     position: fixed;
/* 5630  */     top: 0;
/* 5631  */     left: 0;
/* 5632  */     right: 0;
/* 5633  */     bottom: 0;
/* 5634  */     -webkit-transform: translate(0,100%);
/* 5635  */     -moz-transform: translate(0,100%);
/* 5636  */     -ms-transform: translate(0,100%);
/* 5637  */     transform: translate(0,100%);
/* 5638  */     -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
/* 5639  */     box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
/* 5640  */     opacity: 0;
/* 5641  */     pointer-events: none;
/* 5642  */     -webkit-transition: all 800ms ease;
/* 5643  */     -moz-transition: all 800ms ease;
/* 5644  */     transition: all 800ms ease;
/* 5645  */     z-index: 99998;
/* 5646  */     }
/* 5647  */ .btLightSkin .btSearchInner.btFromTopBox,
/* 5648  */ .bt_bb_color_scheme_2 .btSearchInner.btFromTopBox,
/* 5649  */ .bt_bb_color_scheme_4 .btSearchInner.btFromTopBox,
/* 5650  */ .bt_bb_color_scheme_5 .btSearchInner.btFromTopBox {

/* style_ver=5.5.css */

/* 5651  */     background: #fff;
/* 5652  */     }
/* 5653  */ .btDarkSkin .btSearchInner.btFromTopBox,
/* 5654  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox,
/* 5655  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox,
/* 5656  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox {
/* 5657  */     background: #191919;
/* 5658  */     }
/* 5659  */ .btSearchInner.btFromTopBox .btSearchInnerContent {
/* 5660  */     text-align: center;
/* 5661  */     position: absolute;
/* 5662  */     left: 0;
/* 5663  */     right: 0;
/* 5664  */     bottom: 0;
/* 5665  */     top: 0;
/* 5666  */     }
/* 5667  */ .btSearchInner.btFromTopBox form {
/* 5668  */     text-align: center;
/* 5669  */     position: absolute;
/* 5670  */     height: 6.75em;
/* 5671  */     left: 0;
/* 5672  */     right: 0;
/* 5673  */     top: 50%;
/* 5674  */     margin: -3.375em 10% 0;
/* 5675  */     }
/* 5676  */ .btSearchInner.btFromTopBox .btSearchInnerClose {
/* 5677  */     display: block;
/* 5678  */     position: absolute;
/* 5679  */     right: 0;
/* 5680  */     top: 0;
/* 5681  */     cursor: pointer;
/* 5682  */     }
/* 5683  */ .rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
/* 5684  */     right: auto;
/* 5685  */     left: 0;
/* 5686  */     }
/* 5687  */ .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
/* 5688  */     padding: 0;
/* 5689  */     }
/* 5690  */ .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
/* 5691  */     width: auto;
/* 5692  */     height: auto;
/* 5693  */     -webkit-transition: none;
/* 5694  */     -moz-transition: none;
/* 5695  */     transition: none;
/* 5696  */     }
/* 5697  */ .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
/* 5698  */     font: 8em/1 Icon7Stroke;
/* 5699  */     content: "\e680";
/* 5700  */     width: auto;

/* style_ver=5.5.css */

/* 5701  */     height: auto;
/* 5702  */     -webkit-transition: none;
/* 5703  */     -moz-transition: none;
/* 5704  */     transition: none;
/* 5705  */     }
/* 5706  */ .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
/* 5707  */     color: #07e6a5;
/* 5708  */     -webkit-transition: 300ms ease all;
/* 5709  */     -moz-transition: 300ms ease all;
/* 5710  */     transition: 300ms ease all;
/* 5711  */     -webkit-transform: rotate(0deg);
/* 5712  */     -moz-transform: rotate(0deg);
/* 5713  */     -ms-transform: rotate(0deg);
/* 5714  */     transform: rotate(0deg);
/* 5715  */     }
/* 5716  */ .btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
/* 5717  */     color: #059c70;
/* 5718  */     -webkit-transition: 300ms ease all;
/* 5719  */     -moz-transition: 300ms ease all;
/* 5720  */     transition: 300ms ease all;
/* 5721  */     -webkit-transform: rotate(180deg);
/* 5722  */     -moz-transform: rotate(180deg);
/* 5723  */     -ms-transform: rotate(180deg);
/* 5724  */     transform: rotate(180deg);
/* 5725  */     }
/* 5726  */ .btSearchInner.btFromTopBox input[type="text"] {
/* 5727  */     padding: 0 2em 0 1em;
/* 5728  */     height: 2.25em;
/* 5729  */     line-height: 2.25em;
/* 5730  */     font-size: 3em;
/* 5731  */     font-weight: 300;
/* 5732  */     border: none;
/* 5733  */     text-align: left;
/* 5734  */     -webkit-transition: 500ms ease all;
/* 5735  */     -moz-transition: 500ms ease all;
/* 5736  */     transition: 500ms ease all;
/* 5737  */     }
/* 5738  */ .rtl .btSearchInner.btFromTopBox input[type="text"] {
/* 5739  */     padding: 0 1em 0 2em;
/* 5740  */     }
/* 5741  */ .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
/* 5742  */ .bt_bb_color_scheme_2 .btSearchInner.btFromTopBox input[type="text"],
/* 5743  */ .bt_bb_color_scheme_4 .btSearchInner.btFromTopBox input[type="text"],
/* 5744  */ .bt_bb_color_scheme_5 .btSearchInner.btFromTopBox input[type="text"] {
/* 5745  */     color: #050505;
/* 5746  */     -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
/* 5747  */     box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
/* 5748  */     }
/* 5749  */ .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
/* 5750  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox input[type="text"],

/* style_ver=5.5.css */

/* 5751  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox input[type="text"],
/* 5752  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox input[type="text"] {
/* 5753  */     color: #fff;
/* 5754  */     -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
/* 5755  */     box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
/* 5756  */     }
/* 5757  */ .btSearchInner.btFromTopBox input[type="text"]:focus {
/* 5758  */     border: none;
/* 5759  */     -webkit-transition: all 500ms ease;
/* 5760  */     -moz-transition: all 500ms ease;
/* 5761  */     transition: all 500ms ease;
/* 5762  */     }
/* 5763  */ .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5764  */ .bt_bb_color_scheme_2 .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5765  */ .bt_bb_color_scheme_4 .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5766  */ .bt_bb_color_scheme_5 .btSearchInner.btFromTopBox input[type="text"]:focus {
/* 5767  */     -webkit-box-shadow: 0 0 0 3px #191919 inset;
/* 5768  */     box-shadow: 0 0 0 3px #191919 inset;
/* 5769  */     }
/* 5770  */ .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5771  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5772  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox input[type="text"]:focus,
/* 5773  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox input[type="text"]:focus {
/* 5774  */     -webkit-box-shadow: 0 0 0 3px #fff inset;
/* 5775  */     box-shadow: 0 0 0 3px #fff inset;
/* 5776  */     }
/* 5777  */ .btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
/* 5778  */     border-radius: 100px;
/* 5779  */     }
/* 5780  */ .btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
/* 5781  */     border-radius: 10px;
/* 5782  */     }
/* 5783  */ .btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
/* 5784  */     border-radius: 0;
/* 5785  */     }
/* 5786  */ .btSearchInner.btFromTopBox button {
/* 5787  */     border: 0 !important;
/* 5788  */     position: absolute;
/* 5789  */     margin: 0;
/* 5790  */     right: 0;
/* 5791  */     top: 0;
/* 5792  */     border-radius: 0;
/* 5793  */     width: 6.75em;
/* 5794  */     height: 6.75em;
/* 5795  */     background: transparent !important;
/* 5796  */     border: 0;
/* 5797  */     cursor: pointer;
/* 5798  */     -webkit-box-shadow: none !important;
/* 5799  */     box-shadow: none !important;
/* 5800  */     }

/* style_ver=5.5.css */

/* 5801  */ .rtl .btSearchInner.btFromTopBox button {
/* 5802  */     right: auto;
/* 5803  */     left: 0;
/* 5804  */     }
/* 5805  */ .btSearchInner.btFromTopBox button:before {
/* 5806  */     font: 4em/1 Icon7Stroke;
/* 5807  */     display: block;
/* 5808  */     content: "\e618";
/* 5809  */     color: #fff;
/* 5810  */     font-weight: 400;
/* 5811  */     text-align: center;
/* 5812  */     -webkit-transition: color 300ms ease;
/* 5813  */     -moz-transition: color 300ms ease;
/* 5814  */     transition: color 300ms ease;
/* 5815  */     }
/* 5816  */ .btLightSkin .btSearchInner.btFromTopBox button:before,
/* 5817  */ .bt_bb_color_scheme_2 .btSearchInner.btFromTopBox button:before,
/* 5818  */ .bt_bb_color_scheme_4 .btSearchInner.btFromTopBox button:before,
/* 5819  */ .bt_bb_color_scheme_5 .btSearchInner.btFromTopBox button:before {
/* 5820  */     color: rgba(0,0,0,.1);
/* 5821  */     }
/* 5822  */ .btDarkSkin .btSearchInner.btFromTopBox button:before,
/* 5823  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox button:before,
/* 5824  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox button:before,
/* 5825  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox button:before {
/* 5826  */     color: rgba(255,255,255,.5);
/* 5827  */     }
/* 5828  */ .btSearchInner.btFromTopBox button:hover:before {
/* 5829  */     color: #07e6a5;
/* 5830  */     -webkit-transition: color 300ms ease;
/* 5831  */     -moz-transition: color 300ms ease;
/* 5832  */     transition: color 300ms ease;
/* 5833  */     }
/* 5834  */ .btTopToolsSearchOpen .btSearchInner.btFromTopBox {
/* 5835  */     opacity: 1;
/* 5836  */     pointer-events: auto;
/* 5837  */     -webkit-transform: translate(0,0);
/* 5838  */     -moz-transform: translate(0,0);
/* 5839  */     -ms-transform: translate(0,0);
/* 5840  */     transform: translate(0,0);
/* 5841  */     }
/* 5842  */ .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
/* 5843  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
/* 5844  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
/* 5845  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
/* 5846  */     color: rgba(255,255,255,.05);
/* 5847  */     }
/* 5848  */ .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
/* 5849  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
/* 5850  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,

/* style_ver=5.5.css */

/* 5851  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
/* 5852  */     color: rgba(255,255,255,.05);
/* 5853  */     }
/* 5854  */ .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
/* 5855  */ .bt_bb_color_scheme_1 .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
/* 5856  */ .bt_bb_color_scheme_3 .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
/* 5857  */ .bt_bb_color_scheme_6 .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
/* 5858  */     color: rgba(255,255,255,.05);
/* 5859  */     }
/* 5860  */
/* 5861  */ /* Video fix */
/* 5862  */ .bt_bb_video {
/* 5863  */     padding-bottom: 0;
/* 5864  */     }
/* 5865  */
/* 5866  */ /* Header */
/* 5867  */ .bt_bb_headline h1,
/* 5868  */ .bt_bb_headline h2,
/* 5869  */ .bt_bb_headline h3,
/* 5870  */ .bt_bb_headline h4,
/* 5871  */ .bt_bb_headline h5,
/* 5872  */ .bt_bb_headline h6 {
/* 5873  */     margin: 0;
/* 5874  */     padding: 0;
/* 5875  */     }
/* 5876  */ .bt_bb_headline {
/* 5877  */     position: relative;
/* 5878  */     }
/* 5879  */ .bt_bb_headline .bt_bb_headline_superheadline {
/* 5880  */     display: block;
/* 5881  */     text-transform: uppercase;
/* 5882  */     font-family: Montserrat;
/* 5883  */     }
/* 5884  */ .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5885  */     opacity: .7;
/* 5886  */     font-family: Montserrat;
/* 5887  */     line-height: 1.5em;
/* 5888  */     }
/* 5889  */ .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5890  */     font-size: .85em;
/* 5891  */     margin-top: .65rem;
/* 5892  */     }
/* 5893  */ .bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5894  */     font-size: 1em;
/* 5895  */     margin-top: .6rem;
/* 5896  */     }
/* 5897  */ .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5898  */     font-size: 1.1em;
/* 5899  */     margin-top: .8rem;
/* 5900  */     }

/* style_ver=5.5.css */

/* 5901  */ .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5902  */     font-size: 1.2em;
/* 5903  */     margin-top: .9rem;
/* 5904  */     }
/* 5905  */ .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5906  */     font-size: 1.5em;
/* 5907  */     margin-top: 1rem;
/* 5908  */     }
/* 5909  */ .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5910  */     font-size: 1.7em;
/* 5911  */     margin-top: 1.5rem;
/* 5912  */     }
/* 5913  */ .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5914  */     font-size: 2em;
/* 5915  */     margin-top: 1.7rem;
/* 5916  */     }
/* 5917  */ .bt_bb_dash_bottom.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
/* 5918  */     margin-top: .1em;
/* 5919  */     }
/* 5920  */ .bt_bb_headline h1,
/* 5921  */ .bt_bb_headline h2,
/* 5922  */ .bt_bb_headline h3,
/* 5923  */ .bt_bb_headline h4,
/* 5924  */ .bt_bb_headline h5,
/* 5925  */ .bt_bb_headline h6,
/* 5926  */ .bt_bb_headline h7,
/* 5927  */ .bt_bb_headline h8 {
/* 5928  */     font-weight: 600;
/* 5929  */     }
/* 5930  */ .bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 5931  */ .bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 5932  */ .bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 5933  */ .bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 5934  */ .bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 5935  */ .bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 5936  */ .bt_bb_size_extrasmall.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 5937  */ .bt_bb_size_extrasmall.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 5938  */     font-size: .7rem;
/* 5939  */     font-weight: 500;
/* 5940  */     }
/* 5941  */ .bt_bb_size_small.bt_bb_headline h1,
/* 5942  */ .bt_bb_size_small.bt_bb_headline h2,
/* 5943  */ .bt_bb_size_small.bt_bb_headline h3,
/* 5944  */ .bt_bb_size_small.bt_bb_headline h4,
/* 5945  */ .bt_bb_size_small.bt_bb_headline h5,
/* 5946  */ .bt_bb_size_small.bt_bb_headline h6,
/* 5947  */ .bt_bb_size_small.bt_bb_headline h7,
/* 5948  */ .bt_bb_size_small.bt_bb_headline h8 {
/* 5949  */     font-size: 1.2rem;
/* 5950  */     font-weight: 500;

/* style_ver=5.5.css */

/* 5951  */     }
/* 5952  */ .bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 5953  */ .bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 5954  */ .bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 5955  */ .bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 5956  */ .bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 5957  */ .bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 5958  */ .bt_bb_size_small.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 5959  */ .bt_bb_size_small.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 5960  */     font-size: .85rem;
/* 5961  */     font-weight: 500;
/* 5962  */     margin-bottom: .7rem;
/* 5963  */     }
/* 5964  */ .bt_bb_size_medium.bt_bb_headline h1,
/* 5965  */ .bt_bb_size_medium.bt_bb_headline h2,
/* 5966  */ .bt_bb_size_medium.bt_bb_headline h3,
/* 5967  */ .bt_bb_size_medium.bt_bb_headline h4,
/* 5968  */ .bt_bb_size_medium.bt_bb_headline h5,
/* 5969  */ .bt_bb_size_medium.bt_bb_headline h6,
/* 5970  */ .bt_bb_size_medium.bt_bb_headline h7,
/* 5971  */ .bt_bb_size_medium.bt_bb_headline h8 {
/* 5972  */     font-size: 1.8em;
/* 5973  */     }
/* 5974  */ .bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 5975  */ .bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 5976  */ .bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 5977  */ .bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 5978  */ .bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 5979  */ .bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 5980  */ .bt_bb_size_medium.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 5981  */ .bt_bb_size_medium.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 5982  */     font-size: 1rem;
/* 5983  */     margin-bottom: .8rem;
/* 5984  */     }
/* 5985  */ .bt_bb_size_normal.bt_bb_headline h1,
/* 5986  */ .bt_bb_size_normal.bt_bb_headline h2,
/* 5987  */ .bt_bb_size_normal.bt_bb_headline h3,
/* 5988  */ .bt_bb_size_normal.bt_bb_headline h4,
/* 5989  */ .bt_bb_size_normal.bt_bb_headline h5,
/* 5990  */ .bt_bb_size_normal.bt_bb_headline h6,
/* 5991  */ .bt_bb_size_normal.bt_bb_headline h7,
/* 5992  */ .bt_bb_size_normal.bt_bb_headline h8 {
/* 5993  */     font-size: 2.4em;
/* 5994  */     }
/* 5995  */ .bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 5996  */ .bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 5997  */ .bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 5998  */ .bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 5999  */ .bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 6000  */ .bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_superheadline,

/* style_ver=5.5.css */

/* 6001  */ .bt_bb_size_normal.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 6002  */ .bt_bb_size_normal.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 6003  */     font-size: 1.1rem;
/* 6004  */     margin-bottom: .9rem;
/* 6005  */     }
/* 6006  */ .bt_bb_size_large.bt_bb_headline h1,
/* 6007  */ .bt_bb_size_large.bt_bb_headline h2,
/* 6008  */ .bt_bb_size_large.bt_bb_headline h3,
/* 6009  */ .bt_bb_size_large.bt_bb_headline h4,
/* 6010  */ .bt_bb_size_large.bt_bb_headline h5,
/* 6011  */ .bt_bb_size_large.bt_bb_headline h6,
/* 6012  */ .bt_bb_size_large.bt_bb_headline h7,
/* 6013  */ .bt_bb_size_large.bt_bb_headline h8 {
/* 6014  */     font-size: 4em;
/* 6015  */     }
/* 6016  */ .bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 6017  */ .bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 6018  */ .bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 6019  */ .bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 6020  */ .bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 6021  */ .bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 6022  */ .bt_bb_size_large.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 6023  */ .bt_bb_size_large.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 6024  */     font-size: 1.2rem;
/* 6025  */     margin-bottom: .7rem;
/* 6026  */     }
/* 6027  */ .bt_bb_size_extralarge.bt_bb_headline h1,
/* 6028  */ .bt_bb_size_extralarge.bt_bb_headline h2,
/* 6029  */ .bt_bb_size_extralarge.bt_bb_headline h3,
/* 6030  */ .bt_bb_size_extralarge.bt_bb_headline h4,
/* 6031  */ .bt_bb_size_extralarge.bt_bb_headline h5,
/* 6032  */ .bt_bb_size_extralarge.bt_bb_headline h6,
/* 6033  */ .bt_bb_size_extralarge.bt_bb_headline h7,
/* 6034  */ .bt_bb_size_extralarge.bt_bb_headline h8 {
/* 6035  */     font-size: 5.4em;
/* 6036  */     }
/* 6037  */ .bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 6038  */ .bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 6039  */ .bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 6040  */ .bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 6041  */ .bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 6042  */ .bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 6043  */ .bt_bb_size_extralarge.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 6044  */ .bt_bb_size_extralarge.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 6045  */     font-size: 1.4rem;
/* 6046  */     margin-bottom: .6rem;
/* 6047  */     }
/* 6048  */ .bt_bb_size_huge.bt_bb_headline h1,
/* 6049  */ .bt_bb_size_huge.bt_bb_headline h2,
/* 6050  */ .bt_bb_size_huge.bt_bb_headline h3,

/* style_ver=5.5.css */

/* 6051  */ .bt_bb_size_huge.bt_bb_headline h4,
/* 6052  */ .bt_bb_size_huge.bt_bb_headline h5,
/* 6053  */ .bt_bb_size_huge.bt_bb_headline h6,
/* 6054  */ .bt_bb_size_huge.bt_bb_headline h7,
/* 6055  */ .bt_bb_size_huge.bt_bb_headline h8 {
/* 6056  */     font-size: 6.6em;
/* 6057  */     }
/* 6058  */ .bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_superheadline,
/* 6059  */ .bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_superheadline,
/* 6060  */ .bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_superheadline,
/* 6061  */ .bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_superheadline,
/* 6062  */ .bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_superheadline,
/* 6063  */ .bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_superheadline,
/* 6064  */ .bt_bb_size_huge.bt_bb_headline h7 .bt_bb_headline_superheadline,
/* 6065  */ .bt_bb_size_huge.bt_bb_headline h8 .bt_bb_headline_superheadline {
/* 6066  */     font-size: 1.7rem;
/* 6067  */     margin-bottom: .9rem;
/* 6068  */     }
/* 6069  */ .bt_bb_font_weight_bolder.bt_bb_headline h1,
/* 6070  */ .bt_bb_font_weight_bolder.bt_bb_headline h2,
/* 6071  */ .bt_bb_font_weight_bolder.bt_bb_headline h3,
/* 6072  */ .bt_bb_font_weight_bolder.bt_bb_headline h4,
/* 6073  */ .bt_bb_font_weight_bolder.bt_bb_headline h5,
/* 6074  */ .bt_bb_font_weight_bolder.bt_bb_headline h6,
/* 6075  */ .bt_bb_font_weight_bolder.bt_bb_headline h7,
/* 6076  */ .bt_bb_font_weight_bolder.bt_bb_headline h8 {
/* 6077  */     font-weight: 800;
/* 6078  */     }
/* 6079  */ .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6080  */ .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
/* 6081  */     width: 2em;
/* 6082  */     margin-top: .4em;
/* 6083  */     margin-bottom: .3em;
/* 6084  */     border-width: 3px 0 0;
/* 6085  */     color: #ff3d03;
/* 6086  */     }
/* 6087  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6088  */ .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6089  */ .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6090  */ .bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6091  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6092  */ .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6093  */ .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6094  */ .bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
/* 6095  */     float: left;
/* 6096  */     }
/* 6097  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6098  */ .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6099  */ .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6100  */ .bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,

/* style_ver=5.5.css */

/* 6101  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6102  */ .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6103  */ .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6104  */ .bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
/* 6105  */     float: right;
/* 6106  */     }
/* 6107  */ .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6108  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6109  */ .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6110  */ .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6111  */ .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6112  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6113  */ .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
/* 6114  */ .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
/* 6115  */     margin: .4em auto .3em;
/* 6116  */     float: none;
/* 6117  */     }
/* 6118  */ .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6119  */ .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
/* 6120  */     width: 1.7em;
/* 6121  */     margin-top: .4em;
/* 6122  */     margin-bottom: .3em;
/* 6123  */     border-width: 3px 0 0;
/* 6124  */     color: #ff3d03;
/* 6125  */     }
/* 6126  */ .bt_bb_size_normal.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6127  */ .bt_bb_size_normal.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
/* 6128  */     margin-top: .1em;
/* 6129  */     }
/* 6130  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6131  */ .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6132  */ .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6133  */ .bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6134  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6135  */ .bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6136  */ .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6137  */ .bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
/* 6138  */     float: left;
/* 6139  */     }
/* 6140  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6141  */ .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6142  */ .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6143  */ .bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6144  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6145  */ .bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6146  */ .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6147  */ .bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
/* 6148  */     float: right;
/* 6149  */     }
/* 6150  */ .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,

/* style_ver=5.5.css */

/* 6151  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6152  */ .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6153  */ .bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
/* 6154  */ .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6155  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6156  */ .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
/* 6157  */ .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
/* 6158  */     margin: .4em auto .3em;
/* 6159  */     float: none;
/* 6160  */     }
/* 6161  */
/* 6162  */ /* Image shape */
/* 6163  */ .bt_bb_image.bt_bb_shape_square-shadow {
/* 6164  */     -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.75);
/* 6165  */     box-shadow: 0 0 20px 0 rgba(0,0,0,.75);
/* 6166  */     }
/* 6167  */
/* 6168  */ /* Image fix */
/* 6169  */ .bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
/* 6170  */     top: -2px;
/* 6171  */     bottom: -2px;
/* 6172  */     left: -2px;
/* 6173  */     right: -2px;
/* 6174  */     }
/* 6175  */ .bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
/* 6176  */     padding: 2em;
/* 6177  */     }
/* 6178  */ .btImageBottomContent.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
/* 6179  */     -webkit-align-items: flex-end;
/* 6180  */     -ms-flex-align: end;
/* 6181  */     align-items: flex-end;
/* 6182  */     }
/* 6183  */
/* 6184  */ /* Progress bar */
/* 6185  */ .bt_bb_size_small.bt_bb_progress_bar {
/* 6186  */     font-size: .8em;
/* 6187  */     }
/* 6188  */ .bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
/* 6189  */     padding-top: .3em;
/* 6190  */     padding-bottom: .3em;
/* 6191  */     }
/* 6192  */
/* 6193  */ /* Latest posts */
/* 6194  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
/* 6195  */     padding: 0 0 .5em;
/* 6196  */     font-weight: normal;
/* 6197  */     }
/* 6198  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date {
/* 6199  */     font-family: "Montserrat";
/* 6200  */     padding-left: 0;

/* style_ver=5.5.css */

/* 6201  */     font-weight: normal;
/* 6202  */     }
/* 6203  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
/* 6204  */     content: '';
/* 6205  */     }
/* 6206  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
/* 6207  */     margin-bottom: 0;
/* 6208  */     }
/* 6209  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
/* 6210  */     padding: 1.5em 1.5em 2em;
/* 6211  */     background: rgba(0,0,0,.07);
/* 6212  */     }
/* 6213  */ .btDarkSkin .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
/* 6214  */     background: rgba(255,255,255,.05);
/* 6215  */     }
/* 6216  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
/* 6217  */     font-size: 1.4em;
/* 6218  */     overflow: hidden;
/* 6219  */     -o-text-overflow: ellipsis;
/* 6220  */     text-overflow: ellipsis;
/* 6221  */     display: -webkit-box;
/* 6222  */     -webkit-box-orient: vertical;
/* 6223  */     -webkit-line-clamp: 3;
/* 6224  */     line-height: 1.8em;
/* 6225  */     max-height: 5.4em;
/* 6226  */     line-height: 1.2em;
/* 6227  */     font-weight: bold;
/* 6228  */     }
/* 6229  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
/* 6230  */     color: inherit;
/* 6231  */     }
/* 6232  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
/* 6233  */     color: #ff3d03;
/* 6234  */     }
/* 6235  */ .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
/* 6236  */     overflow: hidden;
/* 6237  */     -o-text-overflow: ellipsis;
/* 6238  */     text-overflow: ellipsis;
/* 6239  */     display: -webkit-box;
/* 6240  */     -webkit-box-orient: vertical;
/* 6241  */     -webkit-line-clamp: 4;
/* 6242  */     line-height: 1.8em;
/* 6243  */     max-height: 7.2em;
/* 6244  */     }
/* 6245  */
/* 6246  */ /* Masonry posts */
/* 6247  */ .bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
/* 6248  */     background: rgba(0,0,0,.07);
/* 6249  */     padding: 0 2em 2em;
/* 6250  */     }

/* style_ver=5.5.css */

/* 6251  */ .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
/* 6252  */     background: rgba(255,255,255,.05);
/* 6253  */     }
/* 6254  */ .bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
/* 6255  */     margin: 0 -2em;
/* 6256  */     }
/* 6257  */ .bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_share {
/* 6258  */     padding-top: 2em;
/* 6259  */     }
/* 6260  */ .bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_share:after {
/* 6261  */     content: " ";
/* 6262  */     display: table;
/* 6263  */     width: 100%;
/* 6264  */     clear: both;
/* 6265  */     }
/* 6266  */
/* 6267  */ /* Icons */
/* 6268  */ .bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
/* 6269  */     font-size: 1rem;
/* 6270  */     width: 2em;
/* 6271  */     height: 2em;
/* 6272  */     }
/* 6273  */ .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
/* 6274  */     font-size: 1.4rem;
/* 6275  */     }
/* 6276  */ .bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
/* 6277  */     font-size: 2.5rem;
/* 6278  */     }
/* 6279  */ .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
/* 6280  */     font-size: 5rem;
/* 6281  */     }
/* 6282  */ .bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
/* 6283  */     font-size: 1.4rem;
/* 6284  */     }
/* 6285  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon {
/* 6286  */     padding: 0 .5em;
/* 6287  */     }
/* 6288  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
/* 6289  */     padding: 0 .75em;
/* 6290  */     }
/* 6291  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,.bt_bb_align_center.bt_bb_icon,.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
/* 6292  */     padding: 0 2em;
/* 6293  */     }
/* 6294  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon {
/* 6295  */     padding-right: 1em;
/* 6296  */     padding-left: 0;
/* 6297  */     }
/* 6298  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
/* 6299  */     padding-right: 1em;
/* 6300  */     padding-left: 0;

/* style_ver=5.5.css */

/* 6301  */     }
/* 6302  */ .bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
/* 6303  */     padding-right: 2em;
/* 6304  */     padding-left: 0;
/* 6305  */     }
/* 6306  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon {
/* 6307  */     padding-left: .5em;
/* 6308  */     padding-right: 0;
/* 6309  */     }
/* 6310  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
/* 6311  */     padding-left: 1em;
/* 6312  */     padding-right: 0;
/* 6313  */     }
/* 6314  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
/* 6315  */     padding-left: 2em;
/* 6316  */     padding-right: 0;
/* 6317  */     }
/* 6318  */
/* 6319  */ /* Buttons */
/* 6320  */ .btSoftRoundedButtons .bt_bb_button a {
/* 6321  */     border-radius: 3px;
/* 6322  */     }
/* 6323  */ .btHardRoundedButtons .bt_bb_button a {
/* 6324  */     border-radius: 50px;
/* 6325  */     }
/* 6326  */ .btContent .bt_bb_button a {
/* 6327  */     color: inherit;
/* 6328  */     }
/* 6329  */ .bt_bb_button .bt_bb_button_text {
/* 6330  */     letter-spacing: 1px;
/* 6331  */     text-transform: uppercase;
/* 6332  */     }
/* 6333  */ .bt_bb_button .bt_bb_button_text {
/* 6334  */     font-weight: 600;
/* 6335  */     }
/* 6336  */ .bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
/* 6337  */     -webkit-order: 1;
/* 6338  */     -ms-flex-order: 1;
/* 6339  */     order: 1;
/* 6340  */     margin-right: 1.5em;
/* 6341  */     }
/* 6342  */ .rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
/* 6343  */     -webkit-flex-direction: row-reverse;
/* 6344  */     -ms-flex-direction: row-reverse;
/* 6345  */     flex-direction: row-reverse;
/* 6346  */     }
/* 6347  */ .bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
/* 6348  */     margin-left: 1.5em;
/* 6349  */     }
/* 6350  */ .rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {

/* style_ver=5.5.css */

/* 6351  */     -webkit-flex-direction: row-reverse;
/* 6352  */     -ms-flex-direction: row-reverse;
/* 6353  */     flex-direction: row-reverse;
/* 6354  */     }
/* 6355  */ .bt_bb_button.bt_bb_style_clean a {
/* 6356  */     padding-left: 0 !important;
/* 6357  */     padding-right: 0 !important;
/* 6358  */     }
/* 6359  */ .bt_bb_size_small.bt_bb_button {
/* 6360  */     font-size: .8em;
/* 6361  */     }
/* 6362  */ .bt_bb_size_small.bt_bb_button .bt_bb_button_text {
/* 6363  */     font-size: inherit;
/* 6364  */     }
/* 6365  */ .bt_bb_size_small.bt_bb_button a {
/* 6366  */     padding: 1em 3.25em;
/* 6367  */     }
/* 6368  */ .bt_bb_size_medium.bt_bb_button .bt_bb_button_text {
/* 6369  */     font-size: .85em;
/* 6370  */     letter-spacing: 2px;
/* 6371  */     }
/* 6372  */ .bt_bb_size_medium.bt_bb_button a {
/* 6373  */     padding: 1.25em 4em;
/* 6374  */     }
/* 6375  */ .bt_bb_size_normal.bt_bb_button .bt_bb_button_text {
/* 6376  */     font-size: 1em;
/* 6377  */     }
/* 6378  */ .bt_bb_size_normal.bt_bb_button a {
/* 6379  */     padding: 1.5em 4.5em;
/* 6380  */     }
/* 6381  */ .bt_bb_size_large.bt_bb_button .bt_bb_button_text {
/* 6382  */     font-size: .8em;
/* 6383  */     }
/* 6384  */ .bt_bb_size_large.bt_bb_button a {
/* 6385  */     padding: 1.5em 5em;
/* 6386  */     }
/* 6387  */
/* 6388  */ /* Default buttons */
/* 6389  */ .bt_bb_button.bt_bb_style_outline a {
/* 6390  */     -webkit-box-shadow: 0 0 0 2px #050505 inset;
/* 6391  */     box-shadow: 0 0 0 2px #050505 inset;
/* 6392  */     color: #050505;
/* 6393  */     background-color: transparent;
/* 6394  */     }
/* 6395  */ .btDarkSkin .bt_bb_button.bt_bb_style_outline a,
/* 6396  */ .bt_bb_color_scheme_1 .bt_bb_button.bt_bb_style_outline a,
/* 6397  */ .bt_bb_color_scheme_3 .bt_bb_button.bt_bb_style_outline a,
/* 6398  */ .bt_bb_color_scheme_6 .bt_bb_button.bt_bb_style_outline a {
/* 6399  */     -webkit-box-shadow: 0 0 0 2px #fff inset;
/* 6400  */     box-shadow: 0 0 0 2px #fff inset;

/* style_ver=5.5.css */

/* 6401  */     color: #fff;
/* 6402  */     }
/* 6403  */ .btDarkSkin .bt_bb_button.bt_bb_style_outline a:hover,
/* 6404  */ .bt_bb_color_scheme_1 .bt_bb_button.bt_bb_style_outline a:hover,
/* 6405  */ .bt_bb_color_scheme_3 .bt_bb_button.bt_bb_style_outline a:hover,
/* 6406  */ .bt_bb_color_scheme_6 .bt_bb_button.bt_bb_style_outline a:hover {
/* 6407  */     -webkit-box-shadow: 0 0 0 3em #fff inset;
/* 6408  */     box-shadow: 0 0 0 3em #fff inset;
/* 6409  */     color: #191919;
/* 6410  */     }
/* 6411  */
/* 6412  */ /* Button Montserrat fix */
/* 6413  */ .bt_bb_size_normal.bt_bb_button .bt_bb_button_text,
/* 6414  */ .bt_bb_size_small.bt_bb_button .bt_bb_button_text {
/* 6415  */     margin-top: 1px;
/* 6416  */     }
/* 6417  */ .bt_bb_size_medium.bt_bb_button .bt_bb_button_text,
/* 6418  */ .bt_bb_size_large.bt_bb_button .bt_bb_button_text {
/* 6419  */     margin-top: 2px;
/* 6420  */     }
/* 6421  */
/* 6422  */ /* Service */
/* 6423  */ .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
/* 6424  */     font-weight: 600;
/* 6425  */     font-size: 1.1em;
/* 6426  */     letter-spacing: 2px;
/* 6427  */     margin-bottom: .4em;
/* 6428  */     }
/* 6429  */ .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
/* 6430  */     color: inherit;
/* 6431  */     }
/* 6432  */ .bt_bb_service:hover .bt_bb_service_content_title a {
/* 6433  */     color: #07e6a5;
/* 6434  */     }
/* 6435  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_service,.bt_bb_align_right .bt_bb_align_center.bt_bb_service,.bt_bb_align_left .bt_bb_align_center .bt_bb_service,.bt_bb_align_right .bt_bb_align_center .bt_bb_service,.bt_bb_align_center.bt_bb_service,.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
/* 6436  */     margin-bottom: .4em;
/* 6437  */     }
/* 6438  */
/* 6439  */ /* Slider */
/* 6440  */ .bt_bb_slider.slick-slider button.slick-arrow {
/* 6441  */     background-color: rgba(0,0,0,.3);
/* 6442  */     }
/* 6443  */ button.slick-arrow {
/* 6444  */     background-color: transparent;
/* 6445  */     }
/* 6446  */ .bt_bb_arrows_size_large button.slick-arrow {
/* 6447  */     width: 124px;
/* 6448  */     height: 124px;
/* 6449  */     margin-top: -47px;
/* 6450  */     }

/* style_ver=5.5.css */

/* 6451  */ .bt_bb_arrows_size_large button.slick-arrow:before {
/* 6452  */     font-size: 184px;
/* 6453  */     line-height: 154px;
/* 6454  */     }
/* 6455  */ .bt_bb_arrows_size_small button.slick-arrow {
/* 6456  */     width: 54px;
/* 6457  */     height: 54px;
/* 6458  */     margin-top: -47px;
/* 6459  */     }
/* 6460  */ .bt_bb_arrows_size_small button.slick-arrow:before {
/* 6461  */     font-size: 44px;
/* 6462  */     line-height: 44px;
/* 6463  */     }
/* 6464  */ .bt_bb_arrows_size_normal button.slick-arrow {
/* 6465  */     width: 84px;
/* 6466  */     height: 84px;
/* 6467  */     margin-top: -47px;
/* 6468  */     }
/* 6469  */ .bt_bb_arrows_size_normal button.slick-arrow:before {
/* 6470  */     font-size: 74px;
/* 6471  */     line-height: 74px;
/* 6472  */     }
/* 6473  */ .btLightSkin button.slick-arrow:before,
/* 6474  */ .bt_bb_color_scheme_2 button.slick-arrow:before,
/* 6475  */ .bt_bb_color_scheme_4 button.slick-arrow:before,
/* 6476  */ .bt_bb_color_scheme_5 button.slick-arrow:before {
/* 6477  */     color: #050505;
/* 6478  */     }
/* 6479  */ .btDarkSkin button.slick-arrow:before,
/* 6480  */ .bt_bb_color_scheme_1 button.slick-arrow:before,
/* 6481  */ .bt_bb_color_scheme_3 button.slick-arrow:before,
/* 6482  */ .bt_bb_color_scheme_6 button.slick-arrow:before {
/* 6483  */     color: #fff;
/* 6484  */     }
/* 6485  */ button.slick-arrow:hover {
/* 6486  */     background-color: transparent;
/* 6487  */     }
/* 6488  */ button.slick-arrow:hover:before {
/* 6489  */     color: #07e6a5;
/* 6490  */     }
/* 6491  */ .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
/* 6492  */     overflow: hidden;
/* 6493  */     }
/* 6494  */ .bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
/* 6495  */     max-width: 1260px;
/* 6496  */     padding: 0 30px;
/* 6497  */     margin: 0 auto;
/* 6498  */     }
/* 6499  */ .bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
/* 6500  */     position: static !important;

/* style_ver=5.5.css */

/* 6501  */     max-width: 1200px;
/* 6502  */     margin: 0 auto;
/* 6503  */     overflow: hidden;
/* 6504  */     }
/* 6505  */ .bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
/* 6506  */     position: relative;
/* 6507  */     }
/* 6508  */ @media (max-width: 1200px) {
/* 6509  */ .bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
/* 6510  */     margin: 0 30px;
/* 6511  */     }
/* 6512  */ }
/* 6513  */
/* 6514  */ @media (max-width: 780px) {
/* 6515  */ .bt_bb_arrows_size_large button.slick-arrow {
/* 6516  */     width: 64px;
/* 6517  */     height: 64px;
/* 6518  */     }
/* 6519  */ .bt_bb_arrows_size_large button.slick-arrow:before {
/* 6520  */     font-size: 64px;
/* 6521  */     }
/* 6522  */ }
/* 6523  */
/* 6524  */ .bt_bb_content_slider.bt_bb_height_full_screen .slick-dots {
/* 6525  */     bottom: 3em;
/* 6526  */     }
/* 6527  */ .bt_bb_content_slider_item[class*="dark_gradient"]:before {
/* 6528  */     background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.2) 30%,rgba(25,25,25,.2) 70%,rgba(25,25,25,1) 100%);
/* 6529  */     background: -moz-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.2) 30%,rgba(25,25,25,.2) 70%,rgba(25,25,25,1) 100%);
/* 6530  */     background: linear-gradient(to bottom,rgba(25,25,25,1) 0%,rgba(25,25,25,.2) 30%,rgba(25,25,25,.2) 70%,rgba(25,25,25,1) 100%);
/* 6531  */     }
/* 6532  */
/* 6533  */ /* Twitter */
/* 6534  */ .bt_bb_layout_wide .bt_bb_twitter .slick-list {
/* 6535  */     position: static !important;
/* 6536  */     max-width: 1200px;
/* 6537  */     margin: 0 auto;
/* 6538  */     overflow: hidden;
/* 6539  */     }
/* 6540  */ .bt_bb_layout_wide .bt_bb_twitter .slick-list .slick-track {
/* 6541  */     position: relative;
/* 6542  */     }
/* 6543  */
/* 6544  */ /* Custom menu */
/* 6545  */ .bt_bb_custom_menu div ul li {
/* 6546  */     list-style: none;
/* 6547  */     }
/* 6548  */ .bt_bb_custom_menu div ul a {
/* 6549  */     color: initial;
/* 6550  */     font-size: .9em;

/* style_ver=5.5.css */

/* 6551  */     opacity: .6;
/* 6552  */     }
/* 6553  */ .bt_bb_custom_menu div ul a:hover {
/* 6554  */     color: #07e6a5;
/* 6555  */     }
/* 6556  */ .bt_bb_custom_menu div ul > li {
/* 6557  */     margin-left: 0;
/* 6558  */     }
/* 6559  */
/* 6560  */ /* Text indent */
/* 6561  */ .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
/* 6562  */     padding-left: 2em;
/* 6563  */     padding-right: 2em;
/* 6564  */     }
/* 6565  */ .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
/* 6566  */     margin-left: -2em;
/* 6567  */     margin-right: -2em;
/* 6568  */     }
/* 6569  */
/* 6570  */ /* Google map */
/* 6571  */ .bt_bb_google_maps_content {
/* 6572  */     max-width: 1280px;
/* 6573  */     margin: 0 auto;
/* 6574  */     }
/* 6575  */ .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
/* 6576  */     display: -ms-flexbox;
/* 6577  */     display: -webkit-flex;
/* 6578  */     display: flex;
/* 6579  */     overflow: hidden;
/* 6580  */     margin: 0 1em;
/* 6581  */     width: 30%;
/* 6582  */     padding: 8em 0;
/* 6583  */     }
/* 6584  */ .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
/* 6585  */     padding: 0 2em;
/* 6586  */     }
/* 6587  */ .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location.bt_bb_google_maps_location_show {
/* 6588  */     opacity: 1;
/* 6589  */     }
/* 6590  */ .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location .bt_bb_image {
/* 6591  */     margin: -2em -2em 0 -2em;
/* 6592  */     }
/* 6593  */ .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location .bt_bb_separator {
/* 6594  */     margin-left: -2em;
/* 6595  */     margin-right: -2em;
/* 6596  */     }
/* 6597  */ .bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
/* 6598  */     margin: 0 1em;
/* 6599  */     }
/* 6600  */ .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {

/* style_ver=5.5.css */

/* 6601  */     padding: 2em;
/* 6602  */     }
/* 6603  */
/* 6604  */ /* Tabs */
/* 6605  */ .bt_bb_tab_content {
/* 6606  */     padding-top: 1em;
/* 6607  */     }
/* 6608  */ .bt_bb_style_simple ul.bt_bb_tabs_header li.on {
/* 6609  */     border-color: #07e6a5;
/* 6610  */     }
/* 6611  */
/* 6612  */ /* Counter  */
/* 6613  */ .bt_bb_counter_holder {
/* 6614  */     height: 1em;
/* 6615  */     line-height: 1;
/* 6616  */     display: -ms-flexbox;
/* 6617  */     display: -webkit-flex;
/* 6618  */     display: flex;
/* 6619  */     -webkit-align-items: center;
/* 6620  */     -ms-flex-align: center;
/* 6621  */     align-items: center;
/* 6622  */     overflow: initial;
/* 6623  */     height: auto;
/* 6624  */     }
/* 6625  */ .bt_bb_counter_holder .bt_bb_counter_numbers {
/* 6626  */     height: 1em;
/* 6627  */     -webkit-flex: 1 2 50%;
/* 6628  */     -ms-flex: 1 2 50%;
/* 6629  */     flex: 1 2 50%;
/* 6630  */     overflow: hidden;
/* 6631  */     }
/* 6632  */ .bt_bb_counter_content_exists.bt_bb_counter_holder .bt_bb_counter_numbers {
/* 6633  */     text-align: right;
/* 6634  */     }
/* 6635  */ .bt_bb_counter_holder .bt_bb_counter_content {
/* 6636  */     -webkit-flex: 2 1 50%;
/* 6637  */     -ms-flex: 2 1 50%;
/* 6638  */     flex: 2 1 50%;
/* 6639  */     padding: 0 0 0 1.3rem;
/* 6640  */     margin: 0 0 0 1rem;
/* 6641  */     -webkit-box-shadow: -1px 0 0;
/* 6642  */     box-shadow: -1px 0 0;
/* 6643  */     line-height: 1.8;
/* 6644  */     }
/* 6645  */ .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_content_title {
/* 6646  */     font-size: 1rem;
/* 6647  */     font-weight: 500;
/* 6648  */     line-height: 1.2;
/* 6649  */     margin-bottom: .65em;
/* 6650  */     }

/* style_ver=5.5.css */

/* 6651  */ .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_content_subtitle {
/* 6652  */     font-size: .85rem;
/* 6653  */     opacity: .7;
/* 6654  */     line-height: 1.5;
/* 6655  */     }
/* 6656  */ .bt_bb_counter_holder .bt_bb_counter {
/* 6657  */     height: 1em;
/* 6658  */     }
/* 6659  */ .bt_bb_counter_holder .bt_bb_counter span.onedigit {
/* 6660  */     height: 1em;
/* 6661  */     font-weight: 600;
/* 6662  */     }
/* 6663  */ .bt_bb_counter_holder .bt_bb_counter span.onedigit span {
/* 6664  */     height: 1em;
/* 6665  */     }
/* 6666  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder {
/* 6667  */     -webkit-flex-direction: row-reverse;
/* 6668  */     -ms-flex-direction: row-reverse;
/* 6669  */     flex-direction: row-reverse;
/* 6670  */     }
/* 6671  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder.bt_bb_counter_content_exists .bt_bb_counter_numbers {
/* 6672  */     text-align: left;
/* 6673  */     }
/* 6674  */ .bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content {
/* 6675  */     padding: 0 1.3rem 0 0;
/* 6676  */     margin: 0 1rem 0 0;
/* 6677  */     -webkit-box-shadow: 1px 0 0;
/* 6678  */     box-shadow: 1px 0 0;
/* 6679  */     }
/* 6680  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder {
/* 6681  */     display: block;
/* 6682  */     }
/* 6683  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder.bt_bb_counter_content_exists .bt_bb_counter_numbers {
/* 6684  */     text-align: center;
/* 6685  */     }
/* 6686  */ .bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content {
/* 6687  */     padding: .5rem 0 0;
/* 6688  */     margin: 0;
/* 6689  */     -webkit-box-shadow: none;
/* 6690  */     box-shadow: none;
/* 6691  */     }
/* 6692  */
/* 6693  */ /* Cost Calculator */
/* 6694  */ .btQuoteBooking .ddTitleText span {
/* 6695  */     padding-left: 25px !important;
/* 6696  */     }
/* 6697  */ .btQuoteBooking .ddTitleText span span {
/* 6698  */     padding-left: 0 !important;
/* 6699  */     }
/* 6700  */

/* style_ver=5.5.css */

/* 6701  */ /* Section */
/* 6702  */ .bt_bb_section[class*="dark_gradient"]:before {
/* 6703  */     background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,0) 50%,rgba(25,25,25,1) 100%);
/* 6704  */     background: -moz-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,0) 50%,rgba(25,25,25,1) 100%);
/* 6705  */     background: linear-gradient(to bottom,rgba(25,25,25,1) 0%,rgba(25,25,25,0) 50%,rgba(25,25,25,1) 100%);
/* 6706  */     }
/* 6707  */ .bt_bb_background_video_yt.bt_bb_section[class*="dark_gradient"]:before {
/* 6708  */     background: -webkit-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.7) 30%,rgba(25,25,25,.7) 70%,rgba(25,25,25,1) 100%);
/* 6709  */     background: -moz-linear-gradient(top,rgba(25,25,25,1) 0%,rgba(25,25,25,.7) 30%,rgba(25,25,25,.7) 70%,rgba(25,25,25,1) 100%);
/* 6710  */     background: linear-gradient(to bottom,rgba(25,25,25,1) 0%,rgba(25,25,25,.7) 30%,rgba(25,25,25,.7) 70%,rgba(25,25,25,1) 100%);
/* 6711  */     }
/* 6712  */ .bt_bb_section[class*="light_gradient"]:before {
/* 6713  */     background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
/* 6714  */     background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
/* 6715  */     background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
/* 6716  */     }
/* 6717  */ .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
/* 6718  */     padding-left: 40px;
/* 6719  */     padding-right: 40px;
/* 6720  */     }
/* 6721  */
/* 6722  */ /* Separators */
/* 6723  */ .bt_bb_separator.bt_bb_border_style_solid {
/* 6724  */     border-color: #000;
/* 6725  */     }
/* 6726  */ .btDarkSkin .bt_bb_separator.bt_bb_border_style_solid {
/* 6727  */     border-color: #fff;
/* 6728  */     }
/* 6729  */
/* 6730  */ /* Single event */
/* 6731  */ .bt_bb_skin_dark.bt_bb_single_event {
/* 6732  */     color: white;
/* 6733  */     }
/* 6734  */ .bt_bb_single_event .bt_bb_single_event_date {
/* 6735  */     padding-bottom: 1em;
/* 6736  */     border-bottom: 2px solid black;
/* 6737  */     display: inline-block;
/* 6738  */     width: 100%;
/* 6739  */     font-family: Montserrat;
/* 6740  */     line-height: 1;
/* 6741  */     font-weight: 600;
/* 6742  */     }
/* 6743  */ .bt_bb_skin_dark.bt_bb_single_event .bt_bb_single_event_date {
/* 6744  */     border-color: white;
/* 6745  */     }
/* 6746  */ .bt_bb_single_event .bt_bb_single_event_date .bt_bb_single_event_date_day {
/* 6747  */     font-size: 4rem;
/* 6748  */     }
/* 6749  */ .bt_bb_single_event .bt_bb_single_event_date .bt_bb_single_event_date_month {
/* 6750  */     font-size: 2rem;

/* style_ver=5.5.css */

/* 6751  */     }
/* 6752  */ .bt_bb_single_event .bt_bb_single_event_content {
/* 6753  */     padding-bottom: 1em;
/* 6754  */     border-bottom: 2px solid black;
/* 6755  */     display: inline-block;
/* 6756  */     width: 100%;
/* 6757  */     }
/* 6758  */ .bt_bb_skin_dark.bt_bb_single_event .bt_bb_single_event_content {
/* 6759  */     border-color: white;
/* 6760  */     }
/* 6761  */ .bt_bb_single_event .bt_bb_single_event_content:after {
/* 6762  */     content: " ";
/* 6763  */     display: table;
/* 6764  */     width: 100%;
/* 6765  */     clear: both;
/* 6766  */     }
/* 6767  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_image:after {
/* 6768  */     content: " ";
/* 6769  */     display: table;
/* 6770  */     width: 100%;
/* 6771  */     clear: both;
/* 6772  */     }
/* 6773  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_title {
/* 6774  */     font-family: Montserrat;
/* 6775  */     font-size: 1.5rem;
/* 6776  */     font-weight: 600;
/* 6777  */     margin-top: .8em;
/* 6778  */     }
/* 6779  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_title a {
/* 6780  */     color: inherit;
/* 6781  */     }
/* 6782  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_title a:hover {
/* 6783  */     color: #07e6a5;
/* 6784  */     }
/* 6785  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_text {
/* 6786  */     overflow: hidden;
/* 6787  */     -o-text-overflow: ellipsis;
/* 6788  */     text-overflow: ellipsis;
/* 6789  */     display: -webkit-box;
/* 6790  */     -webkit-box-orient: vertical;
/* 6791  */     -webkit-line-clamp: 2;
/* 6792  */     line-height: 1.8em;
/* 6793  */     max-height: 3.6em;
/* 6794  */     min-height: 3.6em;
/* 6795  */     }
/* 6796  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_text:after {
/* 6797  */     content: " ";
/* 6798  */     display: table;
/* 6799  */     width: 100%;
/* 6800  */     clear: both;

/* style_ver=5.5.css */

/* 6801  */     }
/* 6802  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_inner {
/* 6803  */     margin-top: 2em;
/* 6804  */     margin-bottom: 1em;
/* 6805  */     }
/* 6806  */ .bt_bb_single_event .bt_bb_single_event_content .bt_bb_single_event_content_inner:after {
/* 6807  */     content: " ";
/* 6808  */     display: table;
/* 6809  */     width: 100%;
/* 6810  */     clear: both;
/* 6811  */     }
/* 6812  */
/* 6813  */ /* WPC7 Form */
/* 6814  */ .bt_bb_color_scheme_7 .wpcf7-form input:not([type='radio']),
/* 6815  */ .bt_bb_color_scheme_7 .wpcf7-form input:not([type='checkbox']),
/* 6816  */ .bt_bb_color_scheme_7 .wpcf7-form textarea,
/* 6817  */ .bt_bb_color_scheme_7 .wpcf7-form .fancy-select .trigger {
/* 6818  */     color: #050505;
/* 6819  */     }
/* 6820  */ .bt_bb_color_scheme_8 .wpcf7-form input:not([type='radio']),
/* 6821  */ .bt_bb_color_scheme_8 .wpcf7-form input:not([type='checkbox']),
/* 6822  */ .bt_bb_color_scheme_8 .wpcf7-form textarea,
/* 6823  */ .bt_bb_color_scheme_8 .wpcf7-form .fancy-select .trigger {
/* 6824  */     color: #fff;
/* 6825  */     }
/* 6826  */ .wpcf7-form .fancy-select .trigger {
/* 6827  */     line-height: 3.2em;
/* 6828  */     }
/* 6829  */ .wpcf7-form .fancy-select .options.overflowing {
/* 6830  */     bottom: 3.35em;
/* 6831  */     }
/* 6832  */ .wpcf7-form .wpcf7-submit {
/* 6833  */     text-transform: uppercase;
/* 6834  */     font-size: .7em;
/* 6835  */     padding: 0 5em;
/* 6836  */     font-weight: 400;
/* 6837  */     height: 3em;
/* 6838  */     border: 0;
/* 6839  */     -webkit-transition: all 300ms ease;
/* 6840  */     -moz-transition: all 300ms ease;
/* 6841  */     transition: all 300ms ease;
/* 6842  */     cursor: pointer;
/* 6843  */     width: auto !important;
/* 6844  */     }
/* 6845  */ .wpcf7-form .wpcf7-submit:hover {
/* 6846  */     -webkit-box-shadow: 0 0 0 2em #07e6a5 inset;
/* 6847  */     box-shadow: 0 0 0 2em #07e6a5 inset;
/* 6848  */     color: #fff !important;
/* 6849  */     background-color: #07e6a5;
/* 6850  */     }

/* style_ver=5.5.css */

/* 6851  */ .bt_bb_color_scheme_5 .wpcf7-form .wpcf7-submit {
/* 6852  */     -webkit-box-shadow: 0 0 0 1px #050505 inset;
/* 6853  */     box-shadow: 0 0 0 1px #050505 inset;
/* 6854  */     color: #050505 !important;
/* 6855  */     }
/* 6856  */ .bt_bb_color_scheme_5 .wpcf7-form .wpcf7-submit:hover {
/* 6857  */     -webkit-box-shadow: 0 0 0 2em #050505 inset;
/* 6858  */     box-shadow: 0 0 0 2em #050505 inset;
/* 6859  */     color: #fff !important;
/* 6860  */     }
/* 6861  */ .bt_bb_color_scheme_6 .wpcf7-form .wpcf7-submit {
/* 6862  */     -webkit-box-shadow: 0 0 0 1px #fff inset;
/* 6863  */     box-shadow: 0 0 0 1px #fff inset;
/* 6864  */     color: #fff !important;
/* 6865  */     }
/* 6866  */ .bt_bb_color_scheme_6 .wpcf7-form .wpcf7-submit:hover {
/* 6867  */     -webkit-box-shadow: 0 0 0 2em #fff inset;
/* 6868  */     box-shadow: 0 0 0 2em #fff inset;
/* 6869  */     color: #050505 !important;
/* 6870  */     }
/* 6871  */
/* 6872  */ /* History */
/* 6873  */ .bt_bb_history_year:last-child:after {
/* 6874  */     font-family: FontAwesome;
/* 6875  */     content: "\f111";
/* 6876  */     text-align: center;
/* 6877  */     margin-right: -4px;
/* 6878  */     color: #07e6a5;
/* 6879  */     display: block;
/* 6880  */     line-height: 0;
/* 6881  */     }
/* 6882  */ .bt_bb_history_year .bt_bb_history_year_title {
/* 6883  */     font-size: 1.4em;
/* 6884  */     font-weight: 600;
/* 6885  */     border: 2px solid #07e6a5;
/* 6886  */     border-radius: 50%;
/* 6887  */     margin: auto;
/* 6888  */     display: inline-block;
/* 6889  */     line-height: 4em;
/* 6890  */     width: 4em;
/* 6891  */     height: 4em;
/* 6892  */     margin-bottom: 20px;
/* 6893  */     position: relative;
/* 6894  */     }
/* 6895  */ .bt_bb_history_year .bt_bb_history_year_title:after {
/* 6896  */     position: absolute;
/* 6897  */     width: 2px;
/* 6898  */     height: 20px;
/* 6899  */     z-index: 1;
/* 6900  */     background: #07e6a5;

/* style_ver=5.5.css */

/* 6901  */     content: " ";
/* 6902  */     line-height: 0;
/* 6903  */     text-align: left;
/* 6904  */     bottom: -22px;
/* 6905  */     left: 50%;
/* 6906  */     }
/* 6907  */ .bt_bb_history_year:not(.on) .bt_bb_history_year_title {
/* 6908  */     font-size: 1em;
/* 6909  */     line-height: 3.75em;
/* 6910  */     }
/* 6911  */ .bt_bb_history_year .bt_bb_history_date {
/* 6912  */     display: -ms-flexbox;
/* 6913  */     display: -webkit-flex;
/* 6914  */     display: flex;
/* 6915  */     }
/* 6916  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content,
/* 6917  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_media {
/* 6918  */     -webkit-flex: 0 0 50%;
/* 6919  */     -ms-flex: 0 0 50%;
/* 6920  */     flex: 0 0 50%;
/* 6921  */     max-width: 50%;
/* 6922  */     -webkit-box-sizing: border-box;
/* 6923  */     -moz-box-sizing: border-box;
/* 6924  */     box-sizing: border-box;
/* 6925  */     }
/* 6926  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content {
/* 6927  */     padding: 4em 2em 4em 2em;
/* 6928  */     }
/* 6929  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content .bt_bb_history_date_supertitle {
/* 6930  */     color: #07e6a5;
/* 6931  */     margin-bottom: 1em;
/* 6932  */     position: relative;
/* 6933  */     }
/* 6934  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content .bt_bb_history_date_supertitle:before {
/* 6935  */     float: left;
/* 6936  */     position: absolute;
/* 6937  */     top: .8em;
/* 6938  */     width: 2em;
/* 6939  */     z-index: 10;
/* 6940  */     border-top: 1px solid #07e6a5;
/* 6941  */     font-family: FontAwesome;
/* 6942  */     content: "\f111";
/* 6943  */     line-height: 0;
/* 6944  */     text-align: left;
/* 6945  */     left: -2.45em;
/* 6946  */     }
/* 6947  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content .bt_bb_history_date_title {
/* 6948  */     color: #07e6a5;
/* 6949  */     font-size: 2.5em;
/* 6950  */     line-height: 1.2;

/* style_ver=5.5.css */

/* 6951  */     margin-bottom: .5em;
/* 6952  */     font-weight: 600;
/* 6953  */     }
/* 6954  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_content .bt_bb_history_date_text {
/* 6955  */     margin-bottom: 2em;
/* 6956  */     }
/* 6957  */ .bt_bb_history_year .bt_bb_history_date .bt_bb_history_date_media {
/* 6958  */     padding: 4.85em 0 2em;
/* 6959  */     }
/* 6960  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) {
/* 6961  */     -webkit-flex-direction: row-reverse;
/* 6962  */     -ms-flex-direction: row-reverse;
/* 6963  */     flex-direction: row-reverse;
/* 6964  */     }
/* 6965  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_content {
/* 6966  */     text-align: left;
/* 6967  */     border-left: 2px solid #07e6a5;
/* 6968  */     }
/* 6969  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_media {
/* 6970  */     text-align: right;
/* 6971  */     }
/* 6972  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_content {
/* 6973  */     text-align: right;
/* 6974  */     }
/* 6975  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_content .bt_bb_history_date_supertitle:before {
/* 6976  */     text-align: right;
/* 6977  */     right: -2.45em;
/* 6978  */     left: auto;
/* 6979  */     }
/* 6980  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_media {
/* 6981  */     text-align: left;
/* 6982  */     border-left: 2px solid #07e6a5;
/* 6983  */     }
/* 6984  */ @media (max-width: 620px) {
/* 6985  */ .bt_bb_history_year .bt_bb_history_year_title {
/* 6986  */     margin-bottom: 0 !important;
/* 6987  */     font-size: 3em;
/* 6988  */     }
/* 6989  */ .bt_bb_history_year .bt_bb_history_year_title:after {
/* 6990  */     content: '' !important;
/* 6991  */     display: none;
/* 6992  */     }
/* 6993  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even),
/* 6994  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) {
/* 6995  */     display: block;
/* 6996  */     }
/* 6997  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even):after,
/* 6998  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd):after {
/* 6999  */     content: '' !important;
/* 7000  */     display: none;

/* style_ver=5.5.css */

/* 7001  */     }
/* 7002  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_media,
/* 7003  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_content,
/* 7004  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_media,
/* 7005  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_content {
/* 7006  */     text-align: inherit;
/* 7007  */     border: none !important;
/* 7008  */     max-width: 100%;
/* 7009  */     }
/* 7010  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_content,
/* 7011  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_content {
/* 7012  */     padding-bottom: 2em;
/* 7013  */     }
/* 7014  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_content .bt_bb_history_date_supertitle:before,
/* 7015  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_content .bt_bb_history_date_supertitle:before {
/* 7016  */     content: '' !important;
/* 7017  */     display: none;
/* 7018  */     }
/* 7019  */ .bt_bb_history_year .bt_bb_history_date:nth-child(even) .bt_bb_history_date_media,
/* 7020  */ .bt_bb_history_year .bt_bb_history_date:nth-child(odd) .bt_bb_history_date_media {
/* 7021  */     padding-top: 0;
/* 7022  */     }
/* 7023  */ }
/* 7024  */
/* 7025  */ /* Price List */
/* 7026  */ .bt_bb_price_list {
/* 7027  */     border-width: 0;
/* 7028  */     }
/* 7029  */ .bt_bb_price_list .bt_bb_price_list_title {
/* 7030  */     padding: 2rem 2rem 0;
/* 7031  */     }
/* 7032  */ .bt_bb_price_list .bt_bb_price_list_price {
/* 7033  */     padding: 2.5rem 2rem;
/* 7034  */     margin: 0;
/* 7035  */     display: block;
/* 7036  */     }
/* 7037  */ .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
/* 7038  */     font-size: 4em;
/* 7039  */     font-weight: normal;
/* 7040  */     }
/* 7041  */ .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
/* 7042  */     font-weight: bold;
/* 7043  */     }
/* 7044  */ .bt_bb_price_list .bt_bb_price_list_subtitle {
/* 7045  */     padding: 0 2rem 2rem;
/* 7046  */     margin: 0;
/* 7047  */     opacity: .5;
/* 7048  */     }
/* 7049  */ .bt_bb_price_list ul {
/* 7050  */     padding: 0;

/* style_ver=5.5.css */

/* 7051  */     }
/* 7052  */ .bt_bb_price_list ul li {
/* 7053  */     padding: 1.2rem 2rem;
/* 7054  */     border: none;
/* 7055  */     border-bottom: 1px solid rgba(0,0,0,.2) !important;
/* 7056  */     }
/* 7057  */
/* 7058  */ /* Contact Form */
/* 7059  */ form.wpcf7-form .wpcf7-submit {
/* 7060  */     display: inline-block;
/* 7061  */     margin: 0;
/* 7062  */     border: none;
/* 7063  */     line-height: 1;
/* 7064  */     width: auto;
/* 7065  */     color: #fff;
/* 7066  */     border-radius: 4px;
/* 7067  */     background-color: #000;
/* 7068  */     -webkit-transition: all 300ms ease;
/* 7069  */     -moz-transition: all 300ms ease;
/* 7070  */     transition: all 300ms ease;
/* 7071  */     font-size: .9em;
/* 7072  */     padding: 0 4.5em;
/* 7073  */     font-weight: 400;
/* 7074  */     height: 3.7em;
/* 7075  */     }
/* 7076  */ .btTextLeft form.wpcf7-form .wpcf7-submit {
/* 7077  */     float: left;
/* 7078  */     padding: 0 4em;
/* 7079  */     }
/* 7080  */ .btTextRight form.wpcf7-form .wpcf7-submit {
/* 7081  */     float: right;
/* 7082  */     }
/* 7083  */ form.wpcf7-form .wpcf7-submit:hover {
/* 7084  */     opacity: .8;
/* 7085  */     }
/* 7086  */ .wpcf7-form .btContactRow input[type="submit"] {
/* 7087  */     display: block;
/* 7088  */     width: auto;
/* 7089  */     -webkit-flex: 0 0 auto;
/* 7090  */     -ms-flex: 0 0 auto;
/* 7091  */     flex: 0 0 auto;
/* 7092  */     margin: 0 auto;
/* 7093  */     }
/* 7094  */ .wpcf7-form .btContactRow .wpcf7-form-control-wrap.your-email {
/* 7095  */     display: block;
/* 7096  */     margin: 0 0 1em;
/* 7097  */     }
/* 7098  */ .wpcf7-form .btContactRow .wpcf7-form-control-wrap.your-email input {
/* 7099  */     height: 70px;
/* 7100  */     border: none;

/* style_ver=5.5.css */

/* 7101  */     -webkit-box-shadow: none;
/* 7102  */     box-shadow: none;
/* 7103  */     color: inherit;
/* 7104  */     text-align: inherit;
/* 7105  */     }
/* 7106  */ .btDarkSkin .wpcf7-form .btContactRow .wpcf7-form-control-wrap.your-email input {
/* 7107  */     background-color: #111;
/* 7108  */     }
/* 7109  */ .btLightSkin .wpcf7-form .btContactRow .wpcf7-form-control-wrap.your-email input {
/* 7110  */     background-color: #efefef;
/* 7111  */     border: 1px solid rgba(0,0,0,.1);
/* 7112  */     }
/* 7113  */ .wpcf7-form .btContactRow .wpcf7-form-control-wrap.your-email input:focus {
/* 7114  */     -webkit-box-shadow: 0 0 4px #07e6a5;
/* 7115  */     box-shadow: 0 0 4px #07e6a5;
/* 7116  */     z-index: 1;
/* 7117  */     }
/* 7118  */ .wpcf7-form .btContactRow img.ajax-loader {
/* 7119  */     position: absolute;
/* 7120  */     }
/* 7121  */ .wpcf7-form .btFunClub {
/* 7122  */     max-width: 550px;
/* 7123  */     }
/* 7124  */ .wpcf7-form .btFunClub .wpcf7-form-control-wrap input {
/* 7125  */     background-color: #fff;
/* 7126  */     height: 5em;
/* 7127  */     padding: 1em 2em 1em 2em;
/* 7128  */     color: #292929;
/* 7129  */     }
/* 7130  */ .wpcf7-form .btFunClub .wpcf7-form-control-wrap input:focus {
/* 7131  */     -webkit-box-shadow: 0 0 0 0 #07e6a5 !important;
/* 7132  */     box-shadow: 0 0 0 0 #07e6a5 !important;
/* 7133  */     }
/* 7134  */ .wpcf7-form .btFunClub input[type="submit"] {
/* 7135  */     display: block;
/* 7136  */     margin-top: 5em;
/* 7137  */     height: 4em;
/* 7138  */     font-size: .8em;
/* 7139  */     background-color: #07e6a5;
/* 7140  */     }
/* 7141  */ .wpcf7-form .btFunClub input[type="submit"]:hover {
/* 7142  */     opacity: 1;
/* 7143  */     background-color: #000;
/* 7144  */     -webkit-box-shadow: 0 0 0 2em #000 inset;
/* 7145  */     box-shadow: 0 0 0 2em #000 inset;
/* 7146  */     }
/* 7147  */
/* 7148  */ /* Contact Form */
/* 7149  */ .btContactFormRow .btContactFormRowInput {
/* 7150  */     margin-bottom: 4em !important;

/* style_ver=5.5.css */

/* 7151  */     }
/* 7152  */ .btContactFormRow .btContactFormRowInput input {
/* 7153  */     line-height: 50px;
/* 7154  */     height: 50px;
/* 7155  */     background-color: #fff !important;
/* 7156  */     border-radius: 0% !important;
/* 7157  */     color: #000 !important;
/* 7158  */     }
/* 7159  */ .btContactFormRow .btContactFormRowInput textarea {
/* 7160  */     line-height: 50px;
/* 7161  */     height: 230px;
/* 7162  */     background-color: #fff !important;
/* 7163  */     border-radius: 0% !important;
/* 7164  */     }
/* 7165  */ .btLightSkin .btContactFormRow .btContactFormRowInput textarea,
/* 7166  */ .bt_bb_color_scheme_2 .btContactFormRow .btContactFormRowInput textarea,
/* 7167  */ .bt_bb_color_scheme_4 .btContactFormRow .btContactFormRowInput textarea,
/* 7168  */ .bt_bb_color_scheme_5 .btContactFormRow .btContactFormRowInput textarea {
/* 7169  */     color: #050505;
/* 7170  */     }
/* 7171  */ .btDarkSkin .btContactFormRow .btContactFormRowInput textarea,
/* 7172  */ .bt_bb_color_scheme_1 .btContactFormRow .btContactFormRowInput textarea,
/* 7173  */ .bt_bb_color_scheme_3 .btContactFormRow .btContactFormRowInput textarea,
/* 7174  */ .bt_bb_color_scheme_6 .btContactFormRow .btContactFormRowInput textarea {
/* 7175  */     color: #050505;
/* 7176  */     }
/* 7177  */ .btContactFormRow .btContactFormRowInput label {
/* 7178  */     color: white;
/* 7179  */     opacity: .7;
/* 7180  */     font-size: .8em !important;
/* 7181  */     line-height: 3em;
/* 7182  */     }
/* 7183  */ .btLightSkin .btContactFormRow .btContactFormRowInput label {
/* 7184  */     color: #050505;
/* 7185  */     }
/* 7186  */ .btContactFormRow .btContactFormRowButton {
/* 7187  */     text-align: center !important;
/* 7188  */     }
/* 7189  */ .btContactFormRow .btContactFormRowButton input {
/* 7190  */     line-height: 50px;
/* 7191  */     height: 50px;
/* 7192  */     width: 50% !important;
/* 7193  */     background-color: #07e6a5;
/* 7194  */     font-weight: 600;
/* 7195  */     letter-spacing: 2px;
/* 7196  */     }
/* 7197  */ .btContactFormRow .btContactFormRowButton input:hover {
/* 7198  */     background-color: #191919;
/* 7199  */     -webkit-box-shadow: 0 0 0 2em #191919 inset;
/* 7200  */     box-shadow: 0 0 0 2em #191919 inset;

/* style_ver=5.5.css */

/* 7201  */     }
/* 7202  */ .btContactFormRow .btContactFormRowInputMargin {
/* 7203  */     margin-bottom: 1.5em !important;
/* 7204  */     }
/* 7205  */ .btContactFormRow .btContactFormRowInput.btContactFormRowInputFlex {
/* 7206  */     display: -ms-flexbox;
/* 7207  */     display: -webkit-flex;
/* 7208  */     display: flex;
/* 7209  */     }
/* 7210  */ .btContactFormRow .btContactFormInputName {
/* 7211  */     -webkit-flex: 0 1 50%;
/* 7212  */     -ms-flex: 0 1 50%;
/* 7213  */     flex: 0 1 50%;
/* 7214  */     height: 50px;
/* 7215  */     margin-right: 1em;
/* 7216  */     }
/* 7217  */ .btContactFormRow .btContactFormInputName input {
/* 7218  */     border-right: none !important;
/* 7219  */     }
/* 7220  */ .btContactFormRow .btContactFormInputEmail {
/* 7221  */     height: 50px;
/* 7222  */     -webkit-flex: 0 1 50%;
/* 7223  */     -ms-flex: 0 1 50%;
/* 7224  */     flex: 0 1 50%;
/* 7225  */     }
/* 7226  */ @media (max-width: 360px) {
/* 7227  */ .btContactFormRow .btContactFormRowButton input {
/* 7228  */     width: 100% !important;
/* 7229  */     }
/* 7230  */ }
/* 7231  */
/* 7232  */ /* Newsletter */
/* 7233  */ .btNewsletter {
/* 7234  */     display: -ms-flexbox;
/* 7235  */     display: -webkit-flex;
/* 7236  */     display: flex;
/* 7237  */     }
/* 7238  */ .btNewsletter .btNewsletterColumn {
/* 7239  */     -webkit-flex: 1 0 46%;
/* 7240  */     -ms-flex: 1 0 46%;
/* 7241  */     flex: 1 0 46%;
/* 7242  */     max-width: 46%;
/* 7243  */     padding-right: 10px;
/* 7244  */     }
/* 7245  */ .btNewsletter .btNewsletterButton input {
/* 7246  */     height: 4em;
/* 7247  */     }
/* 7248  */ @media (max-width: 991px) {
/* 7249  */ .btNewsletter {
/* 7250  */     display: block;

/* style_ver=5.5.css */

/* 7251  */     }
/* 7252  */ .btNewsletter .btNewsletterColumn {
/* 7253  */     max-width: 100%;
/* 7254  */     padding-right: 0;
/* 7255  */     padding-bottom: 10px;
/* 7256  */     }
/* 7257  */ }
/* 7258  */
/* 7259  */ /* Product lists */
/* 7260  */ .woocommerce-result-count,
/* 7261  */ .woocommerce-ordering {
/* 7262  */     width: 50%;
/* 7263  */     float: left;
/* 7264  */     margin: 0;
/* 7265  */     line-height: 2.5em;
/* 7266  */     margin-bottom: 2em;
/* 7267  */     }
/* 7268  */ .rtl .woocommerce-result-count,
/* 7269  */ .rtl .woocommerce-ordering {
/* 7270  */     float: right;
/* 7271  */     }
/* 7272  */ .woocommerce-ordering {
/* 7273  */     padding-left: 1em;
/* 7274  */     }
/* 7275  */ .rtl .woocommerce-ordering {
/* 7276  */     padding-left: 0;
/* 7277  */     padding-right: 1em;
/* 7278  */     }
/* 7279  */ .products ul,
/* 7280  */ ul.products {
/* 7281  */     margin: 0 -1em 2rem;
/* 7282  */     padding: 0;
/* 7283  */     list-style: none;
/* 7284  */     clear: both;
/* 7285  */     display: -ms-flexbox;
/* 7286  */     display: -webkit-flex;
/* 7287  */     display: flex;
/* 7288  */     -webkit-flex-wrap: wrap;
/* 7289  */     -ms-flex-wrap: wrap;
/* 7290  */     flex-wrap: wrap;
/* 7291  */     }
/* 7292  */ .products ul li.product,
/* 7293  */ ul.products li.product {
/* 7294  */     -webkit-flex: 0 0 33.3333%;
/* 7295  */     -ms-flex: 0 0 33.3333%;
/* 7296  */     flex: 0 0 33.3333%;
/* 7297  */     padding: 0 1em;
/* 7298  */     width: 100%;
/* 7299  */     margin: 0 0 3rem;
/* 7300  */     position: relative;

/* style_ver=5.5.css */

/* 7301  */     list-style: none;
/* 7302  */     }
/* 7303  */ .columns-2 .products ul li.product,
/* 7304  */ .columns-2 ul.products li.product {
/* 7305  */     -webkit-flex: 0 0 50%;
/* 7306  */     -ms-flex: 0 0 50%;
/* 7307  */     flex: 0 0 50%;
/* 7308  */     }
/* 7309  */ .columns-3 .products ul li.product,
/* 7310  */ .columns-3 ul.products li.product {
/* 7311  */     -webkit-flex: 0 0 33.3333%;
/* 7312  */     -ms-flex: 0 0 33.3333%;
/* 7313  */     flex: 0 0 33.3333%;
/* 7314  */     }
/* 7315  */ .columns-4 .products ul li.product,
/* 7316  */ .columns-4 ul.products li.product {
/* 7317  */     -webkit-flex: 0 0 25%;
/* 7318  */     -ms-flex: 0 0 25%;
/* 7319  */     flex: 0 0 25%;
/* 7320  */     }
/* 7321  */ .columns-5 .products ul li.product,
/* 7322  */ .columns-5 ul.products li.product {
/* 7323  */     -webkit-flex: 0 0 20%;
/* 7324  */     -ms-flex: 0 0 20%;
/* 7325  */     flex: 0 0 20%;
/* 7326  */     }
/* 7327  */ .columns-6 .products ul li.product,
/* 7328  */ .columns-6 ul.products li.product {
/* 7329  */     -webkit-flex: 0 0 16.6666%;
/* 7330  */     -ms-flex: 0 0 16.6666%;
/* 7331  */     flex: 0 0 16.6666%;
/* 7332  */     }
/* 7333  */ .products ul li.product.first,
/* 7334  */ ul.products li.product.first {
/* 7335  */     clear: both;
/* 7336  */     }
/* 7337  */ .products ul li.product .btWooShopLoopItemInner,
/* 7338  */ ul.products li.product .btWooShopLoopItemInner {
/* 7339  */     background-color: rgba(0,0,0,.03);
/* 7340  */     padding: 0 1.5em 1.5rem;
/* 7341  */     }
/* 7342  */ .products ul li.product .btWooShopLoopItemInner:after,
/* 7343  */ ul.products li.product .btWooShopLoopItemInner:after {
/* 7344  */     content: " ";
/* 7345  */     display: table;
/* 7346  */     width: 100%;
/* 7347  */     clear: both;
/* 7348  */     }
/* 7349  */ .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
/* 7350  */ .btDarkSkin ul.products li.product .btWooShopLoopItemInner {

/* style_ver=5.5.css */

/* 7351  */     background-color: rgba(0,0,0,.5);
/* 7352  */     }
/* 7353  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_image,
/* 7354  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
/* 7355  */     margin-left: -1.5em;
/* 7356  */     margin-right: -1.5em;
/* 7357  */     margin-bottom: 1.25em;
/* 7358  */     float: none;
/* 7359  */     }
/* 7360  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
/* 7361  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
/* 7362  */     border-bottom: 5px solid black;
/* 7363  */     }
/* 7364  */ .btDarkSkin .products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
/* 7365  */ .btDarkSkin ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
/* 7366  */     border-bottom: 5px solid white;
/* 7367  */     width: 100%;
/* 7368  */     }
/* 7369  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
/* 7370  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
/* 7371  */     margin: 1em 0 0;
/* 7372  */     }
/* 7373  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h1,
/* 7374  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h2,
/* 7375  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h3,
/* 7376  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h4,
/* 7377  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h5,
/* 7378  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h6,
/* 7379  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h7,
/* 7380  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline h8,
/* 7381  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h1,
/* 7382  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h2,
/* 7383  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h3,
/* 7384  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h4,
/* 7385  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h5,
/* 7386  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h6,
/* 7387  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h7,
/* 7388  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline h8 {
/* 7389  */     font-size: 1.6em;
/* 7390  */     }
/* 7391  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,
/* 7392  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline {
/* 7393  */     margin-bottom: 1em;
/* 7394  */     }
/* 7395  */ .products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,
/* 7396  */ ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before {
/* 7397  */     content: '-';
/* 7398  */     opacity: 0;
/* 7399  */     }
/* 7400  */ .products ul li.product .btWooShopLoopItemInner .price,

/* style_ver=5.5.css */

/* 7401  */ ul.products li.product .btWooShopLoopItemInner .price {
/* 7402  */     display: block;
/* 7403  */     font-weight: 600;
/* 7404  */     margin-bottom: 1em;
/* 7405  */     font-size: 1.5em;
/* 7406  */     }
/* 7407  */ .products ul li.product .btWooShopLoopItemInner .price:after,
/* 7408  */ ul.products li.product .btWooShopLoopItemInner .price:after {
/* 7409  */     content: " ";
/* 7410  */     display: table;
/* 7411  */     width: 100%;
/* 7412  */     clear: both;
/* 7413  */     }
/* 7414  */ .products ul li.product .btWooShopLoopItemInner .price del,
/* 7415  */ ul.products li.product .btWooShopLoopItemInner .price del {
/* 7416  */     color: inherit;
/* 7417  */     opacity: .5;
/* 7418  */     display: inline-block;
/* 7419  */     margin: 0 5px 0 0;
/* 7420  */     }
/* 7421  */ .products ul li.product .btWooShopLoopItemInner .price ins,
/* 7422  */ ul.products li.product .btWooShopLoopItemInner .price ins {
/* 7423  */     background: 0 0;
/* 7424  */     font-weight: 700;
/* 7425  */     text-decoration: none;
/* 7426  */     }
/* 7427  */ .products ul li.product .btWooShopLoopItemInner .price .from,
/* 7428  */ ul.products li.product .btWooShopLoopItemInner .price .from {
/* 7429  */     font-size: .67em;
/* 7430  */     margin: -2px 0 0;
/* 7431  */     text-transform: uppercase;
/* 7432  */     opacity: .5;
/* 7433  */     }
/* 7434  */ .products ul li.product .btWooShopLoopItemInner a.button,
/* 7435  */ ul.products li.product .btWooShopLoopItemInner a.button {
/* 7436  */     text-decoration: none;
/* 7437  */     text-transform: uppercase;
/* 7438  */     display: inline-block;
/* 7439  */     position: relative;
/* 7440  */     font-size: .8em;
/* 7441  */     }
/* 7442  */ .btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
/* 7443  */ .btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
/* 7444  */     border-radius: 3px;
/* 7445  */     }
/* 7446  */ .btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
/* 7447  */ .btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
/* 7448  */     border-radius: 50px;
/* 7449  */     }
/* 7450  */ .products ul li.product .btWooShopLoopItemInner .added:after,

/* style_ver=5.5.css */

/* 7451  */ .products ul li.product .btWooShopLoopItemInner .loading:after,
/* 7452  */ ul.products li.product .btWooShopLoopItemInner .added:after,
/* 7453  */ ul.products li.product .btWooShopLoopItemInner .loading:after {
/* 7454  */     position: absolute;
/* 7455  */     z-index: 5;
/* 7456  */     right: 0;
/* 7457  */     top: 0;
/* 7458  */     font: 400 1.3em/1.7em WooCommerce;
/* 7459  */     vertical-align: middle;
/* 7460  */     text-align: center;
/* 7461  */     -webkit-font-smoothing: antialiased;
/* 7462  */     width: 1.7em;
/* 7463  */     height: 1.7em;
/* 7464  */     margin: -.85em -.85em 0 0;
/* 7465  */     border-radius: 50%;
/* 7466  */     background-color: #07e6a5;
/* 7467  */     color: #fff;
/* 7468  */     }
/* 7469  */ .products ul li.product .btWooShopLoopItemInner .loading:after,
/* 7470  */ ul.products li.product .btWooShopLoopItemInner .loading:after {
/* 7471  */     content: "\e01c";
/* 7472  */     -webkit-animation: spin 2s linear infinite;
/* 7473  */     -moz-animation: spin 2s linear infinite;
/* 7474  */     animation: spin 2s linear infinite;
/* 7475  */     }
/* 7476  */ .products ul li.product .btWooShopLoopItemInner .added:after,
/* 7477  */ ul.products li.product .btWooShopLoopItemInner .added:after {
/* 7478  */     content: "\e017";
/* 7479  */     }
/* 7480  */ .products ul li.product .btWooShopLoopItemInner .added_to_cart,
/* 7481  */ ul.products li.product .btWooShopLoopItemInner .added_to_cart {
/* 7482  */     font-size: .8em;
/* 7483  */     margin-left: .5em;
/* 7484  */     color: #07e6a5;
/* 7485  */     }
/* 7486  */ .products ul li.product .onsale,
/* 7487  */ ul.products li.product .onsale {
/* 7488  */     position: absolute;
/* 7489  */     top: 1em;
/* 7490  */     right: 2em;
/* 7491  */     background: #ff3d03;
/* 7492  */     color: white;
/* 7493  */     opacity: .9;
/* 7494  */     z-index: 1;
/* 7495  */     width: 60px;
/* 7496  */     height: 60px;
/* 7497  */     line-height: 60px;
/* 7498  */     text-align: center;
/* 7499  */     border-radius: 50%;
/* 7500  */     }

/* style_ver=5.5.css */

/* 7501  */
/* 7502  */ /* IE Fixes */
/* 7503  */ @media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
/* 7504  */ /* IE10+ CSS styles go here */
/* 7505  */ .products ul,
/* 7506  */ ul.products {
/* 7507  */     margin-left: 0;
/* 7508  */     margin-right: 0;
/* 7509  */     }
/* 7510  */ .products ul li.product,
/* 7511  */ ul.products li.product {
/* 7512  */     padding: 0 0 !important;
/* 7513  */     }
/* 7514  */ }
/* 7515  */
/* 7516  */ /* Pagination */
/* 7517  */ .woocommerce-pagination ul.page-numbers li,
/* 7518  */ .woocommerce-page .woocommerce-pagination ul.page-numbers li {
/* 7519  */     display: inline-block;
/* 7520  */     }
/* 7521  */ nav.woocommerce-pagination {
/* 7522  */     clear: both;
/* 7523  */     display: block;
/* 7524  */     text-align: center;
/* 7525  */     margin-bottom: 3em;
/* 7526  */     }
/* 7527  */ nav.woocommerce-pagination ul {
/* 7528  */     display: inline-block;
/* 7529  */     padding: 0;
/* 7530  */     margin: 0;
/* 7531  */     }
/* 7532  */ nav.woocommerce-pagination ul li {
/* 7533  */     margin: 0;
/* 7534  */     padding: 0 .2em;
/* 7535  */     display: inline-block;
/* 7536  */     }
/* 7537  */ nav.woocommerce-pagination ul li a,
/* 7538  */ nav.woocommerce-pagination ul li span {
/* 7539  */     margin: 0;
/* 7540  */     padding: 0;
/* 7541  */     width: 2em;
/* 7542  */     height: 2em;
/* 7543  */     text-align: center;
/* 7544  */     line-height: 2em;
/* 7545  */     display: block;
/* 7546  */     -webkit-box-shadow: 0 0 0 1px #07e6a5 inset;
/* 7547  */     box-shadow: 0 0 0 1px #07e6a5 inset;
/* 7548  */     color: #07e6a5;
/* 7549  */     -webkit-transition: all 300ms ease;
/* 7550  */     -moz-transition: all 300ms ease;

/* style_ver=5.5.css */

/* 7551  */     transition: all 300ms ease;
/* 7552  */     }
/* 7553  */ .btHardRoundedButtons nav.woocommerce-pagination ul li a,
/* 7554  */ .btHardRoundedButtons nav.woocommerce-pagination ul li span {
/* 7555  */     border-radius: 50px;
/* 7556  */     }
/* 7557  */ .btSoftRoundedButtons nav.woocommerce-pagination ul li a,
/* 7558  */ .btSoftRoundedButtons nav.woocommerce-pagination ul li span {
/* 7559  */     border-radius: 3px;
/* 7560  */     }
/* 7561  */ nav.woocommerce-pagination ul li a:focus,
/* 7562  */ nav.woocommerce-pagination ul li a:hover,
/* 7563  */ nav.woocommerce-pagination ul li a.next,
/* 7564  */ nav.woocommerce-pagination ul li a.prev,
/* 7565  */ nav.woocommerce-pagination ul li span.current {
/* 7566  */     -webkit-box-shadow: 0 0 0 3em #07e6a5 inset;
/* 7567  */     box-shadow: 0 0 0 3em #07e6a5 inset;
/* 7568  */     color: #fff;
/* 7569  */     }
/* 7570  */
/* 7571  */ /* Single product */
/* 7572  */ div.product {
/* 7573  */     display: -ms-flexbox;
/* 7574  */     display: -webkit-flex;
/* 7575  */     display: flex;
/* 7576  */     -webkit-flex-wrap: wrap;
/* 7577  */     -ms-flex-wrap: wrap;
/* 7578  */     flex-wrap: wrap;
/* 7579  */     margin: 0 -1em;
/* 7580  */     position: relative;
/* 7581  */     }
/* 7582  */ div.product .onsale {
/* 7583  */     position: absolute;
/* 7584  */     top: 1em;
/* 7585  */     right: 2em;
/* 7586  */     background: #ff3d03;
/* 7587  */     color: white;
/* 7588  */     opacity: .9;
/* 7589  */     z-index: 1;
/* 7590  */     width: 60px;
/* 7591  */     height: 60px;
/* 7592  */     line-height: 60px;
/* 7593  */     text-align: center;
/* 7594  */     border-radius: 50%;
/* 7595  */     }
/* 7596  */ .rtl div.product .onsale {
/* 7597  */     left: 0;
/* 7598  */     right: 2em;
/* 7599  */     }
/* 7600  */ div.product div.images {

/* style_ver=5.5.css */

/* 7601  */     -webkit-flex: 0 0 50%;
/* 7602  */     -ms-flex: 0 0 50%;
/* 7603  */     flex: 0 0 50%;
/* 7604  */     padding: 0 .5em;
/* 7605  */     margin: 0 0 1em;
/* 7606  */     position: relative;
/* 7607  */     }
/* 7608  */ div.product div.images .woocommerce-product-gallery__trigger {
/* 7609  */     position: absolute;
/* 7610  */     z-index: 1;
/* 7611  */     width: 2em;
/* 7612  */     }
/* 7613  */ div.product div.images .woocommerce-product-gallery__wrapper {
/* 7614  */     display: -ms-flexbox;
/* 7615  */     display: -webkit-flex;
/* 7616  */     display: flex;
/* 7617  */     -webkit-flex-wrap: wrap;
/* 7618  */     -ms-flex-wrap: wrap;
/* 7619  */     flex-wrap: wrap;
/* 7620  */     }
/* 7621  */ div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
/* 7622  */     padding: 1em .5em;
/* 7623  */     }
/* 7624  */ div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
/* 7625  */     position: relative;
/* 7626  */     display: block;
/* 7627  */     }
/* 7628  */ div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
/* 7629  */     border: 1px solid rgba(0,0,0,.05);
/* 7630  */     width: 100%;
/* 7631  */     display: block;
/* 7632  */     }
/* 7633  */ div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
/* 7634  */     -webkit-flex: 0 1 100%;
/* 7635  */     -ms-flex: 0 1 100%;
/* 7636  */     flex: 0 1 100%;
/* 7637  */     padding: 0;
/* 7638  */     margin: 0 .5em;
/* 7639  */     border: 1px solid rgba(0,0,0,.05);
/* 7640  */     }
/* 7641  */ div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
/* 7642  */     border: none;
/* 7643  */     display: block;
/* 7644  */     }
/* 7645  */ div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
/* 7646  */     -webkit-flex: 0 0 100%;
/* 7647  */     -ms-flex: 0 0 100%;
/* 7648  */     flex: 0 0 100%;
/* 7649  */     }
/* 7650  */ div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {

/* style_ver=5.5.css */

/* 7651  */     -webkit-flex: 0 0 50%;
/* 7652  */     -ms-flex: 0 0 50%;
/* 7653  */     flex: 0 0 50%;
/* 7654  */     }
/* 7655  */ div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
/* 7656  */     -webkit-flex: 0 0 33.3333%;
/* 7657  */     -ms-flex: 0 0 33.3333%;
/* 7658  */     flex: 0 0 33.3333%;
/* 7659  */     }
/* 7660  */ div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
/* 7661  */     -webkit-flex: 0 0 25%;
/* 7662  */     -ms-flex: 0 0 25%;
/* 7663  */     flex: 0 0 25%;
/* 7664  */     }
/* 7665  */ div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
/* 7666  */     -webkit-flex: 0 0 20%;
/* 7667  */     -ms-flex: 0 0 20%;
/* 7668  */     flex: 0 0 20%;
/* 7669  */     }
/* 7670  */ div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
/* 7671  */     -webkit-flex: 0 0 16.666%;
/* 7672  */     -ms-flex: 0 0 16.666%;
/* 7673  */     flex: 0 0 16.666%;
/* 7674  */     }
/* 7675  */ div.product div.images .woocommerce-product-gallery__image {
/* 7676  */     float: left;
/* 7677  */     padding: 0 px 0 0;
/* 7678  */     }
/* 7679  */ div.product div.images .woocommerce-product-gallery__image img {
/* 7680  */     border: 0;
/* 7681  */     }
/* 7682  */ div.product div.images .woocommerce-product-gallery__image:first-child {
/* 7683  */     float: none;
/* 7684  */     overflow: hidden;
/* 7685  */     margin: 0 px 0 0;
/* 7686  */     padding: 0;
/* 7687  */     width: auto !important;
/* 7688  */     }
/* 7689  */ div.product div.images .woocommerce-product-gallery__trigger {
/* 7690  */     position: absolute;
/* 7691  */     left: 50px;
/* 7692  */     top: 30px;
/* 7693  */     font-size: 0;
/* 7694  */     z-index: 1;
/* 7695  */     }
/* 7696  */ div.product div.images .woocommerce-product-gallery__trigger:after {
/* 7697  */     display: block;
/* 7698  */     font-family: FontAwesome;
/* 7699  */     content: "\f002";
/* 7700  */     -webkit-box-shadow: 0 0 0 2em #07e6a5 inset,0 0 0 2em rgba(255,255,255,.5) inset;

/* style_ver=5.5.css */

/* 7701  */     box-shadow: 0 0 0 2em #07e6a5 inset,0 0 0 2em rgba(255,255,255,.5) inset;
/* 7702  */     border-radius: 50%;
/* 7703  */     font-size: 18px;
/* 7704  */     color: #fff;
/* 7705  */     width: 34.5px;
/* 7706  */     line-height: 34.5px;
/* 7707  */     text-align: center;
/* 7708  */     -webkit-transition: 300ms ease all;
/* 7709  */     -moz-transition: 300ms ease all;
/* 7710  */     transition: 300ms ease all;
/* 7711  */     }
/* 7712  */ div.product div.images .woocommerce-product-gallery__trigger:hover:after {
/* 7713  */     -webkit-box-shadow: 0 0 0 1px #07e6a5 inset,0 0 0 2em rgba(255,255,255,.5) inset;
/* 7714  */     box-shadow: 0 0 0 1px #07e6a5 inset,0 0 0 2em rgba(255,255,255,.5) inset;
/* 7715  */     color: #07e6a5;
/* 7716  */     }
/* 7717  */ div.product div.summary {
/* 7718  */     -webkit-flex: 0 0 50%;
/* 7719  */     -ms-flex: 0 0 50%;
/* 7720  */     flex: 0 0 50%;
/* 7721  */     padding: 1em;
/* 7722  */     margin-bottom: 1em;
/* 7723  */     }
/* 7724  */ div.product div.summary header {
/* 7725  */     margin-bottom: 2em;
/* 7726  */     }
/* 7727  */ div.product div.summary .price {
/* 7728  */     font-size: 3em;
/* 7729  */     }
/* 7730  */ div.product div.summary .price ins {
/* 7731  */     text-decoration: none;
/* 7732  */     }
/* 7733  */ div.product div.summary .group_table .price {
/* 7734  */     font-size: 2em;
/* 7735  */     }
/* 7736  */ div.product div.summary div[itemprop="description"] {
/* 7737  */     margin-bottom: 2em;
/* 7738  */     }
/* 7739  */ div.product div.summary form.cart .quantity {
/* 7740  */     width: 100px;
/* 7741  */     margin-right: .5em;
/* 7742  */     display: inline-block;
/* 7743  */     height: 2.8em;
/* 7744  */     }
/* 7745  */ .rtl div.product div.summary form.cart .quantity {
/* 7746  */     margin-right: 0;
/* 7747  */     margin-left: .5em;
/* 7748  */     float: right;
/* 7749  */     }
/* 7750  */ div.product div.summary form.cart .quantity input {

/* style_ver=5.5.css */

/* 7751  */     height: 2.85em;
/* 7752  */     display: inline-block;
/* 7753  */     }
/* 7754  */ div.product div.summary form.cart .group_table .quantity {
/* 7755  */     width: 50px;
/* 7756  */     }
/* 7757  */ div.product div.summary form.cart .single_add_to_cart_button {
/* 7758  */     display: inline-block;
/* 7759  */     height: 3em;
/* 7760  */     }
/* 7761  */ div.product div.summary form.cart:after {
/* 7762  */     content: " ";
/* 7763  */     display: table;
/* 7764  */     width: 100%;
/* 7765  */     clear: both;
/* 7766  */     }
/* 7767  */ div.product span.btProductSKU {
/* 7768  */     display: block;
/* 7769  */     }
/* 7770  */ div.product div.product-description,
/* 7771  */ div.product div.products,
/* 7772  */ div.product div.product-meta,
/* 7773  */ div.product section.products.related {
/* 7774  */     padding: 0 1em;
/* 7775  */     -webkit-flex: 0 0 100%;
/* 7776  */     -ms-flex: 0 0 100%;
/* 7777  */     flex: 0 0 100%;
/* 7778  */     }
/* 7779  */ div.product div.product-meta .btArticleShareEtc {
/* 7780  */     max-width: initial;
/* 7781  */     }
/* 7782  */ div.product table.variations {
/* 7783  */     border: none;
/* 7784  */     display: block;
/* 7785  */     }
/* 7786  */ div.product table.variations tbody,
/* 7787  */ div.product table.variations tr,
/* 7788  */ div.product table.variations td {
/* 7789  */     padding: 0;
/* 7790  */     border: none;
/* 7791  */     display: block;
/* 7792  */     }
/* 7793  */ div.product table.variations select option {
/* 7794  */     color: #050505;
/* 7795  */     }
/* 7796  */ div.product section.products.upsells {
/* 7797  */     width: 100%;
/* 7798  */     }
/* 7799  */
/* 7800  */ /* Card */

/* style_ver=5.5.css */

/* 7801  */ table.shop_table .coupon {
/* 7802  */     display: -ms-inline-flexbox;
/* 7803  */     display: -webkit-inline-flex;
/* 7804  */     display: inline-flex;
/* 7805  */     -webkit-align-items: center;
/* 7806  */     -ms-flex-align: center;
/* 7807  */     align-items: center;
/* 7808  */     }
/* 7809  */ table.shop_table .coupon label {
/* 7810  */     margin-right: .5em;
/* 7811  */     }
/* 7812  */ table.shop_table .coupon .input-text {
/* 7813  */     margin-right: .5em;
/* 7814  */     color: #07e6a5;
/* 7815  */     border: none !important;
/* 7816  */     padding: 0;
/* 7817  */     height: 2em;
/* 7818  */     padding: 0 .5em;
/* 7819  */     }
/* 7820  */ table.shop_table button[name="apply_coupon"] {
/* 7821  */     width: 100%;
/* 7822  */     }
/* 7823  */ table.shop_table input[name="update_cart"] {
/* 7824  */     float: right;
/* 7825  */     width: 300px;
/* 7826  */     }
/* 7827  */ table.shop_table {
/* 7828  */     margin-bottom: 2em;
/* 7829  */     border: none;
/* 7830  */     }
/* 7831  */ table.shop_table td,
/* 7832  */ table.shop_table th {
/* 7833  */     border-left: none;
/* 7834  */     border-right: none;
/* 7835  */     }
/* 7836  */ table.shop_table td.product-remove {
/* 7837  */     width: 3em;
/* 7838  */     }
/* 7839  */ table.shop_table td.product-remove a.remove {
/* 7840  */     display: inline-block;
/* 7841  */     font-size: 1em;
/* 7842  */     text-align: center;
/* 7843  */     padding: 0;
/* 7844  */     width: 1.5em;
/* 7845  */     height: 1.5em;
/* 7846  */     line-height: 1.25em;
/* 7847  */     color: #07e6a5;
/* 7848  */     background-color: transparent;
/* 7849  */     border: 1px solid #07e6a5;
/* 7850  */     border-radius: 50%;

/* style_ver=5.5.css */

/* 7851  */     }
/* 7852  */ table.shop_table td.product-remove a.remove:hover {
/* 7853  */     background-color: #07e6a5;
/* 7854  */     color: #fff;
/* 7855  */     }
/* 7856  */ table.shop_table td.product-thumbnail {
/* 7857  */     width: 100px;
/* 7858  */     text-align: center;
/* 7859  */     line-height: 0;
/* 7860  */     }
/* 7861  */ table.shop_table td.product-thumbnail img {
/* 7862  */     width: 80px;
/* 7863  */     height: auto;
/* 7864  */     display: inline-block;
/* 7865  */     -webkit-box-shadow: none;
/* 7866  */     box-shadow: none;
/* 7867  */     }
/* 7868  */ table.shop_table .product-quantity {
/* 7869  */     text-align: center;
/* 7870  */     }
/* 7871  */ table.shop_table .product-quantity .quantity {
/* 7872  */     width: 70px;
/* 7873  */     display: inline-block;
/* 7874  */     }
/* 7875  */ table.shop_table .product-subtotal,
/* 7876  */ table.shop_table .product-total,
/* 7877  */ table.shop_table .product-price,
/* 7878  */ table.shop_table .order-actions {
/* 7879  */     text-align: right;
/* 7880  */     }
/* 7881  */ .cart-collaterals {
/* 7882  */     display: -ms-flexbox;
/* 7883  */     display: -webkit-flex;
/* 7884  */     display: flex;
/* 7885  */     }
/* 7886  */ .cart-collaterals .cross-sells,
/* 7887  */ .cart-collaterals .cart_totals {
/* 7888  */     -webkit-flex: 1 1 50%;
/* 7889  */     -ms-flex: 1 1 50%;
/* 7890  */     flex: 1 1 50%;
/* 7891  */     }
/* 7892  */ .cart-collaterals .cross-sells ul.products li.product {
/* 7893  */     -webkit-flex: 0 0 50%;
/* 7894  */     -ms-flex: 0 0 50%;
/* 7895  */     flex: 0 0 50%;
/* 7896  */     }
/* 7897  */ .cart-collaterals .cart_totals th {
/* 7898  */     text-align: left;
/* 7899  */     }
/* 7900  */ .cart-collaterals .cart_totals td {

/* style_ver=5.5.css */

/* 7901  */     text-align: right;
/* 7902  */     }
/* 7903  */ tr.cart-subtotal,
/* 7904  */ tfoot {
/* 7905  */     border-top: 2px solid;
/* 7906  */     }
/* 7907  */ tr.order-total,
/* 7908  */ tfoot {
/* 7909  */     border-bottom: 2px solid;
/* 7910  */     }
/* 7911  */
/* 7912  */ /* Checkout */
/* 7913  */ table.woocommerce-checkout-review-order-table td.product-total,
/* 7914  */ table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
/* 7915  */ table.woocommerce-checkout-review-order-table tr.order-total td {
/* 7916  */     text-align: right;
/* 7917  */     }
/* 7918  */ table.woocommerce-checkout-review-order-table tr.shipping {
/* 7919  */     text-align: right;
/* 7920  */     }
/* 7921  */ ul.wc_payment_methods {
/* 7922  */     margin: 0;
/* 7923  */     list-style: none;
/* 7924  */     }
/* 7925  */ ul.wc_payment_methods li:not(.woocommerce-info) {
/* 7926  */     margin-left: 0;
/* 7927  */     padding-left: 0;
/* 7928  */     }
/* 7929  */ ul.wc_payment_methods li .input-radio {
/* 7930  */     margin-right: .2em;
/* 7931  */     }
/* 7932  */ ul.wc_payment_methods li img {
/* 7933  */     max-height: 40px;
/* 7934  */     margin-left: 10px;
/* 7935  */     vertical-align: middle;
/* 7936  */     }
/* 7937  */ ul.wc_payment_methods li .about_paypal {
/* 7938  */     margin-left: .5em;
/* 7939  */     color: #07e6a5;
/* 7940  */     }
/* 7941  */ ul.wc_payment_methods li div.payment_box {
/* 7942  */     position: relative;
/* 7943  */     -webkit-box-sizing: border-box;
/* 7944  */     -moz-box-sizing: border-box;
/* 7945  */     box-sizing: border-box;
/* 7946  */     width: 100%;
/* 7947  */     padding: 10px;
/* 7948  */     margin: 10px 0;
/* 7949  */     background-color: #dfdcde;
/* 7950  */     }

/* style_ver=5.5.css */

/* 7951  */ ul.wc_payment_methods li div.payment_box:before {
/* 7952  */     content: "";
/* 7953  */     display: block;
/* 7954  */     border: 10px solid #dfdcde;
/* 7955  */     border-right-color: transparent;
/* 7956  */     border-left-color: transparent;
/* 7957  */     border-top-color: transparent;
/* 7958  */     position: absolute;
/* 7959  */     left: 1em;
/* 7960  */     top: -20px;
/* 7961  */     }
/* 7962  */ ul.wc_payment_methods li div.payment_box span.help {
/* 7963  */     font-size: .857em;
/* 7964  */     }
/* 7965  */ ul.wc_payment_methods li div.payment_box p:last-child {
/* 7966  */     margin-bottom: 0;
/* 7967  */     color: #050505;
/* 7968  */     }
/* 7969  */ ul.woocommerce-shipping-methods {
/* 7970  */     list-style: none;
/* 7971  */     margin: 0 0 1em;
/* 7972  */     padding: 0;
/* 7973  */     }
/* 7974  */ ul.woocommerce-shipping-methods li {
/* 7975  */     margin: 0;
/* 7976  */     text-align: right;
/* 7977  */     }
/* 7978  */ .woocommerce-shipping-calculator .shipping-calculator-form {
/* 7979  */     text-align: left;
/* 7980  */     }
/* 7981  */ .rtl .woocommerce-shipping-calculator .shipping-calculator-form {
/* 7982  */     text-align: right;
/* 7983  */     }
/* 7984  */ #customer_details .col-1,
/* 7985  */ #customer_details .col-2 {
/* 7986  */     margin-bottom: 2em;
/* 7987  */     }
/* 7988  */ .wc-proceed-to-checkout {
/* 7989  */     margin: 0 auto;
/* 7990  */     text-align: center;
/* 7991  */     width: -webkit-fit-content;
/* 7992  */     width: -moz-fit-content;
/* 7993  */     width: fit-content;
/* 7994  */     height: 3.2em;
/* 7995  */     }
/* 7996  */ .wc-proceed-to-checkout .checkout-button {
/* 7997  */     margin: 0 auto;
/* 7998  */     display: inline;
/* 7999  */     text-align: center;
/* 8000  */     }

/* style_ver=5.5.css */

/* 8001  */ #payment p.form-row.validate-required {
/* 8002  */     margin-bottom: 2em;
/* 8003  */     text-align: left;
/* 8004  */     }
/* 8005  */ #payment .place-order {
/* 8006  */     margin: 0 auto;
/* 8007  */     text-align: center;
/* 8008  */     }
/* 8009  */ #payment .place-order button {
/* 8010  */     padding: 1em 3em;
/* 8011  */     }
/* 8012  */
/* 8013  */ /* My account */
/* 8014  */ .woocommerce-MyAccount-navigation ul {
/* 8015  */     list-style: none;
/* 8016  */     margin: 0 0 2em;
/* 8017  */     padding: 0;
/* 8018  */     }
/* 8019  */ .woocommerce-MyAccount-navigation ul li {
/* 8020  */     margin: 0 .5em 0 0;
/* 8021  */     padding: 0;
/* 8022  */     display: inline-block;
/* 8023  */     }
/* 8024  */ .woocommerce-MyAccount-navigation ul li a {
/* 8025  */     display: inline-block;
/* 8026  */     padding: .5em 1em;
/* 8027  */     border-bottom: 2px solid #07e6a5;
/* 8028  */     }
/* 8029  */ .woocommerce-MyAccount-navigation ul li.is-active a {
/* 8030  */     color: #fff;
/* 8031  */     border-color: #fff;
/* 8032  */     }
/* 8033  */ .woocommerce-MyAccount-navigation .shop_table {
/* 8034  */     margin-bottom: 2em;
/* 8035  */     }
/* 8036  */ .woocommerce-MyAccount-navigation .shop_table tfoot {
/* 8037  */     text-align: right;
/* 8038  */     }
/* 8039  */ .woocommerce-orders-table__cell-order-actions a {
/* 8040  */     width: 100%;
/* 8041  */     display: inline-block;
/* 8042  */     text-align: center;
/* 8043  */     }
/* 8044  */ .woocommerce-EditAccountForm fieldset {
/* 8045  */     margin-bottom: 2em;
/* 8046  */     }
/* 8047  */
/* 8048  */ /* General */
/* 8049  */ /* Woocommerce layout */
/* 8050  */ .col2-set {

/* style_ver=5.5.css */

/* 8051  */     width: 100%;
/* 8052  */     }
/* 8053  */ .col2-set .col-1 {
/* 8054  */     float: left;
/* 8055  */     width: 48%;
/* 8056  */     }
/* 8057  */ .col2-set .col-2 {
/* 8058  */     float: right;
/* 8059  */     width: 48%;
/* 8060  */     }
/* 8061  */ img {
/* 8062  */     height: auto;
/* 8063  */     max-width: 100%;
/* 8064  */     }
/* 8065  */ div.product form.cart .reset_variations,
/* 8066  */ form .form-row label.hidden {
/* 8067  */     visibility: hidden;
/* 8068  */     }
/* 8069  */
/* 8070  */ /* Form row */
/* 8071  */ form fieldset {
/* 8072  */     padding: 2em;
/* 8073  */     border: 1px solid rgba(0,0,0,.1);
/* 8074  */     }
/* 8075  */ form .form-row {
/* 8076  */     margin: 0 0 1em;
/* 8077  */     }
/* 8078  */ form input[type="submit"].button {
/* 8079  */     text-align: center;
/* 8080  */     }
/* 8081  */ form .form-row [placeholder]:focus::-webkit-input-placeholder {
/* 8082  */     -webkit-transition: opacity .5s .5s ease;
/* 8083  */     -moz-transition: opacity .5s .5s ease;
/* 8084  */     transition: opacity .5s .5s ease;
/* 8085  */     opacity: 0;
/* 8086  */     }
/* 8087  */ form .form-row label {
/* 8088  */     display: block;
/* 8089  */     margin-bottom: .5em;
/* 8090  */     }
/* 8091  */ form .form-row label.inline,
/* 8092  */ form .form-row label.checkbox {
/* 8093  */     display: inline;
/* 8094  */     margin-bottom: 0;
/* 8095  */     }
/* 8096  */ form .form-row select {
/* 8097  */     cursor: pointer;
/* 8098  */     margin: 0;
/* 8099  */     }
/* 8100  */ form .form-row .select2-container {

/* style_ver=5.5.css */

/* 8101  */     line-height: 2.5em;
/* 8102  */     }
/* 8103  */ .rtlform .form-row .select2-container {
/* 8104  */     text-align: right;
/* 8105  */     }
/* 8106  */ form .form-row .select2-container .select2-choice {
/* 8107  */     padding-left: 1em;
/* 8108  */     height: 3.2em;
/* 8109  */     line-height: 3.2em;
/* 8110  */     }
/* 8111  */ .rtlform .form-row .select2-container .select2-choice {
/* 8112  */     padding-left: 0;
/* 8113  */     padding-right: 1em;
/* 8114  */     }
/* 8115  */ form .form-row .select2-container span.select2-selection--single {
/* 8116  */     line-height: 3.2em;
/* 8117  */     height: 3.2em;
/* 8118  */     background: transparent;
/* 8119  */     }
/* 8120  */ .btHardRoundedButtons form .form-row .select2-container span.select2-selection--single {
/* 8121  */     border-radius: 50px;
/* 8122  */     }
/* 8123  */ .btSoftRoundedButtons form .form-row .select2-container span.select2-selection--single {
/* 8124  */     border-radius: 3px;
/* 8125  */     }
/* 8126  */ form .form-row .required {
/* 8127  */     color: red;
/* 8128  */     font-weight: 700;
/* 8129  */     border: 0;
/* 8130  */     }
/* 8131  */ form .form-row .input-checkbox {
/* 8132  */     margin: 0 8px 0 0;
/* 8133  */     vertical-align: middle;
/* 8134  */     width: auto;
/* 8135  */     display: inline;
/* 8136  */     }
/* 8137  */ form .form-row textarea {
/* 8138  */     height: 5em;
/* 8139  */     display: block;
/* 8140  */     -moz-box-shadow: none;
/* 8141  */     -webkit-box-shadow: none;
/* 8142  */     box-shadow: none;
/* 8143  */     }
/* 8144  */ form .form-row.woocommerce-invalid .select2-container,
/* 8145  */ form .form-row.woocommerce-invalid input.input-text,
/* 8146  */ form .form-row.woocommerce-invalid select {
/* 8147  */     border-color: #a00;
/* 8148  */     }
/* 8149  */ form .form-row.woocommerce-validated .select2-container,
/* 8150  */ form .form-row.woocommerce-validated input.input-text,

/* style_ver=5.5.css */

/* 8151  */ form .form-row.woocommerce-validated select {
/* 8152  */     border-color: #69bf29;
/* 8153  */     }
/* 8154  */ form .form-row::-webkit-input-placeholder {
/* 8155  */     line-height: normal;
/* 8156  */     }
/* 8157  */ form .form-row:-moz-placeholder {
/* 8158  */     line-height: normal;
/* 8159  */     }
/* 8160  */ form .form-row:-ms-input-placeholder {
/* 8161  */     line-height: normal;
/* 8162  */     }
/* 8163  */
/* 8164  */ /* Overlay */
/* 8165  */ .blockUI.blockOverlay {
/* 8166  */     position: relative;
/* 8167  */     }
/* 8168  */ .blockUI.blockOverlay:before,
/* 8169  */ .loader:before {
/* 8170  */     height: 1em;
/* 8171  */     width: 1em;
/* 8172  */     position: absolute;
/* 8173  */     top: 50%;
/* 8174  */     left: 50%;
/* 8175  */     margin-left: -.5em;
/* 8176  */     margin-top: -.5em;
/* 8177  */     display: block;
/* 8178  */     content: "";
/* 8179  */     -webkit-animation: spin 1s ease-in-out infinite;
/* 8180  */     -moz-animation: spin 1s ease-in-out infinite;
/* 8181  */     animation: spin 1s ease-in-out infinite;
/* 8182  */     background: url(../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
/* 8183  */     background-size: cover;
/* 8184  */     line-height: 1;
/* 8185  */     text-align: center;
/* 8186  */     font-size: 2em;
/* 8187  */     color: rgba(0,0,0,.75);
/* 8188  */     }
/* 8189  */
/* 8190  */ /* Messages */
/* 8191  */ .woocommerce-error,
/* 8192  */ .woocommerce-info,
/* 8193  */ .woocommerce-message {
/* 8194  */     padding: 1em 1em 1em 3em;
/* 8195  */     margin: 0 0 2em;
/* 8196  */     position: relative;
/* 8197  */     background-color: rgba(255,255,255,.05);
/* 8198  */     color: #fff;
/* 8199  */     border-top: 4px solid #fff;
/* 8200  */     list-style: none !important;

/* style_ver=5.5.css */

/* 8201  */     width: auto;
/* 8202  */     word-wrap: break-word;
/* 8203  */     }
/* 8204  */ .woocommerce-info a: not(.button),
/* 8205  */ .woocommerce-message a: not(.button) {
/* 8206  */     color: #07e6a5;
/* 8207  */     text-decoration: underline;
/* 8208  */     }
/* 8209  */ .woocommerce-error {
/* 8210  */     border-top-color: #b81c23;
/* 8211  */     }
/* 8212  */ .woocommerce-error a {
/* 8213  */     color: #b81c23;
/* 8214  */     }
/* 8215  */ .woocommerce-info a:hover,
/* 8216  */ .woocommerce-message a:hover {
/* 8217  */     text-decoration: none;
/* 8218  */     }
/* 8219  */ .woocommerce-error a:hover {
/* 8220  */     color: #fff;
/* 8221  */     }
/* 8222  */ .woocommerce-error:after,
/* 8223  */ .woocommerce-info:after,
/* 8224  */ .woocommerce-message:after {
/* 8225  */     content: " ";
/* 8226  */     display: table;
/* 8227  */     width: 100%;
/* 8228  */     clear: both;
/* 8229  */     }
/* 8230  */ .woocommerce-error:before,
/* 8231  */ .woocommerce-info:before,
/* 8232  */ .woocommerce-message:before {
/* 8233  */     font-family: Icon7Stroke;
/* 8234  */     font-size: 1.5em;
/* 8235  */     font-weight: 400;
/* 8236  */     position: absolute;
/* 8237  */     left: .5em;
/* 8238  */     line-height: 1.2;
/* 8239  */     }
/* 8240  */ .woocommerce-message:before,
/* 8241  */ .woocommerce-info:before {
/* 8242  */     content: "\e647";
/* 8243  */     color: #07e6a5;
/* 8244  */     }
/* 8245  */ .woocommerce-error:before {
/* 8246  */     content: '\e67b';
/* 8247  */     color: #b81c23;
/* 8248  */     }
/* 8249  */ .woocommerce-error .button,
/* 8250  */ .woocommerce-info .button,

/* style_ver=5.5.css */

/* 8251  */ .woocommerce-message .button {
/* 8252  */     float: right;
/* 8253  */     border: none !important;
/* 8254  */     padding: .5em 2em !important;
/* 8255  */     line-height: inherit !important;
/* 8256  */     }
/* 8257  */ .woocommerce-error li,
/* 8258  */ .woocommerce-info li,
/* 8259  */ .woocommerce-message li {
/* 8260  */     list-style: none !important;
/* 8261  */     padding-left: 0 !important;
/* 8262  */     margin-left: 0 !important;
/* 8263  */     }
/* 8264  */ small.note {
/* 8265  */     display: block;
/* 8266  */     color: #777;
/* 8267  */     font-size: .857em;
/* 8268  */     margin-top: 10px;
/* 8269  */     }
/* 8270  */ .woocommerce-breadcrumb {
/* 8271  */     margin: 0 0 1em;
/* 8272  */     padding: 0;
/* 8273  */     font-size: .92em;
/* 8274  */     }
/* 8275  */ .woocommerce-breadcrumb a {
/* 8276  */     color: inherit;
/* 8277  */     }
/* 8278  */ .woocommerce-breadcrumb:after,
/* 8279  */ .woocommerce-breadcrumb:before {
/* 8280  */     content: " ";
/* 8281  */     display: table;
/* 8282  */     }
/* 8283  */
/* 8284  */ /* Payment images */
/* 8285  */ .wc-credit-card-form-card-cvc.visa,
/* 8286  */ .wc-credit-card-form-card-expiry.visa,
/* 8287  */ .wc-credit-card-form-card-number.visa {
/* 8288  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
/* 8289  */     }
/* 8290  */ .wc-credit-card-form-card-cvc.mastercard,
/* 8291  */ .wc-credit-card-form-card-expiry.mastercard,
/* 8292  */ .wc-credit-card-form-card-number.mastercard {
/* 8293  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
/* 8294  */     }
/* 8295  */ .wc-credit-card-form-card-cvc.laser,
/* 8296  */ .wc-credit-card-form-card-expiry.laser,
/* 8297  */ .wc-credit-card-form-card-number.laser {
/* 8298  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
/* 8299  */     }
/* 8300  */ .wc-credit-card-form-card-cvc.dinersclub,

/* style_ver=5.5.css */

/* 8301  */ .wc-credit-card-form-card-expiry.dinersclub,
/* 8302  */ .wc-credit-card-form-card-number.dinersclub {
/* 8303  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
/* 8304  */     }
/* 8305  */ .wc-credit-card-form-card-cvc.maestro,
/* 8306  */ .wc-credit-card-form-card-expiry.maestro,
/* 8307  */ .wc-credit-card-form-card-number.maestro {
/* 8308  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
/* 8309  */     }
/* 8310  */ .wc-credit-card-form-card-cvc.jcb,
/* 8311  */ .wc-credit-card-form-card-expiry.jcb,
/* 8312  */ .wc-credit-card-form-card-number.jcb {
/* 8313  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
/* 8314  */     }
/* 8315  */ .wc-credit-card-form-card-cvc.amex,
/* 8316  */ .wc-credit-card-form-card-expiry.amex,
/* 8317  */ .wc-credit-card-form-card-number.amex {
/* 8318  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
/* 8319  */     }
/* 8320  */ .wc-credit-card-form-card-cvc.discover,
/* 8321  */ .wc-credit-card-form-card-expiry.discover,
/* 8322  */ .wc-credit-card-form-card-number.discover {
/* 8323  */     background-image: url(../../plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
/* 8324  */     }
/* 8325  */
/* 8326  */ /* Inpage headlines */
/* 8327  */ .products > h1,
/* 8328  */ .products > h2,
/* 8329  */ .products > h3,
/* 8330  */ .products > h4,
/* 8331  */ .products > h5,
/* 8332  */ .products > h6,
/* 8333  */ .products > h7,
/* 8334  */ .products > h8,
/* 8335  */ div.bt_bb_tab_content > h1,
/* 8336  */ div.bt_bb_tab_content > h2,
/* 8337  */ div.bt_bb_tab_content > h3,
/* 8338  */ div.bt_bb_tab_content > h4,
/* 8339  */ div.bt_bb_tab_content > h5,
/* 8340  */ div.bt_bb_tab_content > h6,
/* 8341  */ div.bt_bb_tab_content > h7,
/* 8342  */ div.bt_bb_tab_content > h8,
/* 8343  */ .cross-sells > h1,
/* 8344  */ .cross-sells > h2,
/* 8345  */ .cross-sells > h3,
/* 8346  */ .cross-sells > h4,
/* 8347  */ .cross-sells > h5,
/* 8348  */ .cross-sells > h6,
/* 8349  */ .cross-sells > h7,
/* 8350  */ .cross-sells > h8,

/* style_ver=5.5.css */

/* 8351  */ .comment-respond > h1,
/* 8352  */ .comment-respond > h2,
/* 8353  */ .comment-respond > h3,
/* 8354  */ .comment-respond > h4,
/* 8355  */ .comment-respond > h5,
/* 8356  */ .comment-respond > h6,
/* 8357  */ .comment-respond > h7,
/* 8358  */ .comment-respond > h8,
/* 8359  */ section.related.products > h1,
/* 8360  */ section.related.products > h2,
/* 8361  */ section.related.products > h3,
/* 8362  */ section.related.products > h4,
/* 8363  */ section.related.products > h5,
/* 8364  */ section.related.products > h6,
/* 8365  */ section.related.products > h7,
/* 8366  */ section.related.products > h8,
/* 8367  */ div.cart_totals > h1,
/* 8368  */ div.cart_totals > h2,
/* 8369  */ div.cart_totals > h3,
/* 8370  */ div.cart_totals > h4,
/* 8371  */ div.cart_totals > h5,
/* 8372  */ div.cart_totals > h6,
/* 8373  */ div.cart_totals > h7,
/* 8374  */ div.cart_totals > h8,
/* 8375  */ div.woocommerce-billing-fields > h1,
/* 8376  */ div.woocommerce-billing-fields > h2,
/* 8377  */ div.woocommerce-billing-fields > h3,
/* 8378  */ div.woocommerce-billing-fields > h4,
/* 8379  */ div.woocommerce-billing-fields > h5,
/* 8380  */ div.woocommerce-billing-fields > h6,
/* 8381  */ div.woocommerce-billing-fields > h7,
/* 8382  */ div.woocommerce-billing-fields > h8,
/* 8383  */ div.woocommerce-additional-fields > h1,
/* 8384  */ div.woocommerce-additional-fields > h2,
/* 8385  */ div.woocommerce-additional-fields > h3,
/* 8386  */ div.woocommerce-additional-fields > h4,
/* 8387  */ div.woocommerce-additional-fields > h5,
/* 8388  */ div.woocommerce-additional-fields > h6,
/* 8389  */ div.woocommerce-additional-fields > h7,
/* 8390  */ div.woocommerce-additional-fields > h8,
/* 8391  */ div.woocommerce-shipping-fields > h1,
/* 8392  */ div.woocommerce-shipping-fields > h2,
/* 8393  */ div.woocommerce-shipping-fields > h3,
/* 8394  */ div.woocommerce-shipping-fields > h4,
/* 8395  */ div.woocommerce-shipping-fields > h5,
/* 8396  */ div.woocommerce-shipping-fields > h6,
/* 8397  */ div.woocommerce-shipping-fields > h7,
/* 8398  */ div.woocommerce-shipping-fields > h8,
/* 8399  */ form.woocommerce-checkout > h1,
/* 8400  */ form.woocommerce-checkout > h2,

/* style_ver=5.5.css */

/* 8401  */ form.woocommerce-checkout > h3,
/* 8402  */ form.woocommerce-checkout > h4,
/* 8403  */ form.woocommerce-checkout > h5,
/* 8404  */ form.woocommerce-checkout > h6,
/* 8405  */ form.woocommerce-checkout > h7,
/* 8406  */ form.woocommerce-checkout > h8,
/* 8407  */ div.woocommerce-MyAccount-content > h1,
/* 8408  */ div.woocommerce-MyAccount-content > h2,
/* 8409  */ div.woocommerce-MyAccount-content > h3,
/* 8410  */ div.woocommerce-MyAccount-content > h4,
/* 8411  */ div.woocommerce-MyAccount-content > h5,
/* 8412  */ div.woocommerce-MyAccount-content > h6,
/* 8413  */ div.woocommerce-MyAccount-content > h7,
/* 8414  */ div.woocommerce-MyAccount-content > h8,
/* 8415  */ div.woocommerce-MyAccount-content header > h1,
/* 8416  */ div.woocommerce-MyAccount-content header > h2,
/* 8417  */ div.woocommerce-MyAccount-content header > h3,
/* 8418  */ div.woocommerce-MyAccount-content header > h4,
/* 8419  */ div.woocommerce-MyAccount-content header > h5,
/* 8420  */ div.woocommerce-MyAccount-content header > h6,
/* 8421  */ div.woocommerce-MyAccount-content header > h7,
/* 8422  */ div.woocommerce-MyAccount-content header > h8,
/* 8423  */ div.woocommerce-MyAccount-content form > h1,
/* 8424  */ div.woocommerce-MyAccount-content form > h2,
/* 8425  */ div.woocommerce-MyAccount-content form > h3,
/* 8426  */ div.woocommerce-MyAccount-content form > h4,
/* 8427  */ div.woocommerce-MyAccount-content form > h5,
/* 8428  */ div.woocommerce-MyAccount-content form > h6,
/* 8429  */ div.woocommerce-MyAccount-content form > h7,
/* 8430  */ div.woocommerce-MyAccount-content form > h8,
/* 8431  */ .woocommerce-customer-details > h1,
/* 8432  */ .woocommerce-customer-details > h2,
/* 8433  */ .woocommerce-customer-details > h3,
/* 8434  */ .woocommerce-customer-details > h4,
/* 8435  */ .woocommerce-customer-details > h5,
/* 8436  */ .woocommerce-customer-details > h6,
/* 8437  */ .woocommerce-customer-details > h7,
/* 8438  */ .woocommerce-customer-details > h8,
/* 8439  */ .woocommerce-order-details > h1,
/* 8440  */ .woocommerce-order-details > h2,
/* 8441  */ .woocommerce-order-details > h3,
/* 8442  */ .woocommerce-order-details > h4,
/* 8443  */ .woocommerce-order-details > h5,
/* 8444  */ .woocommerce-order-details > h6,
/* 8445  */ .woocommerce-order-details > h7,
/* 8446  */ .woocommerce-order-details > h8 {
/* 8447  */     margin: 0 0 1em;
/* 8448  */     padding: 0;
/* 8449  */     font-size: 1.4em;
/* 8450  */     }

/* style_ver=5.5.css */

/* 8451  */
/* 8452  */ /* Buttons */
/* 8453  */ .woocommerce .btSidebar a.button,
/* 8454  */ .woocommerce .btContent a.button,
/* 8455  */ .woocommerce-page .btSidebar a.button,
/* 8456  */ .woocommerce-page .btContent a.button,
/* 8457  */ .woocommerce .btSidebar input[type="submit"],
/* 8458  */ .woocommerce .btContent input[type="submit"],
/* 8459  */ .woocommerce-page .btSidebar input[type="submit"],
/* 8460  */ .woocommerce-page .btContent input[type="submit"],
/* 8461  */ .woocommerce .btSidebar button[type="submit"],
/* 8462  */ .woocommerce .btContent button[type="submit"],
/* 8463  */ .woocommerce-page .btSidebar button[type="submit"],
/* 8464  */ .woocommerce-page .btContent button[type="submit"],
/* 8465  */ .woocommerce .btSidebar input.button,
/* 8466  */ .woocommerce .btContent input.button,
/* 8467  */ .woocommerce-page .btSidebar input.button,
/* 8468  */ .woocommerce-page .btContent input.button,
/* 8469  */ .woocommerce .btSidebar input.alt:hover,
/* 8470  */ .woocommerce .btContent input.alt:hover,
/* 8471  */ .woocommerce-page .btSidebar input.alt:hover,
/* 8472  */ .woocommerce-page .btContent input.alt:hover,
/* 8473  */ .woocommerce .btSidebar a.button.alt:hover,
/* 8474  */ .woocommerce .btContent a.button.alt:hover,
/* 8475  */ .woocommerce-page .btSidebar a.button.alt:hover,
/* 8476  */ .woocommerce-page .btContent a.button.alt:hover,
/* 8477  */ .woocommerce .btSidebar .button.alt:hover,
/* 8478  */ .woocommerce .btContent .button.alt:hover,
/* 8479  */ .woocommerce-page .btSidebar .button.alt:hover,
/* 8480  */ .woocommerce-page .btContent .button.alt:hover,
/* 8481  */ .woocommerce .btSidebar button.alt:hover,
/* 8482  */ .woocommerce .btContent button.alt:hover,
/* 8483  */ .woocommerce-page .btSidebar button.alt:hover,
/* 8484  */ .woocommerce-page .btContent button.alt:hover,
/* 8485  */ div.woocommerce a.button,
/* 8486  */ div.woocommerce input[type="submit"],
/* 8487  */ div.woocommerce button[type="submit"],
/* 8488  */ div.woocommerce input.button,
/* 8489  */ div.woocommerce input.alt:hover,
/* 8490  */ div.woocommerce a.button.alt:hover,
/* 8491  */ div.woocommerce .button.alt:hover,
/* 8492  */ div.woocommerce button.alt:hover {
/* 8493  */     line-height: 1;
/* 8494  */     text-transform: uppercase;
/* 8495  */     font-weight: 700;
/* 8496  */     padding: 1em 1.5em;
/* 8497  */     font-size: .9em;
/* 8498  */     cursor: pointer;
/* 8499  */     border: none;
/* 8500  */     background-color: transparent;

/* style_ver=5.5.css */

/* 8501  */     }
/* 8502  */ .btHardRoundedButtons.woocommerce .btSidebar a.button,
/* 8503  */ .btHardRoundedButtons.woocommerce .btContent a.button,
/* 8504  */ .btHardRoundedButtons.woocommerce-page .btSidebar a.button,
/* 8505  */ .btHardRoundedButtons.woocommerce-page .btContent a.button,
/* 8506  */ .btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],
/* 8507  */ .btHardRoundedButtons.woocommerce .btContent input[type="submit"],
/* 8508  */ .btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
/* 8509  */ .btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],
/* 8510  */ .btHardRoundedButtons.woocommerce .btSidebar button[type="submit"],
/* 8511  */ .btHardRoundedButtons.woocommerce .btContent button[type="submit"],
/* 8512  */ .btHardRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
/* 8513  */ .btHardRoundedButtons.woocommerce-page .btContent button[type="submit"],
/* 8514  */ .btHardRoundedButtons.woocommerce .btSidebar input.button,
/* 8515  */ .btHardRoundedButtons.woocommerce .btContent input.button,
/* 8516  */ .btHardRoundedButtons.woocommerce-page .btSidebar input.button,
/* 8517  */ .btHardRoundedButtons.woocommerce-page .btContent input.button,
/* 8518  */ .btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,
/* 8519  */ .btHardRoundedButtons.woocommerce .btContent input.alt:hover,
/* 8520  */ .btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
/* 8521  */ .btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,
/* 8522  */ .btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
/* 8523  */ .btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,
/* 8524  */ .btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
/* 8525  */ .btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
/* 8526  */ .btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,
/* 8527  */ .btHardRoundedButtons.woocommerce .btContent .button.alt:hover,
/* 8528  */ .btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
/* 8529  */ .btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,
/* 8530  */ .btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,
/* 8531  */ .btHardRoundedButtons.woocommerce .btContent button.alt:hover,
/* 8532  */ .btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
/* 8533  */ .btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,
/* 8534  */ .btHardRoundedButtonsdiv.woocommerce a.button,
/* 8535  */ .btHardRoundedButtonsdiv.woocommerce input[type="submit"],
/* 8536  */ .btHardRoundedButtonsdiv.woocommerce button[type="submit"],
/* 8537  */ .btHardRoundedButtonsdiv.woocommerce input.button,
/* 8538  */ .btHardRoundedButtonsdiv.woocommerce input.alt:hover,
/* 8539  */ .btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,
/* 8540  */ .btHardRoundedButtonsdiv.woocommerce .button.alt:hover,
/* 8541  */ .btHardRoundedButtonsdiv.woocommerce button.alt:hover {
/* 8542  */     border-radius: 50px;
/* 8543  */     }
/* 8544  */ .btSoftRoundedButtons.woocommerce .btSidebar a.button,
/* 8545  */ .btSoftRoundedButtons.woocommerce .btContent a.button,
/* 8546  */ .btSoftRoundedButtons.woocommerce-page .btSidebar a.button,
/* 8547  */ .btSoftRoundedButtons.woocommerce-page .btContent a.button,
/* 8548  */ .btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],
/* 8549  */ .btSoftRoundedButtons.woocommerce .btContent input[type="submit"],
/* 8550  */ .btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],

/* style_ver=5.5.css */

/* 8551  */ .btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],
/* 8552  */ .btSoftRoundedButtons.woocommerce .btSidebar button[type="submit"],
/* 8553  */ .btSoftRoundedButtons.woocommerce .btContent button[type="submit"],
/* 8554  */ .btSoftRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
/* 8555  */ .btSoftRoundedButtons.woocommerce-page .btContent button[type="submit"],
/* 8556  */ .btSoftRoundedButtons.woocommerce .btSidebar input.button,
/* 8557  */ .btSoftRoundedButtons.woocommerce .btContent input.button,
/* 8558  */ .btSoftRoundedButtons.woocommerce-page .btSidebar input.button,
/* 8559  */ .btSoftRoundedButtons.woocommerce-page .btContent input.button,
/* 8560  */ .btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,
/* 8561  */ .btSoftRoundedButtons.woocommerce .btContent input.alt:hover,
/* 8562  */ .btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
/* 8563  */ .btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,
/* 8564  */ .btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
/* 8565  */ .btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,
/* 8566  */ .btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
/* 8567  */ .btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
/* 8568  */ .btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,
/* 8569  */ .btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,
/* 8570  */ .btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
/* 8571  */ .btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,
/* 8572  */ .btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,
/* 8573  */ .btSoftRoundedButtons.woocommerce .btContent button.alt:hover,
/* 8574  */ .btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
/* 8575  */ .btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,
/* 8576  */ .btSoftRoundedButtonsdiv.woocommerce a.button,
/* 8577  */ .btSoftRoundedButtonsdiv.woocommerce input[type="submit"],
/* 8578  */ .btSoftRoundedButtonsdiv.woocommerce button[type="submit"],
/* 8579  */ .btSoftRoundedButtonsdiv.woocommerce input.button,
/* 8580  */ .btSoftRoundedButtonsdiv.woocommerce input.alt:hover,
/* 8581  */ .btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,
/* 8582  */ .btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,
/* 8583  */ .btSoftRoundedButtonsdiv.woocommerce button.alt:hover {
/* 8584  */     border-radius: 3px;
/* 8585  */     }
/* 8586  */ .woocommerce .btSidebar a.button,
/* 8587  */ .woocommerce .btContent a.button,
/* 8588  */ .woocommerce-page .btSidebar a.button,
/* 8589  */ .woocommerce-page .btContent a.button,
/* 8590  */ .woocommerce .btSidebar input[type="submit"],
/* 8591  */ .woocommerce .btContent input[type="submit"],
/* 8592  */ .woocommerce-page .btSidebar input[type="submit"],
/* 8593  */ .woocommerce-page .btContent input[type="submit"],
/* 8594  */ .woocommerce .btSidebar button[type="submit"],
/* 8595  */ .woocommerce .btContent button[type="submit"],
/* 8596  */ .woocommerce-page .btSidebar button[type="submit"],
/* 8597  */ .woocommerce-page .btContent button[type="submit"],
/* 8598  */ .woocommerce .btSidebar input.button,
/* 8599  */ .woocommerce .btContent input.button,
/* 8600  */ .woocommerce-page .btSidebar input.button,

/* style_ver=5.5.css */

/* 8601  */ .woocommerce-page .btContent input.button,
/* 8602  */ .woocommerce .btSidebar input.alt:hover,
/* 8603  */ .woocommerce .btContent input.alt:hover,
/* 8604  */ .woocommerce-page .btSidebar input.alt:hover,
/* 8605  */ .woocommerce-page .btContent input.alt:hover,
/* 8606  */ .woocommerce .btSidebar a.button.alt:hover,
/* 8607  */ .woocommerce .btContent a.button.alt:hover,
/* 8608  */ .woocommerce-page .btSidebar a.button.alt:hover,
/* 8609  */ .woocommerce-page .btContent a.button.alt:hover,
/* 8610  */ .woocommerce .btSidebar .button.alt:hover,
/* 8611  */ .woocommerce .btContent .button.alt:hover,
/* 8612  */ .woocommerce-page .btSidebar .button.alt:hover,
/* 8613  */ .woocommerce-page .btContent .button.alt:hover,
/* 8614  */ .woocommerce .btSidebar button.alt:hover,
/* 8615  */ .woocommerce .btContent button.alt:hover,
/* 8616  */ .woocommerce-page .btSidebar button.alt:hover,
/* 8617  */ .woocommerce-page .btContent button.alt:hover,
/* 8618  */ div.woocommerce a.button,
/* 8619  */ div.woocommerce input[type="submit"],
/* 8620  */ div.woocommerce button[type="submit"],
/* 8621  */ div.woocommerce input.button,
/* 8622  */ div.woocommerce input.alt:hover,
/* 8623  */ div.woocommerce a.button.alt:hover,
/* 8624  */ div.woocommerce .button.alt:hover,
/* 8625  */ div.woocommerce button.alt:hover {
/* 8626  */     -webkit-transition: all 300ms ease;
/* 8627  */     -moz-transition: all 300ms ease;
/* 8628  */     transition: all 300ms ease;
/* 8629  */     -webkit-box-shadow: 0 0 0 1px #07e6a5 inset;
/* 8630  */     box-shadow: 0 0 0 1px #07e6a5 inset;
/* 8631  */     color: #07e6a5;
/* 8632  */     }
/* 8633  */ .woocommerce .btSidebar a.button:hover,
/* 8634  */ .woocommerce .btContent a.button:hover,
/* 8635  */ .woocommerce-page .btSidebar a.button:hover,
/* 8636  */ .woocommerce-page .btContent a.button:hover,
/* 8637  */ .woocommerce .btSidebar input[type="submit"]:hover,
/* 8638  */ .woocommerce .btContent input[type="submit"]:hover,
/* 8639  */ .woocommerce-page .btSidebar input[type="submit"]:hover,
/* 8640  */ .woocommerce-page .btContent input[type="submit"]:hover,
/* 8641  */ .woocommerce .btSidebar button[type="submit"]:hover,
/* 8642  */ .woocommerce .btContent button[type="submit"]:hover,
/* 8643  */ .woocommerce-page .btSidebar button[type="submit"]:hover,
/* 8644  */ .woocommerce-page .btContent button[type="submit"]:hover,
/* 8645  */ .woocommerce .btSidebar input.button:hover,
/* 8646  */ .woocommerce .btContent input.button:hover,
/* 8647  */ .woocommerce-page .btSidebar input.button:hover,
/* 8648  */ .woocommerce-page .btContent input.button:hover,
/* 8649  */ .woocommerce .btSidebar input.alt,
/* 8650  */ .woocommerce .btContent input.alt,

/* style_ver=5.5.css */

/* 8651  */ .woocommerce-page .btSidebar input.alt,
/* 8652  */ .woocommerce-page .btContent input.alt,
/* 8653  */ .woocommerce .btSidebar a.button.alt,
/* 8654  */ .woocommerce .btContent a.button.alt,
/* 8655  */ .woocommerce-page .btSidebar a.button.alt,
/* 8656  */ .woocommerce-page .btContent a.button.alt,
/* 8657  */ .woocommerce .btSidebar .button.alt,
/* 8658  */ .woocommerce .btContent .button.alt,
/* 8659  */ .woocommerce-page .btSidebar .button.alt,
/* 8660  */ .woocommerce-page .btContent .button.alt,
/* 8661  */ .woocommerce .btSidebar button.alt,
/* 8662  */ .woocommerce .btContent button.alt,
/* 8663  */ .woocommerce-page .btSidebar button.alt,
/* 8664  */ .woocommerce-page .btContent button.alt,
/* 8665  */ div.woocommerce a.button:hover,
/* 8666  */ div.woocommerce input[type="submit"]:hover,
/* 8667  */ div.woocommerce button[type="submit"]:hover,
/* 8668  */ div.woocommerce input.button:hover,
/* 8669  */ div.woocommerce input.alt,
/* 8670  */ div.woocommerce a.button.alt,
/* 8671  */ div.woocommerce .button.alt,
/* 8672  */ div.woocommerce button.alt {
/* 8673  */     -webkit-box-shadow: 0 0 0 3em #07e6a5 inset;
/* 8674  */     box-shadow: 0 0 0 3em #07e6a5 inset;
/* 8675  */     color: #fff;
/* 8676  */     }
/* 8677  */ .woocommerce .btSidebar a.checkout-button,
/* 8678  */ .woocommerce .btContent a.checkout-button,
/* 8679  */ .woocommerce-page .btSidebar a.checkout-button,
/* 8680  */ .woocommerce-page .btContent a.checkout-button,
/* 8681  */ .woocommerce .btSidebar input#place_order,
/* 8682  */ .woocommerce .btContent input#place_order,
/* 8683  */ .woocommerce-page .btSidebar input#place_order,
/* 8684  */ .woocommerce-page .btContent input#place_order,
/* 8685  */ .woocommerce .btSidebar input[name="save_address"],
/* 8686  */ .woocommerce .btContent input[name="save_address"],
/* 8687  */ .woocommerce-page .btSidebar input[name="save_address"],
/* 8688  */ .woocommerce-page .btContent input[name="save_address"],
/* 8689  */ div.woocommerce a.checkout-button,
/* 8690  */ div.woocommerce input#place_order,
/* 8691  */ div.woocommerce input[name="save_address"] {
/* 8692  */     width: 100%;
/* 8693  */     float: none;
/* 8694  */     display: block;
/* 8695  */     text-align: center !important;
/* 8696  */     }
/* 8697  */
/* 8698  */ /* Star rating */
/* 8699  */ span.btNoStarRating {
/* 8700  */     display: none;

/* style_ver=5.5.css */

/* 8701  */     }
/* 8702  */ .star-rating:before {
/* 8703  */     content: "\f005\f005\f005\f005\f005";
/* 8704  */     letter-spacing: 3px;
/* 8705  */     opacity: .2;
/* 8706  */     }
/* 8707  */ .star-rating {
/* 8708  */     overflow: hidden;
/* 8709  */     position: relative;
/* 8710  */     line-height: 1;
/* 8711  */     font-family: FontAwesome;
/* 8712  */     margin: 0;
/* 8713  */     display: inline-block;
/* 8714  */     }
/* 8715  */ .star-rating .rating {
/* 8716  */     display: none;
/* 8717  */     }
/* 8718  */ .star-rating span {
/* 8719  */     overflow: hidden;
/* 8720  */     top: 0;
/* 8721  */     left: 0;
/* 8722  */     position: absolute;
/* 8723  */     }
/* 8724  */ .rtl .star-rating span {
/* 8725  */     left: auto;
/* 8726  */     right: 0;
/* 8727  */     }
/* 8728  */ .star-rating span:before {
/* 8729  */     content: "\f005\f005\f005\f005\f005";
/* 8730  */     letter-spacing: 3px;
/* 8731  */     color: #07e6a5;
/* 8732  */     }
/* 8733  */ .header.large .star-rating {
/* 8734  */     line-height: inherit;
/* 8735  */     margin-top: 2px;
/* 8736  */     }
/* 8737  */ .widget_recent_reviews .star-rating {
/* 8738  */     font-size: 12px;
/* 8739  */     }
/* 8740  */ .products .star-rating {
/* 8741  */     margin: 7px 0 0;
/* 8742  */     }
/* 8743  */ .widget_recent_reviews li a:after,
/* 8744  */ .widget_recent_reviews .reviewer:after {
/* 8745  */     display: table;
/* 8746  */     content: ' ';
/* 8747  */     }
/* 8748  */
/* 8749  */ /* Comment stars */
/* 8750  */ p.stars {

/* style_ver=5.5.css */

/* 8751  */     position: relative;
/* 8752  */     letter-spacing: .25em;
/* 8753  */     margin-bottom: 3em;
/* 8754  */     }
/* 8755  */ p.stars a {
/* 8756  */     display: inline-block;
/* 8757  */     font-weight: 700;
/* 8758  */     text-indent: -9999px;
/* 8759  */     position: relative;
/* 8760  */     border-bottom: 0 !important;
/* 8761  */     outline: 0;
/* 8762  */     position: absolute;
/* 8763  */     top: 0;
/* 8764  */     left: 0;
/* 8765  */     }
/* 8766  */ .rtl p.stars a {
/* 8767  */     left: auto;
/* 8768  */     right: 0;
/* 8769  */     }
/* 8770  */ p.stars a:last-child {
/* 8771  */     border-right: 0;
/* 8772  */     }
/* 8773  */ p.stars a[class^="star-"]:after {
/* 8774  */     font-family: FontAwesome;
/* 8775  */     text-indent: 0;
/* 8776  */     position: absolute;
/* 8777  */     top: 0;
/* 8778  */     left: 0;
/* 8779  */     color: rgba(255,255,255,.5);
/* 8780  */     }
/* 8781  */ .rtl p.stars a[class^="star-"]:after {
/* 8782  */     left: auto;
/* 8783  */     right: 0;
/* 8784  */     }
/* 8785  */ p.stars a[class^="star-"].active:after,
/* 8786  */ p.stars a[class^="star-"]:hover:after {
/* 8787  */     color: #07e6a5;
/* 8788  */     }
/* 8789  */ p.stars a.star-1 {
/* 8790  */     width: 1em;
/* 8791  */     z-index: 10;
/* 8792  */     }
/* 8793  */ p.stars a.star-1:after {
/* 8794  */     content: "\f005";
/* 8795  */     }
/* 8796  */ p.stars a.star-2 {
/* 8797  */     width: 2em;
/* 8798  */     z-index: 9;
/* 8799  */     }
/* 8800  */ p.stars a.star-2:after {

/* style_ver=5.5.css */

/* 8801  */     content: "\f005\f005";
/* 8802  */     }
/* 8803  */ p.stars a.star-3 {
/* 8804  */     width: 3em;
/* 8805  */     z-index: 8;
/* 8806  */     }
/* 8807  */ p.stars a.star-3:after {
/* 8808  */     content: "\f005\f005\f005";
/* 8809  */     }
/* 8810  */ p.stars a.star-4 {
/* 8811  */     width: 4em;
/* 8812  */     z-index: 7;
/* 8813  */     }
/* 8814  */ p.stars a.star-4:after {
/* 8815  */     content: "\f005\f005\f005\f005";
/* 8816  */     }
/* 8817  */ p.stars a.star-5 {
/* 8818  */     width: 5em;
/* 8819  */     border: 0;
/* 8820  */     z-index: 6;
/* 8821  */     }
/* 8822  */ p.stars a.star-5:after {
/* 8823  */     content: "\f005\f005\f005\f005\f005";
/* 8824  */     }
/* 8825  */
/* 8826  */ /* Spin animation */
/* 8827  */ @-webkit-keyframes spin {
/* 8828  */ from {
/* 8829  */     -webkit-transform: rotateX(0);
/* 8830  */     transform: rotateX(0);
/* 8831  */     }
/* 8832  */ to {
/* 8833  */     -webkit-transform: rotateX(100%);
/* 8834  */     transform: rotateX(100%);
/* 8835  */     }
/* 8836  */ }
/* 8837  */
/* 8838  */ @-moz-keyframes spin {
/* 8839  */ from {
/* 8840  */     -moz-transform: rotateX(0);
/* 8841  */     transform: rotateX(0);
/* 8842  */     }
/* 8843  */ to {
/* 8844  */     -moz-transform: rotateX(100%);
/* 8845  */     transform: rotateX(100%);
/* 8846  */     }
/* 8847  */ }
/* 8848  */
/* 8849  */ @keyframes spin {
/* 8850  */ from {

/* style_ver=5.5.css */

/* 8851  */     -webkit-transform: rotateX(0);
/* 8852  */     -moz-transform: rotateX(0);
/* 8853  */     -ms-transform: rotateX(0);
/* 8854  */     transform: rotateX(0);
/* 8855  */     }
/* 8856  */ to {
/* 8857  */     -webkit-transform: rotateX(100%);
/* 8858  */     -moz-transform: rotateX(100%);
/* 8859  */     -ms-transform: rotateX(100%);
/* 8860  */     transform: rotateX(100%);
/* 8861  */     }
/* 8862  */ }
/* 8863  */
/* 8864  */ /* Woo fonts */
/* 8865  */ @font-face {
/* 8866  */     font-family: star;
/* 8867  */     src: url(../../plugins/woocommerce/assets/fonts/star.eot);
/* 8868  */     src: url(../../plugins/woocommerce/assets/fonts/star_.eot#iefix) format("embedded-opentype"),url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
/* 8869  */     font-weight: 400;
/* 8870  */     font-style: normal;
/* 8871  */     }
/* 8872  */ @font-face {
/* 8873  */     font-family: WooCommerce;
/* 8874  */     src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
/* 8875  */     src: url(../../plugins/woocommerce/assets/fonts/WooCommerce_.eot#iefix) format("embedded-opentype"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
/* 8876  */     font-weight: 400;
/* 8877  */     font-style: normal;
/* 8878  */     }
/* 8879  */
/* 8880  */ /* Select Checkout */
/* 8881  */ .select2-dropdown span {
/* 8882  */     color: #050505;
/* 8883  */     }
/* 8884  */ .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 8885  */     line-height: 3.2em;
/* 8886  */     }
/* 8887  */ .btDarkSkin .select2-container--default .select2-selection--single .select2-selection__rendered,
/* 8888  */ .bt_bb_color_scheme_1 .select2-container--default .select2-selection--single .select2-selection__rendered,
/* 8889  */ .bt_bb_color_scheme_3 .select2-container--default .select2-selection--single .select2-selection__rendered,
/* 8890  */ .bt_bb_color_scheme_6 .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 8891  */     color: #fff;
/* 8892  */     }
/* 8893  */
/* 8894  */ /* Select - Checkout */
/* 8895  */ .woocommerce .select2-container--default .select2-selection--single {
/* 8896  */     height: 3.2rem;
/* 8897  */     border: 1px solid rgba(0,0,0,.1);
/* 8898  */     background-color: transparent !important;
/* 8899  */     }
/* 8900  */ .btDarkSkin .woocommerce .select2-container--default .select2-selection--single,

/* style_ver=5.5.css */

/* 8901  */ .bt_bb_color_scheme_1 .woocommerce .select2-container--default .select2-selection--single,
/* 8902  */ .bt_bb_color_scheme_3 .woocommerce .select2-container--default .select2-selection--single,
/* 8903  */ .bt_bb_color_scheme_6 .woocommerce .select2-container--default .select2-selection--single {
/* 8904  */     border: 1px solid rgba(255,255,255,.5);
/* 8905  */     color: #fff;
/* 8906  */     }
/* 8907  */ .btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
/* 8908  */     border-radius: 50px;
/* 8909  */     padding-left: 1.5em;
/* 8910  */     padding-right: 1.5em;
/* 8911  */     }
/* 8912  */ .btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
/* 8913  */     border-radius: 3px;
/* 8914  */     }
/* 8915  */ .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
/* 8916  */     padding-left: 0;
/* 8917  */     padding-right: 0;
/* 8918  */     line-height: 3;
/* 8919  */     }
/* 8920  */ .btDarkSkin .woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
/* 8921  */ .bt_bb_color_scheme_1 .woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
/* 8922  */ .bt_bb_color_scheme_3 .woocommerce .select2-container .select2-selection--single .select2-selection__rendered,
/* 8923  */ .bt_bb_color_scheme_6 .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
/* 8924  */     color: #fff;
/* 8925  */     }
/* 8926  */ .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
/* 8927  */     display: none;
/* 8928  */     }
/* 8929  */ .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
/* 8930  */     content: '\f078';
/* 8931  */     font-family: FontAwesome;
/* 8932  */     display: block;
/* 8933  */     float: right;
/* 8934  */     padding-right: 1em;
/* 8935  */     padding-top: .2em;
/* 8936  */     -webkit-transition: 150ms ease transform,150ms ease color;
/* 8937  */     -moz-transition: 150ms ease transform,150ms ease color;
/* 8938  */     transition: 150ms ease transform,150ms ease color;
/* 8939  */     }
/* 8940  */ .woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before {
/* 8941  */     -webkit-transform: scaleY(-1);
/* 8942  */     -moz-transform: scaleY(-1);
/* 8943  */     -ms-transform: scaleY(-1);
/* 8944  */     transform: scaleY(-1);
/* 8945  */     }
/* 8946  */ .select2-container--default .select2-results__option--highlighted[aria-selected],
/* 8947  */ .select2-container--default .select2-results__option--highlighted[data-selected] {
/* 8948  */     background-color: #07e6a5;
/* 8949  */     }
/* 8950  */ .btDarkSkin .select2-container--default .select2-selection--single .select2-selection__rendered,

/* style_ver=5.5.css */

/* 8951  */ .bt_bb_color_scheme_1 .select2-container--default .select2-selection--single .select2-selection__rendered,
/* 8952  */ .bt_bb_color_scheme_3 .select2-container--default .select2-selection--single .select2-selection__rendered,
/* 8953  */ .bt_bb_color_scheme_6 .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 8954  */     color: #fff;
/* 8955  */     }
/* 8956  */ .btDarkSkin .select2-container--default .select2-selection--single,
/* 8957  */ .bt_bb_color_scheme_1 .select2-container--default .select2-selection--single,
/* 8958  */ .bt_bb_color_scheme_3 .select2-container--default .select2-selection--single,
/* 8959  */ .bt_bb_color_scheme_6 .select2-container--default .select2-selection--single {
/* 8960  */     border: 1px solid #3a3a3a !important;
/* 8961  */     background: #181a1e;
/* 8962  */     }
/* 8963  */ .btDarkSkin #billing_country option {
/* 8964  */     color: black;
/* 8965  */     }
/* 8966  */
/* 8967  */ /* Cost Calculator */
/* 8968  */ .btQuoteBooking .btContactNext {
/* 8969  */     border-color: #07e6a5;
/* 8970  */     color: #07e6a5;
/* 8971  */     border-radius: 0;
/* 8972  */     }
/* 8973  */ .btHardRoundedButtons .btQuoteBooking .btContactNext {
/* 8974  */     border-radius: 50px;
/* 8975  */     }
/* 8976  */ .btSoftRoundedButtons .btQuoteBooking .btContactNext {
/* 8977  */     border-radius: 3px;
/* 8978  */     }
/* 8979  */ .btQuoteBooking .btQuoteSlider {
/* 8980  */     border-radius: 0;
/* 8981  */     }
/* 8982  */ .btHardRoundedButtons .btQuoteBooking .btQuoteSlider {
/* 8983  */     border-radius: 50px;
/* 8984  */     }
/* 8985  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteSlider {
/* 8986  */     border-radius: 3px;
/* 8987  */     }
/* 8988  */ .btLightSkin .btQuoteBooking .btQuoteSlider,
/* 8989  */ .bt_bb_color_scheme_2 .btQuoteBooking .btQuoteSlider,
/* 8990  */ .bt_bb_color_scheme_4 .btQuoteBooking .btQuoteSlider,
/* 8991  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSlider {
/* 8992  */     background-color: transparent;
/* 8993  */     border: 1px solid rgba(0,0,0,.1);
/* 8994  */     color: #050505;
/* 8995  */     }
/* 8996  */ .btDarkSkin .btQuoteBooking .btQuoteSlider,
/* 8997  */ .bt_bb_color_scheme_1 .btQuoteBooking .btQuoteSlider,
/* 8998  */ .bt_bb_color_scheme_3 .btQuoteBooking .btQuoteSlider,
/* 8999  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSlider {
/* 9000  */     background-color: transparent;

/* style_ver=5.5.css */

/* 9001  */     border: 1px solid rgba(255,255,255,.5);
/* 9002  */     color: #fff;
/* 9003  */     }
/* 9004  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder,
/* 9005  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder {
/* 9006  */     color: rgba(0,0,0,.1);
/* 9007  */     }
/* 9008  */ .btLightSkin .btQuoteBooking .btQuoteSwitch,
/* 9009  */ .bt_bb_color_scheme_2 .btQuoteBooking .btQuoteSwitch,
/* 9010  */ .bt_bb_color_scheme_4 .btQuoteBooking .btQuoteSwitch,
/* 9011  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSwitch {
/* 9012  */     border: 1px solid rgba(0,0,0,.1);
/* 9013  */     }
/* 9014  */ .btDarkSkin .btQuoteBooking .btQuoteSwitch,
/* 9015  */ .bt_bb_color_scheme_1 .btQuoteBooking .btQuoteSwitch,
/* 9016  */ .bt_bb_color_scheme_3 .btQuoteBooking .btQuoteSwitch,
/* 9017  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSwitch {
/* 9018  */     border: 1px solid rgba(255,255,255,.5);
/* 9019  */     }
/* 9020  */ .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
/* 9021  */     background: rgba(0,0,0,.1);
/* 9022  */     }
/* 9023  */ .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9024  */ .bt_bb_color_scheme_2 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9025  */ .bt_bb_color_scheme_4 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9026  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
/* 9027  */     background: rgba(0,0,0,.1);
/* 9028  */     }
/* 9029  */ .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9030  */ .bt_bb_color_scheme_1 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9031  */ .bt_bb_color_scheme_3 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
/* 9032  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
/* 9033  */     background: rgba(255,255,255,.5);
/* 9034  */     }
/* 9035  */ .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
/* 9036  */     background: #07e6a5;
/* 9037  */     }
/* 9038  */ .btQuoteBooking textarea,
/* 9039  */ .btQuoteBooking input[type="text"],
/* 9040  */ .btQuoteBooking input[type="email"],
/* 9041  */ .btQuoteBooking input[type="password"],
/* 9042  */ .btQuoteBooking .fancy-select .trigger,
/* 9043  */ .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9044  */ .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9045  */ .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
/* 9046  */     height: 3.2em;
/* 9047  */     border-radius: 0;
/* 9048  */     }
/* 9049  */ .btHardRoundedButtons .btQuoteBooking textarea,
/* 9050  */ .btHardRoundedButtons .btQuoteBooking input[type="text"],

/* style_ver=5.5.css */

/* 9051  */ .btHardRoundedButtons .btQuoteBooking input[type="email"],
/* 9052  */ .btHardRoundedButtons .btQuoteBooking input[type="password"],
/* 9053  */ .btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,
/* 9054  */ .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9055  */ .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9056  */ .btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
/* 9057  */     border-radius: 3px;
/* 9058  */     }
/* 9059  */ .btSoftRoundedButtons .btQuoteBooking textarea,
/* 9060  */ .btSoftRoundedButtons .btQuoteBooking input[type="text"],
/* 9061  */ .btSoftRoundedButtons .btQuoteBooking input[type="email"],
/* 9062  */ .btSoftRoundedButtons .btQuoteBooking input[type="password"],
/* 9063  */ .btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,
/* 9064  */ .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9065  */ .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9066  */ .btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
/* 9067  */     border-radius: 3px;
/* 9068  */     }
/* 9069  */ .btQuoteBooking textarea:focus,
/* 9070  */ .btQuoteBooking input[type="text"]:focus,
/* 9071  */ .btQuoteBooking input[type="email"]:focus,
/* 9072  */ .btQuoteBooking input[type="password"]:focus,
/* 9073  */ .btQuoteBooking .fancy-select .trigger:focus,
/* 9074  */ .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9075  */ .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9076  */ .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
/* 9077  */     -webkit-box-shadow: 0 0 4px 0 #07e6a5;
/* 9078  */     box-shadow: 0 0 4px 0 #07e6a5;
/* 9079  */     border: 1px solid #050505;
/* 9080  */     }
/* 9081  */ .btLightSkin .btQuoteBooking textarea,
/* 9082  */ .bt_bb_color_scheme_2 .btQuoteBooking textarea,
/* 9083  */ .bt_bb_color_scheme_4 .btQuoteBooking textarea,
/* 9084  */ .bt_bb_color_scheme_5 .btQuoteBooking textarea,
/* 9085  */ .btLightSkin .btQuoteBooking input[type="text"],
/* 9086  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="text"],
/* 9087  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="text"],
/* 9088  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="text"],
/* 9089  */ .btLightSkin .btQuoteBooking input[type="email"],
/* 9090  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="email"],
/* 9091  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="email"],
/* 9092  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="email"],
/* 9093  */ .btLightSkin .btQuoteBooking input[type="password"],
/* 9094  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="password"],
/* 9095  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="password"],
/* 9096  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="password"],
/* 9097  */ .btLightSkin .btQuoteBooking .fancy-select .trigger,
/* 9098  */ .bt_bb_color_scheme_2 .btQuoteBooking .fancy-select .trigger,
/* 9099  */ .bt_bb_color_scheme_4 .btQuoteBooking .fancy-select .trigger,
/* 9100  */ .bt_bb_color_scheme_5 .btQuoteBooking .fancy-select .trigger,

/* style_ver=5.5.css */

/* 9101  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9102  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9103  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9104  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9105  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9106  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9107  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9108  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9109  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9110  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9111  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9112  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
/* 9113  */     background-color: transparent;
/* 9114  */     border: 1px solid rgba(0,0,0,.1);
/* 9115  */     color: #050505;
/* 9116  */     }
/* 9117  */ .btLightSkin .btQuoteBooking textarea:focus,
/* 9118  */ .bt_bb_color_scheme_2 .btQuoteBooking textarea:focus,
/* 9119  */ .bt_bb_color_scheme_4 .btQuoteBooking textarea:focus,
/* 9120  */ .bt_bb_color_scheme_5 .btQuoteBooking textarea:focus,
/* 9121  */ .btLightSkin .btQuoteBooking input[type="text"]:focus,
/* 9122  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="text"]:focus,
/* 9123  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="text"]:focus,
/* 9124  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="text"]:focus,
/* 9125  */ .btLightSkin .btQuoteBooking input[type="email"]:focus,
/* 9126  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="email"]:focus,
/* 9127  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="email"]:focus,
/* 9128  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="email"]:focus,
/* 9129  */ .btLightSkin .btQuoteBooking input[type="password"]:focus,
/* 9130  */ .bt_bb_color_scheme_2 .btQuoteBooking input[type="password"]:focus,
/* 9131  */ .bt_bb_color_scheme_4 .btQuoteBooking input[type="password"]:focus,
/* 9132  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="password"]:focus,
/* 9133  */ .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
/* 9134  */ .bt_bb_color_scheme_2 .btQuoteBooking .fancy-select .trigger:focus,
/* 9135  */ .bt_bb_color_scheme_4 .btQuoteBooking .fancy-select .trigger:focus,
/* 9136  */ .bt_bb_color_scheme_5 .btQuoteBooking .fancy-select .trigger:focus,
/* 9137  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9138  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9139  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9140  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9141  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9142  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9143  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9144  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9145  */ .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9146  */ .bt_bb_color_scheme_2 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9147  */ .bt_bb_color_scheme_4 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9148  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
/* 9149  */     -webkit-box-shadow: 0 0 4px 0 #07e6a5;
/* 9150  */     box-shadow: 0 0 4px 0 #07e6a5;

/* style_ver=5.5.css */

/* 9151  */     border: 1px solid #050505;
/* 9152  */     }
/* 9153  */ .btDarkSkin .btQuoteBooking textarea,
/* 9154  */ .bt_bb_color_scheme_1 .btQuoteBooking textarea,
/* 9155  */ .bt_bb_color_scheme_3 .btQuoteBooking textarea,
/* 9156  */ .bt_bb_color_scheme_6 .btQuoteBooking textarea,
/* 9157  */ .btDarkSkin .btQuoteBooking input[type="text"],
/* 9158  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="text"],
/* 9159  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="text"],
/* 9160  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="text"],
/* 9161  */ .btDarkSkin .btQuoteBooking input[type="email"],
/* 9162  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="email"],
/* 9163  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="email"],
/* 9164  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="email"],
/* 9165  */ .btDarkSkin .btQuoteBooking input[type="password"],
/* 9166  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="password"],
/* 9167  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="password"],
/* 9168  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="password"],
/* 9169  */ .btDarkSkin .btQuoteBooking .fancy-select .trigger,
/* 9170  */ .bt_bb_color_scheme_1 .btQuoteBooking .fancy-select .trigger,
/* 9171  */ .bt_bb_color_scheme_3 .btQuoteBooking .fancy-select .trigger,
/* 9172  */ .bt_bb_color_scheme_6 .btQuoteBooking .fancy-select .trigger,
/* 9173  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9174  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9175  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9176  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
/* 9177  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9178  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9179  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9180  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
/* 9181  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9182  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9183  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
/* 9184  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
/* 9185  */     background-color: transparent;
/* 9186  */     border: 1px solid rgba(255,255,255,.5);
/* 9187  */     color: #fff;
/* 9188  */     }
/* 9189  */ .btDarkSkin .btQuoteBooking textarea:focus,
/* 9190  */ .bt_bb_color_scheme_1 .btQuoteBooking textarea:focus,
/* 9191  */ .bt_bb_color_scheme_3 .btQuoteBooking textarea:focus,
/* 9192  */ .bt_bb_color_scheme_6 .btQuoteBooking textarea:focus,
/* 9193  */ .btDarkSkin .btQuoteBooking input[type="text"]:focus,
/* 9194  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="text"]:focus,
/* 9195  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="text"]:focus,
/* 9196  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="text"]:focus,
/* 9197  */ .btDarkSkin .btQuoteBooking input[type="email"]:focus,
/* 9198  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="email"]:focus,
/* 9199  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="email"]:focus,
/* 9200  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="email"]:focus,

/* style_ver=5.5.css */

/* 9201  */ .btDarkSkin .btQuoteBooking input[type="password"]:focus,
/* 9202  */ .bt_bb_color_scheme_1 .btQuoteBooking input[type="password"]:focus,
/* 9203  */ .bt_bb_color_scheme_3 .btQuoteBooking input[type="password"]:focus,
/* 9204  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="password"]:focus,
/* 9205  */ .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
/* 9206  */ .bt_bb_color_scheme_1 .btQuoteBooking .fancy-select .trigger:focus,
/* 9207  */ .bt_bb_color_scheme_3 .btQuoteBooking .fancy-select .trigger:focus,
/* 9208  */ .bt_bb_color_scheme_6 .btQuoteBooking .fancy-select .trigger:focus,
/* 9209  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9210  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9211  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9212  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
/* 9213  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9214  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9215  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9216  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
/* 9217  */ .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9218  */ .bt_bb_color_scheme_1 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9219  */ .bt_bb_color_scheme_3 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
/* 9220  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
/* 9221  */     -webkit-box-shadow: 0 0 4px 0 #07e6a5;
/* 9222  */     box-shadow: 0 0 4px 0 #07e6a5;
/* 9223  */     border: 1px solid #fff;
/* 9224  */     }
/* 9225  */ .bt_bb_color_scheme_5 .btQuoteBooking textarea::-webkit-input-placeholder,
/* 9226  */ .bt_bb_color_scheme_6 .btQuoteBooking textarea::-webkit-input-placeholder,
/* 9227  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="text"]::-webkit-input-placeholder,
/* 9228  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="text"]::-webkit-input-placeholder,
/* 9229  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="email"]::-webkit-input-placeholder,
/* 9230  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="email"]::-webkit-input-placeholder,
/* 9231  */ .bt_bb_color_scheme_5 .btQuoteBooking input[type="password"]::-webkit-input-placeholder,
/* 9232  */ .bt_bb_color_scheme_6 .btQuoteBooking input[type="password"]::-webkit-input-placeholder,
/* 9233  */ .bt_bb_color_scheme_5 .btQuoteBooking .fancy-select .trigger::-webkit-input-placeholder,
/* 9234  */ .bt_bb_color_scheme_6 .btQuoteBooking .fancy-select .trigger::-webkit-input-placeholder,
/* 9235  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadius .ddTitleText::-webkit-input-placeholder,
/* 9236  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadius .ddTitleText::-webkit-input-placeholder,
/* 9237  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText::-webkit-input-placeholder,
/* 9238  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText::-webkit-input-placeholder,
/* 9239  */ .bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText::-webkit-input-placeholder,
/* 9240  */ .bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText::-webkit-input-placeholder {
/* 9241  */     color: rgba(0,0,0,.1);
/* 9242  */     }
/* 9243  */ .btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea {
/* 9244  */     border-radius: 3px;
/* 9245  */     }
/* 9246  */ .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9247  */ .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
/* 9248  */     -webkit-box-shadow: 5px 0 0 #07e6a5 inset,0 2px 10px rgba(0,0,0,.2);
/* 9249  */     box-shadow: 5px 0 0 #07e6a5 inset,0 2px 10px rgba(0,0,0,.2);
/* 9250  */     }

/* style_ver=5.5.css */

/* 9251  */ .btLightSkin .btQuoteBooking .btQuoteWrapper:before,
/* 9252  */ .bt_bb_color_scheme_2 .btQuoteBooking .btQuoteWrapper:before,
/* 9253  */ .bt_bb_color_scheme_4 .btQuoteBooking .btQuoteWrapper:before,
/* 9254  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteWrapper:before {
/* 9255  */     border: 1px solid rgba(0,0,0,.1);
/* 9256  */     }
/* 9257  */ .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
/* 9258  */ .bt_bb_color_scheme_1 .btQuoteBooking .btQuoteWrapper:before,
/* 9259  */ .bt_bb_color_scheme_3 .btQuoteBooking .btQuoteWrapper:before,
/* 9260  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteWrapper:before {
/* 9261  */     border: 1px solid rgba(255,255,255,.5);
/* 9262  */     }
/* 9263  */ .btQuoteBooking .ddTitleText .ddlabel {
/* 9264  */     color: inherit;
/* 9265  */     }
/* 9266  */ .btQuoteBooking .ddTitleText .ddlabel .description {
/* 9267  */     color: inherit;
/* 9268  */     opacity: .8;
/* 9269  */     }
/* 9270  */ .btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
/* 9271  */     opacity: .8;
/* 9272  */     color: inherit;
/* 9273  */     }
/* 9274  */ .btQuoteBooking .ui-slider .ui-slider-handle {
/* 9275  */     background: #07e6a5;
/* 9276  */     }
/* 9277  */ .btQuoteBooking .btQuoteSliderValue {
/* 9278  */     color: #fff;
/* 9279  */     }
/* 9280  */ .bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSliderValue,
/* 9281  */ .bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSliderValue {
/* 9282  */     color: #050505;
/* 9283  */     }
/* 9284  */ .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
/* 9285  */     color: #fff;
/* 9286  */     background: #07e6a5;
/* 9287  */     font-size: 1em;
/* 9288  */     border-radius: 0;
/* 9289  */     }
/* 9290  */ .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
/* 9291  */     border-radius: 50px;
/* 9292  */     overflow: hidden;
/* 9293  */     }
/* 9294  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
/* 9295  */     border-radius: 3px;
/* 9296  */     overflow: hidden;
/* 9297  */     }
/* 9298  */ .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
/* 9299  */     border-radius: 0;
/* 9300  */     }

/* style_ver=5.5.css */

/* 9301  */ .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
/* 9302  */     border-top-right-radius: 50px;
/* 9303  */     border-bottom-right-radius: 50px;
/* 9304  */     overflow: hidden;
/* 9305  */     }
/* 9306  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
/* 9307  */     border-top-right-radius: 3px;
/* 9308  */     border-bottom-right-radius: 3px;
/* 9309  */     overflow: hidden;
/* 9310  */     }
/* 9311  */ .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
/* 9312  */     border-top-left-radius: 50px;
/* 9313  */     border-bottom-left-radius: 50px;
/* 9314  */     overflow: hidden;
/* 9315  */     }
/* 9316  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
/* 9317  */     border-top-left-radius: 3px;
/* 9318  */     border-bottom-left-radius: 3px;
/* 9319  */     overflow: hidden;
/* 9320  */     }
/* 9321  */ .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
/* 9322  */     border-radius: 0;
/* 9323  */     }
/* 9324  */ .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
/* 9325  */     border-top-left-radius: 50px;
/* 9326  */     border-bottom-left-radius: 50px;
/* 9327  */     overflow: hidden;
/* 9328  */     }
/* 9329  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
/* 9330  */     border-top-left-radius: 3px;
/* 9331  */     border-bottom-left-radius: 3px;
/* 9332  */     overflow: hidden;
/* 9333  */     }
/* 9334  */ .btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
/* 9335  */     border-top-right-radius: 50px;
/* 9336  */     border-bottom-right-radius: 50px;
/* 9337  */     overflow: hidden;
/* 9338  */     }
/* 9339  */ .btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
/* 9340  */     border-top-right-radius: 3px;
/* 9341  */     border-bottom-right-radius: 3px;
/* 9342  */     overflow: hidden;
/* 9343  */     }
/* 9344  */ .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
/* 9345  */ .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
/* 9346  */     -webkit-box-shadow: 0 0 0 1px #07e6a5 inset;
/* 9347  */     box-shadow: 0 0 0 1px #07e6a5 inset;
/* 9348  */     border-color: #07e6a5;
/* 9349  */     }
/* 9350  */ .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,

/* style_ver=5.5.css */

/* 9351  */ .bt_bb_color_scheme_2 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9352  */ .bt_bb_color_scheme_4 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9353  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9354  */ .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9355  */ .bt_bb_color_scheme_2 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9356  */ .bt_bb_color_scheme_4 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9357  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
/* 9358  */     -webkit-box-shadow: 0 0 0 1px #050505 inset !important;
/* 9359  */     box-shadow: 0 0 0 1px #050505 inset !important;
/* 9360  */     border-color: #050505;
/* 9361  */     }
/* 9362  */ .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9363  */ .bt_bb_color_scheme_1 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9364  */ .bt_bb_color_scheme_3 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9365  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9366  */ .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9367  */ .bt_bb_color_scheme_1 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9368  */ .bt_bb_color_scheme_3 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9369  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
/* 9370  */     border-color: #050505;
/* 9371  */     -webkit-box-shadow: 0 0 0 1px #fff inset !important;
/* 9372  */     box-shadow: 0 0 0 1px #fff inset !important;
/* 9373  */     }
/* 9374  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
/* 9375  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
/* 9376  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
/* 9377  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
/* 9378  */     -webkit-box-shadow: 0 0 0 1px #fff inset;
/* 9379  */     box-shadow: 0 0 0 1px #fff inset;
/* 9380  */     border-color: #fff;
/* 9381  */     }
/* 9382  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9383  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
/* 9384  */ .bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
/* 9385  */ .bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
/* 9386  */     -webkit-box-shadow: 0 0 0 1px #050505 inset !important;
/* 9387  */     box-shadow: 0 0 0 1px #050505 inset !important;
/* 9388  */     border-color: #050505;
/* 9389  */     }
/* 9390  */ .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
/* 9391  */     -webkit-box-shadow: 0 0 0 2px #07e6a5 inset;
/* 9392  */     box-shadow: 0 0 0 2px #07e6a5 inset;
/* 9393  */     }
/* 9394  */ .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9395  */ .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusBtm .ddTitleText {
/* 9396  */     -webkit-box-shadow: 0 0 0 2px #050505 inset !important;
/* 9397  */     box-shadow: 0 0 0 2px #050505 inset !important;
/* 9398  */     }
/* 9399  */ .btQuoteBooking .btSubmitMessage {
/* 9400  */     color: #07e6a5;

/* style_ver=5.5.css */

/* 9401  */     }
/* 9402  */ .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9403  */ .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
/* 9404  */     -webkit-box-shadow: 0 0 4px 0 #07e6a5;
/* 9405  */     box-shadow: 0 0 4px 0 #07e6a5;
/* 9406  */     }
/* 9407  */ .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9408  */ .bt_bb_color_scheme_2 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9409  */ .bt_bb_color_scheme_4 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9410  */ .bt_bb_color_scheme_5 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9411  */ .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9412  */ .bt_bb_color_scheme_2 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9413  */ .bt_bb_color_scheme_4 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9414  */ .bt_bb_color_scheme_5 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
/* 9415  */     border: 1px solid #050505;
/* 9416  */     }
/* 9417  */ .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9418  */ .bt_bb_color_scheme_1 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9419  */ .bt_bb_color_scheme_3 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9420  */ .bt_bb_color_scheme_6 .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
/* 9421  */ .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9422  */ .bt_bb_color_scheme_1 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9423  */ .bt_bb_color_scheme_3 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
/* 9424  */ .bt_bb_color_scheme_6 .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
/* 9425  */     border: 1px solid #fff;
/* 9426  */     }
/* 9427  */ .btQuoteBooking .btContactSubmit {
/* 9428  */     line-height: inherit;
/* 9429  */     background-color: #07e6a5;
/* 9430  */     }
/* 9431  */ .btQuoteBooking .btTotalNextWrapper {
/* 9432  */     display: -ms-flexbox;
/* 9433  */     display: -webkit-flex;
/* 9434  */     display: flex;
/* 9435  */     width: auto !important;
/* 9436  */     -webkit-flex-direction: row;
/* 9437  */     -ms-flex-direction: row;
/* 9438  */     flex-direction: row;
/* 9439  */     padding-right: 0 !important;
/* 9440  */     -webkit-flex-wrap: nowrap;
/* 9441  */     -ms-flex-wrap: nowrap;
/* 9442  */     flex-wrap: nowrap;
/* 9443  */     -webkit-flex: 0 0 100%;
/* 9444  */     -ms-flex: 0 0 100%;
/* 9445  */     flex: 0 0 100%;
/* 9446  */     -webkit-justify-content: flex-end;
/* 9447  */     -ms-flex-pack: end;
/* 9448  */     justify-content: flex-end;
/* 9449  */     text-align: initial;
/* 9450  */     }

/* style_ver=5.5.css */

/* 9451  */ .btQuoteBooking .btTotalNextWrapper:after {
/* 9452  */     display: none;
/* 9453  */     }
/* 9454  */ .btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
/* 9455  */     padding-right: 0 !important;
/* 9456  */     }
/* 9457  */ .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
/* 9458  */     -webkit-flex: 0 0 160px;
/* 9459  */     -ms-flex: 0 0 160px;
/* 9460  */     flex: 0 0 160px;
/* 9461  */     width: 160px;
/* 9462  */     max-width: 160px;
/* 9463  */     }
/* 9464  */ .btQuoteBooking .btQuoteBookingForm .boldBtn {
/* 9465  */     display: -ms-flexbox;
/* 9466  */     display: -webkit-flex;
/* 9467  */     display: flex;
/* 9468  */     -webkit-flex: 0 1 0;
/* 9469  */     -ms-flex: 0 1 0;
/* 9470  */     flex: 0 1 0;
/* 9471  */     float: none;
/* 9472  */     margin-right: 0 !important;
/* 9473  */     margin-left: 0 !important;
/* 9474  */     width: 0;
/* 9475  */     -webkit-transition: all 300ms ease;
/* 9476  */     -moz-transition: all 300ms ease;
/* 9477  */     transition: all 300ms ease;
/* 9478  */     max-width: 0;
/* 9479  */     }
/* 9480  */ .btQuoteBooking .btContactNext {
/* 9481  */     -webkit-transform: translate(160px,0);
/* 9482  */     -moz-transform: translate(160px,0);
/* 9483  */     -ms-transform: translate(160px,0);
/* 9484  */     transform: translate(160px,0);
/* 9485  */     }
/* 9486  */ .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
/* 9487  */     display: -ms-flexbox;
/* 9488  */     display: -webkit-flex;
/* 9489  */     display: flex;
/* 9490  */     -webkit-flex: 0 1 100%;
/* 9491  */     -ms-flex: 0 1 100%;
/* 9492  */     flex: 0 1 100%;
/* 9493  */     -webkit-justify-content: flex-end;
/* 9494  */     -ms-flex-pack: end;
/* 9495  */     justify-content: flex-end;
/* 9496  */     -webkit-align-items: stretch;
/* 9497  */     -ms-flex-align: stretch;
/* 9498  */     align-items: stretch;
/* 9499  */     float: none;
/* 9500  */     }

/* style_ver=5.5.css */

/* 9501  */ .btQuoteBooking .btQuoteTotalText {
/* 9502  */     -webkit-align-self: center;
/* 9503  */     -ms-flex-item-align: center;
/* 9504  */     align-self: center;
/* 9505  */     }
/* 9506  */ .btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
/* 9507  */     margin: 0 -10px 0 -10px;
/* 9508  */     }
/* 9509  */ .btQuoteBooking .btPayPalButton {
/* 9510  */     border-radius: 0;
/* 9511  */     }
/* 9512  */ .btHardRoundedButtons .btQuoteBooking .btPayPalButton {
/* 9513  */     border-radius: 50px;
/* 9514  */     }
/* 9515  */ .btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
/* 9516  */     border-radius: 3px;
/* 9517  */     }
/* 9518  */
/* 9519  */ /* Date picker */
/* 9520  */ .btDatePicker .ui-datepicker-header {
/* 9521  */     background-color: #07e6a5;
/* 9522  */     }
/* 9523  */
/* 9524  */ /* Transfer Quote total to Flex, responsive
/* 9525  *| -------------------------------------------*/
/* 9526  */ @media (max-width: 440px) {
/* 9527  */ .btQuoteBooking .btTotalNextWrapper {
/* 9528  */     -webkit-flex-direction: column;
/* 9529  */     -ms-flex-direction: column;
/* 9530  */     flex-direction: column;
/* 9531  */     }
/* 9532  */ .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
/* 9533  */ .btQuoteBooking .btQuoteBookingForm .boldBtn {
/* 9534  */     -webkit-flex: 1 0 100%;
/* 9535  */     -ms-flex: 1 0 100%;
/* 9536  */     flex: 1 0 100%;
/* 9537  */     width: 100%;
/* 9538  */     max-width: 100%;
/* 9539  */     padding-top: 0;
/* 9540  */     }
/* 9541  */ .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
/* 9542  */ .btQuoteBooking .btQuoteBookingForm .btContactNext {
/* 9543  */     width: 100%;
/* 9544  */     }
/* 9545  */ .btQuoteBooking .btQuoteBookingForm .btContactNext {
/* 9546  */     -webkit-transform: translateY(-100%);
/* 9547  */     -moz-transform: translateY(-100%);
/* 9548  */     -ms-transform: translateY(-100%);
/* 9549  */     transform: translateY(-100%);
/* 9550  */     opacity: 0;

/* style_ver=5.5.css */

/* 9551  */     }
/* 9552  */ }
/* 9553  */
/* 9554  */ @media (max-width: 1400px) {
/* 9555  */ /* Typography breakpoint start 1350 */
/* 9556  */ .bt_bb_size_huge.bt_bb_headline h1,
/* 9557  */ .bt_bb_size_huge.bt_bb_headline h2,
/* 9558  */ .bt_bb_size_huge.bt_bb_headline h3,
/* 9559  */ .bt_bb_size_huge.bt_bb_headline h4,
/* 9560  */ .bt_bb_size_huge.bt_bb_headline h5,
/* 9561  */ .bt_bb_size_huge.bt_bb_headline h6 {
/* 9562  */     font-size: 5rem;
/* 9563  */     }
/* 9564  */ .bt_bb_size_huge.bt_bb_subheadline.bt_bb_headline .bt_bb_headline_subheadline {
/* 9565  */     font-size: 1.7em;
/* 9566  */     }
/* 9567  */ .bt_bb_size_extralarge.bt_bb_headline h1,
/* 9568  */ .bt_bb_size_extralarge.bt_bb_headline h2,
/* 9569  */ .bt_bb_size_extralarge.bt_bb_headline h3,
/* 9570  */ .bt_bb_size_extralarge.bt_bb_headline h4,
/* 9571  */ .bt_bb_size_extralarge.bt_bb_headline h5,
/* 9572  */ .bt_bb_size_extralarge.bt_bb_headline h6 {
/* 9573  */     font-size: 4.5rem;
/* 9574  */     }
/* 9575  */ .bt_bb_size_extralarge.bt_bb_subheadline.bt_bb_headline .bt_bb_headline_subheadline {
/* 9576  */     font-size: 1.7em;
/* 9577  */     }
/* 9578  */
/* 9579  */ /* /Typography breakpoint */
/* 9580  */ }
/* 9581  */
/* 9582  */ @media (max-width: 1199px) {
/* 9583  */ /* Typography breakpoint start 1200 */
/* 9584  */ .bt_bb_size_large.bt_bb_headline h1,
/* 9585  */ .bt_bb_size_large.bt_bb_headline h2,
/* 9586  */ .bt_bb_size_large.bt_bb_headline h3,
/* 9587  */ .bt_bb_size_large.bt_bb_headline h4,
/* 9588  */ .bt_bb_size_large.bt_bb_headline h5,
/* 9589  */ .bt_bb_size_large.bt_bb_headline h6 {
/* 9590  */     font-size: 3.5rem;
/* 9591  */     }
/* 9592  */ .bt_bb_size_large.bt_bb_subheadline.bt_bb_headline .bt_bb_headline_subheadline {
/* 9593  */     font-size: 1.3em;
/* 9594  */     }
/* 9595  */ body {
/* 9596  */     font-size: 14px;
/* 9597  */     }
/* 9598  */
/* 9599  */ /* /Typography breakpoint */
/* 9600  */ }

/* style_ver=5.5.css */

/* 9601  */
/* 9602  */ @media (max-width: 360px) {
/* 9603  */ /* Typography breakpoint start 360 */
/* 9604  */ .bt_bb_size_huge.bt_bb_headline h1,
/* 9605  */ .bt_bb_size_huge.bt_bb_headline h2,
/* 9606  */ .bt_bb_size_huge.bt_bb_headline h3,
/* 9607  */ .bt_bb_size_huge.bt_bb_headline h4,
/* 9608  */ .bt_bb_size_huge.bt_bb_headline h5,
/* 9609  */ .bt_bb_size_huge.bt_bb_headline h6 {
/* 9610  */     font-size: 3rem;
/* 9611  */     }
/* 9612  */ body {
/* 9613  */     font-size: 13px;
/* 9614  */     }
/* 9615  */
/* 9616  */ /* Typography breakpoint */
/* 9617  */ .btMenuVertical .mainHeader {
/* 9618  */     width: 260px;
/* 9619  */     }
/* 9620  */ .btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
/* 9621  */ .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
/* 9622  */ .btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
/* 9623  */     -webkit-transform: translateX(260px);
/* 9624  */     -moz-transform: translateX(260px);
/* 9625  */     -ms-transform: translateX(260px);
/* 9626  */     transform: translateX(260px);
/* 9627  */     }
/* 9628  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
/* 9629  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
/* 9630  */ .rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
/* 9631  */     -webkit-transform: translateX(-260px);
/* 9632  */     -moz-transform: translateX(-260px);
/* 9633  */     -ms-transform: translateX(-260px);
/* 9634  */     transform: translateX(-260px);
/* 9635  */     }
/* 9636  */ .btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
/* 9637  */     -webkit-transform: translateX(260px) !important;
/* 9638  */     -moz-transform: translateX(260px) !important;
/* 9639  */     -ms-transform: translateX(260px) !important;
/* 9640  */     transform: translateX(260px) !important;
/* 9641  */     }
/* 9642  */ .btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
/* 9643  */ .btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
/* 9644  */ .btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
/* 9645  */     -webkit-transform: translateX(-260px);
/* 9646  */     -moz-transform: translateX(-260px);
/* 9647  */     -ms-transform: translateX(-260px);
/* 9648  */     transform: translateX(-260px);
/* 9649  */     }
/* 9650  */ }

/* style_ver=5.5.css */

/* 9651  */
/* 9652  */ @media (max-width: 1199px) {
/* 9653  */ .widget_shopping_cart .buttons .button {
/* 9654  */     width: 100%;
/* 9655  */     }
/* 9656  */ .widget_shopping_cart .buttons .button.checkout {
/* 9657  */     margin-top: 10px;
/* 9658  */     }
/* 9659  */ }
/* 9660  */
/* 9661  */ @media (max-width: 992px) {
/* 9662  */ .col2-set .col-1,
/* 9663  */ .col2-set .col-2,
/* 9664  */ .cart-collaterals .cross-sells,
/* 9665  */ .cart-collaterals .cart_totals {
/* 9666  */     float: none;
/* 9667  */     -webkit-flex-basis: 100%;
/* 9668  */     flex-basis: 100%;
/* 9669  */     display: block;
/* 9670  */     width: 100%;
/* 9671  */     }
/* 9672  */ ul.products li.product {
/* 9673  */     -webkit-flex-basis: 50% !important;
/* 9674  */     flex-basis: 50% !important;
/* 9675  */     }
/* 9676  */ table.shop_table input[name="update_cart"] {
/* 9677  */     width: auto;
/* 9678  */     }
/* 9679  */ }
/* 9680  */
/* 9681  */ @media (max-width: 768px) {
/* 9682  */ div.product {
/* 9683  */     display: block;
/* 9684  */     }
/* 9685  */ div.product div.summary,
/* 9686  */ div.product div.images {
/* 9687  */     text-align: center;
/* 9688  */     margin-bottom: 2rem;
/* 9689  */     padding: 0;
/* 9690  */     }
/* 9691  */ div.product div.summary .price {
/* 9692  */     text-align: center;
/* 9693  */     margin-bottom: 2rem;
/* 9694  */     }
/* 9695  */ div.product form.cart {
/* 9696  */     text-align: center;
/* 9697  */     margin-bottom: 2rem;
/* 9698  */     }
/* 9699  */ table.shop_table button[name="apply_coupon"] {
/* 9700  */     margin-bottom: 1em;

/* style_ver=5.5.css */

/* 9701  */     }
/* 9702  */ }
/* 9703  */
/* 9704  */ @media (max-width: 620px) {
/* 9705  */ ul.products li.product {
/* 9706  */     -webkit-flex-basis: 100% !important;
/* 9707  */     flex-basis: 100% !important;
/* 9708  */     }
/* 9709  */ table.shop_table_responsive {
/* 9710  */     display: block;
/* 9711  */     }
/* 9712  */ table.shop_table_responsive tbody th,
/* 9713  */ table.shop_table_responsive thead {
/* 9714  */     display: none;
/* 9715  */     }
/* 9716  */ table.shop_table_responsive tbody {
/* 9717  */     display: block;
/* 9718  */     width: 100% !important;
/* 9719  */     }
/* 9720  */ table.shop_table_responsive tr,
/* 9721  */ table.shop_table_responsive th {
/* 9722  */     display: block;
/* 9723  */     width: 100% !important;
/* 9724  */     border-bottom: 3px solid #050505;
/* 9725  */     margin-bottom: 2em;
/* 9726  */     padding-bottom: 2em;
/* 9727  */     }
/* 9728  */ .btDarkSkin table.shop_table_responsive tr,
/* 9729  */ .bt_bb_color_scheme_1 table.shop_table_responsive tr,
/* 9730  */ .bt_bb_color_scheme_3 table.shop_table_responsive tr,
/* 9731  */ .bt_bb_color_scheme_6 table.shop_table_responsive tr,
/* 9732  */ .btDarkSkin table.shop_table_responsive th,
/* 9733  */ .bt_bb_color_scheme_1 table.shop_table_responsive th,
/* 9734  */ .bt_bb_color_scheme_3 table.shop_table_responsive th,
/* 9735  */ .bt_bb_color_scheme_6 table.shop_table_responsive th {
/* 9736  */     border-bottom: 3px solid #fff;
/* 9737  */     }
/* 9738  */ table.shop_table_responsive tr td,
/* 9739  */ table.shop_table_responsive th td {
/* 9740  */     display: block;
/* 9741  */     width: 100% !important;
/* 9742  */     clear: left;
/* 9743  */     text-align: center !important;
/* 9744  */     word-break: break-word;
/* 9745  */     border: none;
/* 9746  */     padding: .5em 0 0;
/* 9747  */     }
/* 9748  */ table.shop_table_responsive tr td.product-remove,
/* 9749  */ table.shop_table_responsive th td.product-remove {
/* 9750  */     padding: .5em;

/* style_ver=5.5.css */

/* 9751  */     text-align: center;
/* 9752  */     }
/* 9753  */ table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,
/* 9754  */ table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before {
/* 9755  */     content: attr(data-title) ": ";
/* 9756  */     font-weight: 700;
/* 9757  */     }
/* 9758  */ table.shop_table_responsive tr td.product-thumbnail img,
/* 9759  */ table.shop_table_responsive th td.product-thumbnail img {
/* 9760  */     width: 100%;
/* 9761  */     border-bottom: 3px solid #050505;
/* 9762  */     }
/* 9763  */ .btDarkSkin table.shop_table_responsive tr td.product-thumbnail img,
/* 9764  */ .bt_bb_color_scheme_1 table.shop_table_responsive tr td.product-thumbnail img,
/* 9765  */ .bt_bb_color_scheme_3 table.shop_table_responsive tr td.product-thumbnail img,
/* 9766  */ .bt_bb_color_scheme_6 table.shop_table_responsive tr td.product-thumbnail img,
/* 9767  */ .btDarkSkin table.shop_table_responsive th td.product-thumbnail img,
/* 9768  */ .bt_bb_color_scheme_1 table.shop_table_responsive th td.product-thumbnail img,
/* 9769  */ .bt_bb_color_scheme_3 table.shop_table_responsive th td.product-thumbnail img,
/* 9770  */ .bt_bb_color_scheme_6 table.shop_table_responsive th td.product-thumbnail img {
/* 9771  */     border-bottom: 3px solid #fff;
/* 9772  */     }
/* 9773  */ table.shop_table_responsive tr td.product-name,
/* 9774  */ table.shop_table_responsive th td.product-name {
/* 9775  */     font-size: 1.5em;
/* 9776  */     }
/* 9777  */ .cart-collaterals {
/* 9778  */     display: block;
/* 9779  */     }
/* 9780  */ table.shop_table .coupon {
/* 9781  */     display: block;
/* 9782  */     }
/* 9783  */ table.shop_table .coupon input[name="coupon_code"] {
/* 9784  */     margin-bottom: 1em;
/* 9785  */     }
/* 9786  */ table.shop_table .coupon button[name="apply_coupon"] {
/* 9787  */     width: -webkit-fit-content;
/* 9788  */     width: -moz-fit-content;
/* 9789  */     width: fit-content;
/* 9790  */     }
/* 9791  */ table.shop_table input[name="update_cart"] {
/* 9792  */     margin-top: 1em;
/* 9793  */     float: none;
/* 9794  */     width: 100%;
/* 9795  */     }
/* 9796  */ }
/* 9797  */
/* 9798  */ /* Temp, delete start */
/* 9799  */ body.blog .animate,
/* 9800  */ body.archive .animate,

/* style_ver=5.5.css */

/* 9801  */ body.search .animate {
/* 9802  */     -webkit-transition-delay: 200ms;
/* 9803  */     -moz-transition-delay: 200ms;
/* 9804  */     transition-delay: 200ms;
/* 9805  */     }
/* 9806  */
/* 9807  */ /* Temp, delete end */
/* 9808  */ .btInnerRowKeepWidth {
/* 9809  */     max-width: 800px;
/* 9810  */     }
/* 9811  */ .bt_bb_column_gap_0 .btInnerRowKeepWidth {
/* 9812  */     padding: 0 100px;
/* 9813  */     max-width: 700px;
/* 9814  */     }
/* 9815  */ .btMoveRight.btInnerRowKeepWidth {
/* 9816  */     float: right;
/* 9817  */     display: block;
/* 9818  */     }
/* 9819  */ @media (max-width: 1200px) {
/* 9820  */ .bt_bb_column_gap_0 .btInnerRowKeepWidth {
/* 9821  */     padding: 0 20px;
/* 9822  */     }
/* 9823  */ }
/* 9824  */
/* 9825  */ .btColumnMoveMedium {
/* 9826  */     margin-top: -4em;
/* 9827  */     }
/* 9828  */ .btMoveUpLarge {
/* 9829  */     margin-top: -8em;
/* 9830  */     z-index: 1;
/* 9831  */     }
/* 9832  */ .btMoveUpMediumLarge {
/* 9833  */     margin-top: -12em;
/* 9834  */     z-index: 1;
/* 9835  */     }
/* 9836  */ .btMoveUpExtraLarge {
/* 9837  */     margin-top: -16em;
/* 9838  */     z-index: 1;
/* 9839  */     }
/* 9840  */ @media (max-width: 1023px) {
/* 9841  */ .btMoveUpExtraLarge.bt_bb_column,
/* 9842  */ .btMoveUpMediumLarge.bt_bb_column,
/* 9843  */ .btMoveUpLarge.bt_bb_column,
/* 9844  */ .btColumnMoveMedium.bt_bb_column {
/* 9845  */     margin-top: 0;
/* 9846  */     }
/* 9847  */ }
/* 9848  */
/* 9849  */ .btKeepWideRowBoxed {
/* 9850  */     max-width: 1240px;

/* style_ver=5.5.css */

/* 9851  */     margin: auto;
/* 9852  */     }
/* 9853  */
/* 9854  */ /* Audio playlist */
/* 9855  */ .btPageWrap .wp-playlist {
/* 9856  */     border: none;
/* 9857  */     padding: 0;
/* 9858  */     }
/* 9859  */ .btPageWrap .wp-playlist p {
/* 9860  */     margin: 0;
/* 9861  */     }
/* 9862  */ .btPageWrap .wp-playlist.wp-playlist-dark {
/* 9863  */     background: #191919;
/* 9864  */     }
/* 9865  */ .btPageWrap .wp-playlist.wp-playlist-light .wp-playlist-tracks .wp-playlist-item {
/* 9866  */     border-top: 1px solid rgba(0,0,0,.07);
/* 9867  */     }
/* 9868  */ .btPageWrap .wp-playlist.wp-playlist-light .wp-playlist-tracks .wp-playlist-item:last-child {
/* 9869  */     border-bottom: 1px solid rgba(0,0,0,.07);
/* 9870  */     }
/* 9871  */ .btPageWrap .wp-playlist .wp-playlist-tracks {
/* 9872  */     margin: 0;
/* 9873  */     }
/* 9874  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item {
/* 9875  */     border-bottom: none;
/* 9876  */     display: -ms-flexbox;
/* 9877  */     display: -webkit-flex;
/* 9878  */     display: flex;
/* 9879  */     padding: 10px;
/* 9880  */     border-top: 1px solid rgba(255,255,255,.05);
/* 9881  */     }
/* 9882  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
/* 9883  */     font-weight: inherit;
/* 9884  */     background-color: rgba(255,255,255,.05);
/* 9885  */     }
/* 9886  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
/* 9887  */     border-bottom: 1px solid rgba(255,255,255,.05);
/* 9888  */     }
/* 9889  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
/* 9890  */     font-size: 1rem;
/* 9891  */     line-height: inherit;
/* 9892  */     -webkit-flex: 1 0 75%;
/* 9893  */     -ms-flex: 1 0 75%;
/* 9894  */     flex: 1 0 75%;
/* 9895  */     max-width: initial;
/* 9896  */     }
/* 9897  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
/* 9898  */     font-size: 1rem;
/* 9899  */     line-height: inherit;
/* 9900  */     }

/* style_ver=5.5.css */

/* 9901  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-artist {
/* 9902  */     font-size: .75em;
/* 9903  */     text-transform: uppercase;
/* 9904  */     }
/* 9905  */ .btPageWrap .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
/* 9906  */     position: relative;
/* 9907  */     font-size: 1rem;
/* 9908  */     line-height: inherit;
/* 9909  */     -webkit-flex: 0 1 25%;
/* 9910  */     -ms-flex: 0 1 25%;
/* 9911  */     flex: 0 1 25%;
/* 9912  */     max-width: initial;
/* 9913  */     text-align: right;
/* 9914  */     }
/* 9915  */ .btPageWrap .wp-playlist .wp-playlist-current-item {
/* 9916  */     height: auto;
/* 9917  */     }
/* 9918  */ .btPageWrap .wp-playlist .wp-playlist-current-item:after {
/* 9919  */     content: " ";
/* 9920  */     display: table;
/* 9921  */     width: 100%;
/* 9922  */     clear: both;
/* 9923  */     }
/* 9924  */ .btPageWrap .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
/* 9925  */     font-size: 2em;
/* 9926  */     color: #07e6a5;
/* 9927  */     }
/* 9928  */ .blog .btPageWrap .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title,
/* 9929  */ .archive .btPageWrap .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
/* 9930  */     font-size: 1.5em;
/* 9931  */     }
/* 9932  */ .btPageWrap .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-album {
/* 9933  */     font-size: 1.1em;
/* 9934  */     margin-bottom: .5em;
/* 9935  */     font-style: initial;
/* 9936  */     }
/* 9937  */ .btPageWrap .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-artict {
/* 9938  */     font-size: 1em;
/* 9939  */     }
/* 9940  */ .btPageWrap .wp-playlist .wp-playlist-current-item img {
/* 9941  */     max-width: initial;
/* 9942  */     width: 160px;
/* 9943  */     height: 160px;
/* 9944  */     max-width: 50%;
/* 9945  */     max-height: 50%;
/* 9946  */     }
/* 9947  */
/* 9948  */ /* Gutenberg */
/* 9949  */ /* Separator */
/* 9950  */ .wp-block-separator {

/* style_ver=5.5.css */

/* 9951  */     margin: 1em auto;
/* 9952  */     max-width: 100px;
/* 9953  */     }
/* 9954  */ .wp-block-separator.is-style-wide {
/* 9955  */     max-width: 100%;
/* 9956  */     }
/* 9957  */ .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
/* 9958  */     border-bottom: 1px solid #8f98a1;
/* 9959  */     }
/* 9960  */
/* 9961  */ /* Paragraph */
/* 9962  */ p.has-drop-cap:not(:focus):first-letter {
/* 9963  */     float: left;
/* 9964  */     font-size: 6.3em;
/* 9965  */     line-height: .7;
/* 9966  */     font-weight: 500;
/* 9967  */     }
/* 9968  */ p.has-drop-cap {
/* 9969  */     line-height: 1.2;
/* 9970  */     }
/* 9971  */ p.has-background {
/* 9972  */     border-radius: 0;
/* 9973  */     }
/* 9974  */ .btSoftRoundedButtons p.has-background {
/* 9975  */     border-radius: 3px;
/* 9976  */     }
/* 9977  */ .btHardRoundedButtons p.has-background {
/* 9978  */     border-radius: 3px;
/* 9979  */     }
/* 9980  */ p.has-large-font-size {
/* 9981  */     line-height: 1.2;
/* 9982  */     }
/* 9983  */ em {
/* 9984  */     line-height: 1;
/* 9985  */     }
/* 9986  */
/* 9987  */ /* Quote, Pullquote */
/* 9988  */ .wp-block-quote p {
/* 9989  */     font-size: 1em;
/* 9990  */     }
/* 9991  */ .wp-block-quote.is-large p,
/* 9992  */ .wp-block-quote.is-style-large p {
/* 9993  */     font-size: 1.3em;
/* 9994  */     }
/* 9995  */ .wp-block-quote.is-large cite,
/* 9996  */ .wp-block-quote.is-style-large cite {
/* 9997  */     text-align: center;
/* 9998  */     }
/* 9999  */ .wp-block-pullquote.alignleft p,
/* 10000 */ .wp-block-pullquote.alignright p {

/* style_ver=5.5.css */

/* 10001 */     font-size: inherit;
/* 10002 */     }
/* 10003 */
/* 10004 */ /* Button */
/* 10005 */ .wp-block-file .wp-block-file__button {
/* 10006 */     border-radius: none;
/* 10007 */     }
/* 10008 */ .btSoftRoundedButtons .wp-block-file .wp-block-file__button {
/* 10009 */     border-radius: 3px;
/* 10010 */     }
/* 10011 */ .btHardRoundedButtons .wp-block-file .wp-block-file__button {
/* 10012 */     border-radius: 50px;
/* 10013 */     }
/* 10014 */ .wp-block-button__link {
/* 10015 */     font-size: .8em;
/* 10016 */     padding: .8em 2.2em;
/* 10017 */     font-weight: 500;
/* 10018 */     color: #fff !important;
/* 10019 */     }
/* 10020 */ .wp-block-button__link:hover {
/* 10021 */     color: #07e6a5 !important;
/* 10022 */     }
/* 10023 */ .wp-block-button {
/* 10024 */     margin-bottom: 1em !important;
/* 10025 */     }
/* 10026 */ .wp-block-button.alignnone {
/* 10027 */     text-align: inherit !important;
/* 10028 */     }
/* 10029 */
/* 10030 */ /* Table */
/* 10031 */ .wp-block-table.is-style-stripes td {
/* 10032 */     border-color: rgba(0,0,0,.07);
/* 10033 */     }
/* 10034 */
/* 10035 */ /* Page width */
/* 10036 */ .btNoSidebar .alignfull {
/* 10037 */     width: 100vw;
/* 10038 */     margin-left: -webkit-calc(-50vw + 600px);
/* 10039 */     margin-left: -moz-calc(-50vw + 600px);
/* 10040 */     margin-left: calc(-50vw + 600px);
/* 10041 */     margin-right: -webkit-calc(-50vw + 600px);
/* 10042 */     margin-right: -moz-calc(-50vw + 600px);
/* 10043 */     margin-right: calc(-50vw + 600px);
/* 10044 */     max-width: 100vw;
/* 10045 */     }
/* 10046 */
/* 10047 */ /* Gallery */
/* 10048 */ .wp-block-gallery {
/* 10049 */     margin: 0;
/* 10050 */     }

/* style_ver=5.5.css */

/* 10051 */
/* 10052 */ /*# sourceMappingURL=style.css.map */
/* 10053 */
/* 10054 */ .gform_wrapper h3.gform_title {
/* 10055 */     font-size: 2.4em!important;
/* 10056 */     font-weight: normal!important;
/* 10057 */ }
/* 10058 */ .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
/* 10059 */     width: 100%!important;
/* 10060 */ padding: .8em!important;
/* 10061 */ }
/* 10062 */ .gform_wrapper div.validation_error {
/* 10063 */     border-top: 2px solid #fff!important;
/* 10064 */     border-bottom: 2px solid #fff!important;
/* 10065 */ color: #fff!important;
/* 10066 */ }
/* 10067 */ .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
/* 10068 */     max-width: calc(100% - 0px) !important;
/* 10069 */ background-color: white!important;
/* 10070 */ padding: 10px!important;
/* 10071 */ }
/* 10072 */ .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
/* 10073 */     background-color: #212121!important;
/* 10074 */ }
/* 10075 */
/* 10076 */
