/* Accordion
-------------------------------------------------------------- */
.sc_accordion .sc_accordion_item {
  margin-bottom: 3px;
}

.sc_accordion > .sc_accordion_item .sc_accordion_content {
  overflow: hidden;
  display: none;
}

.sc_accordion .sc_accordion_item .sc_accordion_title {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
  content: '. ';
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.sc_accordion .sc_accordion_item .sc_accordion_content {
  padding: 27px 30px;
}

/* Style 1 */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
  padding: 15px 50px 15px 20px;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  width: 50px;
  color: #ffffff;
  right: 0;
  left: auto;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
  margin-top: -50px;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
  margin-top: 0;
}

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
  margin-top: 50px;
}


/* Style 2 */
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
  padding: 15px 20px 15px 35px;
  text-transform: uppercase;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 100%;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
  opacity: 0;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
  opacity: 1;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
  opacity: 0;
}

.sc_accordion.sc_accordion_style_2  .sc_accordion_item .sc_accordion_content {
  padding: 0px 30px 20px 30px;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item {
  border-bottom: 1px dashed #e8e9e9;
  margin-bottom: 0;
  padding: 10px 0;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item:last-child {
  border-bottom: none;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
  left: 10px;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item:last-child {
  margin-bottom: 0px;
}

/* Audio
-------------------------------------------------------------- */
.mejs-offscreen {
  display: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 6px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
  height: 3px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,
.mejs-controls .mejs-time-rail .mejs-time-total:before {
  content: none;
}

.mejs-container .mejs-controls .mejs-time {
  padding: 7px 6px 0 6px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(256,256,256,0.3) !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff !important;
}

.mejs-container .mejs-controls div {
  font-size: 10px;
  line-height: 10px;
  font-family: Open Sans, sans-serif;
}

.sc_audio .mejs-controls .mejs-button button {
  height: 24px;
  width: 24px;
  background: none !important;
  background-color: #fff !important;
  border-radius: 50%;
  margin: 0 !important;
}

.sc_audio .mejs-controls .mejs-play button:after {
  content: '\e868';
  font-family: "fontello";
  font-size: 12px;
  color: #000;
  line-height: 24px;
  margin-left: 2px;
}

.mejs-container .mejs-controls .mejs-pause button:after {
  content: '\e869';
  font-family: fontello;
  font-size: 12px;
  color: #000;
  line-height: 24px;
  margin-left: 1px;
}

.mejs-container .mejs-controls {
  height: 24px !important;
}

.mejs-controls .mejs-mute button:after {
  content: '\e86b';
  font-family: fontello;
  font-size: 11px;
  color: #000;
  line-height: 25px;
}

.mejs-controls .mejs-unmute button:after {
  content: '\e86a';
  font-family: fontello;
  font-size: 11px;
  color: #000;
  line-height: 25px;
}

.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 3px;
  left: 6px;
}

.sc_audio {
  /*opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);*/
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_audio.sc_show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
}

.sc_audio .mejs-container {
  margin: 0;
}

.sc_audio.sc_audio_image {
  padding: 183px 25px 25px 25px;
  background-position: center center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_audio.sc_audio_info {
  position: relative;
  padding: 98px 40px 40px;
}

.sc_audio .sc_audio_header {
  padding: 0 0 20px 0;
}

.sc_audio.sc_audio_image .sc_audio_header {
  min-height: 70px;
}

.sc_audio.sc_audio_image .sc_audio_container {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

.sc_audio .sc_audio_header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 40px 0px;
}

.sc_audio .sc_audio_author_by {
  color: #222222;
  font-size: 14px;
}

.sc_audio .sc_audio_title {
  font-weight: 400;
  margin: 0;
      font-family: inherit;
}

.sc_audio .sc_audio_author {
  font-size: 18px;
  font-weight: 600;
}

.mejs-container, 
.mejs-embed, 
.mejs-embed body, 
.mejs-container .mejs-controls {
  background: transparent !important;
}

.sc_audio:not(.sc_audio_info) .mejs-container,
.mejs-container:not(.sc_audio) {
  background-color: #83D6E0 !important;
  min-height: 45px;
}

.sc_audio:not(.sc_audio_info) .mejs-container .mejs-controls,
.mejs-container:not(.sc_audio) .mejs-controls {
  top: 10px;
  left: 15px !important;
  width: calc(100% - 30px) !important;
}

.sc_audio:not(.sc_audio_info) .mejs-controls .mejs-button button,
.mejs-container:not(.sc_audio) .mejs-controls .mejs-button button {
  margin: 5px;
}

.sc_audio:not(.sc_audio_info) .mejs-container .mejs-controls .mejs-time ,
.mejs-container:not(.sc_audio) .mejs-controls .mejs-time {
  padding: 8px 6px 0 6px !important;
}

.sc_audio:not(.sc_audio_info) .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.sc_audio:not(.sc_audio_info) .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-container:not(.sc_audio) .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container:not(.sc_audio) .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 9px;
}

/* Button
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
button,
.sc_button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: 500;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sc_button.aligncenter {
  display: inline-block !important;
}

.sc_button.sc_button_style_border {
    background-color: transparent;
    border: 2px solid;
    padding: 14px 28px;
}

.sc_button.custom.sc_button_style_1 {margin-top:32px;color:#83cdc8;background-color:#f4f8f9; border-color:#f4f8f9;}
.sc_button.custom.sc_button_style_1 + .sc_button_style_1 {margin-left: 30px !important;}

.sc_button.sc_button_round {
}

input[type="submit"]:before,
input[type="button"]:before,
button:before,
.sc_button:before {
  margin-right: 10px;
}

.sc_button, .sc_form_button button {
  position: relative;
  padding: 16px 30px;
  z-index: 2;
  line-height: 22px;
  border-radius: 25px;
}

.sc_button:after, .sc_form_button button:after {
  content: '\e838';
  font-family: fontello;
  padding-left: 0;
  z-index: 2;
  opacity: 0;
  margin-right: -14px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 15px;
  width: 15px;
}

.sc_button:hover:after, .sc_form_button button:hover:after {
  padding-left: 6px;
  margin-right: 0;
  opacity: 1;
}

.sc_button:after, .sc_form_button button:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Align
-------------------------------------------------------------- */
.sc_aligncenter {text-align: center;}
.sc_alignleft {text-align: left;}
.sc_alignright {text-align: right;}

/* Block
-------------------------------------------------------------- */

.sc_block_text {}
.sc_block_text_style_1 {font-size: 16px;color: #bcc1c2;}

/* Blogger
-------------------------------------------------------------- */
.sc_blogger.sc_scroll_controls {
  position: relative;
}

.sc_blogger.sc_scroll_controls_type_top {
  overflow: visible !important;
}

.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
  top: -50px;
}

.sc_blogger_title.sc_item_title:after {
  margin-bottom: 25px;
}

.sc_blogger_title.sc_item_title + .isotope_wrap {
  margin-top: 30px;
}

.sc_blogger_descr.sc_item_descr {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 42px;
}

/* Style 'Date' */
.sc_blogger.layout_date .sc_blogger_item {
  position: relative;
}

.sc_blogger.layout_date .sc_blogger_item:before {
  content: ' ';
  display: block;
  background-color: #ddd;
  position: absolute;
  z-index: 1;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before {
  width: 1px;
  height: 100%;
  left: 40px;
  top: 0;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before {
  height: 1px;
  width: 100%;
  left: 0;
  top: 40px;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before {
  content: none;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
  width: 78px;
  height: 78px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month {
  display: block;
  padding: 14px 0 6px 0;
  font-size: 1.15em;
  font-weight: 300;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
  display: block;
  font-size: 0.75em;
  margin: 0 auto;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
  width: 33px;
  display: block;
  margin: 0 auto 3px;
  content: ' ';
  border-top: 1px solid #ddd;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
  margin: 0 0 0.6em 0;
}

.sc_blogger.layout_date.sc_blogger_horizontal {
  overflow: hidden;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
  float: left;
}

.sc_blogger.layout_date.sc_blogger_horizontal .post_content {
  padding-right: 2em;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date {
  margin-bottom: 1.25em;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
  padding-top: 2em;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date {
  float: left;
}

.sc_blogger.layout_date.sc_blogger_vertical .post_content {
  padding-left: 100px;
}

.sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
  content: ' ';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info {
  margin: 0;
}

.sc_blogger.layout_date .load_more {
  height: 60px;
  position: relative;
}

.sc_blogger.layout_date .load_more:before {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-family: "fontello";
  content: '\e82d';
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 24px;
  line-height: 28px;
}

.sc_blogger.layout_date .load_more:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
}


/* Style Plain */
.sc_blogger_item.sc_plain_item {
  padding: 31px;
  background-color: #f0f0f0;
  margin-bottom: 2px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.sc_blogger_item.sc_plain_item  + .sc_plain_item {
  margin-top: 0px;
}

.sc_blogger_item.sc_plain_item .post_thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}

.sc_blogger_item.sc_plain_item .post_category {
  position: relative;
  font-size: 13px;
}

.sc_blogger_item.sc_plain_item .post_category .category_link {
  color: #7FC5C1;
}

.sc_blogger_item.sc_plain_item .post_title {
  margin: 5px 0 8px;
  position: relative;
}

.sc_blogger_item.sc_plain_item .post_info {
  margin-bottom: 0;
  position: relative;
}

.sc_blogger_item.sc_plain_item .post_info .post_info_posted,
.sc_blogger_item.sc_plain_item .post_info .post_info_counters {
  font-weight: 400;
}

.sc_blogger_item.sc_plain_item .post_info .post_info_counters a {
  color: #7FC5C1;
}

.sc_blogger.layout_plain .sc_item_button {
  margin-top: 38px;
  position: relative;
}

.sc_blogger_item.sc_plain_item,
.sc_blogger_item.sc_plain_item *,
.sc_blogger_item.sc_plain_item .post_category,
.sc_blogger_item.sc_plain_item .post_category span,
.sc_blogger_item.sc_plain_item .post_category a {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.sc_blogger_item.sc_plain_item:hover .post_thumb {
  opacity: 0.1;
}

.sc_blogger_item.sc_plain_item:hover .post_category,
.sc_blogger_item.sc_plain_item:hover .post_category span,
.sc_blogger_item.sc_plain_item:hover .post_category a,
.sc_blogger_item.sc_plain_item:hover .post_info .post_info_item ,
.sc_blogger_item.sc_plain_item:hover .post_info a,
.sc_blogger_item.sc_plain_item:hover .post_info a span {
  color: #fff;
}



/* Style News */
.sc_blogger.sc_blogger_horizontal.layout_news {
  overflow: hidden;
}

.sc_blogger.sc_blogger_horizontal.layout_news .post_featured {
  width: 40%;
  float: left;
  vertical-align: top;
  margin: 0 2em 0.7em 0;
}

.sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured {
  width: 100%;
  float: none;
  margin: 0 0 0.7em 0;
}

.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item+.sc_blogger_item {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.post_item_news .post_featured .hover_icon:before {
  font-size: 3em;
}

/* Style 'Related' */
.article_style_boxed .sc_blogger.template_related .post_content_wrap {
  background-color: #f4f7f9;
}

/* Style 'Masonry' */
.article_style_boxed .sc_blogger.template_masonry .post_content {
  background-color: #f4f7f9;
}

.post_item.post_item_masonry .post_content {
  padding: 35px 40px;
}

.post_item.post_item_masonry .post_title {
  margin-top: 0px;
  line-height: 147%;
}

/* Isotope filters */
.sc_blogger .isotope_filters {
  margin: 0px 0 35px;
}
.sc_blogger_title.sc_item_title + .isotope_filters.inited {
    margin-top: 51px;
}

/* Button below posts */
.sc_blogger.no_margins .sc_blogger_button {
  margin-top: 60px;
}

/* Blogger with scroll */
.sc_scroll_horizontal .sc_blogger .isotope_item,
.sc_scroll_horizontal .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_horizontal .isotope_item,
.sc_blogger .sc_scroll_horizontal [class*=column-] {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 0;
  white-space: nowrap;
}

.sc_scroll_vertical .sc_blogger .isotope_wrap,
.sc_blogger .sc_scroll_vertical .isotope_wrap {
	/*margin-right:0;*/
  ;
}

.sc_scroll_vertical .sc_blogger .isotope_item,
.sc_scroll_vertical .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_vertical .isotope_item,
.sc_blogger .sc_scroll_vertical [class*=column-] {
  position: relative;
/*
	width: 100%;
	display: block;
	padding-right:0;
*/
  width: auto;
  max-width: 400px;
  display: inline-block;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item.square.effect_dir .info, 
.ih-item.square.effect_dir .info .post_title {
  text-align: left;
  padding: 0;
  margin: 0;
}

.ih-item.square .info .post_title a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.ih-item.square.effect_dir .info .post_title, .ih-item.square.effect_dir .info .post_descr {
  margin-top: 0 !important;
}

.ih-item.square.effect_dir .info .post_category a {
  text-transform: lowercase;
}

.sc_blogger.template_portfolio .post_info_wrap.info, 
.sc_blogger.template_square .post_info_wrap.info {
  padding: 35px;
  z-index: 2;
}

.sc_blogger .post_info_wrap .post_link {
  position: absolute;
  bottom: 35px;
  right: 40px;
}

.sc_blogger .post_info_wrap .post_link a:before {
  content: '\e858';
  font-family: fontello;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sc_blogger.template_portfolio .post_info_wrap.info .post_text, .sc_blogger.template_square .post_info_wrap.info .post_text {
  margin-top: 20px;
  font-weight: 300;
}

.sc_blogger.template_portfolio .isotope_item_colored .post_link a:before {
  color: #fff;
}

/* Style Classic */
.isotope_item.isotope_item_classic .post_info_item {
    font-size: 14px;
    font-style: italic;
    margin-top: 24px;
}
.isotope_item.isotope_item_classic .post_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 9px 0;
}
.isotope_item.isotope_item_classic .post_comments {
    font-size: 14px;
    font-style: italic;
    color: #a9a9a9;
}
.post_comments:before {
    content: '\e8d3';
    font-family: fontello;
    font-style: normal;
    margin-left: 1px;
    margin-right: 8px;
}

/* Call to action
-------------------------------------------------------------- */
.sc_call_to_action_align_left .sc_call_to_action_title, .sc_call_to_action_align_left .sc_call_to_action_subtitle, .sc_call_to_action_align_left .sc_call_to_action_descr,
.sc_call_to_action_align_right .sc_call_to_action_title, .sc_call_to_action_align_right .sc_call_to_action_subtitle, .sc_call_to_action_align_right .sc_call_to_action_descr {
  text-align: left;
}

.sc_call_to_action_align_left .sc_call_to_action_featured, .sc_call_to_action_align_left .sc_call_to_action_info,
.sc_call_to_action_align_right .sc_call_to_action_featured, .sc_call_to_action_align_right .sc_call_to_action_info {
  vertical-align: middle;
}

.sc_call_to_action_align_none .sc_call_to_action_info,
.sc_call_to_action_align_center .sc_call_to_action_info {
  text-align: center;
}

.sc_call_to_action_align_none .sc_call_to_action_featured,
.sc_call_to_action_align_center .sc_call_to_action_featured {
  margin: 0 auto 2.2857em;
}

.sc_call_to_action .sc_call_to_action_title {
  font-weight: 300;
  margin-bottom: 0.5em;
}

.sc_call_to_action .sc_call_to_action_title:after {
  display: none;
}

.sc_call_to_action .sc_call_to_action_descr {
  font-style: normal;
  font-weight: 100;
}

.sc_call_to_action .sc_call_to_action_descr u {
  border-bottom: 2px solid;
  text-decoration: none;
}

.sc_call_to_action_accented {
  padding: 3em 0;
}
.sc_call_to_action_style_2 .sc_call_to_action_button.sc_item_button + .sc_item_button {
    margin-right: 10px;
}
.sc_call_to_action_style_2 .sc_call_to_action_buttons .sc_item_button a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Style 1 */

.sc_call_to_action_style_1 .sc_call_to_action_title:after {
    display: block;
    width: 26px;
    height: 2px;
    margin: 19px auto 22px auto;
	    margin-left: 0;
}

.sc_call_to_action_style_1.sc_no_image .sc_call_to_action_title:after {
    margin-left: auto;
}

.sc_call_to_action_style_1 .sc_call_to_action_descr {
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  line-height: inherit;
}

.sc_call_to_action_style_1.sc_no_image .sc_call_to_action_descr {
  color: #12252d;
  font-size: 30px;
  line-height: 44px;
  font-weight: 100;
}
/* Style 2 */ 
.sc_call_to_action_style_2 {
  padding: 55px 0;
}

.sc_call_to_action_style_2  .sc_call_to_action_title {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 25px;
}

.sc_call_to_action_style_2 .sc_call_to_action_descr {
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  line-height: inherit;
}

.sc_call_to_action_style_2 .sc_call_to_action_button.sc_item_button {
  float: right;
  margin-right: 0;
}

.sc_call_to_action_style_2 .sc_call_to_action_button.sc_item_button a {
  display: block;
}

.sc_call_to_action_style_2 .sc_call_to_action_info,
.sc_call_to_action_style_2 .sc_call_to_action_buttons {
  vertical-align: middle;
}

.sc_call_to_action_style_2 .sc_call_to_action_buttons {
  text-align: center;
}

.sc_call_to_action_style_2 .sc_call_to_action_descr {
  text-transform: none;
  margin-bottom: 0px;
}

.sc_call_to_action_style_2.sc_call_to_action_align_none {
  text-align: center;
}

.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_info,
.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons {
  display: inline-block;
}

.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons {
  margin-left: 4em;
}

.sc_call_to_action_style_2.sc_call_to_action_align_center {
  text-align: center;
}


/* Chat
-------------------------------------------------------------- */
.sc_chat {
  position: relative;
  overflow: hidden;
}

.sc_chat:last-child {
  margin-bottom: 0px;
}

.sc_chat_inner {
  position: relative;
}

.sc_chat .sc_chat_title {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sc_chat .sc_chat_avatar {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0 20px 10px 0;
  overflow: hidden;
}

/* Clients
-------------------------------------------------------------- */
.sc_clients_wrap.sc_clients_style_1 {padding: 12px 0 36px;}
/*.sc_clients_wrap.sc_clients_style_1 .sc_client_image > img {max-width: 200%;}*/

.sc_clients.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
  min-height: 3em;
}

.sc_clients_style_clients-2 .sc_client_hover {
  text-align: center;
}

.sc_clients_style_clients-2 .sc_client_title {
  margin: 0.5em 0 0 0;
  font-size: 1.3333em;
  font-weight: 700;
}

.sc_clients_style_clients-2 .sc_client_position {
  margin-top: 0.25em;
  font-style: italic;
}

.sc_clients_style_clients-2 .sc_client_description {
  font-size: 1.2857em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3em;
}

.sc_clients_style_clients-2 .sc_client_description:before {
  content: '\e8b6';
  font-family: 'fontello';
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.5em;
  display: block;
}

.sc_clients_style_clients-2 .sc_client_description p {
  margin: 0;
}

.sc_clients_style_clients-2 .sc_client_description p+p {
  margin-top: 0.5em;
}

.sc_clients_style_clients-2 .sc_client_image {
  background-color: #fff;
}

.sc_clients_style_clients-2 .sc_client_image img {
  vertical-align: middle;
}

.sc_clients_style_clients-2 .sc_client_info {
  padding-top: 1.5em;
}

.sc_clients_style_clients-2 .sc_client_image {
  position: relative;
}

.sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
}

.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

.sc_clients_style_clients-2 .sc_client_image .sc_client_hover,
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover .sc_client_info {
  margin-top: 0;
}

.sc_clients_style_clients-1 .sc_client_image {
  position: relative;
  text-align: center;
}

.sc_clients_style_clients-1 .sc_client_title {
  font-size: 11px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 0 11px;
  position: absolute;
  top: -4px;
  opacity: 0;
  left: 50%;
  margin-left: -61px;
  width: 100px;
  height: 29px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_clients_style_clients-1 .sc_client_image:hover .sc_client_title {
  opacity: 1;
  top: -34px;
}

.sc_clients_style_clients-1 .sc_client_title:after {
  content: '';
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -7px;
}

.sc_clients .sc_item_subtitle {
  margin-bottom: 5px;
}

.sc_clients .sc_columns {
  margin-top: 30px;
}

.sc_clients.sc_clients_style_clients-1.sc_slider_swiper .swiper-slide {
  padding-top: 34px;
}

.sc_clients.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
  min-height: 3em;
}
.sc_clients_style_clients-1 .sc_client_image {
  text-align: center;
}
.sc_clients_style_clients-2 .sc_client_hover {
  text-align:center;
}
.sc_clients_style_clients-2 .sc_client_title {
  margin: 0.5em 0 0 0;
  font-size:1.3333em;
  font-weight:700;
}
.sc_clients_style_clients-2 .sc_client_position {
  margin-top:0.25em;
  font-style:italic;
}
.sc_clients_style_clients-2 .sc_client_description {
  font-size:1.2857em;
  font-weight:300;
  font-style:italic;
  line-height:1.3em;
}
.sc_clients_style_clients-2 .sc_client_description:before {
  content: '\e8b6';
  font-family: 'fontello';
  font-size:1.5em;
  font-style:normal;
  line-height:1.5em;
  display:block;
}
.sc_clients_style_clients-2 .sc_client_description p {
  margin:0;
}
.sc_clients_style_clients-2 .sc_client_description p+p {
  margin-top:0.5em;
}
.sc_clients_style_clients-2 .sc_client_image {
  background-color:#fff;
}
.sc_clients_style_clients-2 .sc_client_image img {
  vertical-align:middle;
}
.sc_clients_style_clients-2 .sc_client_info {
  padding-top: 1.5em;
}
.sc_clients_style_clients-2 .sc_client_image {
  position:relative;
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align:center;
}
.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover,
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
  overflow:hidden;
  -webkit-transition: all ease .3s;
     -moz-transition: all ease .3s;
      -ms-transition: all ease .3s;
       -o-transition: all ease .3s;
          transition: all ease .3s;
}
.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info {
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50px;
  padding:1.5em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover .sc_client_info {
  margin-top: 0;
}


/* Columns
-------------------------------------------------------------- */
.sc_columns .sc_column_item_inner {
  padding: 1.5em;
}


/* Contact form
-------------------------------------------------------------- */
.sc_form_descr.sc_item_descr {
  font-size: 18px;
  line-height: 28px;
  color: #12252d;
}

.sc_form {
  overflow: hidden;
}

.sc_form .result {
  display: none;
  margin-top: 2em;
}

.sc_form .sc_item_descr .sc_socials {
  display: block;
  font-size: 0.6667em;
  margin-top: 1em;
}

.sc_form .label_over label {
  display: none;
}

.sc_form .sc_form_item {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.sc_form .sc_form_item input[type="text"],
.sc_form .sc_form_item select,
.sc_form .sc_form_item textarea {
  padding: 16px 20px;
  text-align: left;
}

.sc_form .sc_form_address_field {
  margin-bottom: 18px;
  text-align: left;
}

.sc_form .sc_form_address .sc_socials {
  text-align: left;
  display: block;
  margin-top: 29px;
}

.sc_form .sc_form_address_label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 18px;
}

.sc_form .sc_form_address .sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.sc_form.sc_form_standard .sc_form_field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_form .sc_form_item.label_top label {
  display: block;
  margin-bottom: 0.4em;
}

.sc_form .sc_form_item.label_bottom label {
  display: block;
  margin-top: 0.4em;
}

.sc_form .sc_form_item.label_left {
  overflow: hidden;
}

.sc_form .sc_form_item.label_left label {
  display: inline-block;
  margin-right: 1.5em;
  vertical-align: middle;
}

.sc_form .sc_form_item.label_left input,
.sc_form .sc_form_item.label_left .sc_form_select_container,
.sc_form .sc_form_item.label_left textarea {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.sc_form .sc_form_item .sc_form_element {
  width: auto;
  display: inline-block;
}

.sc_form .sc_form_item .sc_form_element+.sc_form_element {
  margin-left: 2em;
}

.sc_form .sc_form_item .sc_form_element input,
.sc_form .sc_form_item .sc_form_element label {
  width: auto;
  margin-right: 0.5em;
  display: inline-block;
}

.sc_form .sc_form_item .sc_form_element input[type="radio"],
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] {
  display: none;
}

.sc_form .sc_form_item .sc_form_element input[type="radio"] + label,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label {
  position: relative;
  padding-left: 1.75em;
  line-height: 1.5em;
}

.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before,
.sc_form .sc_form_item .sc_form_element input[type="checkbox"] + label:before {
  content: ' ';
  font-family: fontello;
  display: block;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.sc_form .sc_form_item .sc_form_element input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_form .sc_form_item .sc_form_element input[type="checkbox"]:checked + label:before {
  content: '\e8ab';
}

.sc_form .sc_form_item .sc_form_element input[type="radio"]:checked + label:before {
  content: '\e8e4';
}

.sc_form .sc_form_field input,
.sc_form .sc_form_message textarea {
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_form .sc_form_message textarea {
  min-height: 10em;
}

.sc_form_select_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sc_form_select_container:after {
  content: '\e828';
  font-family: fontello;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  height: 3.5em;
  line-height: 3.5em;
  z-index: 0;
  pointer-events: none;
  cursor: pointer;
}

.sc_form_select_container select {
  width: 100%;
  padding-left: 0.5em !important;
  background: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sc_form .sc_form_button {
  text-align: left;
  margin: 30px 0 0;
}

.sc_form .sc_form_item.sc_form_button button {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_form_style_2 .sc_form_item,
.sc_form_style_2 .sc_form_button,
.sc_form_style_2 .sc_form_item input[type="text"],
.sc_form_style_2 .sc_form_item select,
.sc_form_style_2 .sc_form_item textarea {
  text-align: left;
}



/* Content
-------------------------------------------------------------- */
.sc_content {
	/*overflow:hidden;*/
  ;
}



/* Countdown
-------------------------------------------------------------- */
.sc_countdown {
  overflow: hidden;
}

.sc_countdown.aligncenter {
  display: inline-block !important;
}

.sc_countdown .sc_countdown_item {
  display: block;
  float: left;
  text-align: center;
  position: relative;
}

.sc_countdown .sc_countdown_digits {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 12px;
}

.sc_countdown .sc_countdown_digits span {
  display: inline-block;
}

.sc_countdown .sc_countdown_separator {
  display: block;
  float: left;
  margin: 0 20px;
}

/* Countdown Style 1 */
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits, 
.sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
  font-size: 55px;
  height: 154px;
  line-height: 133px;
  margin-bottom: 6px;
  font-weight: 100;
}

.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
  width: 154px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_countdown.sc_countdown_style_1 .sc_countdown_label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
}

.sc_countdown.sc_countdown_style_1 canvas {
  position: absolute;
  top: -4px;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Countdown Style 2 */
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  font-size: 3em;
  font-weight: 700;
  height: 1.3542em;
  line-height: 1.3542em;
}

.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
  font-weight: 300;
}

.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
  display: inline-block;
  text-align: center;
  width: 1.1458em;
  color: #ffffff;
}

.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span+span {
  margin-left: 2px;
}

.sc_countdown.sc_countdown_style_2 .sc_countdown_label {
  font-weight: 400;
}



/* Dropcaps
-------------------------------------------------------------- */
.sc_dropcaps {
  overflow: hidden;
}

.sc_dropcaps .sc_dropcaps_item {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1em;
  display: block;
  padding: 0 16.5px;
  margin: 0 8px 2px 0;
  float: left;
}

.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
  font-size: 25px;
  line-height: 50px;
}

.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
  font-size: 25px;
  line-height: 50px;
  border-radius: 50%;
}

.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
  font-size: 25px;
  line-height: 50px;
}

.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
  font-size: 25px;
  line-height: 50px;
  border-radius: 50%;
} 



/* Emailer
-------------------------------------------------------------- */
.sc_emailer {
  display: inline-block;
  padding: 0;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.sc_emailer .sc_emailer_button {
  display: inline-block;
  text-align: center;
  line-height: 48px;
}

.sc_emailer input {
  display: inline-block;
  line-height: 48px !important;
  padding: 0;
  width: 0;
}

.sc_emailer.sc_emailer_opened {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_emailer input {
  background-color: transparent !important;
}

.sc_emailer.sc_emailer_opened input {
  width: calc(100% - 35px);
  padding: 0 20px;
}

.sc_emailer,
.sc_emailer input {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}




/* Google map
------------------------------------------------------------- */
.sc_googlemap {
  width: 100%;
}

.sc_googlemap_style_1 {
  height: 550px;
}

.sc_googlemap_style_2 {
  height: 350px;
}

.sc_googlemap_style_3 {
  height: 310px;
}


.sc_googlemap img {
  max-width: none;
}




/* Icon
-------------------------------------------------------------- */
.sc_icon {
  display: inline-block;
  position: relative;
  margin-right: 0.25em;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_icon_shape_square,
.sc_icon_shape_round {
  display: inline-block;
  padding: 4px;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
}

.sc_icon_shape_round,
a.sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_round:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_icon.sc_icon_shape_square:hover,
.sc_icon.sc_icon_shape_round:hover,
a.sc_icon.sc_icon_shape_square:hover,
a.sc_icon.sc_icon_shape_round:hover,
a:hover .sc_icon.sc_icon_shape_square,
a:hover .sc_icon.sc_icon_shape_round {
  background-color: transparent;
}

a.sc_icon.sc_icon_shape_round:after,
a.sc_icon.sc_icon_shape_square:after,
a .sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_square:after {
  background-color: inherit;
  box-sizing: content-box;
  content: " ";
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: -1;
}

a.sc_icon.sc_icon_shape_round:hover:after,
a.sc_icon.sc_icon_shape_square:hover:after,
a:hover .sc_icon.sc_icon_shape_round:after,
a:hover .sc_icon.sc_icon_shape_square:after {
  opacity: 0;
  transform: scale(1.8);
}

/* Image
-------------------------------------------------------------- */
.sc_image {
  overflow: hidden;
}

figure figcaption,
.sc_image figcaption {
    font-size: 14px;
    text-align: center;
}

.sc_image figcaption span {
  display: inline-block;
  margin-right: 0.3em;
}

.sc_image.sc_image_shape_round {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_image.sc_image_shape_round figcaption {
  top: 0;
  bottom: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_image_shape_round:hover figcaption {
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.sc_image_shape_round figcaption span {
  display: block;
  margin: 0 auto;
  font-size: 2em;
}

.sc_image_shape_round figcaption span:before {
  display: block;
  margin: 35% auto 0.5em;
}

.sc_image.sc_image_overlay_style_1 {
  display: inline-block;
  margin-top:5px !important;
  margin-bottom:-245px !important;
  width:51.2%;
}

.sc_image.sc_image_style_1 {
  width:45%;
}

/* Infobox
-------------------------------------------------------------- */
.sc_infobox {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5em;
  padding: 27px;
  clear: both;
}

.sc_infobox.sc_infobox_style_regular {
  background-color: #f6f7f7;
}

.sc_infobox.sc_infobox_style_info {
  background-color: #208eca;
}

.sc_infobox.sc_infobox_style_success {
  background-color: #83cdc8;
}

.sc_infobox.sc_infobox_style_error {
  background-color: #f94950;
}

.sc_infobox.sc_infobox_style_result {
  background-color: #ffcc5d;
}

.sc_infobox.sc_infobox_style_regular {
  color: #12252d;
}

.sc_infobox.sc_infobox_style_regular:after {
  color: #bcc1c2;
}

.sc_infobox b,
.sc_infobox strong {
  font-weight: 900;
}

.sc_infobox p {
  margin: 0;
}

.sc_infobox p+p,.sc_infobox h1+p,.sc_infobox h2+p,.sc_infobox h3+p,.sc_infobox h4+p,.sc_infobox h5+p,.sc_infobox h6+p {
  margin-top: 1em;
}

.sc_infobox h1, .sc_infobox h2, .sc_infobox h3, .sc_infobox h4, .sc_infobox h5, .sc_infobox h6 {
  text-align: left;
  margin: 0;
  line-height: 1.2em;
  color: inherit;
}

.sc_infobox.sc_infobox_iconed {
  position: relative;
  padding-left: 50px;
}

.sc_infobox.sc_infobox_iconed:before {
  font-size: 14px;
  line-height: 1em;
  margin-right: 0.6em;
  position: absolute;
  left: 28px;
  top: 26px;
  width: 14px;
}

.sc_infobox.sc_infobox_closeable {
  cursor: pointer;
  padding-right: 3.5em;
}

.sc_infobox.sc_infobox_closeable:after {
	content: '\e80a';
    font-family: "fontello";
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 15px;
    width: 17px;
    text-align: center;
}



/* List
-------------------------------------------------------------- */
.sc_list li {
  line-height: 28px;
}

ul.sc_list_style_iconed {
  padding-left: 0;
}

.sc_list_style_iconed li {
  padding: 0 0 0 1.5em !important;
  list-style: none;
  position: relative;
}

.sc_list_style_iconed li .sc_list_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  display: inline-block;
  text-align: center;
}

.sc_list_style_ul {color:#12252d;}
.sc_list_style_ul .sc_list_item {line-height: 38px;}

/* Line
-------------------------------------------------------------- */
.sc_line {
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px solid #e4e7e8;
  margin: 2em 0;
}

.sc_line.sc_line_style_dashed {
  border-style: dashed;
}

.sc_line.sc_line_style_dotted {
  border-style: dotted;
}

.sc_line.sc_line_style_double {
  height: 4px;
  border-bottom-width: 1px;
}

.sc_line.sc_line_style_1 {
  border-width: 2px; 
  display: inline-block;
  margin-top:4px;
  margin-bottom:14px;
  width:26px;
  border-top-color:#83cdc8;
}

.sc_line.sc_line_style_2 {
  margin-top:70px;
  margin-bottom:70px;
  border-top-color:#d8e3e5;
}

.sc_line.sc_line_style_3 {
  margin-top:80px;
  margin-bottom:80px;
}

.sc_line.sc_line_style_4{
  margin-top:10px;
  margin-bottom:40px;
}

.sc_line.sc_line_style_5 {
  border-top-color:#adb2b2;
}

.sc_section_inner .sc_line + div > p > span {
  font-size: 12px;
}

/* Number
-------------------------------------------------------------- */
.sc_number_item {
  display: inline-block;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  width: 1em;
  height: 1.25em;
  line-height: 1.25em;
  background-color: rgba(0,0,0, 0.15);
  color: #ffffff;
}

.sc_number_item+.sc_number_item {
  margin-left: 2px;
}



/* Parallax
-------------------------------------------------------------- */
.sc_parallax {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

.sc_parallax .sc_parallax_content {
  position: relative;
  overflow: hidden;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.sc_parallax .sc_parallax_overlay {
  overflow: hidden;
}

.sc_parallax .sc_video_bg_wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sc_parallax video.sc_video_bg {
  opacity: 0;
  filter: alpha(opacity=0);
}




/* Popup
-------------------------------------------------------------- */
.sc_popup {
  position: relative;
  background-color: #fff;
  padding: 24px 20px 20px 20px;
  width: auto;
  max-width: 500px;
  max-height: 600px;
  margin: 20px auto;
  border: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto;
}

.sc_popup:before {
  height: 4px;
  content: ' ';
  position: absolute;
  width: 100%;
  top: -1px;
  left: -1px;
  display: block;
  padding: 0 1px;
}

.sc_popup.mfp-hide {
  display: none;
}

.sc_popup .mfp-close {
  top: 3px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_popup .mfp-close:active {
  top: 3px;
}



/* Price
-------------------------------------------------------------- */
.sc_price {
  display: inline-block;
  position: relative;
}

.sc_price .sc_price_currency,
.sc_price .sc_price_money {
  line-height: 1em;
  color: #222222;
}

.sc_price .sc_price_info {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

.sc_price .sc_price_penny {
  display: block;
  color: #222222;
}

.sc_price .sc_price_period:before {
  content: '/';
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.sc_price .sc_price_period_empty:before {
  content: ' ';
  display: inline-block;
}



/* Price block
-------------------------------------------------------------- */
.sc_price_block {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.sc_price_block .sc_price_block_title {
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 32px 20px 5px 20px;
}

.sc_price_block .sc_price_block_money {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  overflow: hidden;
  padding: 0 20px 33px 20px;
  border-bottom: 1px solid;
}

.sc_price_block .sc_price_block_money .sc_price_block_icon {
  font-size: 4em;
  line-height: inherit;
  display: inline-block;
}

.sc_price_block .sc_price_block_money .sc_price {
  display: inline-block;
}

.sc_price_block .sc_price_block_money .sc_price_block_icon + .sc_price {
  margin-left: 0.5em;
}

.sc_price_block .sc_price_block_money .sc_price_currency {
  line-height: inherit;
}

.sc_price_block .sc_price_block_money .sc_price_money {
  line-height: inherit;
}

.sc_price_block .sc_price_block_description {
  text-align: center;
  font-size: 14.5px;
  line-height: 35px;
  overflow: hidden;
  padding: 28px 20px 120px;
}

.sc_price_block .sc_price_block_link {
  text-align: center;
  padding-top: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.sc_price_block.sc_price_block_style_3 .sc_price_block_link .sc_button:hover {
  background-color: #ef631f !important;
}

.sc_price_block_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
}

.sc_price_block_icon:before {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: -19px;
  right: -21px;
}




/* Scroll
-------------------------------------------------------------- */
.sc_scroll {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.sc_scroll_wrapper {
  overflow: hidden;
}

.sc_scroll_horizontal .sc_scroll_wrapper {
  width: 100000px;
}

.sc_scroll_horizontal {
  width: 100%;
  padding-bottom: 10px;
}

.sc_scroll_vertical {
  min-height: 200px;
  padding-right: 6px;
}

.sc_scroll_vertical .swiper-wrapper {
  height: auto;
  display: block;
}

.sc_scroll_vertical .swiper-slide {
  float: none;
  display: block;
  height: auto;
}
/* Scroll bar */
.sc_scroll_bar {
  background: transparent;
  position: absolute;
  z-index: 100;
}

.sc_scroll_vertical .sc_scroll_bar {
  right: 1px;
  top: 0;
  bottom: 0;
  width: 10px;
  border-right: 1px solid #dddddd;
}

.sc_scroll_horizontal .sc_scroll_bar {
  right: 0;
  left: 0;
  bottom: 1px;
  height: 10px;
  border-bottom: 1px solid #dddddd;
}

.sc_scroll_bar .swiper-scrollbar-drag {
  background: none !important;
}

.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
  width: 10px;
  left: 2px;
}

.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
  height: 10px;
  top: 2px;
}

.sc_scroll_bar .swiper-scrollbar-drag:before {
  content: ' ';
  display: block;
  position: absolute;
  background-color: #1dbb90;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
  width: 3px;
  right: -2px;
  top: 0;
  bottom: 0;
  height: 100%;
}

.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
  height: 3px;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
}

/* Scroll controls */
.sc_scroll_container {
  position: relative;
}

.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
  position: absolute;
  top: -5.5em;
  right: 0;
  width: 12em;
  padding-bottom: 5px;
  overflow: hidden;
  text-align: right;
}

.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}

.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
  margin-top: -25px;
  margin-left: -80px;
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  opacity: 0;
}

.sc_scroll_controls_type_side .sc_scroll_controls_wrap a+a {
  left: auto;
  right: 8px;
  margin-right: -80px;
}

.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}

.sc_scroll_controls_wrap a {
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-left: 0.6667em;
}

.sc_scroll_controls_wrap a:before {
  font-family: fontello;
}

.sc_scroll_controls_wrap .sc_scroll_next:before {
  content: '\e836';
}

.sc_scroll_controls_wrap .sc_scroll_prev:before {
  content: '\e837';
}

.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
  content: '\e828';
}

.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
  content: '\e835';
}




/* Section
------------------------------------------------------------ */
.sc_section {
  position: relative;
  max-width: 100%;
  padding: 1px 0;
  background-size: cover;
  background-position: center;
}

.sc_section:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
/*  overflow: hidden;*/;
}

.sc_section .sc_section_overlay {
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_section_style_2 {padding: 20px;margin-bottom:40px;background-color:#f4f8f9;}

.sc_pan {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
.sc_pan_vertical { cursor: n-resize; }
.sc_pan_horizontal { cursor:e-resize; }
*/
.sc_pan_vertical,
.sc_pan_horizontal {
  cursor: all-scroll;
}



/* Services
-------------------------------------------------------------- */
.sc_services {
  max-width: 100%;
}

.sc_services_item .sc_services_item_title {
  margin: 16px 0 15px;
}

.sc_services_descr.sc_item_descr {
  margin: 0 0 53px;
}

.sc_services_item .sc_services_item_description {
  overflow: hidden;
}

.sc_services_item .sc_services_item_description p {
  margin-bottom: 0;
}

.sc_services_item .sc_icon {
  display: block;
  margin: 0 auto;
  text-align: left;
  height: 40px;
  line-height: 40px;
}

.sc_services_item .sc_icon:before {
  font-size: 40px;
}

.sc_services_item .sc_services_item_readmore {
  display: block;
  margin-top: 13px;
  font-weight: 600;
}
.sc_services_item .sc_services_item_readmore span:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sc_services_item .sc_services_item_readmore:hover, .sc_services_item .sc_services_item_readmore:hover span {
  color: inherit;
}

.sc_services_item .sc_services_item_readmore span {
  display: inline-block;
  margin-left: 0.5em;
}

.sc_services_style_services-1 .sc_services_item {
}

.sc_services_style_services-1.sc_services_type_images .sc_services_item {
  padding: 0;
}

.sc_services_style_services-1.sc_services_type_images .sc_services_item_content {
  padding: 0 2.5em 2.5em;
}

.sc_services_style_services-1.sc_services_type_images .sc_services_item_title {
  margin-top: 0;
}

.sc_services_descr.sc_item_descr {
  font-size: 18px;
}
/* style 2 */
.sc_services_style_services-2 .sc_icon,
.sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
  float: left;
  margin-right: 2.2857em;
}

.sc_services_style_services-2.sc_services_type_images .sc_services_item_featured {
  width: 30%;
  min-height: 4em;
}

.sc_services_style_services-2 .sc_services_item_title {
  margin-top: 0;
}

.sc_services_style_services-2 .sc_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

.sc_services_style_services-2 .sc_icon:before {
  font-size: 30px;
}
/* style 3 */
.sc_services_style_services-3 {
  width:945px;
}

.sc_services_style_services-3 .sc_services_item {
  padding: 11.5% 10%;
}

.sc_services_style_services-3 .columns_wrap {
  margin-right: -3px;
  text-align: left;
}

.sc_services_style_services-3 .columns_wrap > [class*="column-"] {
  padding-bottom: 3px !important;
  padding-right: 3px;
  padding-top: 0!important;
}

.sc_services_style_services-3 .sc_icon,
.sc_services_style_services-3.sc_services_type_images .sc_services_item_featured {
  float: left;
  margin-right: 15px;
}

.sc_services_style_services-3.sc_services_type_images .sc_services_item_featured {
  width: 30%;
  min-height: 4em;
}

.sc_services_style_services-3 .sc_services_item_title {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.sc_services_style_services-3 .sc_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.sc_services_style_services-3 .sc_icon:before {
  font-size: 40px;
}

.sc_services_style_services-3 .sc_services_item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* style 4 */
.sc_services_style_services-4 .sc_services_item {
  margin-bottom: 0.5em;
}

.sc_services_style_services-4 .sc_icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  margin: 0 0.5em 0 0;
  float: left;
}

.sc_services_style_services-4 .sc_icon:before {
  font-size: 0.8571em;
  margin-right: 0;
}

.sc_services_style_services-4 .sc_services_item_title {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
}

.sc_services_style_services-4 .sc_services_button {
  margin-top: 3em;
}

.sc_services_type_image .sc_services_item {
  float: left;
  width: 34.5%;
  clear: left;
  text-align: right;
  margin: 0px 0 15px;
}

.sc_services_type_image .sc_services_item .sc_icon {
  float: right;
  margin-left: 2.2857em;
  margin-right: 0;
}

.sc_services_type_image .sc_services_item:nth-child(2n) {
  float: right;
  clear: right;
  text-align: left;
}

.sc_services_type_image .sc_services_item:nth-child(2n) .sc_icon {
  float: left;
  margin-right: 2.2857em;
  margin-left: 0;
}

.sc_services_type_image  .sc_services_content {
  position: relative;
  margin-top: 40px;
}

.sc_services_type_image  .sc_services_image {
  position: absolute;
  top: 0;
  left: 34.5%;
  width: 31%;
  text-align: center;
}

.sc_services_type_image  .sc_services_image img {
  max-width: 90%;
  margin: auto;
}

/* Skills
-------------------------------------------------------------- */
.sc_skills {
  width: 100%;
  max-width: 100%;
}

.sc_skills_subtitle.sc_item_subtitle {
  margin-bottom: 3px;
}

.sc_skills_title + .sc_skills_columns {
  margin-top: 30px;
}

/* Type Counter */
.sc_skills_counter {
  text-align: center;
}

.sc_skills_counter .sc_skills_item {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

.sc_skills_counter .sc_skills_item .sc_skills_icon {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 17px;
}

.sc_skills_counter .sc_skills_item .sc_skills_count {
  font-size: 35px;
  line-height: 35px;
}

.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
  position: relative;
  z-index: 1;
}

.sc_skills_counter .sc_skills_item .sc_skills_info {
  font-size: 12px;
  line-height: 1.3em;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  font-weight: 400;
}
/* style 1 */
.sc_skills_counter .sc_skills_item.sc_skills_style_1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 1em;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count {
  font-weight: 500;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info {
  margin-top: 10px;
  padding-top: 0px;
  position: relative;
  text-transform: uppercase;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before {
  content: none;
  position: absolute;
  top: 0;
  left: 30%;
  display: block;
  width: 40%;
  height: 2px;
  background-color: #ddd;
}

.sc_skills_container_1 {width:570px;}

/* style 2 */
.sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
  font-weight: 300;
}
/* style 3 */
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count {
  font-weight: 300;
  color: #fff;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  font-size: 3.75em;
  height: 1.3333em;
  line-height: 1.3333em;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1.3333em solid #fff;
  border-right: 1.6667em solid transparent;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* style 4 */
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count {
  font-weight: 300;
  color: #fff;
  padding: 0 10px;
  font-size: 3.75em;
  line-height: 1.3333em;
  height: 1.3333em;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
  color: #fff;
  padding: 10px;
  margin: 0;
  position: relative;
  border-top: 1px solid #fff;
}

.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  background-color: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
  position: relative;
  z-index: 2;
}

.sc_skills_counter .sc_skills_button {
  margin-top: 3em;
}

/* Type Bar */
.sc_skills_bar .sc_skills_item {
  height: 4px;
  line-height: 12px;
  background-color: #f4f7f9;
  position: relative;
}

.sc_skills_bar .sc_skills_item .sc_skills_count {
  text-align: right;
  width: 0;
  height: 1.5625emem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sc_skills_bar .sc_skills_info {
  margin: 10px 0 5px 0;
}

.sc_skills_bar .sc_skills_info .sc_skills_label {
  color: #12252d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.6px;
}

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item {
  height: 30em;
}

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count {
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
}

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total {
  text-align: center;
  font-size: inherit;
  width: 100%;
  line-height: 3em;
  font-weight: 300;
}

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column {
  text-align: center;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info {
  margin-top: 0;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
  text-align: right;
  color: #bcc1c2;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -19px;
  background-color: #fff;
  padding: 0 2px;
}

.sc_skills_bar.sc_skills_horizontal  .sc_skills_info {
  margin: 22px 0 0px 0;
}

.sc_skills_bar.sc_skills_horizontal  .sc_skills_info:first-child {
  margin: 0px 0 0px 0;
}

.sc_skills_bar.sc_skills_bar_style_1 {height: 200px;}
.sc_skills_bar.sc_skills_bar_style_1 .sc_skills_item {height: 200px !important;}

/* Type Pie */
.sc_skills_pie.sc_skills_compact_off {
  text-align: center;
  display: inline-block;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
  font-size: 1.125em;
}

.sc_skills_pie.sc_skills_compact_on {
  overflow: hidden;
}

.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
  min-width: 100px;
  min-height: 100px;
  float: left;
  width: 50%;
}


/* Type Arc */
.sc_skills_arc {
  overflow: hidden;
}

.sc_skills_arc .sc_skills_arc_canvas {
  min-width: 100px;
  min-height: 100px;
  float: left;
  width: 60%;
}

.sc_skills_arc .sc_skills_legend {
  width: 40%;
}


/* Legend */
.sc_skills_legend {
  width: 50%;
  float: left;
}

.sc_skills_legend_marker {
  display: inline-block;
  margin: 0 10px 2px 0;
  width: 6px;
  height: 6px;
  line-height: 1.5em;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_skills_legend_title,
.sc_skills_legend_value {
  color: #222222;
}

.sc_skills_legend_value {
  display: inline-block;
  margin-left: 6px;
}

.sc_skills_legend_value:before {
  content: '(';
}

.sc_skills_legend_value:after {
  content: ')';
}



/* Slider
-------------------------------------------------------------- */

.sc_slider {
  overflow: hidden;
}

.sc_slider_height_auto {
  -webkit-transition: height ease .5s;
  -moz-transition: height ease .5s;
  -ms-transition: height ease .5s;
  -o-transition: height ease .5s;
  transition: height ease .5s;
}

.sc_slider_swiper {
  position: relative;
  overflow: hidden;
}
/*
.sc_slider_swiper .slides {
	overflow: hidden;
}
*/
.sc_slider_swiper .slides .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
  min-height: 8em;
}

.sc_slider_swiper .slides .swiper-slide > img {
  width: 100%;
  height: auto;
}

/* Prev / Next controls */
.sc_slider_controls_wrap {
  color: #ffffff;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  margin-top: -20px;
}

.sc_clients_style_1 .sc_slider_controls_wrap {margin-top: 0;}

.sc_slider_nocontrols .sc_slider_controls_wrap {
  display: none !important;
}

.sc_slider_controls_wrap a {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.sc_slider_controls_wrap .sc_slider_prev {
  float: left;
  margin-left: -100px;
}

.sc_slider_controls_wrap .sc_slider_next {
  float: right;
  margin-right: -100px;
}

.sc_slider_controls_wrap a:before {
  font-family: 'fontello';
}

.sc_slider_controls_wrap .sc_slider_next:before {
  content: '\E856';
}

.sc_slider_controls_wrap .sc_slider_prev:before {
  content: '\E857';
}

.sc_slider_swiper:hover .sc_slider_controls_wrap a,
.sc_slider_swiper + .sc_slider_controls_wrap a {
  opacity: 1;
  filter: alpha(opacity=1);
}

.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
  margin-left: 20px;
}

.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
  margin-right: 20px;
}

/* Side controls */
.sc_slider_swiper + .sc_slider_controls_wrap a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_prev {
  margin-left: 15px;
}

.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_next {
  margin-right: 15px;
}

/* Top controls */
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap {
  top: 6px;
  right: 6px;
  text-align: right;
  cursor: default;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_next,
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_prev {
  display: inline-block;
  float: none;
  margin-left: 6px;
  margin-right: 0;
}


/* White circles with accent hover */
.sc_slider_nopagination .sc_slider_pagination_wrap {
  display: none !important;
}

.sc_slider_swiper .sc_slider_pagination_wrap {
  position: absolute;
  z-index: 10;
  height: 12px;
  margin: 0;
  left: 0;
  right: 0;
  bottom: -12px;
  text-align: center;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.sc_slider_swiper:hover .sc_slider_pagination_wrap {
  bottom: 20px;
  -webkit-transition: all ease .5s .5s;
  -moz-transition: all ease .5s .5s;
  -ms-transition: all ease .5s .5s;
  -o-transition: all ease .5s .5s;
  transition: all ease .5s .5s;
}

.sc_slider_swiper .sc_slider_pagination_wrap span {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ddd;
  background-color: transparent;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,
.sc_slider_swiper .sc_slider_pagination_wrap span:hover {
  background-color: #ddd;
}

/* Full pagination - posts titles */
.sc_slider_pagination_area {
  overflow: hidden;
  position: relative;
}

.sc_slider_pagination_area .sc_slider {
  float: left;
}

.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
  width: 67%;
}

.sc_slider_pagination_area .sc_slider_pagination {
  float: left;
  width: 33%;
  position: static;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_slider_pagination_over .sc_slider_pagination {
  position: absolute;
  width: 40%;
  left: auto;
  right: -40%;
  top: 0;
  bottom: auto;
  float: none;
  background-color: rgba(255,255,255, 0.8);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.sc_slider_pagination_over:hover .sc_slider_pagination {
  right: 0;
}

.sc_slider_pagination_over .sc_slider_pagination .post_item {
  background-color: transparent !important;
}

.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
  width: 20%;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item {
  padding: 1em;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item {
  margin: 0;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
  background-color: rgba(0,0,0,0.1) !important;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
  content: "|";
  margin: 0 5px;
}

.sc_slider_pagination.widget_area .post_item + .post_item {
  border-top-width: 1px;
  border-top-style: solid;
}

/* Info block*/
.sc_slider_swiper .sc_slider_info {
  max-width: 80%;
  min-width: 50%;
  max-height: 100px;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(30,170,206, 0.8);
  -webkit-transition: all ease .5s .5s;
  -moz-transition: all ease .5s .5s;
  -ms-transition: all ease .5s .5s;
  -o-transition: all ease .5s .5s;
  transition: all ease .5s .5s;
  margin-bottom: 0;
}

.sc_slider_pagination_area .sc_slider .sc_slider_info {
	/*left:0;*/
  max-width: 100%;
}

.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.sc_slider_swiper:hover .sc_slider_info:hover,
.sc_slider_swiper .sc_slider_info:hover {
  margin-bottom: 0 !important;
}

.sc_slider_pagination_over:hover .sc_slider_info,
.sc_slider_swiper:hover .sc_slider_info {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  margin-bottom: -130px !important;
}

.sc_slider_swiper .slides .swiper-slide .sc_slider_info a {
  display: inline;
  min-height: 0;
  color: #ffffff;
}

.sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover {
  color: #cccccc;
}

.sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 4px;
}

.sc_slider_swiper .sc_slider_info .sc_slider_reviews {
  margin: 0 0 4px;
}

.sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category {
  display: inline-block;
  position: relative;
  margin: 0 0 0 2px;
  top: 0;
}

.sc_slider_reviews.post_rating .reviews_stars_bg,
	.sc_slider_reviews.post_rating .reviews_stars_hover,
	.sc_slider_reviews.post_rating .reviews_value {
  color: #ffffff !important;
}

.sc_slider_swiper .sc_slider_info .sc_slider_descr {
  color: #ffffff;
  line-height: 16px;
}

.sc_slider_swiper .sc_slider_info .sc_slider_category {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
		/*max-width:50%;*/
		/*min-width:135px;*/
  height: 24px;
  line-height: 24px;
  padding: 0 30px 0 0;
  text-align: left;
  overflow: hidden;
}

.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
  min-width: 0;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
  max-width: 50%;
  min-width: 40%;
  padding: 30px;
  max-height: 150px;
}

.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
  margin-bottom: -180px;
}

.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_main .sc_slider_swiper .sc_slider_info:hover {
  margin-bottom: 0;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
  font-size: 14px;
  font-weight: 300;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}






/* Socials icons
-------------------------------------------------------------- */
.sc_socials {
  overflow: hidden;
  display: inline-block;
  margin-right: -1.25em;
}

.sc_socials .sc_socials_item {
  display: inline-block;
  margin: 0 5px 5px 0;
  outline: none;
}

.sc_socials a {
  display: inline-block;
  outline: none;
}

.sc_socials a,
.sc_socials a .sc_socials_hover {
  overflow: hidden;
  width: 35px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
		/* Hack for Chrome - show sharp corners while animation */
  background-repeat: no-repeat;
  background-position: 0 -4em;
  -webkit-background-size: 4em 8em;
  -moz-background-size: 4em 8em;
  -o-background-size: 4em 8em;
  background-size: 4em 8em;
}

.sc_socials .social_icons span {
  font-size: 12px;
  line-height: inherit;
}

.sc_socials.sc_socials_size_tiny {
  margin-right: 0;
}

.sc_socials.sc_socials_size_tiny .sc_socials_item {
  margin: 0 5px 5px 0;
}

.sc_socials.sc_socials_size_small {
  margin-right: -0.5em;
}

.sc_socials.sc_socials_size_small .sc_socials_item {
  margin: 0.25em 0.5em 0.25em 0;
}

.sc_socials.sc_socials_size_medium {
  margin-right: -0.625em;
}

.sc_socials.sc_socials_shape_round .sc_socials_item {
  margin: 0 5px 5px 0;
}

.sc_socials.sc_socials_shape_round.sc_socials_size_medium .sc_socials_item {
  margin: 0.25em 0.5em 0.25em 0;
}

.sc_socials .sc_socials_item:last-child {
  margin: 0 0 5px 0;
}

.sc_socials.sc_socials_size_tiny a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
  -webkit-border-radius: 2px;
		/* Hack for Chrome - show sharp corners while animation */
  ;
}

.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_medium a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_socials.sc_socials_size_small a .sc_socials_hover,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
  -webkit-border-radius: 4px;
		/* Hack for Chrome - show sharp corners while animation */
  ;
}

.sc_socials.sc_socials_shape_round a {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover {
  -webkit-border-radius: 50%;
		/* Hack for Chrome - show sharp corners while animation */
  ;
}

.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover,
.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover {
  -webkit-border-radius: 50%;
		/* Hack for Chrome - show sharp corners while animation */
  ;
}

.sc_socials.sc_socials_size_tiny .social_icons span {
  font-size: 11.5px;
  line-height: inherit;
}

.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-position: 0 -1em;
  -webkit-background-size: 1em 2em;
  -moz-background-size: 1em 2em;
  -o-background-size: 1em 2em;
  background-size: 1em 2em;
  border-radius: 50%;
  text-align: center;
}

.sc_team .sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a, 
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.sc_socials.sc_socials_size_small .social_icons span {
  font-size: 12px;
  line-height: inherit;
}

.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-position: 0 -2em;
  -webkit-background-size: 2em 4em;
  -moz-background-size: 2em 4em;
  -o-background-size: 2em 4em;
  background-size: 2em 4em;
}

.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover {
  width: 4em;
  height: 4em;
  line-height: 4em;
}

.sc_socials.sc_socials_size_medium .social_icons span {
  font-size: 12px;
  line-height: inherit;
}

.sc_socials.sc_socials_size_medium a,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-position: 0 -2.5em;
  -webkit-background-size: 2.5em 5em;
  -moz-background-size: 2.5em 5em;
  -o-background-size: 2.5em 5em;
  background-size: 2.5em 5em;
}

.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a,
.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover {
  width: 5em;
  height: 5em;
  line-height: 5em;
}

.sc_socials a .sc_socials_hover,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover,
.sc_socials.sc_socials_size_small a .sc_socials_hover,
.sc_socials.sc_socials_size_medium a .sc_socials_hover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-position: 0 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_socials a:hover .sc_socials_hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* Share buttons */
.sc_socials.sc_socials_share .sc_socials_item {
  vertical-align: top;
}

.sc_socials.sc_socials_share .share_caption {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.6667em;
  color: #222222;
  margin-right: 0.6em;
}

.sc_socials.sc_socials_share.sc_socials_dir_vertical {
  position: fixed;
  left: 0px;
  top: 16%;
  z-index: 9998;
}

.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item {
  display: block;
  margin-top: 6px;
  line-height: 1em;
}

.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption {
  display: none;
}

.sc_socials.sc_socials_share .share_counter {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  position: relative;
  background: #fff;
  color: #666;
  padding: 0 8px;
  line-height: 62px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sc_socials.sc_socials_share .share_counter:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -4px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sc_socials.sc_socials_size_small.sc_socials_share .share_counter {
  line-height: 30px;
}

.sc_socials.sc_socials_size_medium.sc_socials_share .share_counter {
  line-height: 38px;
}





/* Table
-------------------------------------------------------------- */
.sc_table table {
  width: 100%;
}

.sc_table table tr:first-child th {
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 10px;
  text-align: center;
}

.sc_table  tr {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



/* Tabs
-------------------------------------------------------------- */
.sc_tabs .sc_tabs_titles {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.sc_tabs .sc_tabs_titles li {
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  float: left;
}

.sc_tabs .sc_tabs_titles li:before {
  display: none;
}

.sc_tabs .sc_tabs_titles li a {
  display: block;
  padding: 15px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  width: 130px;
  text-align: center;
}

.sc_tabs .sc_tabs_content {
  display: none;
  overflow: hidden;
}

/* Style 1 */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
  margin-bottom: 0;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
  border: 1px solid #e4e7e8;
  position: relative;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after {
  content: ' ';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
  border-bottom: 0;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li+li {
  margin-left: -1px;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
  margin-top: -1px;
  padding: 25px 0;
}

/* Style 2 */
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles {
  float: left;
  width: 160px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
  border: 1px solid #e4e7e8;
  position: relative;
  margin-bottom: -1px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
  background-color: transparent !important;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
  padding: 0 0 25px 25px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
  margin-bottom: 0;
  width: 100%;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a:after {
  content: ' ';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 2px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
  border-right: 0;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li:last-child a {
  margin-bottom: 0px;
}

/* Team
-------------------------------------------------------------- */
.sc_team .columns_wrap {
  margin-right: -60px;
}

.sc_team .columns_wrap > [class*="column-"].column_padding_bottom {
  padding-right: 60px;
}

.sc_team_descr.sc_item_descr {
  font-size: 18px;
  font-weight: 300;
}

.sc_team_item .sc_team_item_info .sc_team_item_title {
  margin: 0;
}

.sc_team_item .sc_team_item_info .sc_team_item_title a {
  font-weight: 600;
}

.sc_team_item .sc_team_item_info .sc_team_item_position {
  margin-top: 0.5em;
  color: #222222;
  line-height: 22px;
}

.sc_team_item .sc_team_item_info .sc_team_item_description {
  margin-top: 1em;
  line-height: 1.75em;
  overflow: hidden;
}

.sc_team_item .sc_team_item_info .sc_socials {
  margin-top: 0;
}

.sc_team_item .sc_team_item_avatar img {
  width: 100%;
}

.sc_team_style_team-1.sc_slider_swiper .sc_team_item,
.sc_team_style_team-2.sc_slider_swiper .sc_team_item {
  padding-right: 2em;
}

.sc_team_style_team-3 .sc_team_item_info {
  padding-top: 1.5em;
  border-top-width: 5px;
  border-top-style: solid;
}

.sc_team_style_team-3 .sc_team_item_avatar,
.sc_team_style_team-4 .sc_team_item_avatar {
  position: relative;
}

.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
}

.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
}

.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
  padding: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,
.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info {
  margin-top: 0;
}

.sc_team_item .sc_team_item_avatar a {
  display: block;
}
.sc_team_item .sc_team_item_avatar a.hover img,
.sc_team_item .sc_team_item_avatar a:hover img {
  opacity: 0.1;
}

.sc_team_item .sc_team_item_avatar a:before {
  content: '\e80f';
  font-family: fontello;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sc_team_item .sc_team_item_avatar a.hover:before,
.sc_team_item .sc_team_item_avatar a:hover:before {
  opacity: 1;
}

/*style 1*/
.sc_team.sc_team_style_team-1 .sc_team_item_avatar {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.sc_team_style_team-1 .sc_team_item_info {
  padding-top: 25px;
  text-align: center;
}

.sc_team_style_team-1 .sc_team_item .sc_team_item_info .sc_team_item_position {
  margin-top: 0;
  margin-bottom: 10px;
}

.sc_team_style_team-1 .sc_team_item .sc_team_item_avatar a img {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/* Testimonials
-------------------------------------------------------------- */
.sc_testimonials_wrap {
  position: relative;
}

.sc_testimonials_wrap .sc_section_overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em 0;
}

.sc_testimonial_item {
  text-align: center;
  padding: 0 5em;
}

.sc_testimonials_title.sc_item_title:after {
  margin-bottom: 30px;
}

.sc_testimonials .sc_columns .sc_testimonial_item {
  padding: 0;
}

.sc_testimonial_position {
  font-style: italic;
}

.sc_testimonial_content {
  font-size: 1.4286em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5em;
}

.sc_testimonial_content p {
  margin: 0;
}

.sc_testimonial_content p+p {
  margin-top: 0.5em;
}

.sc_testimonials .sc_testimonial_avatar {
  overflow: hidden;
  margin: 0 auto;
  width: 3.5em;
  height: 3.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Style 1 */
.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:first-child:before,
.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:last-child:after {
  content: '"';
}

.sc_testimonials_style_testimonials-1 .sc_testimonial_content {
  margin-bottom: 1.5em;
}

.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-1 .sc_testimonial_author {
  display: inline-block;
  vertical-align: middle;
}

.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar {
  margin-right: 0.75em;
}

.sc_testimonials_style_testimonials-1 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-1 .sc_testimonial_author_position {
  display: block;
  text-align: left;
}

/* Style 2 */
.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:first-child:before,
.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:last-child:after {
  content: '"';
}

.sc_testimonials_style_testimonials-2 .sc_testimonial_content {
  margin-bottom: 1.5em;
}

.sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before {
  content: '-';
  display: inline-block;
  margin-right: 0.5em;
}

.sc_testimonials_style_testimonials-2 .sc_testimonial_author_position {
  font-style: normal;
}

/* Style 3 */
.sc_testimonials_style_testimonials-3 .sc_testimonial_item {
  padding: 0 1em;
  line-height: 1.4em;
  text-align: right;
}

.sc_testimonials_style_testimonials-3.sc_slider_swiper .sc_testimonial_item {
  padding: 0;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_content {
  padding: 1em 1em 1em 3em;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_content:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  right: 1em;
  bottom: -0.4em;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before {
  content: '\e8b6';
  font-family: 'fontello';
  font-size: 1.5em;
  display: block;
  position: absolute;
  left: 0.75em;
  top: 0.75em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-3 .sc_testimonial_author {
  display: inline-block;
  vertical-align: middle;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar {
  margin-left: 0.75em;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position {
  display: block;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name {
  font-size: 1.2857em;
  font-weight: bold;
}

.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position {
  font-style: italic;
}

/* Style 4 */
.sc_testimonials_style_testimonials-4 .sc_testimonial_item {
  padding: 40px 40px 36px !important;
  text-align: center;
  background-color: #fff;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_content {
  position: relative;
  padding: 0;
  font-size: 14.5px;
  font-weight: 300;
  line-height: inherit;
  font-style: normal;
  margin-bottom: 26px;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before {
  content: '\e8b6';
  font-family: 'fontello';
  font-size: 1.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar,
.sc_testimonials_style_testimonials-4 .sc_testimonial_author {
  display: inline-block;
  vertical-align: middle;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name,
.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
  display: block;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name {
  font-size: 18px;
  font-weight: bold;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position {
  text-transform: lowercase;
  line-height: 20px;
}

.sc_testimonials_style_testimonials-4 .sc_slider_pagination_wrap {
  display: none;
}

.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar img {
  width: 100%;
}
.scheme_dark .sc_testimonial_content {
    color: #808080;
}
.scheme_dark .sc_testimonial_author_name, .testimonials_wrap .sc_testimonial_author_name {
    color: #222222;
}
/* Title
-------------------------------------------------------------- */
.sc_title {
  position: relative;
  padding-bottom: 2px;
}

.sc_title a:hover {
  opacity: 0.5;
}
/* Inderline */
.sc_title_underline {
  padding-bottom: 16px;
}

.sc_title_underline:after {
  content: ' ';
  display: block;
  position: absolute;
  border-top: 1px solid #222222;
  height: 0;
  width: 8%;
  min-width: 2em;
  left: 0;
  bottom: 0;
}

.sc_title_underline.sc_align_center:after {
  left: 50%;
  margin-left: -0.5em;
}

.sc_title_underline.sc_align_right:after {
  right: 0;
  left: auto;
}

.sc_abovetitle.sc_abovetitle_style_1 {margin-bottom:7px;color:#83cdc8;font-size:14px;}

.sc_title_style_1 {line-height: 70px;margin-bottom:50px;font-weight:100;font-size:65px;}
.sc_title_style_2 {line-height: 35px;margin-bottom:20px;color: #fff;}
.sc_title_style_3 {text-transform: uppercase;margin-bottom:15px;}
.sc_title_style_4 {margin-top:12px;margin-bottom:-4px;font-weight:600;font-size:14.5px;}
.sc_title_style_5 {margin-bottom: 20px; color: #ffffff;}
.sc_title_style_6 {text-align:center;color:#000000;}
.sc_undertitle {}
.sc_undertitle_style_1 {margin-bottom:50px;color:#12252d;font-weight:300;}
.sc_undertitle_style_2 {margin-bottom:0px;color:#fff;font-weight:100;font-size:18px;}

/* Divider */
.sc_title_divider {
  position: relative;
  padding-left: 5ex;
  padding-right: 5ex;
  text-align: center;
}

.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
  display: block;
  width: 20%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
}

.sc_title_divider .sc_title_divider_before {
  left: 0;
}

.sc_title_divider .sc_title_divider_after {
  right: 0;
}

/* Icon */
.sc_title_icon {
  display: inline-block;
}

.sc_title_icon_left {
  margin-right: 0.5em;
}

.sc_title_icon_top {
  display: block;
}

.sc_title_icon img {
  width: auto;
}

.sc_title_icon_left img {
  vertical-align: middle;
}

.sc_title_icon_top img {
  vertical-align: baseline;
}

.sc_title_icon_small img {
  height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sc_title_icon_medium img {
  height: 2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.sc_title_icon_large img {
  height: 3em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}



/* Toggles
-------------------------------------------------------------- */
.sc_toggles .sc_toggles_item {
  margin-bottom: 1.25em;
}

.sc_toggles > .sc_toggles_item .sc_toggles_content {
  overflow: hidden;
  display: none;
}

.sc_toggles .sc_toggles_item .sc_toggles_title {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_toggles .sc_toggles_item .sc_toggles_title .sc_items_counter:after {
  content: '. ';
}

.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.sc_toggles .sc_toggles_item .sc_toggles_content {
  padding: 1.5em 1.8em;
}

/* Style 1 */
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
  border: 1px solid #e4e7e8;
  padding: 0.5em 0.5em 0.5em 3em;
}

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  width: 2.3333em;
  background-color: #e4e7e8;
  color: #ffffff;
}

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
  margin-top: -2.3333em;
}

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  margin-top: 0;
}

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
  margin-top: 2.3333em;
}

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
}

/* Style 2 */
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title {
  margin-bottom: 0.6667em;
  padding: 0 0 0 2.0833em;
  text-transform: uppercase;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1667em;
  height: 1.1667em;
  border-width: 2px;
  border-style: solid;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
  font-size: 0.5833em;
  line-height: 1em;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
  opacity: 0;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
  opacity: 1;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
  opacity: 0;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
  margin-left: 2em;
  border-width: 1px;
  border-style: solid;
}





/* Tooltip
-------------------------------------------------------------- */
.sc_tooltip_parent {
  text-decoration: none;
  border-bottom: 1px solid #5b696e;
  position: relative;
  display: inline-block;
  line-height: normal;
}

.sc_tooltip_parent .sc_tooltip {
  position: absolute;
  color: #fff;
  background-color: #12252d;
  white-space: nowrap;
  top: -4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 13px;
  z-index: 2;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sc_tooltip_parent:hover .sc_tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -2.5em;
}

.sc_tooltip_parent .sc_tooltip:before {
  content: ' ';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -3px;
  z-index: 1;
  background-color: #333333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}



/* Twitter
-------------------------------------------------------------- */
.sc_twitter_wrap {
  position: relative;
}

.sc_twitter_wrap .sc_section_overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5em 0;
}

.sc_twitter_item {
  text-align: center;
  padding: 0 5em;
}

.sc_twitter_content {
  font-size: 1.125em;
  line-height: 1.5em;
}

.sc_twitter_icon {
  font-size: 2.5em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

.sc_twitter_content p {
  margin: 0;
}

.sc_twitter_content p+p {
  margin-top: 0.5em;
}

.bg_tint_dark .sc_twitter a {
  color: #ffffff;
}

.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
  margin-left: 10px;
}

.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
  margin-right: 10px;
}

.sc_twitter .sc_slider_controls_wrap a {
  font-size: 2.5em;
  background-color: transparent;
}





/* Video player
-------------------------------------------------------------- */
.sc_video_player {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.sc_video_player.sc_video_bordered {
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
.sc_video_player.sc_video_bordered {
	width:100%;
	display:block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*/
.sc_video_frame {
  position: relative;
  overflow: hidden;
}

.sc_video_frame img {
  width: 100%;
  height: auto;
}

.sc_video_frame:before {
  opacity: 1;
}

.sc_video_frame:after {
  content: none;
}
/* Media elements */
.mejs-container {
  max-width: 100%;
}




/* Zoom
-------------------------------------------------------------- */
.sc_zoom_wrap {
  width: auto;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.sc_zoom {
  position: relative;
  overflow: hidden;
}

.sc_zoom img {
  width: 100%;
  height: auto;
}




/* Common styles (title, subtitle, description, slider controls for some shortcodes)
--------------------------------------------------------------------- */

/* Subtitle */
.sc_item_subtitle {
  margin: 0 0 44px;
  text-transform: uppercase;
  text-align: center;
}

/* Title */
.sc_item_title {
  margin: 0;
  text-align: center;
}

.sc_item_title:after {
  content: ' ';
  display: block;
  width: 26px;
  height: 2px;
  margin: 19px auto 22px auto;
  background-color: #222222;
}

/* Description */
.sc_item_descr {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 48px;
  text-align: center;
}

/* Learn more botton */
.sc_item_button {
  display: block;
  margin: 0;
  text-align: center;
}

.sc_item_button > a {
  overflow: hidden;
}

.sc_item_button > a:before {
  float: right;
  margin: 0 0 0 1em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_slider_swiper > .sc_item_button {
  margin-top: 2em;
}

.sc_item_buttons {
  display: inline-block;
  white-space: nowrap;
}

.sc_item_buttons > .sc_item_button {
  float: left;
}

.sc_item_buttons > .sc_item_button+.sc_item_button {
  margin-right: 0;
  margin-left: 20px;
}

/* Slider controls side */
.sc_slider_controls_side .sc_slider_controls_wrap a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_prev {
  margin-left: 10px;
}

.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_next {
  margin-right: 10px;
}


/* Slider controls bottom */
.sc_slider_controls_bottom .swiper-slide {
  padding-bottom: 5em;
}

.sc_slider_controls_bottom .sc_slider_controls_wrap {
  top: auto;
  bottom: 0;
  text-align: center;
  padding-bottom: 0;
  height: 40px;
}

.sc_slider_controls_bottom .sc_slider_controls_wrap a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  float: none;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sc_slider_controls_bottom .sc_slider_controls_wrap .sc_slider_prev {
  margin-right: 15px;
}

.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_prev {
  margin-left: 0;
}

.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_next {
  margin-right: 0;
}

.sc_slider_controls_bottom .sc_slider_pagination_wrap {
  display: none;
}

/* Slider pagination bottom */
.sc_slider_pagination_bottom .swiper-slide {
  padding-bottom: 3em;
}

.sc_slider_pagination_bottom:hover .sc_slider_pagination_wrap {
  bottom: 0.5em;
}


/* Quote */

blockquote.sc_quote:before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
}

blockquote.sc_quote .sc_quote_title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
  font-style: normal;
  line-height: 26px;
}

blockquote.sc_quote.sc_quote_style_1 {
  margin-left: 8%;margin-top:30px;margin-bottom:30px;
}

/*Highlight*/
.sc_highlight_style_1 {
  padding: 6px;
}

/*Any shortcode */
.sc_any_shortcode_button.sc_item_button {
  margin-top: 25px;
}

.sc_any_shortcode_subtitle.sc_item_subtitle {
  margin-bottom: 2px;
}

.sc_any_shortcode_descr.sc_item_descr {
  font-size: 18px;
}

/* Popups with messages */
#themerex_modal_bg {
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.3);
  display:none;
  z-index:100000;
}
.themerex_message {
  display:block;
  position:absolute;
  max-width:800px;
  min-width:280px;
  overflow:hidden;
  border-radius:4px;
  border:2px solid #e5e5e5;
  background-color:#ffffff;
  color:#4c4c4c;
  opacity:0;
  top:0;
  left:50%;
  margin-left:-200px;
  padding:12px;
  line-height:1.4em;
  z-index:100001
}
.themerex_message.themerex_message_success{
  left:40%;
}
.themerex_message .themerex_message_close {
  display:block;
  position:absolute;
  width:16px;
  height:16px;
  line-height:16px;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  right:6px;
  top:4px;
  cursor:pointer;
  color:#4c4c4c;
}
.themerex_message .themerex_message_icon {
  float:left;
  display:block;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  border: 2px solid #c9c9c9;
  border-radius:50%;
  margin: 5px 20px 6px 0;
  font-size:20px;
  font-weight:100;
  color:#c9c9c9;
}
.themerex_message .themerex_message_icon:before {
  padding:0;
  margin:0;
}
.themerex_message .themerex_message_header {
  color:#4c4c4c;
  padding: 0 3em 0 0;
  font-size:1.3em;
  line-height:1.3em;
  font-weight:bold;
  margin-top: 0.5em;
}
.themerex_message:not(.themerex_message_dialog) .themerex_message_body {
  padding:0 0 0 55px;
}

/* Warning popup */
.themerex_message_warning {
  border-color:#d7a9b1;
  background-color:#ffcdde;
  color:#a63a4b;
}
.themerex_message_warning .themerex_message_close {
  color:#a63a4b;
}
.themerex_message_warning .themerex_message_icon {
  border-color: #a63a4b;
  color:#a63a4b;
}
.themerex_message_warning .themerex_message_icon {
  line-height:30px;
}
.themerex_message_warning .themerex_message_header {
  color:#a63a4b;
}
/* Success popup */
.themerex_message_success {
  border-color:#b3e7a8;
  background-color:#d8ffd0;
  color:#517d48;
}
.themerex_message_success .themerex_message_close {
  color:#517d48;
}
.themerex_message_success .themerex_message_icon {
  border-color: #517d48;
  color:#517d48;
}
.themerex_message_success .themerex_message_icon {
  line-height:30px;
}
.themerex_message_success .themerex_message_header {
  color:#517d48;
}
/* Info popup */
.themerex_message_info {
  border-color:#9ecade;
  background-color:#ebf7fe;
  color:#4cb2e1;
}
.themerex_message_info .themerex_message_close {
  color:#4cb2e1;
}
.themerex_message_info .themerex_message_icon {
  border-color: #4cb2e1;
  color:#4cb2e1;
}
.themerex_message_info .themerex_message_icon {
  line-height:30px;
}
.themerex_message_info .themerex_message_header {
  color:#4cb2e1;
}
/* Dialog popup */
.themerex_message_dialog .themerex_message_icon {
  line-height:30px;
}
.themerex_message_dialog .themerex_message_buttons {
  margin-top:20px;
}
.themerex_message_dialog .themerex_message_button {
  display:inline-block;
  padding:0 12px;
  margin-right:6px;
  min-width:60px;
  height:30px;
  line-height:30px;
  background-color:#4b4b4b;
  border-radius:6px;
  color:#ffffff;
  cursor:pointer;
  text-align:center;
  font-weight:bold;
}
.themerex_message_dialog .themerex_message_button:hover {
  background-color:#4cb2e1;
}
