/* Accordion
================================================== */
.wpsm-accordion {
  margin-bottom: 15px;
}

.wpsm-accordion h3.wpsm-accordion-trigger {
  display: flex;
  text-align: left;
  padding: 10px 14px !important;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -.02em;
  font-size: 1rem;
  background-color: #eff4ff;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 0px;
  justify-content: space-between !important;
  align-items: center !important;
}

.wpsm-accordion h3.wpsm-accordion-trigger:after {
  content: " ";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.wpsm-accordion h3.wpsm-accordion-trigger a {
  color: #555;
  text-decoration: none !important;
}

.wpsm-accordion .ui-state-focus {
  outline: none;
}

.wpsm-accordion .wpsm-accordion-trigger.ui-state-active, .wpsm-accordion.wpb_content_element .wpsm-accordion-trigger.ui-state-active {
  background-color: #eff4ff;
  border-radius: 10px 10px 0px 0px;
}

.ui-accordion .ui-icon {
  display: none !important;
}

.wpsm-accordion .wpsm-accordion-trigger.ui-state-active:after {
  transform: rotate(-180deg);
}

.wpsm-accordion .wpsm-accordion-trigger.ui-state-active a {
  color: #000;
}

.wpsm-accordion .ui-accordion-content {
  padding: 1px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.8px;
  background-color: #eff4ff;
  border-radius: 0px 0px 10px 10px;
}

.wpsm-accordion .ui-accordion-content p:last-child {
  margin: 0px;
}

.wpsm-accordion .ui-icon {
  margin-right: 7px;
}

.wpb_accordion.wpsm-accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion.wpsm-accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  position: static;
  height: auto;
  width: auto;
  background: none;
  display: inline;
}

.wpb_content_element.wpsm-accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 0;
  display: inline;
}

.wpb_accordion.wpsm-accordion .wpb_accordion_wrapper .wpb_accordion_header {
  padding: 15px;
}

/* bars
================================================== */
.wpsm-bar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eff4ff;
  height: 28px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.wpsm-bar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #2e539a;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wpsm-bar-title span {
  display: block;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wpsm-bar-bar {
  height: 28px;
  width: 0px;
  background: #2e539a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.wpsm-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  color: #292929;
  font-weight: 700;
}

.wpsm-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0.3em 1em !important
}

/*main*/

.wpsm_box {
  display: block;
  padding: 15px;
  margin: 25px 0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.wpsm_box p:last-child {
  margin: 0;
}

/*aligns*/
.wpsm_box.leftfloat_box {
  float: left;
}

.wpsm_box.rightfloat_box {
  float: right;
}

.wpsm_box.nonefloat_box {
  float: none;
}

/*colors*/
.wpsm_box.gray_type {
  color: #666;
  background: #f9f9f9;
}

.wpsm_box.gray_type a, .wpsm_box.info_type a, .wpsm_box.green_type a, .wpsm_box.download_type a {
  font-weight: 600;
  color: #3c7eff;
}

.wpsm_box.red_type {
  color: #a53939;
  background: #ebb6b8;
}

.wpsm_box.red_type a {
  color: #a53939;
  font-weight: 600;
}

.wpsm_box.green_type {
  color: #306126;
  background: #bde4b5;
}

.wpsm_box.blue_type {
  color: #186389;
  background: #cae8f6;
}

.wpsm_box.blue_type a {
  font-weight: 600;
  color: #186389;
}

.wpsm_box.yellow_type {
  color: #c4690e;
  background: #fffdf3;
  border: 1px solid #f2dfa4;
}

.wpsm_box.yellow_type a {
  color: #c4690e;
  font-weight: 600;
}

.wpsm_box.dashed_border_type {
  border: 1px dashed #CCCCCC;
}

.wpsm_box.solid_border_type {
  border: 1px solid #CCCCCC;
}

.wpsm_box.transparent_type {
  background-color: transparent;
}

/* #Box
================================================== */
.wpsm_box.standart_type, .wpsm_box.info_type, .wpsm_box.warning_type, .wpsm_box.error_type, .wpsm_box.download_type, .wpsm_box.note_type {
  color: #363636;
  min-height: 52px;
  padding: 15px 15px 15px 20px;
  overflow: auto;
  border: 0;
}

.wpsm_box.warning_type {
  background-color: #FFF7F4;
  border-color: #F38867;
  color: #A61818
}

.wpsm_box.warning_type a {
  color: #A61818;
  font-weight: 600;
}

.wpsm_box.standart_type {
  background-color: #F9F9F9;
  border-color: #E3E3E3;
}

.wpsm_box.standart_type a {
  font-weight: 600;
}

.wpsm_box.info_type {
  background-color: #abe19ab3;
  color: #306126;
}

.wpsm_box.error_type {
  background-color: #FFD3D3;
  border-color: #FF0000;
  color: #DC0000
}

.wpsm_box.error_type a {
  color: #DC0000;
  font-weight: 600;
}

.wpsm_box.download_type {
  background-color: #E8F9FF;
  border-color: #BCD0DE;
}

.wpsm_box.note_type {
  background-color: #FFFCE5;
  border-color: #FFDC7D;
}

.wpsm_box.note_type a {
  color: #363636;
  font-weight: 600;
}

.wpsm_box.standart_type i, .wpsm_box.info_type i, .wpsm_box.warning_type i, .wpsm_box.error_type i, .wpsm_box.download_type i, .wpsm_box.note_type i {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-size: 27px;
  float: left;
  margin: 0 14px 10px 0;
}

.wpsm_box.warning_type i:before {
  content: "\f071";
  color: #E25B32;
}

.wpsm_box.info_type i:before {
  content: "\f0c6";
  color: #53A34C;
}

.wpsm_box.error_type i:before {
  content: "\f05e";
  color: #DC0000;
}

.wpsm_box.download_type i:before {
  content: "\f019";
  color: #1AA1D6;
}

.wpsm_box.note_type i:before {
  content: "\f044";
  color: #555;
}

.wpsm_box.leftfloat_box {
  margin: 0 25px 25px 0 !important
}

.wpsm_box.rightfloat_box {
  margin: 0 0 25px 25px !important
}

/* Buttons
================================================== */
.wpsm-button {
  font-family: Arial, sans-serif;
  margin: 0 5px 8px 0;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  outline: none;
  border: 1px solid #7e7e7e;
  background: #aaaaaa;
  text-decoration: none !important;
  transition: all 0.4s ease 0s;
  border: 1px solid #7e7e7e;
  color: #fff !important;
  font-weight: bold !important;
  padding: 0.8em 1.4em;
  line-height: 0.8em;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  position: relative;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 12px;
}

.wpsm-button.white {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #111 !important;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.wpsm-button.white:hover {
  background-color: #f5f5f5;
  border: 1px solid #111;
}

.wpsm-button.white:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background: #e6e6e6;
  border-color: #adadad;
}

.wpsm-button.medium {
  padding: 8px 16px;
  line-height: 15px !important;
  font-size: 15px !important
}

.wpsm-button.small {
  padding: 5px 12px;
  line-height: 12px !important;
  font-size: 12px !important
}

.wpsm-button.big {
  padding: 12px 24px;
  line-height: 22px !important;
  font-size: 22px !important
}

.wpsm-button.giant {
  padding: 16px 30px;
  line-height: 30px !important;
  font-size: 30px !important
}

.wpsm-button:active {
  text-decoration: none;
  background: #7e7e7e;
  top: 2px;
  box-shadow: none !important;
  background: -moz-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e7e7e), color-stop(100%, #aaaaaa));
  background: -webkit-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%);
  background: -o-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%);
  background: -ms-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%);
  background: linear-gradient(to bottom, #7e7e7e 0%, #aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#aaaaaa', GradientType=0);
}

.wpsm-button:hover {
  text-decoration: none;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
}

.wpsm-button.black {
  background: #505050;
  border: 1px solid #101010;
}

.wpsm-button.black:active {
  background: #101010;
}

.wpsm-button.red {
  background: #d01d10;
  border: 1px solid #d01d10;
}

.wpsm-button.red:active {
  background: #d01d10;
}

.wpsm-button.orange {
  background: #fa9e19;
  border: 1px solid #FB6909;
}

.wpsm-button.orange:active {
  background: #fb6909;
}

.wpsm-button.blue {
  background: #3c7eff;
  border: 1px solid #3c7eff;
}

.wpsm-button.blue:active {
  background: #1571f0;
}

.wpsm-button.rosy {
  background: #f295a2;
  border: 1px solid #e84a5f;
}

.wpsm-button.rosy:active {
  background: #e84a5f;
}

.wpsm-button.pink {
  background: #e3618d;
  border: 1px solid #cb245c;
}

.wpsm-button.pink:active {
  background: #cb245c;
}

.wpsm-button.green {
  background: #66B22C;
  border-color: #60AE40;
}

.wpsm-button.green:active {
  background: #5fb139;
}

.wpsm-button.brown {
  background: #876565;
  border: 1px solid #604848;
}

.wpsm-button.brown:active {
  background: #604848;
}

.wpsm-button.purple {
  background: #524656;
  border: 1px solid #372f3a;
}

.wpsm-button.purple:active {
  background: #372f3a;
}

.wpsm-button.gold {
  background: #ffc750;
  border: 1px solid #faaa00;
}

.wpsm-button.gold:active {
  background: #faaa00;
}

.wpsm-button.gold {
  color: #844D1E !important;
  text-shadow: 1px 1px 1px #ffe2a5 !important;
}

.wpsm-button.teal {
  background: #3c9091;
  border: 1px solid #286061;
}

.wpsm-button.teal:active {
  background: #286061;
}

.wpsm-button.navy {
  background: #2c76cf;
  border: 1px solid #1d4e89;
}

.wpsm-button.navy:active {
  background: #1d4e89;
}

.wpsm-button.left {
  float: left;
}

.wpsm-button.right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.wpsm-button.small i.fa {
  padding-right: 5px;
}

.wpsm-button.medium i.fa {
  padding-right: 8px;
}

.wpsm-button.big i.fa {
  padding-right: 10px;
}

.wpb_button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.wpsm-button.wpsm-flat-btn {
  border-radius: 0;
}

.wpsm-button.wpsm-flat-btn {
  font-weight: normal;
}

.popup_cont_div {
  display: none;
}

.popup_cont_inside {
  padding: 20px
}

/* #table
================================================== */
.wpsm-table {
  overflow: auto;
}

.wpsm-table table {
  border-collapse: separate;
  padding-bottom: 1px;
  width: 100%;
  margin: 10px 0 20px;
  border-spacing: 0;
  font-size: 13px;
}

.wpsm-table table tr:first-child th {
  border-top: 0 none;
}

.wpsm-table table tr th, .wpsm-table table tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.wpsm-table table tr th {
  background: none repeat scroll 0 0 #222222;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.wpsm-table.wpsm-table-grey table tr th {
  background: none repeat scroll 0 0 #f5f5f5;
  color: #111 !important;
}

.wpsm-table.wpsm-table-orange table tr th {
  background: none repeat scroll 0 0 #fb7203;
}

.wpsm-table.wpsm-table-yellow table tr th {
  background: none repeat scroll 0 0 #FFDD00;
  color: #222222;
}

.wpsm-table.wpsm-table-blue table tr th {
  background: none repeat scroll 0 0 #00AAE9;
}

.wpsm-table.wpsm-table-red table tr th {
  background: none repeat scroll 0 0 #DD0007;
}

.wpsm-table.wpsm-table-green table tr th {
  background: none repeat scroll 0 0 #77bb0f;
}

.wpsm-table.wpsm-table-purple table tr th {
  background: none repeat scroll 0 0 #662D91;
}

.wpsm-table table tbody tr td {
  background: none repeat scroll 0 0 #FAFAFA;
}

.wpsm-table table tbody tr:nth-child(2n+1) td {
  background: none repeat scroll 0 0 #fff;
}

/* Columns
================================================== */
.wpsm-one-half {
  width: 48%;
}

.wpsm-one-third {
  width: 30.66%;
}

.wpsm-two-third {
  width: 65.33%;
}

.wpsm-one-fourth {
  width: 22%;
}

.wpsm-three-fourth {
  width: 74%;
}

.wpsm-one-fifth {
  width: 16.8%;
}

.wpsm-two-fifth {
  width: 37.6%;
}

.wpsm-three-fifth {
  width: 58.4%;
}

.wpsm-four-fifth {
  width: 67.2%;
}

.wpsm-one-sixth {
  width: 13.33%;
}

.wpsm-five-sixth {
  width: 82.67%;
}

.wpsm-one-half, .wpsm-one-third, .wpsm-two-third, .wpsm-three-fourth, .wpsm-one-fourth, .wpsm-one-fifth, .wpsm-two-fifth, .wpsm-three-fifth, .wpsm-four-fifth, .wpsm-one-sixth, .wpsm-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpsm-column-last {
  margin-right: 0 !important;
  clear: right;
}

.wpsm-column-last:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Numbox
================================================== */
.wpsm-numbox, .wpsm-numhead {
  clear: both;
  margin: 10px 0;
  min-height: 56px;
  padding: 0 0 0 60px !important;
  position: relative;
}

.wpsm-numbox span, .wpsm-numhead span {
  border-radius: 50% 50% 50% 50%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 38px;
}

.wpsm-numbox.wpsm-style1 span, .wpsm-numhead.wpsm-style1 span {
  color: #CCCCCC;
  border: 3px solid #CCCCCC;
}

.wpsm-numbox.wpsm-style2 span, .wpsm-numhead.wpsm-style2 span {
  border: 3px solid #363636;
  color: #363636;
}

.wpsm-numbox.wpsm-style3 span, .wpsm-numhead.wpsm-style3 span {
  border: 3px solid #fb7203;
  color: #fb7203;
}

.wpsm-numbox.wpsm-style4 span, .wpsm-numhead.wpsm-style4 span {
  border: 3px solid #61BAEA;
  color: #61BAEA;
}

.wpsm-numhead span {
  top: -9px;
}

/* Titlebox
================================================== */
.wpsm-titlebox {
  margin: 30px 0;
  padding: 15px 20px 12px;
  position: relative;
  color: #186389;
  background: #cae8f6;
  border-radius: 12px;
  font-size: 15px;
}

.wpsm-titlebox a {
  font-weight: 600;
  color: #186389;
}

.wpsm-titlebox>strong:first-child {
  margin-bottom: 5px;
  display: block;
}

.wpsm_sep.vc_separator h4 {
  font-size: 21px
}

.wpsm_sep.wpsm_uppercase {
  text-transform: uppercase;
}

/* Codebox
================================================== */
pre.wpsm-code {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #E5E5E5;
  color: #666666;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace, serif;
  margin: 18px 0;
  font-size: 14px
}

pre.wpsm-code.wpsm_code_2 {
  border: none;
  border-left: 4px solid #61BAEA;
}

/* Dividers
================================================== */
.wpsm-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none;
  border: none;
}

.wpsm-divider.solid_divider {
  border-top: 1px solid #e6e6e6;
}

.wpsm-divider.dashed_divider {
  border-top: 2px dashed #e6e6e6;
}

.wpsm-divider.dotted_divider {
  border-top: 3px dotted #e6e6e6;
}

.wpsm-divider.double_divider {
  height: 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.wpsm-divider.fadeout_divider {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#e6e6e6), to(#ffffff));
  background-image: -webkit-radial-gradient(50% 50%, #e6e6e6, #ffffff);
  background-image: -moz-radial-gradient(50% 50%, #e6e6e6, #ffffff);
  background-image: -o-radial-gradient(50% 50%, #e6e6e6, #ffffff);
  background-image: -ms-radial-gradient(50% 50%, #e6e6e6, #ffffff);
  background-image: radial-gradient(50% 50%, #e6e6e6, #ffffff);
}

.wpsm-divider.fadein_divider {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 42px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-radial-gradient(50% 50%, #ffffff, #e6e6e6);
  background-image: -moz-radial-gradient(50% 50%, #ffffff, #e6e6e6);
  background-image: -o-radial-gradient(50% 50%, #ffffff, #e6e6e6);
  background-image: -ms-radial-gradient(50% 50%, #ffffff, #e6e6e6);
  background-image: radial-gradient(50% 50%, #ffffff, #e6e6e6);
}

.wpsm-divider.transparent_divider {}

.wpsm-divider.clear_divider {
  clear: both;
}

/* Highlights
================================================== */
.wpsm-highlight-yellow, .wpsm-highlight-yellow a {
  background-color: #FFF7A8;
  color: #695D43;
}

.wpsm-highlight-blue, .wpsm-highlight-blue a {
  color: #185a7c;
  background: #e9f7fe;
}

.wpsm-highlight-green, .wpsm-highlight-green a {
  color: #5f9025;
  background: #ebf6e0;
}

.wpsm-highlight-red, .wpsm-highlight-red a {
  color: #c03b3b;
  background: #ffe9e9;
}

.wpsm-highlight-black, .wpsm-highlight-black a {
  color: #fff;
  background: #222;
}

/* Googlemap
================================================== */
.wpsm_googlemap {
  position: relative;
  max-width: inherit;
}

.wpsm_googlemap .map_canvas {
  width: 100%;
  height: 100%;
}

.wpsm_googlemap .map_canvas h3 {
  margin: 0 0 10px;
  font-size: 14px;
}

.wpsm_map_canvas img {
  max-width: none !important;
}

/* Toggle
================================================== */
.wpsm-toggle {
  margin: 15px 0
}

.wpsm-toggle h3.wpsm-toggle-trigger {
  display: block;
  color: #555;
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 0 !important;
  cursor: pointer;
  font-family: Arial;
  background-color: #f9f9f9;
}

.wpsm-toggle h3.wpsm-toggle-trigger:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.wpsm-toggle h3.wpsm-toggle-trigger.active:before, .wpsm-toggle h3.wpsm-toggle-trigger.wpb_toggle_title_active:before {
  content: "–";
}

.wpsm-toggle .wpsm-toggle-trigger:hover {
  background-color: #eee;
  text-decoration: none;
}

.wpsm-toggle .wpsm-toggle-trigger.active, .wpsm-toggle .wpsm-toggle-trigger.active:hover {
  color: #000;
  background-color: #eee;
  text-decoration: none;
}

.wpsm-toggle .wpsm-toggle-container {
  display: none;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0px;
}

.wpb_toggle_content.wpsm-toggle-container {
  margin-top: 0
}

.wpb_toggle.wpsm-toggle-trigger, #content h4.wpb_toggle.wpsm-toggle-trigger {
  background-image: none
}

.vc_toggle_title>h4 {
  text-transform: uppercase;
  font-size: 120%;
}

/* #list style
================================================== */
.wpsm_checklist ul li, .wpsm_starlist ul li, .wpsm_arrowlist ul li, .wpsm_bulletlist ul li {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 1px 0 0 25px;
}

.wpsm_checklist ul li {
  background: url("../images/tick_16.png") no-repeat scroll left center transparent
}

.wpsm_starlist ul li {
  background: url("../images/star_16.png") no-repeat scroll left center transparent
}

.wpsm_arrowlist ul li {
  background: url("../images/arrow_16.png") no-repeat scroll left center transparent
}

.wpsm_bulletlist ul li {
  background: url("../images/bullet_16.png") no-repeat scroll left center transparent
}

/* #tooltip
================================================== */
.wpsm-tooltip {
  border-bottom: 1px dotted #666;
  font-weight: bold;
}

/* #members style
================================================== */
.wpsm-members {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #ddd;
  color: #444;
  margin: 25px 0 18px 0;
  padding: 17px 15px 10px 15px;
  position: relative;
}

.wpsm-members>strong:first-child {
  font-size: 12px;
  padding: 0 10px;
  width: auto !important;
  color: #FFFFFF;
  height: 20px;
  left: 10px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 20px;
}

article em.emph {
  margin: 10px 0
}

/* Pricing Table
================================================== */
.wpsm-price {
  margin: 20px 0 !important
}

.wpsm-price li {
  margin: 0;
}

.wpsm-price .wpsm-price-column {
  float: left;
  display: inline;
  text-align: center;
  margin-right: -1px
}

.wpsm-price .wpsm-price-column.wpsm-featured-price {
  margin: -10px 0;
  margin-right: -1px;
  z-index: 1000
}

.wpsm-price .wpsm-price-column .wpsm-price-header {
  background: #333 url(../images/sep_home.png) bottom repeat-x;
  border-left: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header {
  background-color: #fb7203;
  border: none;
}

.wpsm-price .wpsm-price-column .wpsm-price-header h4 {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  line-height: 22px
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header h4 {
  color: #fff;
  text-shadow: 0 1px 0px #7494a5
}

.wpsm-price .wpsm-price-column .wpsm-price-cell {
  font-size: 14px;
  color: #111;
  padding: 20px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e2e2e2;
}

.wpsm-price .wpsm-price-column .wpsm-price-cell .wpsm-price-value {
  font-size: 24px;
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-cell {
  background-color: #f2f2f2;
  color: #333;
}

.wpsm-price .wpsm-price-column .wpsm-price-content {
  padding-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.wpsm-price .wpsm-price-column .wpsm-price-content ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  list-style: none;
}

.wpsm-price .wpsm-price-column .wpsm-price-content ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  color: #666;
  list-style: none;
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-content ul li {
  font-size: 13px;
  padding: 12px 0;
  color: #333
}

.wpsm-price .wpsm-price-column .wpsm-price-content ul li:hover {
  color: #999
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header h4 {
  text-shadow: 0 1px 0px #a72b2b
}

.wpsm-price.clear:before, .wpsm-price.clear:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.wpsm-price .wpsm-price-button span.wpsm-button-inner {
  padding: 8px 18px;
  font-size: 16px;
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-button {
  padding: 4px 0;
}

.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-button span.wpsm-button-inner {
  padding: 12px 22px;
  font-size: 17px
}

.wpsm-price.clear:after {
  clear: both;
}

/* Promobox
================================================== */
.wpsm_promobox {
  background: none repeat scroll 0 0 #f8f8f8;
  margin: 0 0 84px;
  padding: 15px 25px;
  clear: both;
  margin: 15px 0;
  position: relative;
  overflow: auto;
  color: #333;
}

.wpsm_promobox .title_promobox {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 7px;
}

.wpsm_promobox p {
  font-size: 14px;
  margin: 10px 0;
}

.continue_btn {
  float: right;
  margin: 8px 0 0 15px
}

.continue_btn span {
  display: block;
}

.continue_btn span strong {
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.continue_btn span i {
  margin-right: 8px
}

.wpsm-button.rehub_main_btn, .ap-pro-form-field-wrapper input[type="submit"] {
  font-family: 'Open Sans Condensed', trebuchet ms;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
  font-weight: 700
}

.wpsm-button.medium.rehub_main_btn span.wpsm-button-inner {
  font-size: 18px;
  line-height: 18px;
  padding: 12px 24px;
  font-weight: bold
}

.wpsm-button span.wpsm-button-inner {
  display: block;
}

.wpsm_vca.vc_call_to_action hgroup h2, .vc_cta3 h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  color: inherit;
}

.wpsm_vca.vc_call_to_action hgroup h4, .vc_cta3 h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 15px;
}

.wpsm_vca {
  color: #fff
}

.wpsm_vca .vc_button-2-wrapper {
  display: block;
}

@media only screen and (max-width: 479px) {
  .wpsm_promobox .continue_btn {
    float: none;
    margin: 0 0 10px 0;
    position: absolute;
    left: 25px;
    bottom: 15px
  }

  .wpsm_promobox {
    padding: 15px 25px 70px 25px
  }
}

/* Tabs
================================================== */
.wpsm-tabs {
  margin-bottom: 15px;
}

.wpsm-tabs ul.ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
}

.wpsm-tabs ul.ui-tabs-nav li {
  float: left !important;
}



.wpsm-tabs ul.tabs:before, ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.wpsm-tabs ul.tabs:after {
  clear: both;
}

.wpsm-tabs ul.tabs {
  zoom: 1;
}

.wpsm-tabs .ui-tabs-hide {
  display: none;
}

.wpsm-tabs:before, ul.wpsm-tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.wpsm-tabs:after {
  clear: both;
}

.wpsm-tabs {
  zoom: 1;
}

.wpsm-tabs .ui-tabs-hide {
  display: none;
}

.wpsm-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.wpb_content_element.wpsm-tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 0 20px
}

.wpb_content_element.wpsm-tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-active a {
  padding: 4px 20px 0 20px;
}

.wpb_content_element.wpb_tabs.wpsm-tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
  padding: 20px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  clear: both;
}

.wpb_content_element .wpb_tabs_nav li a {
  color: #111;
}

.wpsm-tabs.n_b_tab ul.ui-tabs-nav {
  border: none !important;
  margin: 0 !important;
  text-align: center !important;
}

.wpsm-tabs.n_b_tab ul.ui-tabs-nav li {
  display: inline-block !important;
  float: none !important;
  background-color: transparent !important;
}

.wpsm-tabs.n_b_tab ul.ui-tabs-nav li a {
  border: none !important;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: bold;
}

.wpb_content_element.wpb_tabs.wpsm-tabs.n_b_tab .wpb_tour_tabs_wrapper .wpb_tab {
  border: none !important;
  padding: 20px 0 !important;
  background: transparent !important;
}

.wpb_content_element.wpsm-tabs.n_b_tab .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-state-active a {
  border-bottom: 3px solid #fb7203 !important
}

.wpb_content_element.n_b_tab .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element.n_b_tab .wpb_tabs_nav li:hover {
  background-color: transparent !important;
}


/*VC 4.6.*/
.vc_tta-tabs.wpsm-tabs .vc_tta-tab>a {
  color: #555 !important;
  padding: 10px 20px !important;
  background-color: #f4f4f4 !important
}

.vc_tta-tabs.wpsm-tabs .vc_tta-tab.vc_active>a {
  color: #111 !important;
  font-weight: bold;
  background-color: transparent !important;
}

.vc_tta-tabs.wpsm-tabs .vc_tta-panels {
  background-color: transparent !important;
  border-top-color: transparent !important
}

.vc_tta-tabs.wpsm-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading a:after {
  content: "\f107";
  text-align: right;
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 15px;
}

.vc_tta-tabs.wpsm-tabs .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
}

.vc_tta-tabs.wpsm-tabs .vc_tta-tab.vc_active>a {
  border-color: #ddd !important;
  border-bottom-color: transparent !important;
}

.vc_tta-tabs.wpsm-tabs .vc_tta-tab.vc_active, .vc_tta-tabs.wpsm-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-top: 3px solid #fb7203 !important;
}

@media (min-width: 768px) {
  .vc_tta-tabs.wpsm-tabs .vc_tta-panels {
    border-color: #ddd !important;
    border-top-color: transparent !important;
  }
}

.n_b_tab.vc_tta-tabs.wpsm-tabs .vc_tta-tab>a {
  border: none !important;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: bold;
}

.n_b_tab.vc_tta-tabs.wpsm-tabs .vc_tta-tab.vc_active {
  border-bottom: 3px solid #fb7203 !important;
  border-top: none !important;
}

.n_b_tab.vc_tta-tabs.wpsm-tabs .vc_tta-panels-container {
  margin: 10px 0
}

/* Testimonial
================================================== */
.wpsm-testimonial {
  margin: 15px 0
}

.wpsm-testimonial-content {
  font-style: italic;
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  color: #666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.wpsm-testimonial-content:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -15px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid #f5f5f5;
  font-size: 0px;
  line-height: 0px;
}

.wpsm-testimonial-content p:last-child {
  margin: 0;
}

.wpsm-testimonial-author {
  font-size: 1em;
  margin-top: 20px;
  margin-left: 15px;
  color: #000;
  font-weight: bold;
}

/* Tooltip
================================================== */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 2000000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.wpsm_dropcap {
  display: block;
  float: left;
  font-size: 32px;
  line-height: 40px;
  margin: 0 6px 0 0;
}

/* PROS&CONS
================================================== */
.wpsm_pros .title_pros {
  color: #8bb900;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.wpsm_pros {
  padding-left: 15px
}

.wpsm_cons .title_cons {
  color: #cc0000;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.wpsm_pros, .wpsm_cons {
  margin: 0
}

.wpsm_pros ul li, .wpsm_cons ul li {
  list-style: none;
  margin: 0 0 10px 0;
}

.wpsm_pros ul, .wpsm_cons ul {
  margin: 0 0 15px 0
}

.wpsm_pros ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #8bb900;
  padding-right: 6px
}

.wpsm_cons ul li:before {
  content: '\f068';
  font-family: 'FontAwesome';
  color: #cc0000;
  padding-right: 8px
}

/*Widgets
==============================*/
.wpb_content_element h2.widgettitle {
  font-size: 16px;
  margin-bottom: 22px;
  font-family: Arial
}

/*SEP LINE*/
.wpsm_sep_line {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpsm_sep_line span {
  display: block;
  width: 100%;
  max-width: 100%;
}

.wpsm_sep_left span {
  float: left;
}

.wpsm_sep_right span {
  float: right;
}

.wpsm_sep_center span {
  margin: 0 auto
}

/*VC ROW*/
.vc_row {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.post .vc_row {
  margin-left: 0;
  margin-right: 0
}

/*Search box*/
.custom_search_box {
  padding: 20px;
}

.custom_search_box form {
  position: relative;
  display: block;
}

.custom_search_box input[type="text"] {
  background: #f0f0f0;
  border: 3px solid #e5e5e5;
  height: 50px;
  width: 100%;
  font-size: 130%;
  padding: 0 55px 0 40px;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.custom_search_box i.fa-search {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -8px
}

.custom_search_box button[type="submit"] {
  padding: 0 13px;
  position: absolute;
  height: calc(100% - 6px);
  right: 3px;
  top: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff !important;
  font-size: 130% !important;
  margin: 0;
  border-radius: 0
}

/*Bars*/
.vc_progress_bar .vc_single_bar .vc_label {
  color: #FFF
}

/*Icon*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 6.5em !important;
}

.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
  width: 6.5em;
  height: 6.5em
}

/*Image title*/
.wpb_singleimage_heading {
  font: normal 12px trebuchet;
  margin-bottom: 10px
}

.wpb_single_image .vc_single_image-wrapper {
  display: block;
}

/*Heading bar*/
.wpb_progress_bar_heading {
  font: normal 18px trebuchet;
  margin-bottom: 10px
}

/****************************************************************************
320 x 480 (iPhone)
****************************************************************************/
@media only screen and (max-width: 991px) {
  .wpsm-one-half, .wpsm-one-third, .wpsm-two-third, .wpsm-three-fourth, .wpsm-one-fourth, .wpsm-one-fifth, .wpsm-two-fifth, .wpsm-three-fifth, .wpsm-four-fifth, .wpsm-one-sixth, .wpsm-five-sixth {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .wpsm-price .wpsm-price-column {
    float: none;
  }

  .wpsm-pricing-table>div {
    margin-bottom: 25px;
  }

  .wpsm_box, .wpsm-box.leftfloat_box, .wpsm-box.rightfloat_box {
    float: none;
    width: 100% !important;
  }
}