/* ThemeREX Addons
------------------------------------------------------------------------------------ */

.sc_content_width_1_1 {	width: 1170px; }
.sc_content_width_1_2 {	width: 585px; }
.sc_content_width_1_3 {	width: 390px; }
.sc_content_width_2_3 {	width: 780px; }
.sc_content_width_1_4 {	width: 292.5px; }
.sc_content_width_3_4 {	width: 877.5px; }

/* Grid */
.trx_addons_container, .trx_addons_container-fluid {
	padding-left:  15px;
	padding-right: 15px;
}
.trx_addons_columns_wrap {
	margin-right: -30px;
}
.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
	padding-right: 30px;
}
.trx_addons_columns_wrap.columns_padding_left {
	margin-left: -30px;
}
.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left {
	padding-left: 30px;
}
.trx_addons_columns_wrap.columns_padding_right {
	margin-right: -30px;
}
.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right {
	padding-right:30px;
}
.trx_addons_columns_wrap.columns_padding_center {
	margin-left: -15px;
	margin-right: -15px;
}
.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center {
	padding-left:30px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
	padding-bottom: 30px;
}

.trx_addons_hover_mask {
	left:0; top: 0;
	right: 0; bottom: 0;
}

.trx_addons_scroll_to_top {
	border: none;
}

.menu_style_right .trx_addons_scroll_to_top {
	right: 7rem;
}


/* Slider
---------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination,
.slider_swiper_outer > .swiper-pagination {
	bottom: 1.5em;
}
.slider_swiper .slider_pagination_wrap,
.slider_swiper_outer .slider_pagination_wrap {
	color: #fff;
}
.slider_swiper .swiper-pagination-bullet,
.slider_swiper_outer .swiper-pagination-bullet {
	background-color: rgba(255,255,255,0.5);
	width: 8px;
	height: 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
margin: 0 15px;
}

.sidebar .swiper-container-horizontal > .swiper-pagination,
.sidebar .slider_swiper_outer > .swiper-pagination {
	bottom: 0.5em;
}
.sidebar .slider_swiper .swiper-pagination-bullet,
.sidebar .slider_swiper_outer .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.slider_style_modern .swiper-container-horizontal > .swiper-pagination,
.slider_style_modern > .swiper-pagination {
	bottom:0;
}

.sidebar .slider_swiper_outer .slider_controls_wrap,
.sidebar .slider_swiper.slider_controls_side .slider_controls_wrap {
	display:none;
}
.slider_swiper.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a {
	width: 4.2em;
	height: 2.8em;
	line-height: 2.8em;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
	opacity: 0;
	filter: alpha(opacity=0);
	margin-left: -100px;
	left: 0;
}
.slider_swiper.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
	opacity: 0;
	filter: alpha(opacity=0);
	margin-right:-100px;
	right: 0;
}
.slider_swiper.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover + .slider_controls_wrap > a {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left:0;
	margin-right:0;
}

.slider_swiper.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before {
	font-family:'fontello';
	font-size:1.6em;
}
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before {
	content: '\e939';
}
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before {
	content: '\e93a';
}

.slider_style_modern .slider_controls_label span:first-child {
	font-style: italic;
	letter-spacing: 0;
}
.slider_style_modern .slider_controls_label span + span {
	font-size: 1.6667em;
	line-height:1.25em;
	margin-top: 0.2em;
}
.sc_slider_controller .slider_swiper_outer.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_modern .slider_swiper.slider_controls_side .slider_controls_wrap > a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
	opacity: 1;
	filter: alpha(opacity=100);
}


.header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large {
	background-color: transparent;
}
.slider_swiper.slider_titles_center .slide_info.slide_info_large {
	padding:3em 2em;
	width: 50%;
}
.header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
	width: 18em;
}

.sidebar .slider_swiper.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_swiper .slide_info:not(.slide_info_large) {
	bottom: 8px;
}

.slider_swiper .slide_info {
	line-height:1.3em;
}

.slider_swiper .slide_info.slide_info_large .slide_cats {
	color: transparent !important;
}
.slider_swiper .slide_info.slide_info_large .slide_cats a {
	font-size: 0.8667em;
	line-height:1.7333em;
	font-weight: 500;
	text-transform:uppercase;
}
.slider_swiper .slide_info.slide_info_large .slide_title {
	font-size: 1.4em;
	font-weight:400;
	line-height:1.5em;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 0.5em 0;
}
.slider_swiper .slide_info.slide_info_large .slide_date {
	font-size:0.9333em;
	font-style:italic;
}
.sidebar .slider_swiper.slider_multi .slide_title,
.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_title {
	font-size: 1em;
}
.sidebar .slider_swiper.slider_multi .slide_date,
.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_date {
	font-size: 12px;
	line-height:16px;
}

.slider_titles_outside_wrap {
	bottom: 1rem;
}
.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
	font-style: italic;
	letter-spacing:0;
}

.sc_slider_controller_info {
	font-size: 1.3333em;
	line-height:1.2em;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
	width: 85%;
}
.sc_slider_controller_titles .sc_slider_controller_info {
	text-transform: uppercase;
}
.sc_slider_controller_thumbs .sc_slider_controller_info {
	font-size: 1.2em;
	line-height:1.2em;
	display:none;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_number {
	color: #ccc;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_title {
	color: #fff;
}



/* Widgets
---------------------------------------------- */

.footer_wrap .sc_layouts_item {
	margin-top: 0;
	margin-bottom: 0;
}

.widget.widget_bg_image {
	padding: 2em 1.5em !important;	/* to override .columns_wrap > .column rules */
}
.widget.widget_bg_image * {
	color: #aaa !important;
}
.widget.widget_bg_image .widget_title,
.widget.widget_bg_image .widget_content a {
	color: #ddd !important;
}
.widget.widget_bg_image .widget_title,
.widget.widget_bg_image .widget_content a:hover {
	color: #fff !important;
}

/* About Me */
.widget_aboutme .aboutme_avatar img {
	width:100%;
	height: auto;
}
.widget_aboutme .aboutme_username {
	text-align:left;
	font-size:1em;
}
.widget_aboutme .aboutme_description {
	margin-top: 1em;
	text-align:left;
	line-height: 1.6em;
}

/* Audio */
.trx_addons_audio_player {
	padding: 2.15em 3.34em 2.6em;
}
.sidebar .trx_addons_audio_player,
.footer_wrap .trx_addons_audio_player,
.trx_addons_audio_player.with_cover {
	padding:0.8em 1em;
}
.trx_addons_audio_player.without_cover {
	border: none;
	background-color:transparent;
}
.trx_addons_audio_player .audio_author {
	font-size: 1em;
	font-weight: 400;
	margin-left: 0;
	margin-right:0;
	text-transform:none;
}
.trx_addons_audio_player .audio_caption {
	font-size: 1em;
	line-height:1.35em;
	letter-spacing: 0;
	text-transform:none;
}
.vc_row .trx_addons_audio_player .audio_caption {
	font-size: 1.5em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
	margin: -0.6em 0 0.5em;
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
	font-size: 14px !important;
	font-weight: 400;
}
.sidebar .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time,
.footer_wrap .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
	display:none;
}
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,
.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider,
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 3px !important;
}


/* Most Popular */
.widget .trx_addons_tabs .trx_addons_tabs_titles li {
	font-size: 12px;
	font-weight:700;
	font-style:normal;
	line-height: 1.3em;
	text-transform:uppercase;
	letter-spacing:1px;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
	display:none !important;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
	margin-left:0.5em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
	padding: 0.3em 0.5em;
}

/* Categories list */
.widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
	width:100%;
	float:none;
	overflow:hidden;
}
.widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"],
.sidebar .widget_categories_list [class*="column-"]+[class*="column-"] {
	margin-top:0.5em;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
	text-align:left;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
	display:inline-block;
	width: 20%;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
	width: 100%;
	height: auto;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
	display:inline-block;
	width: 70%;
	margin: 0;
	font-size:1em;
	padding-left: 1em;
	text-align:left;
	text-transform:none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Contacts */
.widget_contacts {
	text-align:left;
}
.widget_contacts[class*="column-"] .contacts_info .contacts_left,
.widget_contacts[class*="column-"] .contacts_info .contacts_right,
.sidebar .widget_contacts .contacts_info .contacts_left,
.sidebar .widget_contacts .contacts_info .contacts_right {
	display:block;
	width:100%;
	margin:0;
	text-align:left;
}
.widget_contacts[class*="column-"] .contacts_description,
.widget_contacts[class*="column-"] .contacts_socials,
.widget_contacts[class*="column-"] .contacts_info,
.sidebar .widget_contacts .contacts_description,
.sidebar .widget_contacts .contacts_socials,
.sidebar .widget_contacts .contacts_info {
	margin-top:1em;
}
.widget_contacts .contacts_description {
	line-height: 1.6em;
}
.widget_contacts .contacts_info {
	font-weight:400;
	font-style:normal;
	line-height: 1.6em;
}
.widget_contacts .contacts_info span {
	position:relative;
	display:block;
	padding-left: 2em;
	margin-bottom: 1.4em;
}
.widget_contacts .contacts_info span:before {
	font-family:'fontello';
	font-size:1.2em;
	display: block;
	position:absolute;
	left:0;
	top: 0;
	width: 2em;
	line-height:inherit;
	text-align:left;
}
.widget_contacts .contacts_info span.contacts_email:before {	content: '\e91b'; }
.widget_contacts .contacts_info span.contacts_phone:before {	content: '\e92f'; }
.widget_contacts .contacts_info span.contacts_address:before {	content: '\e848'; }

.wpb_column .widget_contacts .contacts_info .contacts_left {
    text-align: left;
}

/* Recent News + Shortcode Recent News */
body.expand_content .sc_recent_news_style_news-announce .post_size_full { height: 656px; }
body.expand_content .sc_recent_news_style_news-announce .post_size_big { height: 328px;  }
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small { height: 164px;  }
.sc_recent_news .post_counters .post_counters_edit a {
	background-color:transparent !important;
}
.sidebar .sc_recent_news .post_item .post_title,
.footer .sc_recent_news .post_item .post_title {
	font-size: 1em;
}
.sidebar .sc_recent_news .post_item .post_content,
.footer .sc_recent_news .post_item .post_content {
	font-size: 0.8667em;
	line-height:1.3846em;
}
.sc_recent_news .post_accented_off .post_featured.with_thumb .post_video_hover {
	font-size: 1.2em;
}
.sc_recent_news .post_accented_off .slider_controls_wrap {
	display:none;
}
.sc_recent_news .post_accented_off .slider_pagination_wrap {
	bottom: 0;
}
.sc_recent_news .post_accented_off .slider_pagination_wrap .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin-right:3px;
}

/* Recent posts & Most Popular posts & Search Results */
.widget_area .post_item,
.widget .post_item {
	overflow:hidden;
	text-align:left;
	margin-bottom: 0;
	position:relative;
	background-color: transparent !important;
}
.widget .post_item + .post_item {
	margin-top: 2em;
	padding-top: 0;
	border-top: none;
}
.search_results.widget_area .post_item + .post_item {
	border-top:1px solid #e5e5e5;
	margin-top:1.6em;
	padding-top:1.6em;
}
.widget_area .post_item .post_content,
.widget .post_item .post_content {
	overflow:hidden;
}
.widget_area .post_item .post_thumb,
.widget .post_item .post_thumb {
	float:left;
	width: 5rem;
	height: 5rem;
	margin:0 1em 4px 0;
	overflow:hidden;
}
.widget_area .post_item .post_thumb img,
.widget .post_item .post_thumb img {
	width:100%;
}
.widget_area .post_item .post_title,
.widget .post_item .post_title {
	font-weight: 400;
	text-align:left;
	font-size: 1em;
	line-height: 1.5em;
}
.widget_area .post_item .post_info,
.widget .post_item .post_info {
	margin-bottom:0;
	font-size: 1em;
}
.widget_area .post_item .post_info .post_info_item+.post_info_item:before,
.widget .post_item .post_info .post_info_item+.post_info_item:before {
	content: "";
	margin:0 0 0 5px;
}
.widget_area .post_item .post_categories,
.widget .post_item .post_categories {
	font-size:11px;
	font-weight:400;
	line-height:15px;
	text-transform:uppercase;
	margin-top:-2px;
	margin-bottom:1em;
	position:relative;
	padding-right:3em;
}
.widget_area .post_item .post_categories .post_info_counters,
.widget .post_item .post_categories .post_info_counters {
	position:absolute;
	right: 0;
	top: 0;
}

/* Socials */
.sidebar .widget_socials .socials_wrap,
.footer_wrap .widget_socials .socials_wrap {
	text-align:left;
}
.sidebar .widget_socials .social_item,
.footer_wrap .widget_socials .social_item {
	margin: 0 5px 5px 0;
}
.slider_engine_revo .widget_socials {
	width: 10em;
}
.slider_engine_revo .widget_socials .socials_wrap {
	text-align:left;
	min-width: 160px !important;
}
.slider_engine_revo .widget_socials .social_item {
	display:inline-block;
}
.slider_engine_revo .widget_socials .social_item + .social_item {
	margin-left:0.5em;
}
.slider_engine_revo .widget_socials .social_item span {
	background-color: transparent !important;
	width:auto;
	height:auto;
	font-size:13px !important;
	line-height:1.5em;
	display:inline;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.slider_engine_revo .widget_socials .social_item a {
	background-color: transparent;
	background: none;
}
.slider_engine_revo .widget_socials .social_item a:hover span {
	background-color: transparent;
}
.slider_engine_revo .widget_socials .social_item a:hover span:before {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
}

/* Twitter */
.widget_twitter .widget_content ul {
	padding-left: 2em;
	list-style-type:none;
}
.widget_twitter .widget_content ul > li {
	position:relative;
	text-align: left;
}
.widget_twitter .widget_content ul > li+li {
	margin-top: 1.5em;
}
.widget_twitter .widget_content ul > li:before {
	position:absolute;
	z-index:1;
	display:inline-block;
	font-size:1.2em;
	font-style:normal;
	left:-1.5em;
	top: 0;
	background-color:transparent;
}
.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
	text-align: center;
	font-size:1.6em;
	font-style:normal;
	margin-bottom: 0.8em;
}
.widget_twitter .widget_content .sc_twitter_item a,
.widget_twitter .widget_content ul > li a {
	font-weight:normal;
}

/* Video */
.trx_addons_video_player.with_cover .video_hover {
	font-size:2.8em;
	width: 3.55em;
	height: 3.55em;
	line-height: 3.55em;
	border: none;
}
.trx_addons_video_player.with_cover .video_hover:before {
	content: '\e8e1';
	font-family:'fontello';
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
	font-size: 2.4em;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
	font-size: 1.8em;
}
.mobile_layout .trx_addons_video_player.with_cover .video_hover {
	opacity: 1;
	margin-top: 0;
}


/* CV Card
---------------------------------------------- */
.trx_addons_cv_header_letter {
	line-height: 0.75em;
}
.trx_addons_cv_header_letter,
.trx_addons_cv_header_text,
.trx_addons_cv_header_socials .social_item > a {
	text-shadow:none;
}
.trx_addons_cv_section_contacts input,
.trx_addons_cv_section_contacts textarea {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}



/* Hover effects
---------------------------------------------- */
.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
	display:none;
}



/* Shortcodes
---------------------------------------------- */


[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
	-webkit-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
	   -moz-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
	    -ms-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
	     -o-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
	        transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
}

.sc_item_subtitle {
	font-size: 1.063em;
	text-transform:none;
	letter-spacing: 0;
	line-height:;
}
.sc_item_title {line-height: normal;}

.sc_item_title.sc_item_title_style_default {
	position: relative;
}

.sc_item_subtitle + .sc_item_title {
	margin-top: -7px;
}

.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr,
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_item_descr + .sc_item_content {
	margin-top: 8em;
}
.sc_item_descr {
	margin-bottom: 0;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
	margin-top: 1.3em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple {
	margin-top: 1.6rem;
}
.trx_addons_hover_content .trx_addons_hover_links a + a {
	margin-left:0.7em;
}

/* Action */
.sc_action_item_default .sc_action_item_subtitle {
	font-size:2em;
	line-height:1.2em;
}
.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title {
	margin-top:0;
}

.sc_action_item_event.with_image .sc_action_item_inner {
	padding: 2.4em 2em; 
}
.sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle {
	margin-top:0.8em;
}
.sc_action_item_event .sc_action_item_title {
	margin-top: 0;
	margin-bottom: 0.3em;
}
.sc_action_item_date {
	font-size: 1em;
	line-height: 1.3em;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0.8em 0;
	border-style:dotted;
}
.sc_action_item_description {
	font-style:italic;
	letter-spacing:0;
}
.sc_action_item_info {
	font-size: 13px;
	font-weight:400;
	line-height: 1.3em;
	padding: 1em 0 0;
	letter-spacing:0;
	border-style:dotted;
}


/* Anchor */
.menu_side_inner #toc_menu {
	display:block;
	position:relative;
	left:0;
	top:0;
	margin:0;
}
.toc_menu_item .toc_menu_description {
	font-size:1.0667em;
	line-height:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	top: 1px;
}
.toc_menu_item:hover .toc_menu_description {
	margin-right:0;
}
.toc_menu_item .toc_menu_description:before {
	content: ' ';
	display:inline-block;
	vertical-align:middle;
	height: 6rem;
}
.toc_menu_item .toc_menu_description span {
	display:inline-block;
	vertical-align:middle;
	padding: 0 3em;
	letter-spacing:3px;
	margin-top: 5px;
}
.toc_menu_item .toc_menu_icon {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	border-top: 1px solid #ddd;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	        box-sizing: content-box;
}
.toc_menu_item .toc_menu_icon:before {
	font-size:2rem;
	font-weight:normal;
	line-height:inherit;
}
.toc_menu_item .toc_menu_icon_default:before {
	width: 0.4rem;
}
.toc_menu_item_active .toc_menu_icon_default:before {
	width: 0.8rem;
}

.menu_style_left .toc_menu_item .toc_menu_description {
	left: -20em;
	right: auto;
}
.menu_style_left .toc_menu_item:hover .toc_menu_description {
	left: 100%;
	right: auto;
}

/* Blogger */
.sc_blogger_item_featured .post_featured {
	margin-bottom: 0;
}
.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5em;
}

.sc_blogger_default .sc_blogger_item {
	padding: 2.1429em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
	left: 45%;
	width: 55%;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_post_meta {
	margin-top:0.6em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_featured {
	margin-bottom:0;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3 .post_featured:before{
	content: '';
	display: block;
	border: 14px solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(2n) .post_featured:before{
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	top: auto;
	bottom: 0;
	right: 50%;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(3n) .post_featured:before{
	right: auto;
	left: 0px;
}

.sc_blogger.sc_blogger_classic .post_featured .post-categories{
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: absolute;
	left: 14px;
	top: 22px;
}

.sc_blogger.sc_blogger_classic .post_featured .post-categories li{
	line-height: 1.5em;
	display: inline-block;
}

.sc_blogger.sc_blogger_classic .post_featured .post-categories li a{
	border-radius: 2em;
	-webkit-border-radius: 2em;
	padding: 4px 15px;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3 .sc_blogger_item{
	display: flex;
	display: -webkit-flex;
}


.sc_blogger.sc_blogger_classic .trx_addons_column-1_3 {
	width: 65.8%;
	float: left;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3 .post_featured{
	    width: 50.09%;
	    display: inline-block;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3 .sc_blogger_item_content{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding: 4em 2em 0;
    vertical-align: top;
}


.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(2n) .sc_blogger_item{
	flex-direction: column;
	-webkit-flex-direction: column;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(3n) .sc_blogger_item{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(2n) {
	width: 34.13%;
	float: right;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(2n) .post_featured {
	width: 100%;
	display: inline-block;
}

.sc_blogger.sc_blogger_classic .trx_addons_column-1_3:nth-child(2n) .sc_blogger_item_content{
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sc_blogger.sc_blogger_classic .sc_blogger_item_excerpt_text{
	height: 2.9em;
}

.sc_blogger.sc_blogger_classic .post_meta{
	margin-top: 0;
	margin-bottom: 0.75em;
}

.sc_blogger.sc_blogger_classic .sc_blogger_item_title {
	font-size: 1.375em;
}

.sc_blogger_classic .sc_blogger_item_excerpt{
	margin-top: 1.05em;
}

.sc_blogger_classic .sc_blogger_item_excerpt .sc_item_button{
	    margin-top: 1em;
}

/* Button */
.sc_item_button a,
.sc_form button,
.sc_price_link,
.sc_action_item_link {
	position: relative;
	cursor: pointer;
	display:inline-block;
	text-transform:uppercase;
	white-space:nowrap;
	padding:0.9em 2.3em;
	font-size:1em;
	font-weight:700;
	letter-spacing:0;
	border: none;
	letter-spacing: 1px;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: initial;
}

.sc_form button,
.sc_item_button a,
.sc_action_item_link{
	margin-top: 0;
	padding: 1.4em 2.75em;
}

.sc_item_button a:before,
.sc_form button:before,
.sc_price_link:before,
.sc_action_item_link:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	transform: scale(1.2);
	opacity: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sc_item_button a:hover:before,
.sc_form button:hover:before,
.sc_price_link:hover:before,
.sc_action_item_link:hover:before{
	transform: scale(1);
	opacity: 1;
}

.sc_button.sc_button_size_large{
	font-size: 1em;
	padding: 1.3em 2.76em;
}

.sc_button.sc_button_size_small{
	padding: 0.7em 1.8em;
	font-size: 14px;
}

.sc_button_simple {
	text-transform:uppercase;
	font-size:0.8667em;
	letter-spacing:3px;
}
.sc_button_simple:before,
.sc_button_simple:after {
	content:'\e93a';
	font-family:'fontello';
	top: -2px;
	font-style:normal;
}

.sc_item_button .sc_button_simple:not(.sc_button_bg_image) {
	background:none !important;
	background-color:transparent;
	padding-right: 0;
}

.sc_item_button .sc_button_simple:not(.sc_button_bg_image):after{
	content: none;
}


.sc_item_button .sc_button_simple:not(.sc_button_bg_image):before{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom-width: 1px;
	border-radius: 0;
	-webkit-border-radius: 0; 
}

.sc_item_button .sc_button_simple {
	font-weight: 700;
	font-size: 1em;
	line-height: normal;
	letter-spacing:0;
	border: none;
	padding: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sc_item_button .sc_button_simple:before,
.sc_item_button .sc_button_simple:after {
	font-style:normal;
	line-height:inherit;
	top:3px;
}


/* Courses */
.sc_courses_default .sc_courses_item_info {
	padding: 0;
}
.sc_courses_default .sc_courses_item_date {
	letter-spacing: 0;
}
.sc_courses_default .sc_courses_item_price {
	font-size: 1.063em;
	margin-top: 0;
	line-height: normal;
	min-height: initial;
	letter-spacing: 0;
	font-weight: 700;
	display: inline-block;
	float: right;
}

.sc_courses_default .sc_courses_item_title{
	font-size: 1.5em;
	margin-top: 0.95em;
	letter-spacing: normal;
}

.sc_courses_default .sc_courses_item_meta{
	line-height: normal;
	margin-top: 0;
	font-size: 0.938em;
	padding: 0.85em 0.87em;
}

.sc_courses_item_meta_date:before{
	margin-right: 5px;
}

.sc_courses_default .trx_addons_hover_content,
.sc_courses_reviews .trx_addons_hover_content {
	text-align:left;
	padding: 0;
	left:0;
	top:0;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	transform:none;
	position: relative;
	margin-bottom: 2em;
}

.sc_courses_default .sc_courses_item_meta_item + .sc_courses_item_meta_item:before{
	content: ':';
	margin: 0 5px 0px -2px;
}

.sc_courses_default .trx_addons_hover_content .trx_addons_hover_title,
.sc_courses_reviews .trx_addons_hover_content .trx_addons_hover_title {
	background-color: transparent;
	padding: 0;
	margin:0;
	text-transform:none;
	font-size: 1.6667em;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text,
.sc_courses_reviews .trx_addons_hover_content .trx_addons_hover_text {
	padding:0;
	margin-top: 0.9em;
	font-style:normal;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	line-height: 1.5em;
}

.sc_courses_reviews .trx_addons_hover_content .authorname{
	font-weight: 700;
}

.sc_courses_reviews .trx_addons_hover_content .review_content:before,
.sc_courses_reviews .trx_addons_hover_content .review_content:after{
	content: '"';
}

.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a,
.sc_courses_reviews .trx_addons_hover_content .trx_addons_hover_links a {
	margin-top: 0.86em;
	font-size: 1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding: 0;
	webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.sc_courses_reviews .sc_courses_item_meta{
	display: block;
	padding: 0.75em 1.6em;
}

.sc_courses_reviews .sc_courses_item_title{
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 0.9em;
}

.sc_courses_reviews .sc_courses_item_meta .item_meta_rating,
.sc_courses_reviews .sc_courses_item_meta .item_meta_count_review{
	display: inline-block;
	width: 50%;
}

.sc_courses_reviews .sc_courses_item_meta .item_meta_count_review{
	text-align: right;
	font-family: 1.063em;
	font-weight: 700;
}

.sc_courses_reviews .sc_courses_item_meta .item_meta_rating > span+span{
	margin-left: 4px;
}
.courses_single .courses_page_title{
	    padding: 0;
	    margin-top: -8px;
	    margin-bottom: 1.53em;
}

.courses_single .courses_page_featured{
	margin-bottom: 2em;
}

.courses_single .courses_page_featured.allowed_reviews{
	margin-bottom: 0;
}

.courses_single .courses_page_featured.allowed_reviews+.course_item_meta{
	margin-bottom: 3.4em;
}

.courses_single .course_item_meta{
	padding: 1.8em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.courses_single .course_item_meta > span{
	display: inline-block;
	box-sizing: border-box;
	width: 50%;

}

.courses_single .course_item_meta .item_meta_rating{
	text-align: left;
}


.courses_single .course_item_meta .item_meta_rating .rating_label{
	padding-left: 0.5em;
	font-size: 1.063em;
	font-weight: 700;
}

.courses_single .course_item_meta .item_meta_count_review{
	text-align: right;
	font-size: 1.063em;
	font-weight: 700;
}

.courses_single .course_item_meta .item_meta_rating > span{
	margin-right: 4px;
}

.courses_single .vc_tta-container .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{
	text-align: left !important;
}


/* Dishes */
.sc_dishes_default .sc_dishes_item_info {
	padding: 2.6em 3em;
	text-align:center;
}
.sc_dishes_default .sc_dishes_item_title {
	margin-top:0;
}
.sc_dishes_default .sc_dishes_item_subtitle {
	font-size: 0.8667em;
	line-height:1.5em;
	font-style:italic;
	letter-spacing:0;
	margin-top:0.1em;
}
.sc_dishes_default .sc_dishes_item_content {
	margin-top:1.6em;
	min-height:5.4em;
}
.sc_dishes_default .sc_dishes_item_button {
	margin:1.6em 0 0;
}

.sc_dishes_compact .sc_dishes_item_header {
	padding:2rem;
}
.sc_dishes_compact .sc_dishes_item_title {
	line-height:1.25em;
}
.sc_dishes_compact .sc_dishes_item_subtitle {
	font-size: 13px;
	line-height:16px;
}


/* Events */
.sc_events_item {
	height: 5.2632em;
}
.sc_events_item + .sc_events_item {
	margin-top: 1em;
}
.sc_events_button {
	text-align:center;
}
.sc_events_item_date {
	height: 5.2632em;
}
.sc_events_item_day {
	font-weight:200;
	margin-top:0.2em;
}
.sc_events_item_button {
	min-height:1.3em;
}
.sc_events_item_button:before,
.sc_events_item_button:after {
	position:absolute;
	left:0; top: 0;
	content:'\e93a';
	font-family:'fontello';
	font-size:0.9286em;
	-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_events_item_button:after {
	left:-30px;
	opacity:0;
	filter: alpha(opacity=0);
}
.sc_events_item:hover .sc_events_item_button:before {
	opacity:0;
	filter: alpha(opacity=0);
	left: 30px;
}
.sc_events_item:hover .sc_events_item_button:after {
	opacity:1;
	filter: alpha(opacity=100);
	left: 0;
}

.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_button {
	font-size:0.7368em;
	font-weight:700;
	line-height:1.3em;
	text-transform:uppercase;
}
.sc_events_detailed .sc_events_item_title {
	font-size:1.0526em;
	line-height:1.2em;
	font-weight:700;
	font-style:italic;
}
.sc_events_detailed .sc_events_item,
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_button,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_time {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}

/* Form */
.sc_form form input.filled.trx_addons_field_error,
.sc_form form input.filled.trx_addons_field_error:hover,
.sc_form form input.filled.trx_addons_field_error:focus {
	color: #ff0000 !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;	
}

.sc_form[class*="scheme_"] {
	padding: 5em;
}
.sc_form_description {
	font-style:normal;
}
.sc_form_detailed .sc_form_info {
	padding: 0;
}
.sc_form_title + .sc_form_form, .sc_form_subtitle + .sc_form_form, .sc_form_descr + .sc_form_form {
	margin-top: 8em;
}

.sc_form .sc_form_info_item .sc_form_info_icon:before { font-family: 'fontello'; }
.sc_form .sc_form_info_item_address .sc_form_info_icon:before { content: '\e8fd'; }
.sc_form .sc_form_info_item_email .sc_form_info_icon:before { content: '\e8fa'; }
.sc_form .sc_form_info_item_phone .sc_form_info_icon:before { content: '\e8f5'; }

.sc_form_field,
.sc_form_modern .sc_form_field {
	margin-bottom: 1.25em;
}
.sc_form_field_button {
	margin-top: 0;
	margin-bottom:0;
}

.sc_form_default .sc_form_field_button:before {
	content:' ';
	display:block;
	width:100%;
	height: 0;
	clear:both;
}
.sc_form_default .sc_form_field_button {
	text-align: right;
}
.sc_form_modern .sc_form_field_button {
	text-align:center;
}
.sc_form_detailed button {
	display: block;
}

.sc_form_field_title {
	text-transform:none;
	font-size: 1.375em;
	line-height:1.8em;
	margin-bottom: 0.8em;
}
label.required .sc_form_field_title:after {
	content:'*';
	display:inline-block;
	vertical-align:text-top;
	margin: -5px 0 0 2px;
	font-size:80%;
	color:#da6f5b;
}
.sc_form input[type="text"],
.sc_form textarea {
	border: 1px solid;
	font-size: 1em;
	font-style:normal;
	padding: 1.35em 2.5em;
}

[class*="sc_input_hover_"] input[type="text"],
[class*="sc_input_hover_"] input[type="number"],
[class*="sc_input_hover_"] input[type="email"],
[class*="sc_input_hover_"] input[type="password"],
[class*="sc_input_hover_"] input[type="search"],
[class*="sc_input_hover_"] select,
[class*="sc_input_hover_"] textarea {
	font-size:1em !important;
	font-weight: 400;
	font-style:normal;
	line-height:1.2em;
	letter-spacing:1px;
	padding: 1.4em 1.4em !important;
}
[class*="sc_input_hover_"] .sc_form_field_hover {
	font-size: 1em;
}
[class*="sc_input_hover_"] .sc_form_field_content {
	font-size: 1em;
	line-height:1.2em
}
[class*="sc_input_hover_"] label.required:after {
	display: none;
}
[class*="sc_input_hover_"] label.required .sc_form_field_content:after {
	font-size:110%;
}
.sc_form_modern form:not([class*="sc_input_hover_"]) textarea {
	min-height:9.8em;
}

.sc_input_hover_accent .sc_form_field_hover:before {
  	height: 3em;
}
.sc_input_hover_accent textarea + .sc_form_field_hover:before {
  	height: 9em;
}


.sc_input_hover_path .sc_form_field_content {
	padding-top:2em;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_content {
	padding-top:2em;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
	-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
	    -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
	        transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
}
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
	-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
	    -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
	        transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
}

.sc_input_hover_jump .sc_form_field_content:before {
	top: -190%;
}
.sc_input_hover_jump .sc_form_field_content {
	padding:1.5em;
}

.sc_input_hover_underline .sc_form_field_hover:before {
	height: 2px;
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content {
	-webkit-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
	-ms-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
	transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
}
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
	height: 5.3em;
	-webkit-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
	-ms-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
	transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
}

.sc_input_hover_iconed .sc_form_field_hover {
	padding: 0.45em !important;
}

/* Googlemap */

.sc_googlemap_content_default{
	width: 31.55%;
	top: 5em;
	bottom: 5em;
	padding: 2.4em 2.3em 1.4em 6.3em;
}

.sc_googlemap_content .sc_form_default .sc_form_details {
	width:100%;
	float:none;
}
.sc_googlemap_content .sc_form_default .sc_form_details > div {
	width: 100%;
	padding-right:0;
}
.sc_googlemap_content .sc_form_default .sc_form_field_message {
	width: 100%;
	float:none;
	padding-left: 0;
}
.sc_googlemap_content .sc_form .sc_form_field input[type="text"],
.sc_googlemap_content .sc_form .sc_form_field textarea {
	padding:0.5em 1em;
}
.sc_googlemap_content .sc_form .sc_form_field textarea {
	min-height:3em;
}

.sc_googlemap_content_detailed {
	font-size:0.8421em;
	position:absolute;
	z-index:1000;
	width: 20em;
	left: 26%;
	top: 26%;
	padding:1.3em 2.5em;
	line-height:1.2em;
}
.sc_googlemap_content_detailed p {
	margin-bottom:1em;
}
.sc_googlemap_content_detailed:before {
	content: ' ';
	font-family:inherit;
	left: 0;
	top: 10%;
	bottom: 10%;
	width: 8px;
}



/* Icons */
.sc_icons .sc_icons_icon:before, .sc_icons .sc_icons_icon > span:before {
    font-size: 6em;
    line-height: 1.1em;
}
.sc_icon_type_svg svg {
	width: 6em;
	height: 6em;
}
.sc_icons_size_small .sc_icons_icon::before, .sc_icons_size_small .sc_icons_icon > span::before {
    font-size: 4em;
    line-height: 1.1em;
}
.sc_icons_size_small .sc_icon_type_svg svg {
	width: 4em;
	height: 4em;
}
.sc_icons_size_large .sc_icons_icon::before, .sc_icons_size_large .sc_icons_icon > span::before {
    font-size: 8em;
    line-height: 1.1em;
}
.sc_icons_size_large .sc_icon_type_svg svg {
	width: 8em;
	height: 8em;
}
.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_title {
	-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_icons_title {
	font-size: 1.2em;
	line-height:1.3em;
	font-weight:400;
	font-style: normal;
	text-transform:uppercase;
	letter-spacing:1px;
}
.sc_icons .sc_icons_image + .sc_icons_title,
.sc_icons .sc_icons_image + .sc_icons_description {
	margin-top:2em;
}
.sc_icons_description {
	font-size: 1em;
	line-height: 1.6em;
	font-weight:400;
	font-style:normal;
}
.sc_icons_modern .sc_icons_description {
	font-size: 1.2em;
	line-height: 1.3em;
}
.sc_icons .sc_icons_title + .sc_icons_description {
	margin-top:0.7em;
}

/* Price */
.sc_price {padding: 0;}

.sc_price .sc_price_image{
	position: relative;
}


.sc_price .sc_price_image .sc_price_popular{
	display: inline-block;
	content: '';
	position: absolute;
	top: 1.65em;
	left: 1em;
	font-size: 0.875em;
	font-weight: 700;
	padding: 0.25em 0.8em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	letter-spacing: 0;
}

.sc_price .sc_price_image:before{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	transform: rotate(-315deg) translateX(-50%);
	-webkit-transform: rotate(-315deg) translateX(-50%);
	position: absolute;
	bottom: -17px;
	left: 50%;
}

.sc_price_info {
	padding: 2em 1.5em 3.5em;
	text-align:center;
}
.sc_price_subtitle {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom:0.5em;
}
.sc_price_title {
	font-size: 1.875em;
	line-height:1.25em;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 0.53em;
}
.sc_price_description {
	font-size:1.0667em;
	font-weight:400;
	font-style:italic;
	line-height:1.25em;
	letter-spacing:0;
	margin:0.65em 0;
}
.sc_price_price {
	font-size: 1.063em;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 1.66em;
}

.sc_price_price .sc_price_value{
	font-size: 3.29em;
	margin-left: 4px;
}

.sc_price_decimals {
	text-decoration:none;
}
.sc_price_details {
	margin-top: 1.85em;
	font-weight:400;
	letter-spacing:0;
	line-height: 1.938em;
}
.sc_price_link {
	margin-top: 2.55em;
	padding: 1.3em 3em;
}
.sc_price_link:after {
	display:none;
}

.sc_price_image img{
	margin: 0;
	width: 100%;
	
}

/* Promo */
.sc_promo.sc_promo_size_tiny .sc_promo_image {
	margin: 0.5em;
}
.sc_promo_text blockquote {
	margin: 0 !important;
}
.sc_promo.sc_promo_size_normal .sc_promo_icon,
.sc_promo.sc_promo_size_large .sc_promo_icon {
	font-size: 7em;
	line-height: 1em;
	margin-bottom:0.14em;
}
.sc_promo_title + .sc_promo_content,
.sc_promo_subtitle + .sc_promo_content {
	margin-top: 1.8em;
}
.sc_promo_title + .sc_promo_subtitle {
	margin-top: 1.25em;
}
.sc_promo_button .sc_button_simple:before,
.sc_promo_button .sc_button_simple:after {
	top:4px;
}

.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
	padding: 8.85em 3.5em 8em 4.5em;
	letter-spacing: 0;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
	margin-top: 2.1em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
	margin-top: 1em;
}


.sc_item_button.sc_promo_button .sc_button{
	padding: 0;
}

.sc_item_button.sc_promo_button .sc_button:before{
	content: none;
}

.sc_promo_modern .sc_promo_title {
	font-size:3.6667rem;
	line-height:1.1818em;
}
.sc_promo_modern .sc_promo_descr,
.sc_promo_modern .sc_promo_button {
	padding-left: 6.6rem;
}


/* Services */
.sc_services_default .trx_addons_hover_content .trx_addons_hover_title {
	font-size: 1.3333em;
}
.sc_services_default .sc_services_item_icon {
	margin-top: 0;
	border: none;
	width: auto;
	height: 1.2em;
	line-height: 1.2em;
	font-size: 5.5em;
}
.sc_services_default .sc_services_item_info {
	padding: 0.65em 4em;
	text-align:center;
}
.sc_services_default .sc_services_item_title {
	margin-top:0;
	font-size: 1.125em;
}
.sc_services_default .sc_services_item_subtitle {
	font-size: 0.8667em;
	line-height:1.5em;
	font-style:italic;
	letter-spacing:0;
	margin-top:0.1em;
}
.sc_services_default .sc_services_item_content {
	margin-top:1.6em;
	min-height:5.4em;
}
.sc_services_default .sc_services_item_button {
	margin:1.6em 0 0;
}

.sc_services_iconed .sc_services_item_icon {
	font-size:2.8em;
	line-height:1em;
}
.sc_services_iconed .sc_services_item_header {
	padding:2rem;
}
.sc_services_iconed .sc_services_item_title {
	font-size:1em;
	line-height:1.5em;
}
.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_button {
	display:none;
}


.sc_services_list .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon{
    font-size: 1.375em;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    border: none;
}

.sc_services_list .sc_services_item_featured_left .sc_services_item_info{
	padding: 0 0 0 4.25em;
	margin-left: 0;
}

.sc_services_list .sc_services_item_featured_right .sc_services_item_info{
	padding: 0 4.25em 0 0 ;
	margin-right: 0;
}

.sc_services_list .sc_services_item_info .sc_services_item_header{
	    margin-top: -6px;
}

.sc_services_list .sc_services_item_title{
	    margin-bottom: 0.7em;
}

.sc_services_list .sc_services_item_featured_left, .sc_services_list .sc_services_item_featured_right{
	margin-bottom: 1.15em;
}


/* Skills */
.sc_skills_counter .sc_skills_item_wrap {
	max-width:none;
}
.sc_skills .sc_skills_item_title {
	font-size:12px;
	line-height:16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:1px;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
	content:' ';
	position:absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 1px;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
	padding:3.4em 0 0 4em;
}

.sc_skills_counter .sc_skills_icon {
	font-size:4.2em;
	line-height: 1.15em;
}
.sc_skills_counter .sc_skills_total {
	font-weight:400;
	font-size: 3.3333em;
	line-height: 1.1em;
	margin:0;
	text-align:left;
}
.sc_skills_counter .sc_skills_icon+.sc_skills_total {
	margin-top:0.2em;
}
.sc_skills_counter .sc_skills_item_title {
	font-size:1.0667em;
	line-height:1.25em;
	font-style:italic;
	text-transform:none;
	letter-spacing:0;
	text-align:left;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
	font-size: 2.25em;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0 auto;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item{
	width: 90%;
	margin: 0 auto;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
	font-size:1em;
	line-height:1.3em;
	font-weight: 400;
	letter-spacing:0;
	margin-top:0.2em;
	text-transform:none;
}


/* Table */
.sc_table table th, .sc_table table td {
	padding: 0.95em 1em;
}

.sc_table table td{
	padding: 1.8em 1em;
}

/* Testimonials */

.sc_testimonials.sc_testimonials_default{
	padding: 0;
}

.sc_testimonials.sc_testimonials_default .sc_testimonials_item {
	margin-right: 48px;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
}


.sc_testimonials.sc_testimonials_default .sc_testimonials_item{
	padding: 5.3em 5em 3.8em;
}

.sc_testimonials.sc_testimonials_default .sc_testimonials_item:before,
.sc_testimonials.sc_testimonials_default .sc_testimonials_item:after{
	    position: absolute;
	    content: '';
	    display: block;
	    top: 20px;
	    bottom: 20px;
	    right: 20px;
	    left: 20px;
	    z-index: 0;
}


.sc_testimonials.sc_testimonials_default .sc_testimonials_item:before{
    border-left: 1px solid;
    border-right: 1px solid;
    top: 34px;
    bottom: 34px;
}

.sc_testimonials.sc_testimonials_default .sc_testimonials_item:after{
	border-top: 1px solid;
    border-bottom: 1px solid;
    right: 34px;
    left: 34px;
}

.sc_testimonials_item_content {
	font-size: 1em;
	font-weight:400;
	font-style:normal;
	position: relative;
	z-index: 1;
}
.sc_testimonials_item_content:before {
	content: '\e93e';
	font-family:'fontello';
	margin-bottom: 0.86em;
	font-size: 2.85em;
	line-height: normal;
}
.sc_testimonials [class*="column"] .sc_testimonials_item_content {
	font-size: 1em;
	line-height:1.4em;
}
.sc_testimonials_item_author {
	background-color: transparent;
	text-align:center;
	margin-top: 1.4em;
	max-width:none;
	position: relative;
	z-index: 1;
}
.sc_testimonials_item_author_avatar {
	width: 5em;
	height: 5em;
	margin: 0 0 0.8em;
}
.sc_testimonials_item_author_data {
	display:block;
	max-width:none;
}


.sc_testimonials_item_author_data .reviews_items{
	margin-bottom: 0.85em;
}

.sc_testimonials_item_author_data .reviews_items > span{
font-size: 1em;
}

.sc_testimonials_item_author_data .reviews_items > span+span{
	margin-left: 3px;
}

.sc_testimonials_item_author_title {
	font-size: 1.125em;
	letter-spacing:0;
	text-transform:none;
}

.sc_testimonials_item_author_subtitle{
	font-size: 0.875em;
	font-weight: 400;
	opacity: 0.7;
	letter-spacing: 0;
}

.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
	margin-top: 0.19em;
}

.sc_testimonials.sc_testimonials_default.swiper-container-horizontal > .swiper-pagination{
	top: 50%;
	left: auto;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 48px;
	z-index: 100000;
	height: auto;
	border-radius: 0 5px 5px 0;
	line-height: 1.1em;
	padding: 0.9em 0;
}

.sc_testimonials.sc_testimonials_default.swiper-container-horizontal > .swiper-pagination span{
	width: 7px;
	height: 7px;
	position: relative;
	opacity: 1;
}

.sc_testimonials.sc_testimonials_default.swiper-container-horizontal > .swiper-pagination span:before{
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 15px;
	height: 15px;
	content: '';
	border: 2px solid;
	opacity: 0;
	left: -4px;
	top: -4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-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_testimonials.sc_testimonials_default.swiper-container-horizontal > .swiper-pagination span:hover:before,
.sc_testimonials.sc_testimonials_default.swiper-container-horizontal > .swiper-pagination span[class*="active"]:before{
	opacity: 1;
}



/* Team */

.sc_team_default .sc_team_item{
	position: relative;
}

.sc_team_default .sc_team_item_thumb,
.sc_team_default .sc_team_item_info{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sc_team_default .sc_team_item_thumb{
	z-index: 1;
}

.sc_team_default .sc_team_item_info{
	width: calc(50% - 48px);
}


.sc_team_default .sc_team_item_thumb img{
	width: 100%;
}

.sc_team_default .sc_team_item_info {
	padding: 8.45em 4em 2em 4.35em;
	text-align: left;
	vertical-align: top;
	position: absolute;
	top: 3.2em;
	bottom: 3.2em;
	letter-spacing: 0;
}
.sc_team_default .sc_team_item_title {
	margin-top:0;
}
.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
	font-size: 13px;
	line-height:20px;
	font-style:italic;
	letter-spacing:0;
	margin-top:1px;
}
.sc_team_default .sc_team_item_content {
	margin-top:1.6em;
	min-height:5.4em;
}

.sc_team_default .sc_team_item_socials{
	margin-top: 2.7em;
}

.sc_team_default .sc_team_item_socials .social_item {
	display:inline-block;
	margin: 0 15px 0px 0;
	text-align: center;
}
.sc_team_default .sc_team_item_socials .social_item a {
	display:block;
	width: 2.05em;
	height: 2.05em;
	line-height: 2.05em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.sc_team_default .sc_team_item_socials .social_item a span{
	font-size: 14px;
}

.sc_team_default .sc_team_item_socials + .sc_team_item_button {
	display:none;
}
.sc_team_default .sc_team_item_button {
	margin:1.6em 0 0;
}

.sc_team.sc_team_default.swiper-container-horizontal > .swiper-pagination{
	top: 50%;
	left: auto;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 48px;
	z-index: 100000;
	height: auto;
	border-radius: 0 5px 5px 0;
	line-height: 1.1em;
	padding: 0.9em 0;
}

.sc_team.sc_team_default.swiper-container-horizontal > .swiper-pagination span{
	width: 7px;
	height: 7px;
	position: relative;
	opacity: 1;
}

.sc_team.sc_team_default.swiper-container-horizontal > .swiper-pagination span:before{
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 15px;
	height: 15px;
	content: '';
	border: 2px solid;
	opacity: 0;
	left: -4px;
	top: -4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-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_team.sc_team_default.swiper-container-horizontal > .swiper-pagination span:hover:before,
.sc_team.sc_team_default.swiper-container-horizontal > .swiper-pagination span[class*="active"]:before{
	opacity: 1;
}


.team_member_page .team_member_brief_info_text {
	letter-spacing:0;
}
.team_member_page .team_member_socials .social_item {
	display:inline-block;
	margin: 0 3px 3px 0;
}
.team_member_page .team_member_socials .social_item a {
	display:block;
	width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
}

.sc_countdown_default .sc_countdown_digits span{
	display: inline;
	width: auto;
}

.sc_countdown_default .sc_countdown_digits span+span{
	margin-left: 0;
}


.sc_countdown_default .sc_countdown_item{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 5.875em;
	height: 5.875em;
}

.sc_countdown_default .sc_countdown_digits{
	font-size: 2.25em;
	line-height: 0.8em;
	margin-bottom: 0;
	height: auto;
	top: 25px;
	position: relative;
}

.sc_countdown_default .sc_countdown_separator{
	font-size: 1.5em;
	line-height: 3.7em;
	height: 100%;
	margin: 0 10px;
}

.sc_countdown .sc_countdown_label{
	font-size: 0.75em;
	text-transform: uppercase;
	top: 24px;
	position: relative;
}

.vc_message_box{
	border: none;
	    padding: 1.4em 0.875em 1.4em 6.4em !important;
}

.vc_message_box.vc_message_box_closeable:after{
	right: 2.1em;
	padding: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	content: '\e94b';
	font-size: 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}


.vc_message_box .vc_message_box-icon{
	    width: 5.4em;
}

.vc_message_box .vc_message_box-icon i{
	right: 0 !important;
	font-size: 2.5em;
}


ul.trx_addons_list_googlemaps{
	padding-left: 3.2em;
}

.trx_addons_list_googlemaps li h6,
.trx_addons_list_googlemaps li p{
	letter-spacing: 0;
}

.trx_addons_list_googlemaps li+li{
	margin-top: 1.4em;
}

ul.trx_addons_list_googlemaps > li:before{
	content: '';
	font-family: fontello;
	text-align: center;
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	left: -48px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



ul.trx_addons_list_googlemaps > li.googlemap-location:before{
	content: '\e833';
}
ul.trx_addons_list_googlemaps > li.googlemap-phone:before{
	content: '\e94c';
}
ul.trx_addons_list_googlemaps > li.googlemap-mail:before{
	content: '\e819';
	font-size: 12px;
}


.sc_action.sc_action_default{
	max-width: 76%;
    margin: 0 auto;
    padding: 2.55em 0 3em;
}

.sc_action_item_title,
.sc_action_item_description{
	float: left;
	width: 71.5%;
	text-align: center;
}

.sc_action_item_subtitle + .sc_action_item_description,
.sc_action_item_title + .sc_action_item_description,
.sc_action_item_date + .sc_action_item_description{
	margin-top: 0.2em;
	font-style: normal;
}

.sidebar .sidebar_inner > aside.widget_banner{
	background-position: center;
	background-size: cover;
	text-align: center;
	min-height: 57vh;
	padding: 3.7em 2em 0em !important;
}


.sidebar .sidebar_inner > aside.widget_banner .widget_title{
	font-size: 3em;
	margin-bottom: 0.13em;
}

.sidebar .sidebar_inner > aside.widget_banner .button_item_container{
	margin-top: 1.8em;
	    padding-bottom: 1.8em;
}

.sc_promo.sc_promo_size_normal .sc_promo_title{
	font-size: 3em;
	line-height: 1em;
}

/*Reviews list*/
.courses_single .reviews_list{
	padding-left: 0;
}

.courses_single .reviews_list .review_item_content{
	display: block;
}

.courses_single .reviews_list .review_author_wrap{
	width: 24.4%;
	min-width: 86px;
	display: inline-block;
	box-sizing: border-box;
	padding-right: 15px;
}

.courses_single .reviews_list .review_author_wrap .review_author_counts_review,
.courses_single .reviews_list .review_author_wrap .review_author_location{
	display: block;
	line-height: 1.5em;
}

.courses_single .reviews_list .review_author_wrap .review_author_counts_review:before,
.courses_single .reviews_list .review_author_wrap .review_author_location:before{
	width: 15px;
	text-align: center;
	margin-right: 5px;
}

.courses_single .reviews_list li+li{
	border-top: 1px solid;
	margin-top: 5.05em;
	padding-top: 5.05em;
}

.courses_single .vc_tta.vc_tta-tabs.vc_general .vc_tta-panels .vc_tta-panel-body{
	padding: 2.55em 2.2em;
}

.courses_single .review_info .review_date{
	font-size: 0.875em;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 3em;
}	

.courses_single .reviews_list .review_content .rewiews_rating > span+span{
	margin-left: 4px;
}

.courses_single .reviews_list .review_content{
	    display: inline-block;
	    box-sizing: border-box;
	    vertical-align: top;
	    width: 75.6%;
	    line-height: 1.5em;
}

.courses_single .reviews_list .review_text{
	margin-top: 0.6em;
}

.courses_single .reviews_list .review_text img{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.courses_single .review_author_wrap .review_author{
	font-size: 1.125em;
	margin-bottom: 0.28em;
}

#sb_instagram .sbi_photo_wrap{
	    overflow: hidden;
}

#sb_instagram a.sbi_photo:hover{
	transform: scale(1.1);
	display: block;
}