/* 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; }

/*   Content-area */
.sc_content::after {
	content: '';
	clear: both;
	display: block;
}

/* 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;
}

.sidebar .trx_addons_columns_wrap {
	margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
	display:block;
	width: 100%;
	padding: 0;
}

.trx_addons_scroll_to_top {
	border: none;
}
.menu_style_right .trx_addons_scroll_to_top {
	left: 2em;
	right: auto;
}


/* Layouts
---------------------------------------------- */
.menu_style_left .sc_layouts_row_fixed_on {
	margin-left: 6rem !important;
}
.menu_style_right .sc_layouts_row_fixed_on {
	margin-right: 6rem !important;
}
.header_position_under .top_panel .wpb_row {
	background-color: transparent !important;
}
.top_panel .sc_layouts_row_fixed_on .sc_layouts_menu_nav > li > ul {
	top: 3.5em;
}

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
	background-color:transparent;
}


/* Search field inside content */
.content .search_wrap {
	max-width:50%;
	margin:0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
	max-width:none;
}
.content .search_wrap .search_form_wrap {
	width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
	width:100%;
}
.content .search_wrap .search_submit {
	background-color:transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
	padding: 1.2em 3em 1em 1em !important;
}
.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
	left: auto;
	right: 0;
	top: 0;
	padding: 0 1em;
}
.content .search_wrap .search_results {
	width:100%;
}
.search_submit,
.search_submit:before {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* Headers layouts
---------------------------------------------- */
/* Icons */
.trx_addons_icon-search::before {
	content: '\E94D';
	font-family: 'fontello';
}
.trx_addons_icon-user-alt::before {
	content: '\E94C';
	font-family: 'fontello';
}
.icon-phone-2::before {
	content: '\E94E';
	font-family: 'fontello';
}
.icon-search-alt::before {
	content: '\E922';
}

.sc_layouts_item_icon {
	font-size: 1.5em;
}

.sc_layouts_item_details_line1 {
	font-weight:400;
	font-size: 16px;
	line-height: 24px;
}
.sc_layouts_item_details_line2 {
	font-weight:400;
	font-size: 16px;
	line-height: 24px;
}
.sc_layouts_row_type_narrow .sc_layouts_item {
	font-size: 0.910em;
	line-height:1.4615em;
	letter-spacing: -0.5px;
}
.sc_layouts_row_type_compact .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_item {
	letter-spacing:0;
}

.sc_layouts_title_caption {
	margin: 0 auto;
}

/* breadcrumbs */
.breadcrumbs {
	font-size: 24px;
	line-height: 30px;
}
.breadcrumbs .breadcrumbs_delimiter {
	margin: 0 0.3em;
}
.sc_layouts_title_breadcrumbs {
	margin-top: 0.45em;
}

/*  menu */
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
	padding:  1em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
	width: 10em;
}
.sc_layouts_menu_nav > li > ul {
	top: 3.2em;
	left: 50%;
	margin-left: -5em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
	left: 10em;
	top: -1em;
}
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children > a {
	font-weight:400;
	font-size: 1.0769em;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
	font-weight: 400;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a::after {
	display: none;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a::after,
.sc_layouts_menu_nav li li.menu-item-has-children > a::after {
	display: none;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
	padding-right: 1.4em;
}
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a {
	padding: 0 1.4em;
	padding-top: 1.5px;
}
.sc_layouts_menu_nav > li,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li {
	margin-right: 0.3em;
}

.sc_layouts_menu_nav > li:last-child,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li:last-child {
	margin-right:0;
}
.sc_layouts_menu_nav > li li > a {
	padding: 0 0.1em;
	padding-top: 1.7px;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li,
.sc_layouts_menu_nav > li li {
	padding: 0.4em 1.5em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li, 
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li ul, .sc_layouts_menu_nav > li ul > li,
.sc_layouts_menu_nav > li ul > li > a {
	text-align: center;
}

/*  sc_layouts_logo */
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
	max-height: 50px;
}
/*  row narrow */
.sc_layouts_row_type_narrow .socials_wrap .social_item {
	margin: 0 16px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon {
	font-size: 18px;
}

/*  row compact */
.top_panel .sc_layouts_row_type_compact .sc_button {
	font-size: 17.58px;
	position: relative;
	padding: 2.25em 3.3em 2.25em 4.6em;
}
.top_panel .sc_layouts_row_type_compact .sc_button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 100%;
	border-bottom: 100px solid #cb1a2b;
	border-left: 37px solid transparent;
	z-index: -1;
	opacity: 1;
}
.top_panel .sc_layouts_row_type_compact .sc_button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 100%;
	border-bottom: 100px solid #273147;
	border-left: 37px solid transparent;
	z-index: -1;
	opacity: 0;
}
.top_panel .sc_layouts_row_type_compact .sc_button:hover:before {
	opacity: 0;
}
.top_panel .sc_layouts_row_type_compact .sc_button:hover:after {
	opacity:1;
}
.top_panel .sc_layouts_row_type_compact .sc_button:before,
.top_panel .sc_layouts_row_type_compact .sc_button:after {
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.sc_layouts_row_type_compact .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
	font-size: 19px;
	line-height: 24px;
}
.sc_layouts_row_type_compact .socials_wrap .social_item {
	margin: 0 15px 0 0;
}

/*  row normal */
.sc_layouts_row_type_normal {
	padding: 1em 0;
}

.sc_layouts_row_type_normal .sc_button {
	padding: 1.2em 2.5em;
}
.sc_layouts_row_type_normal .sc_layouts_item_icon.icon-phone-2 {

}
.sc_layouts_row_type_normal .search_wrap .search_field {
	font-size: 16px;
	text-transform: none;
	padding: 0 3em 0 1.2em !important;
	width: 14.5em;
	height: 3.4em;
	line-height: 3.4em;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.sc_layouts_row_type_normal .search_wrap .search_submit {
	display: block;
	font-size: 16px;
	text-align: center;
	width: 1em;
	height: 3.4em;
	line-height: 3.4em;
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 1em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit::before {
	font-size: 16px;
}
.sc_layouts_row_type_normal .search_wrap .search_results_content {
	line-height: 1.5em;
}
.sc_layouts_row_type_normal .socials_wrap .social_item .social_icon {
	position: relative;
	display: block;
	width: 2.9em;
	height: 2.9em;
	line-height: 2.9em;
}
.sc_layouts_row_type_normal .socials_wrap .social_item {
	margin: 8px 11px 0 0;
}


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

/* Pagination */
.swiper-pagination-bullet  {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.slider_swiper .swiper-pagination-bullet,
.slider_swiper_outer .swiper-pagination-bullet {
	background-color: transparent;
	width: 8px;
	height: 8px;
}
.sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
	bottom: 0.5em;
}
.sidebar .slider_swiper .swiper-pagination-bullet,
.sidebar .slider_swiper_outer .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.slider_swiper.slider_pagination_pos_bottom .swiper-pagination-bullet,
.slider_swiper_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullet,
.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullet {
	display: inline-block;
	margin: 0px 32px 0 0;
}
.slider_swiper.slider_pagination_pos_bottom .swiper-pagination-bullet:last-child,
.slider_swiper_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullet:last-child,
.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullet:last-child {
	margin-right:0;
}

/* Controls */
.sidebar .slider_swiper_outer .slider_controls_wrap,
.sidebar .slider_swiper.slider_controls_side .slider_controls_wrap {
	display:none;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_swiper.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
	width: 2.3em;
	height: 2.3em;
	line-height: 2.2em;
	border: 2px solid #ffffff;
}
.sc_slider_controls .slider_controls_wrap.with_progress.with_prev {
	padding-left:4.5em;
}
.sc_slider_controls .slider_controls_wrap.with_progress.with_next {
	padding-right:4.5em;
}
.sc_slider_controls .slider_progress {
	height: 2.8em;
}
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
	opacity: 0;
	margin-right: -100px;
	left: 1.5em;
}
.slider_swiper.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
	opacity: 0;
	margin-right:-100px;
	right: 1.5em;
}
.slider_swiper.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover + .slider_controls_wrap > a {
	opacity: 1;
	margin-left:0;
	margin-right:0;
}

.sc_slider_controls .slider_controls_wrap > a:before,
.slider_swiper.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
	font-family:'fontello';
	font-size:1em;
}
.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
	content: '\E837';
	letter-spacing: 2px;
}
.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_swiper.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
	content: '\E836';
	letter-spacing: -2px;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: -2.8em;
}
.slider_style_modern .slider_controls_label span:first-child {
	font-style: italic;
	letter-spacing: 0;
}
.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;
}


.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;
	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 .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_row {
	line-height: 1.7857em;
}

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

.widget.widget_bg_image {
	padding: 2em 1.5em !important;
}
.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;
}

/* Most Popular */
.widget .trx_addons_tabs .trx_addons_tabs_titles li {
	font-size: 12px;
	font-weight:400;
	font-style:normal;
	line-height: 1.3em;
	text-transform:uppercase;
	letter-spacing:0;
}
.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 {
	display:inline-block;
	width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
	display:inline-block;
	width: 32px;
	vertical-align:middle;
}
.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;
	vertical-align:middle;
	width: 70%;
	margin: 0;
	font-size:1em;
	text-align:left;
	text-transform:none;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
	padding-left: 1em;
}



/* 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 {
	background-color: transparent !important;
}
.widget .post_item + .post_item {
	margin-top:1.3em;
	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 {
	margin-top: 0.2em;
	overflow:hidden;
}
.widget_area .post_item .post_title,
.widget .post_item .post_title {
	font-weight: 400;
	line-height: 1.42em;
	font-size: 1em;
	letter-spacing: 0.5px;
}
.footer_wrap .widget_meta,
.footer_wrap .widget_recent_comments .recentcomments a,
.footer_wrap .widget_area .post_item .post_title,
.footer_wrap .widget .post_item .post_title {
	font-size: 16px;
}
.footer_wrap .widget_recent_comments .comment-author-link a {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.footer_wrap .widget.widget_recent_comments li {
	font-size: 14px;
}
.footer_wrap .widget.widget_socials .widget_title {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.3em;
}

.widget_area .post_item .post_title,
aside .post_item .post_title {
	margin: -2px 0 3px 0;
}
.widget_area .post_item .post_info,
.widget .post_item .post_info {
	font-size:14px;
	line-height:18px;
	margin-bottom:0;
}
.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.widget_contacts .contacts_wrap .contacts_socials.socials_wrap {
	margin-top:1em;
}

/* 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 !important;
}
.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;
}


/* CV Card
---------------------------------------------- */
body.trx_addons_cv {
	margin-left: 0;
	margin-right: 0;
}
.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 > .social_icon {
	text-shadow:none;
}
.trx_addons_cv_section_contacts input,
.trx_addons_cv_section_contacts textarea {
	-webkit-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
			border-radius: 0 !important;
}



/* Hover effects
---------------------------------------------- */
.trx_addons_hover_mask {
	left:0; top: 0;
	right: 0; bottom: 0;
}
.trx_addons_hover_content .trx_addons_hover_links a + a {
	margin-left:0.7em;
}

.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
	display:none;
}



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

.sc_item_subtitle {
	font-size:1.5em;
	font-style: normal;
	font-weight:400;
	text-transform:none;	
	letter-spacing: 0;
	line-height:1.5em;
}
.sc_item_title {
	line-height:1.2em;
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
	font-size: 3.6667rem;
}
.sc_item_subtitle + .sc_item_title {
	margin-top: 0.15em;
}
.sc_item_descr {
	margin-bottom: 0;
}

/* 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;
	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;
}
.menu_side_icons #toc_menu {
	position:relative;
	left:0;
	top:0;
	margin:0;
}
.menu_side_icons .toc_menu_item .toc_menu_description {
	height: 6rem;
	line-height:6rem;
	font-size:1.0667em;
	font-weight:bold;
	text-transform:uppercase;
	top: 1px;
}
.menu_side_icons .toc_menu_item:hover .toc_menu_description {
	margin-right:0;
}
.menu_side_icons .toc_menu_item .toc_menu_description span {
	display:inline-block;
	vertical-align:middle;
	padding: 0 3em;
	letter-spacing:1px;
}
.menu_side_icons .toc_menu_item .toc_menu_icon {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	border-top: 1px solid #ddd;
	-webkit-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	        box-sizing: content-box;
}
.menu_side_icons .toc_menu_item .toc_menu_icon:before {
	font-size:2rem;
	font-weight:normal;
	line-height:inherit;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
	text-align:center;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
	content: ' ';
	width: 5px;
	height: 5px;
	line-height:inherit;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
	width: 9px;
	height: 9px;
}

.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_modern .sc_blogger_item {
	padding: 2.1429em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
	left: 45%;
	width: 55%;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_post_meta {
	margin-top:0.6em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
	margin-bottom:0;
}

.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
	padding: 2em 2em 1em 2em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_title {
	margin-top: 0.5em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_post_meta {
	margin-top:0.4em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt {
	margin-top:1.5em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt_text {
	line-height:1.6em;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt_text p {
	margin:0;
}
.sc_blogger_default .sc_blogger_item_button {
	margin-top:1.5em;
}
.sc_blogger_default .sc_blogger_item .more-link {
	background-color: transparent;
}


/* Courses */
.sc_courses_default .sc_courses_item_info {
	padding: 2em;
}
.sc_courses_default .sc_courses_item_date {
	letter-spacing: 0;
	font-style: italic;
}
.sc_courses_default .sc_courses_item_price {
	font-size:2em;
	margin-top:0.8em;
	min-height:1.2em;
}
.sc_courses_default .sc_courses_item .trx_addons_hover_mask {
	background-color: #000;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_title {
	background-color: transparent;
	padding: 0;
	margin:0;
	text-transform:none;
	font-size: 1.6667em;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text {
	padding:0;
	margin-top:2em;
	font-style:normal;
}
.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a {
	margin-top: 3em;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:1.3em 1.9em;
}



/* 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;
}
.sc_dishes_default .sc_dishes_item_button {
	margin:1.6em 0 0;
}

.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;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_events_item_button:after {
	left:-30px;
	opacity:0;
}
.sc_events_item:hover .sc_events_item_button:before {
	opacity:0;
	left: 30px;
}
.sc_events_item:hover .sc_events_item_button:after {
	opacity:1;
	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;
	    -ms-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;
	    -ms-box-shadow: none;
			box-shadow: none;	
}

.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 button:after {
	content:' ';
}
.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:left;
}
.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:1em;
	font-weight:normal;
	line-height:1.8em;
	margin-bottom:0.7em;
}
label.required .sc_form_field_title:after {
	content:'*';
	display:inline-block;
	vertical-align:text-top;
	margin:-0.5em 0 0 0.5em;
	font-size:80%;
	color:#da6f5b;
}

[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 {
	padding: 1.4em 1.4em !important;
}
[class*="sc_input_hover_"] .sc_form_field_content {
	font-size: 0.85em;
	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_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.64em 1.2em !important
}

/* Googlemap */
.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 p {
	margin-bottom:1em;
}



/* 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_item_title {
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_icons_item_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_item_title,
.sc_icons .sc_icons_image + .sc_icons_item_description {
	margin-top:2em;
}
.footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
	margin-top:1em;
	margin-bottom:2em;
}
.sc_icons_item_description {
	font-size: 1em;
	line-height: 1.6em;
	font-weight:400;
	font-style:normal;
}
.sc_icons_modern .sc_icons_item_description {
	font-size: 1.2em;
	line-height: 1.3em;
}
.sc_icons .sc_icons_item_title + .sc_icons_item_description {
	margin-top:0.7em;
}

/* Price */
.sc_price_item_subtitle {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom:0.5em;
}
.sc_price_item_title {
	font-size:1.333em;
	font-weight:400;
	line-height:1.25em;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sc_price_item_description {
	font-size:1.0667em;
	font-weight:400;
	font-style:italic;
	line-height:1.25em;
	letter-spacing:0;
	margin:0.65em 0;
}
.sc_price_item_price {
	font-size:2em;
	font-weight:600;
	line-height:1.25em;
	letter-spacing:1px;
}
.sc_price_item_decimals {
	text-decoration:none;
}
.sc_price_item_details {
	margin-top:0.9em;
	font-size:1em;
	font-weight:400;
	font-style:normal;
	line-height:1.25em;
	letter-spacing:0;
}
.sc_price_item_description ul,
.sc_price_item_details ul {
	list-style-type:circle;
}
.sc_price_item_description ul li:before,
.sc_price_item_details ul li:before {
	display: none;
}
.sc_price_item_link:after {
	display:none;
}

/* Extra Price */
.sc_price_extra .sc_price_item {
	text-align: left;
}
.sc_price_extra .sc_price_item_info {
	padding: 2em 2.9em 2.5em 2.9em;
}
.sc_price_extra .sc_price_item_details {
	margin-top: 2.5em;
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.47em;
	letter-spacing: 0;
}
.sc_price_extra .sc_price_item_details + .sc_price_item_link {
	margin-top: 2.1em;
}

.sc_price_extra .extra_price_block {
	position: relative;
}
.sc_price_extra .extra_price_block .sc_price_item_title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 2.9em 0 1.25em;
	font-size: 1.333em;
	letter-spacing: 0.3px;
	text-transform: none;
	z-index: 2;

}
.sc_price_extra .extra_price_block .sc_price_item_price {
	position: absolute;
	bottom: -22px;
	right: 0;
	font-size: 0.889em;
	padding: 0 1em 0 4.2em;
	z-index: 1;
	letter-spacing: 0.3px;
	font-weight: 400;
}
.sc_price_extra .extra_price_block .sc_price_item_title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -42px;
	width: 100%;
	border-top: 84px solid #273147;
	border-right: 34px solid transparent;
	z-index: -1;
}
.sc_price_extra .sc_price_item_title + .sc_price_item_price {
	margin-top: 0;
}
.sc_price_extra .extra_price_block .sc_price_item_price::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -42px;
	width: 100%;
	border-bottom: 84px solid #cb1a2b;
	border-left: 34px solid transparent;
	z-index: -1;
}
.sc_price_extra .sc_price_item .sc_price_item_price_value {
	line-height: 1.6em;
}
.sc_price_extra .sc_price_item .sc_price_item_price_value b  {
	font-weight: 400;
}
.sc_price_extra .sc_price_item .sc_price_item_price_value b > span {
	font-size: 26px;
}


/* 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.sc_promo_size_normal .sc_promo_text_inner {
	padding:3em;
}
.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: 1.8em;
}
.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: 1.8em;
}


/* 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.8em;
}
.sc_services_default .sc_services_item_info {
	padding: 2.6em 3em;
	text-align:center;
}
.sc_services_default .sc_services_item_title {
	margin-top:0;
}
.sc_services_default .sc_services_item_subtitle {
	letter-spacing:0;
	margin-top:0.1em;
}
.sc_services_default .sc_services_item_content {
	margin-top:1.6em;
}
.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;
}


/* Skills */
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_wrap {
	max-width: 160px;
}

.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;
}
.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;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
	font-size: 1.6rem;
	line-height: 1.25em;
	top: 50%;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
	font-size:0.889em;
	line-height:1.3em;
	font-weight: 400;
	letter-spacing:0.2px;
	margin-top:0.2em;
	text-transform:none;
}

/* Countdown */
.sc_countdown .sc_countdown_item {
	text-align: left;
}
.sc_countdown.sc_countdown_default .sc_countdown_content .sc_countdown_label {
	font-size: 0.889em;
}

.sc_countdown.sc_countdown_default .sc_item_descr p{
	margin-bottom: 1em;
	letter-spacing: 0.8px;
}
.sc_countdown.sc_countdown_default .sc_item_descr + .sc_item_content {
	margin-top:1em;
}
.sc_countdown_default .sc_countdown_digits {
	font-size: 3.667em;
	line-height: 1.07em;
	height: 1em;
	text-align: left;
	margin-bottom: 7px;
}
.sc_countdown_default .sc_countdown_separator {
	height: 0.6em;
	line-height: 0.6em;
	font-size: 4.5em;
}
.sc_countdown_default .sc_countdown_digits span {
	width: 0.7em;
}
/* Table */
.sc_table table th {
	padding:0.85em 1em;
}
.sc_table table td {
	font-size: 0.889em;
	padding: 1.4em 1em;
}

/* Testimonials */
.sc_testimonials_item_content {
	font-size: 1.1333em;
	line-height:1.8824em;
	font-weight:400;
	font-style:normal;
}
.sc_testimonials_item_content:before {
	content:'\e8b6';
	font-family:'fontello';
	margin-bottom:0.6em;
}
.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:0.6em;
	max-width:none;
}
.sc_testimonials_item_author_title {
	font-size: 1.0667em;
	font-style:italic;
	letter-spacing:0;
	text-transform:none;
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
	margin-top:0.1em;
}


/* Team */
.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
	font-size: 1.3333em;
}
.sc_team_default .sc_team_item_info {
	padding: 2.6em 3em;
	text-align:center;
}
.sc_team_default .sc_team_item_title {
	margin-top:0;
}
.sc_team_short .sc_team_item_title,
.sc_team_default .sc_team_item_title {
	text-align: center;
	font-size: 1.333em;
}

.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
	font-size: 16px;
	line-height:26px;
	font-style: normal;
	letter-spacing:0;
	margin-top:1px;
	text-align: center;
}
.sc_team_default .sc_team_item_socials .social_item {
	display:inline-block;
	margin: 0 3px 3px 0;
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
	display:block;
	width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
}
.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;
}

/* team-short */
.sc_team_short .sc_team_item_thumb {
	border-bottom: none;
}
.sc_team_short .sc_team_item .post_featured {
	margin-bottom: 2.2em;
}
.sc_team_short .sc_item_subtitle + .sc_item_title {
	margin-top: 0.1em;
}
.sc_team_short .sc_item_title_tag + .sc_item_slider {
	margin-top: 2.1em;
}
.sc_team_short .sc_team_slider.slider_outer_pagination_pos_bottom {
	padding-bottom: 4.1em;
}
.sc_team_short .sc_team_item .trx_addons_hover_content {
	position: absolute;
	z-index: 11;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: calc(100% - 40px);
	padding: 0;
	text-align: right;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sc_team_short .sc_team_item .trx_addons_hover_content .sc_team_item_socials {
	display: inline-block;
	width: auto;
	margin: 0 !important;
}
.sc_team_short.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
	display: inline-block;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 2em;
	background-color: transparent;
	border: none;
	color: #fff;

}

.sc_team_short.sc_team .trx_addons_hover_content .trx_addons_hover_info:before {
	content: '';
	position: absolute;
	top: 25px;
	left: -57px;
	margin-top: -30px;
	width: 100%;
	border-bottom: 150px solid #cb1a2b;
	border-left: 57px solid transparent;
	z-index: -1;

}
.sc_team_short.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item {
	margin: 0 0.5em 0 0;
	display: inline-block;
}
.sc_team_short.sc_team .sc_team_item_thumb .sc_team_item_socials {
	margin: 0 0.2em;
}

.sc_team_short.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item  .social_facebook{
	margin-left: -0.2em;
}

.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 .social_icon {
	display:block;
	width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
}

/* Matches */
.sc_matches_other .sc_matches_item_club {
	font-size: 0.9333em;
	font-style: normal;
}

/* default */
.sc_matches_default .sc_matches_other .sc_matches_item {
	width: 100%;
	padding: 0 0.5em 0 0;
}

.sc_matches_default .sc_matches_other .sc_matches_item_score {
	font-size: 1.333em;
}
.sc_matches_default  .sc_matches_other .sc_matches_item_logo1,
.sc_matches_default  .sc_matches_other .sc_matches_item_logo2 {
	width: 45px;
	height: 45px;
}
.sc_matches_default  .sc_matches_other .sc_matches_item_name1,
.sc_matches_default  .sc_matches_other .sc_matches_item_name2 {
	width: 30%;
	font-size: 1.333em;
	letter-spacing: 0.5px;
}
.sport_single.match_single .sc_matches_item_pair .sc_matches_item_score_value,
.sc_matches_default .sc_matches_item_pair .sc_matches_item_score_value {
	display: block;
	font-size: 3.056em;
	line-height: 1.2em;
}
.sport_single.match_single .sc_matches_item_pair .sc_matches_item_score,
.sc_matches_default .sc_matches_item_pair .sc_matches_item_score {
	width: 24%;
	margin-top: 6.6em;
}
.sport_single.match_single .sc_matches_main .sc_matches_item_match_date,
.sc_matches_default .sc_matches_main .sc_matches_item_score a .sc_matches_item_match_date {
	margin-bottom: 1.4em;
	display: block;
}
.sport_single.match_single .sc_matches_main .sc_matches_item_player_meta,
.sc_matches_default .sc_matches_main .sc_matches_item_player_meta {
	font-size: 1.333em;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-top: 0.5em;
}
.sc_matches_default .other_matches_title {
	text-align: center;
	margin: 3em 0 0 0;
	padding: 0.4em 0;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1c2334;
	letter-spacing: 2px;
}
.sc_matches_default .sc_matches_other .sc_matches_item_block {
	margin-bottom: 0.25em;
	background-color: #f7f7f7;
	color: #000;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 5.000em;
	overflow: visible;
	line-height: 1.5em;
	letter-spacing: 0;
	position: relative;
}
.sc_matches_default .sc_matches_other .sc_matches_item_block span {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sc_matches_default .sc_matches_other .sc_matches_item_block {
	color: #000;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.sc_matches_default .sc_matches_other .sc_matches_item_block span.sc_matches_item_month_block,
.sc_matches_default .sc_matches_other .sc_matches_item_block span.sc_matches_item_day_block {
	display: block;
}
.sc_matches_default .sc_matches_other .sc_matches_item_block span.sc_matches_item_day_block {
	font-size: 1.333em;
	line-height: 1.1em;
}

.sc_matches_default .sc_matches_other .sc_matches_item_block span.sc_matches_item_month_block {
	text-transform: uppercase;
	font-size: 0.883em;
	letter-spacing: 0.3px;
	line-height: 1.1em;
}
.sc_matches_default .sc_matches_other .sc_matches_item_info {
	padding: 0;
}

.sc_matches_default .sc_matches_other .sc_matches_item_date {
	width: 7%;
}
.sc_matches_default .sc_matches_other .sc_matches_item_info {
	width: 69%;
	margin-left: 9%;
	padding: 1em;
}
.sc_matches_default .sc_matches_item_extralink {
	font-size: 0.883em;
	position: absolute;
	right: 3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	text-transform: uppercase;

}
.sc_matches_default .sc_matches_main .sc_matches_item_player_name {
	font-size: 1.833em;
}

/* extra */
.sc_matches_extra .sc_matches_other .sc_matches_item {
	width: 100%;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_block {
	background-color: #f7f7f7;
	color: #000;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 3.333em;
	overflow: hidden;
	line-height: 1.5em;
	letter-spacing: 0;
	position: relative;
	background: #ffffff;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_block span {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_block {
	color: #000;
	line-height: 1.5em;
	letter-spacing: 1px;

}
.sc_matches_extra .sc_matches_other .sc_matches_item_day {
	font-size: 0.883em;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_score {
	font-size: 0.883em;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_date {
	margin-left: 3.667em;
	left: 1em;
}

.sc_matches_extra .sc_matches_item_extralink {
	display: block;
	width: 3.667em;
	height: 3.333em;
	background-color: red;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.sc_matches_extra .sc_matches_item_extralink:before{
	content: '\E922';
	font-family: fontello;
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sc_matches_extra .sc_matches_other .sc_matches_item_score {
	width: 30%;
}
.sc_matches_extra .sc_matches_other .sc_matches_item_name1,
.sc_matches_extra .sc_matches_other .sc_matches_item_name2 {
	width: 35%;
}

.sc_matches_extra  .sc_matches_other .sc_matches_item_info {
	font-size: 0.883em;
	width: 80%;
	margin-left: 37%;
	padding: 1em;

}
/* simple */
.sc_matches.sc_matches_simple .sc_matches_item_title {
	font-size:2.333em;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
.sc_matches.sc_matches_simple .sc_matches_item_score,
.sc_matches.sc_matches_simple .sc_matches_item_name1,
.sc_matches.sc_matches_simple .sc_matches_item_name2 {
	display: inline-block;
}
.sc_matches.sc_matches_simple .sc_matches_item_name1,
.sc_matches.sc_matches_simple .sc_matches_item_name2 {
	text-align: left;
}
.sc_matches.sc_matches_simple  .sc_matches_item_club {
	margin-top: 0.5em;
	display: inline-block;
	font-size: 0.883em;
}
.sc_matches.sc_matches_simple .sc_matches_item_score {
	vertical-align: top;
}
.sc_matches.sc_matches_simple .sc_matches_item_score {
	margin: 0 1.5em;
	margin-bottom: 1.5em;
}

/* short */
.sc_matches.sc_matches_short .sc_matches_item_title {
	font-size: 1.333em;
	letter-spacing: 1px;
	display: block;
}
.sc_matches.sc_matches_short .sc_matches_item_score {
	font-size: 2.333em;
}
.sc_matches.sc_matches_short .sc_matches_item_score,
.sc_matches.sc_matches_short .sc_matches_item_name1,
.sc_matches.sc_matches_short .sc_matches_item_name2 {
	display: inline-block;
	vertical-align: middle;
}
.sc_matches.sc_matches_short .sc_matches_item_score {
	margin:0 0.5em;
	text-align: center;
}
.sc_matches.sc_matches_short .sc_matches_item_name1 {
	text-align: right;
}
.sc_matches.sc_matches_short .sc_matches_item_club {
	font-size: 0.883em;
}

/*  sport single  */
.sport_single.player_single .sport_page_meta_item_label {
	font-weight: 700;
}
.sport_page_list_wrap .sport_page_round_name {
	font-style: normal;
}

/* Banner */
.sc_widget_banner .banner_title {
	color: #fff;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sc_widget_banner .first_image_wrap,
.sc_widget_banner .second_image_wrap {
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1%;
	float: left;
}

/* new */
.sc_widget_banner .extra_banner_wrapper  a {
	position: relative;
	z-index: 1;
	display: block;
	height:18em;
	width: 67%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	line-height:0;
	vertical-align: middle;
	overflow: hidden ;

}

.sc_widget_banner .extra_banner_wrapper .first_image_wrap {
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.sc_widget_banner .extra_banner_wrapper .second_image_wrap {
	-webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
	margin-left: -7%;
}
.sc_widget_banner .extra_banner_wrapper .first_image_wrap .banner_title {
	margin-left: -1em;
}
.sc_widget_banner .extra_banner_wrapper .second_image_wrap .banner_title {
	margin-left: 1em;
}
.sc_widget_banner .extra_banner_wrapper a:first-child {
	width:40%;
}
.sc_widget_banner .extra_banner_wrapper a:after {
	content: '';
	background-color: transparent;
	height: 18em;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sc_widget_banner .extra_banner_wrapper a:hover:after {
	background-color: rgba(203,26,43, .8);
}
.sc_widget_banner + .sc_widget_banner .extra_banner_wrapper  a {
	width: 51%;
}
.sc_widget_banner + .sc_widget_banner .extra_banner_wrapper .second_image_wrap {
	-webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
	margin-left: -6%;
}

.sc_widget_banner + .sc_widget_banner .extra_banner_wrapper a:first-child {
	width:55%;
	-webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}


/* extra-position */
.extra_position .sc_title,
.extra_position .sc_button {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
.extra_position .sc_title {
	margin-right: 2em;
}
.extra_position.wpb_row[class*="sc_bg_mask_"],
.extra_position.wpb_column[class*="sc_extra_bg_"] > .vc_column-inner,
.extra_position.wpb_column[class*="sc_bg_mask_"] > .vc_column-inner,
.extra_position.wpb_text_column[class*="sc_extra_bg_"],
.extra_position.wpb_text_column[class*="sc_bg_mask_"],
.extra_position.sc_content[class*="sc_extra_bg_"],
.extra_position.sc_content[class*="sc_bg_mask_"] {
	position: relative;
	z-index: 1;
}
.trx_addons_video_player .video_embed iframe {
	margin: 0 auto;
}

.trx_addons_video_player.with_cover img {
	height: 100% !important;
	width: 100% !important;
	min-height: 160px;
	object-fit: cover;
}

/*  trx-addons_list */
ol {
	font-size: 0.889rem;
	line-height: 1.82em;
}

ul[class*="trx_addons_list"] {
	font-size: 0.889em;
	line-height: 1.82em;
}

ul[class*="trx_addons_list_custom"] > li::before,
ul[class*="trx_addons_list_info"] > li::before,
ul[class*="trx_addons_list_dot"] > li::before {
	font-family: 'fontello';
	top: 1px;
}

ul[class*="trx_addons_list_custom"] > li::before {
	content: '\E911';
	left: -1.8em;
}
ul[class*="trx_addons_list_info"] > li::before {
	font-size: 0.5em;
	content: '\E8E2';
	left: -2.2em;
}
ul[class*="trx_addons_list_dot"] > li::before {
	content: '\E83C';
	left: -0.9em;
	font-size: 1.4em;
}




