/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 */
/* Import Sass general variable, functions and such.. */
/**
 * Mat's init file
 *
 * This file contains everything mat's using for css purposes
 *
 *
 */
/*
==============================================================================
		Variables
==============================================================================
*/
/*
==============================================================================
		Functions & Mixin
==============================================================================
*/
/* line 1, ../sass/_global.scss */
* {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

/* line 6, ../sass/_global.scss */
.header {
  z-index: inherit;
  position: relative;
}

/* line 11, ../sass/_global.scss */
#pbl-alert-overlay {
  position: absolute;
}

/* line 16, ../sass/_global.scss */
a {
  text-decoration: none;
}

/* line 19, ../sass/_global.scss */
.wp_clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* line 24, ../sass/_global.scss */
.body-content {
  background-color: white;
  padding-top: 0px !important;
}

/* line 29, ../sass/_global.scss */
body {
  background: #fff;
}

/* line 34, ../sass/_global.scss */
div[class*=section-] {
  background-color: white;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* line 40, ../sass/_global.scss */
.wp_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 48, ../sass/_global.scss */
a:hover, a:active, a:focus {
  /* styling for any way a link is about to be used */
  outline: 0;
}

/* line 52, ../sass/_global.scss */
.row {
  max-width: 1440px;
}

/* line 56, ../sass/_global.scss */
.wp_hide {
  display: none;
}

/* line 59, ../sass/_global.scss */
.wp_orange {
  background: #f08800;
}

/* line 62, ../sass/_global.scss */
.wp_right {
  display: block;
  float: right;
}

/* line 66, ../sass/_global.scss */
.wp_left {
  display: block;
  float: left;
}

/* line 70, ../sass/_global.scss */
.wp_bold {
  font-weight: bold;
}

/* line 73, ../sass/_global.scss */
.wp_font_regular {
  font-family: frutiger,arial;
  font-style: normal;
  font-weight: 400;
}

/* line 79, ../sass/_global.scss */
.wp_font_bold {
  font-family: frutiger,arial;
  font-style: normal;
  font-weight: bold;
}

/* line 85, ../sass/_global.scss */
.wp_font_medium {
  font-family: frutiger,arial;
  font-style: normal;
  font-weight: 700;
}

/* line 91, ../sass/_global.scss */
.wp_font_light {
  font-family: frutiger,arial;
  font-style: normal;
  font-weight: 300;
}

/* line 97, ../sass/_global.scss */
.wp_font_italic {
  font-family: frutiger,arial;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
}

/**** MAIN MENU ****/
/* line 105, ../sass/_global.scss */
header.wp_header {
  background: white;
}

/* line 108, ../sass/_global.scss */
.wp_top_header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 2;
}

/* line 115, ../sass/_global.scss */
#wp_main_menu {
  min-width: 700px;
  width: 100%;
  max-width: 1240px;
  box-sizing: content-box;
  margin: 0px auto;
  text-transform: uppercase;
  color: white;
}

/* line 125, ../sass/_global.scss */
#wp_main_menu h2 {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
}

/* line 130, ../sass/_global.scss */
#wp_main_menu h2 a {
  color: white;
}

/* line 133, ../sass/_global.scss */
#wp_main_menu .wp_separator {
  vertical-align: middle;
  padding: 0px 24px;
}

/* line 138, ../sass/_global.scss */
#wp_main_menu ul {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

/* line 144, ../sass/_global.scss */
#wp_main_menu li {
  display: inline-block;
  font-size: 14px;
}

/* line 149, ../sass/_global.scss */
.wp_main_link {
  margin: 0px 12px;
  padding: 19px 0px 13px 0px;
}

/* line 153, ../sass/_global.scss */
#wp_main_menu li:last-child {
  margin-right: 0px;
}

/* line 158, ../sass/_global.scss */
.wp_main_link a, .wp_main_link span {
  color: #ddd;
}

/* line 167, ../sass/_global.scss */
.wp_sub_menu_parent span {
  padding-right: 24px !important;
  background: url(../images/global/navigation-arrow-down.png) no-repeat right center;
  background-size: 12px;
}

/* line 174, ../sass/_global.scss */
.wp_mobile_link.wp_sub_menu_parent.wp_hover {
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  background-size: 12px;
}

/* line 181, ../sass/_global.scss */
.wp_sub_menu_parent.wp_hover span {
  background: url(../images/global/navigation-arrow-up.png) no-repeat right center;
  color: white;
}

/* line 185, ../sass/_global.scss */
.wp_main_link.wp_sub_menu_parent.wp_hover {
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  margin: 0px;
  padding: 19px 12px 19px 12px;
  background: rgba(0, 0, 0, 0.8);
  background-size: 12px;
}

/* line 192, ../sass/_global.scss */
.wp_hover_menu.wp_hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* line 197, ../sass/_global.scss */
.wp_hover_menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
}

/* line 206, ../sass/_global.scss */
.wp_hover_menu ul {
  list-style-type: none;
  padding: 3px 12px;
}

/* line 211, ../sass/_global.scss */
.wp_hover_menu ul li {
  padding: 9px 0px;
  border-bottom: 1px solid #666;
}

/* line 216, ../sass/_global.scss */
.wp_hover_menu ul li:last-child {
  border-bottom: none;
}

/* line 220, ../sass/_global.scss */
.wp_hover_menu ul li a {
  color: white;
}

/* line 223, ../sass/_global.scss */
.wp_main_link.wp_active a, .wp_main_link a:hover, .wp_main_link span:hover {
  color: #fff;
}

/* line 226, ../sass/_global.scss */
#wp_main_menu .wp_main_link.wp_active {
  border-bottom: 6px #F08800 solid;
}

/**** MAIN MENU END ****/
/**** MOBILE MENU ****/
/* line 236, ../sass/_global.scss */
.wp_mobile_link_wrap {
  cursor: move;
  height: 45px;
  overflow: hidden;
  width: 100%;
}

/* line 247, ../sass/_global.scss */
.wp_toggle_mobile_menu {
  padding: 13px 20px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 254, ../sass/_global.scss */
#wp_main_menu_mobile {
  width: 100%;
  text-transform: uppercase;
  color: white;
  padding-right: 0px !important;
  height: 45px;
}

/* line 262, ../sass/_global.scss */
#wp_main_menu_mobile h2 {
  display: inline-block;
  font-size: 19px;
  min-width: 140px;
  padding: 12px 12px 9px 24px;
  font-weight: 700;
}

/* line 269, ../sass/_global.scss */
#wp_main_menu_mobile h2 a {
  color: white;
}

/*

#wp_main_menu_mobile ul{
display:inline-block;

list-style-type:none;
}
#wp_main_menu_mobile li{
display:inline-block;

font-size:14px;
margin-right:24px;

}
#wp_main_menu_mobile li:last-child{
margin:0px;

}*/
/* line 291, ../sass/_global.scss */
.wp_mobile_link a, .wp_mobile_link span {
  color: #ddd;
  padding: 15px 5px 9px 5px;
}

/* line 298, ../sass/_global.scss */
.wp_mobile_link {
  padding: 15px 0px 12px 0px;
  margin: 0px 24px;
  text-align: center;
}

/* line 303, ../sass/_global.scss */
.wp_mobile_link.wp_active a, .wp_mobile_link a:hover, .wp_mobile_link span:hover {
  color: #fff;
}

/* line 307, ../sass/_global.scss */
#wp_main_menu_mobile .wp_mobile_link.wp_active a {
  border-bottom: 3px #F08800 solid;
}

/**** MOBILE MENU END ****/
/**** Trial footer ****/
/* line 316, ../sass/_global.scss */
.wp_trial_footer h1 {
  font-size: 32px;
  color: #fff;
}

@media only screen and (min-width: 40.063em) {
  /* line 321, ../sass/_global.scss */
  .wp_trial_footer h1 {
    font-size: 40px;
  }
}
/* line 330, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div {
  font-size: 19px;
  color: #e5e5e5;
  vertical-align: middle;
  display: inline-block;
}

/* line 336, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap img {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 341, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div.wp_btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome, Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
  height: auto;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
}

/* line 347, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div.wp_btn a {
  height: 1em;
  box-sizing: content-box;
}

/* line 352, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div:first-child, .wp_trial_footer .wp_trial_wrap div:last-child {
  padding-right: 0px;
}

/* line 355, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div img {
  width: 40px;
}

/* line 358, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div:first-child {
  margin-right: 18px;
}

/* line 361, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div:first-child span {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}

/* line 367, ../sass/_global.scss */
.slick-track {
  min-width: 20000px !important;
}

/* line 370, ../sass/_global.scss */
.wp_trial_footer .wp_trial_wrap div.wp_desc span {
  color: #fff;
}

/*
.wp_trial_footer .wp_big_button{
display:block;

font-size:16px;

color:white;
text-transform:uppercase;
width:242px;
padding:15px 10px 15px 12px;
}*/
/* line 384, ../sass/_global.scss */
.wp_trial_footer .wp_download_button {
  background: #f08800 url(../images/overview/button-arrow-icon.png) no-repeat;
  padding: 15px 15px 15px 12px;
}

/* line 388, ../sass/_global.scss */
.wp_trial_footer .wp_buy_button {
  background: #aca088 url(../images/overview/button-arrow-icon.png) no-repeat;
}

/**** Trial footer end ****/
/** JQUERY DIALOG **/
/* line 397, ../sass/_global.scss */
#dialog-confirm {
  background: #4c4c4c;
  padding: 24px;
  display: none;
}

/* line 402, ../sass/_global.scss */
.ui-dialog {
  position: absolute !important;
  z-index: 3;
  max-width: 580px;
}

/* line 407, ../sass/_global.scss */
button:focus, .ui-dialog:focus {
  outline: 0;
}

/* line 408, ../sass/_global.scss */
.ui-widget-header {
  background: #4c4c4c;
}

/* line 411, ../sass/_global.scss */
.ui-widget-header .ui-button {
  float: right;
  background: url(../images/overview/x-button-icon.png) no-repeat center center;
  position: absolute;
  top: 18px;
  right: 18px;
  /* display: block; */
  border: none;
  width: 17px;
  height: 17px;
}

/* line 425, ../sass/_global.scss */
#dialog-confirm .wp_airplane {
  margin: 0px auto;
  display: block;
}
/* line 429, ../sass/_global.scss */
#dialog-confirm .wp_main_text {
  font-size: 16px;
  color: #CCC;
  margin: 20px 0px;
}
/* line 434, ../sass/_global.scss */
#dialog-confirm .wp_sub_text {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #CCC;
  padding-top: 18px;
  margin: 18px 0px;
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
}
/* line 447, ../sass/_global.scss */
#dialog-confirm .wp_subtitle {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #AAA;
}
/* line 454, ../sass/_global.scss */
#dialog-confirm .wp_dialog_big_button {
  display: block;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  max-width: 240px;
  padding: 10px 10px 10px 12px;
  background: #f08800 url(../images/overview/button-arrow-icon.png) no-repeat 96% center;
}
/* line 470, ../sass/_global.scss */
#dialog-confirm .wp_dialog_footer a:first-child {
  display: block;
  float: left;
}
/* line 474, ../sass/_global.scss */
#dialog-confirm .wp_dialog_footer a img {
  height: 32px;
}
/* line 478, ../sass/_global.scss */
#dialog-confirm .wp_dialog_footer a:last-child {
  display: block;
  float: left;
  margin-left: 32px;
}

/* CUSTOM */
/* line 490, ../sass/_global.scss */
.ui-widget-header .ui-button {
  float: right;
}

/* line 493, ../sass/_global.scss */
.ui-widget-header .ui-button .ui-button-text {
  display: none;
}

/* line 496, ../sass/_global.scss */
.wp_info_icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

/* line 502, ../sass/_global.scss */
.wp_overlay_wrapper {
  z-index: 999999;
  width: 300px;
}

/* line 506, ../sass/_global.scss */
.wp_info_dark.wp_overlay, .wp_info_light.wp_overlay {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome, Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 300px;
}

/* line 512, ../sass/_global.scss */
.wp_info_dark.wp_overlay .wp_text_wrap, .wp_info_light.wp_overlay .wp_text_wrap {
  padding: 18px;
}

/* line 516, ../sass/_global.scss */
.wp_info_dark.wp_overlay .wp_text_wrap {
  font-size: 14px;
  background: #666;
  color: #DADADA;
}

/* line 522, ../sass/_global.scss */
.wp_info_dark.wp_overlay .wp_text_wrap a {
  color: #FFF;
  border-bottom: 1px dashed #999;
  display: inline;
  font-size: 14px;
}

/* line 528, ../sass/_global.scss */
.wp_info_light.wp_overlay br, .wp_info_dark.wp_overlay br {
  line-height: 30px;
}

/* line 531, ../sass/_global.scss */
.wp_info_light.wp_overlay .wp_text_wrap {
  font-size: 14px;
  background: #FFF;
  color: #666;
}

/* line 537, ../sass/_global.scss */
.wp_info_light.wp_overlay .wp_text_wrap a {
  line-height: 22px;
  color: #444;
  border-bottom: 1px dashed #999;
  display: inline;
  font-size: 14px;
}

/* line 544, ../sass/_global.scss */
.wp_info_light .wp_arrow_left {
  border-right: 15px solid #FFF;
}

/* line 547, ../sass/_global.scss */
.wp_info_dark .wp_arrow_left {
  border-right: 15px solid #666;
}

/* line 550, ../sass/_global.scss */
.wp_info_light .wp_arrow_right {
  border-left: 15px solid #FFF;
}

/* line 553, ../sass/_global.scss */
.wp_info_dark .wp_arrow_right {
  border-left: 15px solid #666;
}

/* line 558, ../sass/_global.scss */
.wp_arrow_left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: none;
}

/* line 566, ../sass/_global.scss */
.wp_arrow_right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: none;
}

/* line 1, ../sass/_global_responsive.scss */
.fusion-responsive-padding {
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 8, ../sass/_global_responsive.scss */
  .fusion-responsive-padding {
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-right: 24px;
    padding-right: 2.4rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 17, ../sass/_global_responsive.scss */
  .fusion-responsive-padding {
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-right: 24px;
    padding-right: 2.4rem;
  }
}
/**** TRIAL responsive ****/
/* line 31, ../sass/_global_responsive.scss */
.wp_trial_footer .wp_trial_wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome, Safari */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  padding: 30px 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (min-width: 40.063em) {
  /* line 39, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 47, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
/* line 57, ../sass/_global_responsive.scss */
.wp_trial_footer .wp_trial_wrap div.wp_btn {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  /* line 62, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div.wp_btn {
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 69, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div.wp_btn {
    max-width: 45%;
    width: auto;
  }
}
/* line 77, ../sass/_global_responsive.scss */
.wp_trial_footer .wp_trial_wrap div.wp_desc {
  max-width: 100%;
  margin: 20px 0px 40px 0px;
}

@media only screen and (min-width: 40.063em) {
  /* line 82, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div.wp_desc {
    max-width: 60%;
    padding: 5px 0px 5px 18px;
    margin: 0px 0px 20px 0px;
  }

  /* line 88, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div:first-child {
    margin: 0px 0px 40px 0px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 94, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div.wp_desc {
    max-width: 32%;
    padding: 5px 50px 5px 18px;
    margin: 0px;
  }
}
/* line 103, ../sass/_global_responsive.scss */
.wp_trial_footer .wp_big_button {
  display: block;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  background-position: 95% center;
  padding: 18px 10px 18px 12px;
  margin: 5px 0px;
}

@media only screen and (min-width: 40.063em) {
  /* line 116, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_big_button {
    display: block;
    font-size: 16px;
    margin: 5px;
    color: white;
    text-transform: uppercase;
    width: 242px;
    padding: 15px 10px 15px 12px;
    background-position: 95% center;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 130, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_big_button {
    display: block;
    background-position: 95% center;
    font-size: 16px;
    margin: 5px;
    color: white;
    text-transform: uppercase;
    width: 242px;
    padding: 15px 10px 15px 12px;
  }
}
/* line 142, ../sass/_global_responsive.scss */
.wp_trial_footer {
  padding: 24px;
  background: #666666 url(../images/overview/get-it-now-background.jpg) no-repeat center bottom;
}

@media only screen and (min-width: 40.063em) {
  /* line 147, ../sass/_global_responsive.scss */
  .wp_trial_footer {
    padding: 50px;
    background: #666666 url(../images/overview/get-it-now-background.jpg) no-repeat center bottom;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 154, ../sass/_global_responsive.scss */
  .wp_trial_footer {
    padding: 50px;
    background: #666666 url(../images/overview/get-it-now-background.jpg) no-repeat center bottom;
  }
}
/* line 161, ../sass/_global_responsive.scss */
.wp_trial_footer .wp_trial_wrap div {
  padding-right: 0px;
}

@media only screen and (min-width: 40.063em) {
  /* line 165, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 171, ../sass/_global_responsive.scss */
  .wp_trial_footer .wp_trial_wrap div {
    padding-right: 50px;
  }
}
/**** TRIAL end ****/
