/* Accordion
-------------------------------------------------------------- */
/*.sc_accordion .sc_accordion_item {
	margin-bottom:1.25em;
}*/
.sc_accordion > .sc_accordion_item .sc_accordion_content {
	overflow: hidden;
	display: none;
}
.sc_accordion .sc_accordion_item .sc_accordion_title {
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin:0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
	content:'. ';
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	padding:0;
	text-align:center;
	overflow:hidden;
	/*-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;*/
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
	padding: 1.5em 1.8em;
}

/* Style 1 */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
	
	padding: 1.5em 0.5em 1.5em 3.5em;
	background: #fafafb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafb 0%, #f1f1f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafb), color-stop(100%,#f1f1f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafb 0%,#f1f1f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafb 0%,#f1f1f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafb 0%,#f1f1f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafb 0%,#f1f1f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafb', endColorstr='#f1f1f4',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #e5e5e8;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
	width:2.5em;
	background-color:#e4e7e8;
	
	font-size: 0.5882em;
	  border-radius: 50%;
	  color: #f74f08;
	  background-color: #fdfdfa;
	  height: 2.5em;
    margin: 2.2em 0 0 2.3em;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
	margin-top:-2.3333em;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
	margin-top:0;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
	/*margin-top:2.3333em;*/
}

/* Style 2 */
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
	margin:0.6667em 0;
    padding: 1.5em 0.5em 1.5em 2em;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.4705em;
  	height: 1.4705em;
}
.sc_accordion_item + .sc_accordion_item {
    border-top: 1px dotted #dcdad9;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
	line-height:1em;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
	opacity: 0;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
	opacity: 1;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
	opacity: 0;
}

.sc_accordion_style_2 .sc_accordion_item .sc_accordion_content {
	padding:1.5em 0.6em;
}



/* Audio
-------------------------------------------------------------- */
.mejs-offscreen {
	display:none !important;
}
.sc_audio {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;

}
.sc_audio.sc_show {
	     opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}
.sc_audio .mejs-container {
	margin: 0;
}
.sc_audio.sc_audio_image {
	padding: 140px 25px 25px 25px;
	background-position: center center;
	position: relative;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover; 
			background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box; 
		    box-sizing: border-box;
}
.sc_audio.sc_audio_info {
	position:relative;
	padding:95px 25px 25px;
	background-color: #f7f7f9;
}
.sc_audio .sc_audio_header {
	padding: 0 0 20px 0;
}
.sc_audio.sc_audio_image .sc_audio_header {
	min-height: 70px;
}
.sc_audio.sc_audio_image .sc_audio_container {
	position:absolute;
	left:25px;
	right:25px;
	bottom: 25px;
}
.sc_audio .sc_audio_header {
	position:absolute;
	top: 0;
	left:0;
	padding-left:25px;
    padding-top: 30px;
}

.sc_audio .sc_audio_author_by {
	color: #222222;
}
.sc_audio .sc_audio_title {
	font-weight: 700;
	margin:0;
}
.sc_audio .sc_audio_author {
	font-size: 0.857em;
}





/* Button
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
button,
.sc_button {
	display:inline-block;
	text-align:center;
	padding: 0.85em 2em;
	font-size:0.875em;
	line-height: 1.3em;
	font-weight:700;

}
.sc_button.sc_button_round {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
input[type="submit"]:before,
input[type="button"]:before,
button:before,
.sc_button:before {
	margin-right:10px;
}
/*input[type="submit"].sc_button_size_medium,*/
/*input[type="button"].sc_button_size_medium,*/
/*button.sc_button_size_medium,*/
/*.sc_button.sc_button_size_medium {*/
	/*font-size:1em;*/
	/*padding: 0.7857em 2.14285em 0.64285em 2.14285em;*/
/*}*/
input[type="submit"].sc_button_size_large,
input[type="button"].sc_button_size_large,
button.sc_button_size_large,
.sc_button.sc_button_size_large {
	font-size:1.125em;
	padding: 1.25em 1.75em;
}

.sc_button span {
    padding-top: 2px;
    display: block;
    position: relative;
    bottom: 0;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition:  ease 0.35s all ;
}
.sc_button.sc_button_style_button-3 span.button-up {
    color: white;

}
.sc_button span.button-up {
    position: absolute;
    top: -2.1429em;
}

.sc_button:hover span.button-up {
    position: absolute;
    top: 0.7857em;
}
.sc_button:hover span {
    bottom: -2.1429em;
}

.comments_button.sc_button span:before {
    content: '\e83b';
    font-family: 'fontello';
    margin-right: 0.3571em;
}
.blog .comments_button.sc_button span:before {
    content: '\e885';
}
.comments_button.post.sc_button:hover span:before {
    color: white;
}
.comments_button.post.sc_button span:before {
    content: '\e83b';
    font-family: 'fontello';
    margin-right: 0.3571em;
    color: #c9c9c9;
}
.add_link span:before {
    content: '\e80f';
    font-family: 'fontello';
    margin-right: 0.3571em;
    color: #ffffff;
}
.blog .add_link span:before {
    content: '\e80f';
}
.post_item_excerpt .sc_button {
    margin-right: 0.7143em;
    padding-top: 0.7em;
    height: 3em;
}
.post_info_counters_number {
    color: #f74f08;
}


/* Blogger
-------------------------------------------------------------- */
.sc_blogger.sc_scroll_controls {
	position: relative;
}
.sc_blogger.sc_scroll_controls_type_top {
	overflow: visible !important;	
}
.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
	top: -50px;
}

/* Style 'Date' */
.sc_blogger.layout_date .sc_blogger_item {
	position: relative;
}
.sc_blogger.layout_date .sc_blogger_item:before {
	content: ' ';
	display: block;
	background-color: #ddd;
	position: absolute;
	z-index: 1;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before {
	width: 1px;
	height: 100%;
	left: 40px;
	top: 0;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before {
	height: 1px;
	width: 100%;
	left: 0;
	top: 40px;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before {
	content: none;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date { 
	width: 78px;
	height: 78px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 2;
	background-color: #fff;
	text-align: center;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month {
	display: block;
	padding: 18px 0 0 0;
	font-size: 1.15em;
	font-weight: 300;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
	display: block;
	font-weight: 700;
    line-height: 1;
    font-size: 1.1em;
	margin: 0 auto;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
	margin:0 0 0.6em 0;
    font-weight: 600;
}

.sc_blogger.layout_date.sc_blogger_horizontal {
	overflow: hidden;	
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
	float: left;
}
.sc_blogger.layout_date.sc_blogger_horizontal .post_content {
	padding-right:2em;
}

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

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
	padding-top: 2em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date { 
	float: left;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content {
	padding-left:100px;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
	content:' ';
	width:100%;
	height:0;
	display:block;
	clear:both;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info { 
	margin: 0;
}

.sc_blogger.layout_date .load_more {
	height: 60px;
	position: relative;
}
.sc_blogger.layout_date .load_more:before {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: "fontello";
	content: '\e823';
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 24px;
	line-height: 28px;
}
.sc_blogger.layout_date .load_more:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 1;
}


/* Style News */
.sc_blogger.sc_blogger_horizontal.layout_news {
	overflow:hidden;
}
.sc_blogger.sc_blogger_horizontal.layout_news .post_featured {
	width: 40%;
	float: left;
	vertical-align: top;
	margin: 0 2em 0.7em 0;
}
.sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured {
	width: 100%;
	float: none;
	margin: 0 0 0.7em 0;
}
.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item+.sc_blogger_item {
	padding-top:2em;
	margin-top:2em;
	border-top:1px solid #ddd;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.post_item_news .post_featured .hover_icon:before {
	font-size:3em;
}

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

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

/* Isotope filters */
.sc_blogger .isotope_filters {
    margin: 1.5em 0 4em;
}


/* Blogger with scroll */
.sc_scroll_horizontal .sc_blogger .isotope_item,
.sc_scroll_horizontal .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_horizontal .isotope_item,
.sc_blogger .sc_scroll_horizontal [class*=column-] {
	width: 400px;
	display: inline-block;
	vertical-align:top;
	position:relative;
	padding-bottom:0;
	white-space:nowrap; 
}
.sc_scroll_vertical .sc_blogger .isotope_wrap,
.sc_blogger .sc_scroll_vertical .isotope_wrap {
	/*margin-right:0;*/
}
.sc_scroll_vertical .sc_blogger .isotope_item,
.sc_scroll_vertical .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_vertical .isotope_item,
.sc_blogger .sc_scroll_vertical [class*=column-] {
	position:relative;
/*
	width: 100%;
	display: block;
	padding-right:0;
*/
	width: auto;
	max-width:400px;
	display: inline-block;
	padding-right:50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}



/* Chat
-------------------------------------------------------------- */
.sc_chat {
	position: relative;
	overflow:hidden;
}
.sc_chat+.sc_chat {
	margin-top:1.5em;
}
/*.sc_chat_inner {*/
	/*position: relative;*/
	/*background-color: #ffffff;*/
	/*border: 1px solid #1eaace;*/
	/**/
	/*overflow:hidden;*/

/*}*/


.sc_chat .sc_chat_title a{
    color: #2b2b2b;
    font-weight:bold;
}
.sc_chat .sc_chat_avatar {
	width: 75px;
	height:75px;
	float:left;
	margin:0 20px 10px 0;
	overflow:hidden;
}
.sc_chat p {
	margin-bottom:0;
}




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



/* Contact form
-------------------------------------------------------------- */
.sc_contact_form_title,
.sc_contact_form_description {
	text-align:center;
}
.sc_contact_form {
	overflow:hidden;
	padding-bottom:4px;
	padding-left: 1.3em;
	/*margin-bottom: 3em;*/
}
.sc_contact_form .result {
	display:none;
	margin-top:2em;
}
.sc_contact_form .label_over label {
	display:none;
}
.sc_contact_form .sc_contact_form_info {
	overflow:hidden;
}
.sc_contact_form .sc_contact_form_item {
	
	width:100%;
}

.sc_contact_form_message  {
	margin-top: 2em;
	margin-bottom: 3em ;
}

.sc_contact_form_info .sc_contact_form_item input[name=username] {
	  width: 97%;
  		float: left;
} 


.sc_contact_form.sc_contact_form_standard .sc_contact_form_field  {
	width:50%;
	
	
	float:left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field+.sc_contact_form_field {
	padding-left:20px;
}

.sc_contact_form .sc_contact_form_item.label_top label {
	display:block;
	margin-bottom:0.4em;
}
.sc_contact_form .sc_contact_form_item.label_bottom label {
	display:block;
	margin-top:0.4em;
}
.sc_contact_form .sc_contact_form_item.label_left {
	overflow:hidden;
}
.sc_contact_form .sc_contact_form_item.label_left label {
	display:block;
	float:left;
	width:25%;
	padding: 0.25em 1.5em 0.25em 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_contact_form .sc_contact_form_item.label_left input,
.sc_contact_form .sc_contact_form_item.label_left textarea {
	display:block;
	float:left;
	width:75%;
}
.sc_contact_form .sc_contact_form_item.label_left input[type="radio"],
.sc_contact_form .sc_contact_form_item.label_left input[type="checkbox"] {
	width:auto;
	margin-top:0.5em;
	display:inline-block;
}

.sc_contact_form .sc_contact_form_field input,
.sc_contact_form .sc_contact_form_message textarea {
	width:100%;
	padding: 0.9em 1em;
	background-color: transparent;
	border: 2px solid #474747;
	color: #fff;
}
.sc_contact_form .sc_contact_form_message textarea {
	min-height: 10.7em;
}

.sc_contact_form .sc_contact_form_button { 
	text-align:center;
	margin:0;
	height: 44px;
}
.sc_contact_form .sc_contact_form_button button { 
	font-size: 1.0714em;
	font-weight:400;
    height: 3em;
    border-bottom: 2px solid #bb2606;
    background: #ff7300; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff7300 0%, #ea3108 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7300), color-stop(100%,#ea3108)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff7300 0%,#ea3108 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff7300 0%,#ea3108 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff7300 0%,#ea3108 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff7300 0%,#ea3108 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7300', endColorstr='#ea3108',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}



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



/* Countdown
-------------------------------------------------------------- */
.sc_countdown {
	overflow:hidden;
}
.sc_countdown .sc_countdown_item {
	display:block;
	float:left;
	text-align:center;
}
.sc_countdown .sc_countdown_digits {
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom: 12px;
}
.sc_countdown .sc_countdown_digits span {
	display:inline-block;
}
.sc_countdown .sc_countdown_separator {
	display:block;
	float:left;
	margin: 0 8px;
}



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

}
.sc_dropcaps .sc_dropcaps_item {
	font-size: 2.1428em;
	font-weight:900;
	line-height:1em;
	display: block;
	padding: 0.1666em 0.5em;
	margin:0 0.6em 0 0;
	float:left;
}

.sc_dropcaps + .sc_dropcaps {
	margin-top: 4.8em;
}



/* Emailer
-------------------------------------------------------------- */
.sc_emailer {
	display:inline-block;
	padding:0.25em;
	border:1px solid #ddd;
}
.sc_emailer .sc_emailer_button {
	display:inline-block;
	text-align:center;
	width:2em;
	height:2em;
	line-height:2em;
}
.sc_emailer input {
	display:inline-block;
	line-height:2em;
	padding:0;
	width:0;
}
.sc_emailer.sc_emailer_opened input {
	width:250px;
}
.sc_emailer,
.sc_emailer input {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}




/* Google map
------------------------------------------------------------- */
.sc_googlemap img {
	max-width: none;
}




/* Icon
-------------------------------------------------------------- */
.sc_icon {
	display:inline-block;
	position:relative;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_icon_shape_square,
.sc_icon_shape_round {
	display:inline-block; 
	padding: 4px;
	text-align:center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	border: 0.05em solid #f4f7f9;
}
.sc_icon_shape_round,
a.sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_round:after {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_icon.sc_icon_shape_square:hover,
.sc_icon.sc_icon_shape_round:hover,
a.sc_icon.sc_icon_shape_square:hover,
a.sc_icon.sc_icon_shape_round:hover,
a:hover .sc_icon.sc_icon_shape_square,
a:hover .sc_icon.sc_icon_shape_round {
	background-color:transparent;
}

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


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

.sc_image.sc_image_shape_round {
	display: block;
	position:relative;
	overflow:hidden;
	/*-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;*/
}
.sc_image.sc_image_shape_round figcaption {
	top:0;
	bottom:0;
	padding:0;
	font-size:1em;
	line-height:1.3em;
	text-align:center;
}
/* Not work correctly in Chrome */
.sc_image_shape_round figcaption {
}
.sc_image_shape_round:hover figcaption {
	margin-bottom: 0;
	   -moz-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
}
.sc_image_shape_round figcaption span {
	display:block;
	margin: 0 auto;
	font-size:2em;
}
.sc_image_shape_round figcaption span:before {
	display:block;
	margin: 35% auto 0.5em;
}



/* Infobox
-------------------------------------------------------------- */
.sc_infobox {
	display: block;
	margin:1.25em 0;
	color: #ffffff;
	font-size: 0.875em;
	font-weight: 300;
	line-height:1.5em;
	padding: 2em;
	clear: both;
}
.sc_infobox b,
.sc_infobox strong { 
	font-weight: 900;
}
.sc_infobox p {
	margin: 0;
}
.sc_infobox p+p,.sc_infobox h1+p,.sc_infobox h2+p,.sc_infobox h3+p,.sc_infobox h4+p,.sc_infobox h5+p,.sc_infobox h6+p {
	margin-top: 1em;
}
.sc_infobox h1, .sc_infobox h2, .sc_infobox h3, .sc_infobox h4, .sc_infobox h5, .sc_infobox h6 {
	text-align:left;
	margin:0;
	line-height:1.2em;
	color: inherit;
}

.sc_infobox.sc_infobox_iconed {
	position:relative;
	padding-left: 2.8571em;
}
.sc_infobox.sc_infobox_iconed:before {

    margin-right: 0.7143em;
    font-weight: 400;
}

.sc_infobox.sc_infobox_closeable {
	cursor: pointer;
	padding-right: 3.5em;
}
.sc_infobox.sc_infobox_closeable:after {
    content: '\e878';
    font-family: "fontello";
    font-weight: 100;
    cursor: pointer;
    position: absolute;
    right: 1.25em;
    top: 2.2em;
    height: 1.4286em;
    width: 1.4286em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
}



/* List
-------------------------------------------------------------- */
ul.sc_list_style_iconed {
	padding-left: 0;
}
.sc_list_style_iconed li {
	padding: 0 0 0 1.2em;
	list-style: none;
	position: relative;
}
.sc_list_style_iconed li .sc_list_icon {
	position:absolute;
	left: 0;
	top: 0;
}



/* Line
-------------------------------------------------------------- */
.sc_line {
	display: block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #e8e9e9;
	margin: 3em 0 2.5em 0;
}
.sc_line.sc_line_style_dashed { border-style: dashed; }
.sc_line.sc_line_style_dotted { border-style: dotted; }
.sc_line.sc_line_style_double { height: 4px; border-bottom-width: 1px; }
.sc_line.sc_line_style_solid_dark { height: 2px; background-color:  #232a34;}




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



/* Parallax
-------------------------------------------------------------- */
.sc_parallax {
	position: relative;
	overflow: hidden;
	background-repeat:no-repeat;
}
.sc_parallax .sc_parallax_content {
    height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
    padding-bottom: 3em;
    box-sizing: border-box;
}
.sc_parallax .sc_parallax_overlay {
	overflow: hidden;
}
.sc_parallax .sc_video_bg_wrapper {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
}
.sc_parallax video.sc_video_bg { 
	opacity: 0;
	filter: alpha(opacity=0);
}




/* Popup
-------------------------------------------------------------- */
.sc_popup {
	position: relative;
	background-color: #fff;
	padding: 24px 20px 20px 20px;
	width: auto;
	max-width: 500px;
	max-height:600px;
	margin: 20px auto;
	border: 1px solid #ddd;
	overflow-x:hidden;
	overflow-y:auto;
}
.sc_popup:before {
	height: 4px;
	content: ' ';
	position: absolute;
	width: 100%;
	top: -1px;
	left: -1px;
	display: block;
	padding: 0 1px;
}
.sc_popup.mfp-hide {
	display:none;
}
.sc_popup .mfp-close {
	top:3px;
	width:1em;
	height:1em;
	line-height:1em;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sc_popup .mfp-close:active {
	top:3px;
}



/* Price
-------------------------------------------------------------- */
.sc_price {
	display:inline-block;
	position:relative;
}
.sc_price .sc_price_currency,
.sc_price .sc_price_money {
	font-size:1.875em;
	line-height:1em;
	color: #222222;
}
.sc_price .sc_price_info {
	display:inline-block;
	position:relative;
	vertical-align:baseline;
}
.sc_price .sc_price_penny {
	display:block;
	font-size: 1em;
	line-height:1em;
	color: #222222;
}
.sc_price .sc_price_period_empty:before {
	content:' ';
	display:inline-block;
}



/* Price block
-------------------------------------------------------------- */
.sc_price_block {
	display:inline-block;
	color: #797979;
	overflow:hidden;
}
.sc_price_block .sc_price_block_title {
	text-align:center;
	font-size: 1.1428em;
    padding: 1em 0;
    color: #ffffff;
    background: #191919;
}
.sc_price_block .sc_price_block_money {
	text-align:center;
	overflow:hidden;
    padding: 1.8em 0;
    border-bottom: 2px solid #e5e5e8;
}
.sc_price_block .sc_price_block_money * {
    font-family: Lato, sans-serif;
}
.sc_price_block .sc_price_block_money .sc_price_penny {
    text-align: left;
    font-size: 1.7142em;
    font-weight: 900;
}

.sc_price_block .sc_price_block_money .sc_price_block_icon {
	font-size: 4em;
	line-height:inherit;
	display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price {
	display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price_block_icon + .sc_price {
	margin-left:0.5em;
}
.sc_price_block .sc_price_block_money .sc_price_currency {
	line-height:inherit;
    position: absolute;
    font-size: 1.2em;
    top: 0.1em;
}
.sc_price_block .sc_price_block_money .sc_price_money {
	font-weight:900;
	font-size: 3.42857em;
	line-height:inherit;
    margin-left: 0.2em;
}
.sc_price_block .sc_price_block_description {
	text-align:center;
	padding:0;
	overflow:hidden;
    text-transform: uppercase;
    background: #ffffff;
    line-height: 2.4em;
    padding-top: 1.5em;
}
.sc_price_block .sc_price_block_link {
	height:4.5em;
	text-align:center;
	padding-top:2.5em;
    padding-bottom: 1em;
    background: linear-gradient(to bottom, #fbfbfc 0%,#f1f1f4 100%);
}




/* Scroll
-------------------------------------------------------------- */
.sc_scroll {
	overflow: hidden;
	width: 100%;
	position:relative;
}
.sc_scroll_wrapper {
	overflow: hidden;
}
.sc_scroll_horizontal .sc_scroll_wrapper {
	width: 100000px;
}
.sc_scroll_horizontal {
	width:100%;
	padding-bottom:20px;
}
.sc_scroll_vertical {
	/*min-height:200px;*/
	padding-right:6px;
}
.sc_scroll_vertical .swiper-slide {
	float: none;
	display:block;
}
/* Scroll bar */
.sc_scroll_bar {
	background:transparent;
	position:absolute;
	z-index:100;
}
.sc_scroll_vertical .sc_scroll_bar {
	right:1px;
	top:0;
	bottom:0;
	width:10px;
	border-right:1px solid #dddddd;
}
.sc_scroll_horizontal .sc_scroll_bar {
	right:0;
	left:0;
	bottom:1px;
	height:10px;
	border-bottom:1px solid #dddddd;
}

.sc_scroll_bar .swiper-scrollbar-drag {
	background:none !important;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
	width:10px;
	left:2px;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
	height:10px;
	top:2px;
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
	content:'';
	display:block;
	position:absolute;
	background-color: #1dbb90;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
	width:3px;
	right:-2px;
	top:0;
	bottom:0;
	height:100%;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
	height:3px;
	left:0;
	right:0;
	bottom:-2px;
	width:100%;
}

/* Scroll controls */
.sc_scroll_container {
	position:relative;
}
.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
	position: absolute;
	top:-5.5em;
	right:0;
	width:12em;
	padding-bottom:5px;
	overflow:hidden;
	text-align:right;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height: 0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
	margin-top:-25px;
	margin-left: -80px;
	display:block;
	position:absolute;
	top:0;
	left:8px;
	opacity:0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a+a {
	left:auto;
	right:8px;
	margin-right: -80px;
}
.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
	margin-left:0;
	margin-right:0;
	opacity:1;
}
.sc_scroll_controls_wrap a {
	display: inline-block;
	text-align:center;
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin-left: 0.6667em;
}
.sc_scroll_controls_wrap a:before {
	font-family:fontello;
}
.sc_scroll_controls_wrap .sc_scroll_next:before {
	content:'\e83d';
}
.sc_scroll_controls_wrap .sc_scroll_prev:before {
	content:'\e83e';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
	content:'\e835';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
	content:'\e828';
}




/* Section
------------------------------------------------------------ */
.sc_section {
	position: relative;
	/*overflow: hidden;*/
	padding:1px 0;
}
.sc_section:after {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
	overflow: hidden;
}
.sc_section .sc_section_overlay {
	padding: 1em 1.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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




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

/* Type Counter */
.sc_skills_counter {
	text-align: center;
}
.sc_skills_counter .sc_skills_item {
	text-align: center;
	display: inline-block;
	padding: 0 10px;
}
.sc_skills_counter .sc_skills_item .sc_skills_count {
	font-size: 5.1429em;
	line-height: 1em;
}
.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
	position:relative;
	z-index:1;
}
.sc_skills_counter .sc_skills_item .sc_skills_info {
	color: #232121;
	font-size: 1.125em;
	line-height: 1.3em;
	margin: 10px 0;
    font-weight: bold;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count {
	font-weight: 900;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
	font-weight: 300;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count{
	font-weight: 100;
	color:#fff;
	width: 2.5em;
    text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 3.4286em;
	height: 1.3333em;
	line-height: 1.3333em;
    border-bottom: 2px solid #ba2606;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
	color: #fff;
	padding: 10px;
	margin:0;
	position: relative;
	border-top: 1px solid #fff;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background-color: #000;
	z-index: 1;
	width: 100%;
	height: 100%;  
	opacity: 0.1;			
	filter: alpha(opacity=10);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
	position:relative;
	z-index:2;
}

/* Type Bar */
.sc_skills_bar .sc_skills_item {
	height:1.4286em;
	line-height: 1.5625em;
	background-color:#f4f7f9;
	position:relative;
	overflow:hidden;
    box-shadow: inset 0 0 0 2px #e5e5e8;
    background-color:#fff;
}
.sc_skills_bar .sc_skills_style_1 {
    height:1.4286em;
    line-height: 1.5625em;
    background-color:#fff;
    position:relative;
}
.sc_skills_bar .sc_skills_style_2 {
    height:0.2857em;
    line-height: 1.5625em;
    background-color:#f5f7f9;
    position:relative;
    overflow: inherit;
    box-shadow: none;
}
.sc_skills_bar .sc_skills_style_3 {
    height:1.9286em;
    line-height: 1.9286em;
    position:relative;
}
.sc_skills_bar .sc_skills_item .sc_skills_count {
	text-align:right;
	width:0;
	height: 1.5625em;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.sc_skills_bar .sc_skills_info {
	margin: 10px 0 5px 0;
}
.sc_skills_bar .sc_skills_style_2 + .sc_skills_info
{
    margin-top: 1.8571em;
}
.sc_skills_bar .sc_skills_info .sc_skills_label {
	color: #0e0e0e;
    font-weight: bold;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item {
	height: 30em;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count {
	width: 100%;
	height: auto;
	top: auto; 
	bottom: 0;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total { 
	text-align: center;
    font-size: inherit;
	width: 100%;
	line-height: 3em;
	font-weight: 400;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column {
	text-align:center;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info { 
	margin-top: 0;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
	/*text-align: right;*/
	/*padding-right: 10px;*/
    position: absolute;
    z-index: 10;
    right: 10px;
    color: #acb4b6;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_style_2 .sc_skills_total {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -1.9286em;
    color: #acb4b6;
}

.sc_skills_style_1 .sc_skills_total {
    color: #f74f08;
}

.sc_skills_style_2 .sc_skills_total {
    color: #f74f08;
}
.sc_skills_style_3 .sc_skills_count .sc_skills_total {
    color: #fff;
    font-size: 0.8571em;
}
.sc_team_item .sc_socials_item a span {
    margin-left: 2px;
}


/* Type Pie */
.sc_skills_pie.sc_skills_compact_off {
	text-align: center;
	display: inline-block;
}
.block_pie .sc_skills_arc .sc_skills_legend {
    margin-right: 5%;
}
.block_pie {
    float: left;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
	font-size: 1.125em;
}

.sc_skills_pie.sc_skills_compact_on {
	overflow:hidden;
}

.sc_skills_pie .sc_skills_item {
    text-align: center;
    font-size: 1.2143em;
    font-weight: bold;
    color: #343434;
}
.our_company .sc_skills_pie .sc_skills_item {
    width: 70%;
    margin: auto;
}
.our_company .sc_skills_data .pie {
    font-weight: 900;
    font-size: 3.5714em;
    margin-top: 0.3em;
}
.our_company .sc_skills_pie .sc_skills_item {
    font-size: 1em;
}
.our_company .sc_skills_pie.sc_skills_compact_on {
    overflow: visible;
}
.sc_skills_pie_canvas

/* Type Arc */
.sc_skills_arc {
	overflow:hidden;
}
.sc_skills_arc .sc_skills_arc_canvas {
	min-width:100px;
	min-height:100px;
	float:left;
	width:60%;
}
.sc_skills_arc .sc_skills_legend {
	width:20%;
    margin-right: 20%;
}


/* Legend */
.sc_skills_legend {
	width:50%;
	float:left;
}
.sc_skills_legend_marker {
	display: inline-block;
	margin:0 10px 2px 0;
	width:6px;
	height:6px;
	line-height:1.5em;
	overflow:hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_skills_legend_title {
	color: #ffffff;
    padding: 0.4em 0.5em;
    margin-bottom: 0.3em;
}
.sc_skills_legend_item {
    margin-bottom: 0.6em;
}
.sc_skills_legend_value {
	display: none;
}
.sc_skills_legend_value:before {
	content: '(';
}
.sc_skills_legend_value:after {
	content: ')';
}






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

.sc_slider {
	overflow:hidden;
}
.sc_slider_height_auto {
 -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
     -ms-transition: height ease .5s;
      -o-transition: height ease .5s;
         transition: height ease .5s; 
}
.sc_slider_swiper {
	position: relative;
	overflow: hidden;
}

footer.twitter_wrap .sc_slider_swiper {
    position: inherit;
    overflow: hidden;
}
.sc_slider_swiper .slides {
	overflow: hidden;
}
.sc_slider_swiper .slides .swiper-slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute;
}
.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
	min-height:8em;
}
.sc_slider_swiper .slides .swiper-slide > img {
	width: 100%;
	height: auto;
}

/* Prev / Next controls */
.sc_slider_controls_wrap {
	color:#ffffff;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	padding-bottom:5px;
	height:0;
}
.sc_testimonials .sc_slider_controls_wrap {
    top: 1em;
}
.sc_slider_controls_wrap a {
	display:block;
	cursor:pointer;
	width:3.5714em;
	height:3.5714em;
	line-height: 3.5714em;
	font-size: 1em;
	text-align:center;
	-webkit-transition: all ease .5s;
	   -moz-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	     -o-transition: all ease .5s;
	        transition: all ease .5s;
	margin-top:-1em;
	opacity: 0;
	filter: alpha(opacity=0);
}

footer.twitter_wrap .sc_slider_controls_wrap a {
    display:block;
    cursor:pointer;
    width:3.5714em;
    height:3.5714em;
    line-height: 3.5714em;
    font-size: 1em;
    text-align:center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    margin-top:-1em;
    opacity: 1;
    color: black;
}

.sc_slider_controls_wrap .sc_slider_prev {
	float:left;
	margin-left: -100px;
}
footer.twitter_wrap .sc_slider_controls_wrap .sc_slider_prev {
    float:left;
    margin-left: 4.8571em;
    background-color: #eaeaef;
    border-radius: 50%;
}
footer.twitter_wrap .sc_slider_controls_wrap .sc_slider_next{
    background-color: #eaeaef;
    border-radius: 50%;
}

.sc_slider_controls_wrap .sc_slider_next {
	float:right;
	margin-right: -100px;
}
footer.twitter_wrap .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 4.8571em;
}
.sc_slider_controls_wrap a:before {
	font-family:'fontello';
}
.sc_slider_controls_wrap .sc_slider_next:before {
	content:'\e83f';
}
.sc_slider_controls_wrap .sc_slider_prev:before {
	content:'\e840';
}
.sc_slider_swiper:hover .sc_slider_controls_wrap a,
.sc_slider_swiper + .sc_slider_controls_wrap a {
	opacity: 1;
	filter: alpha(opacity=1);
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left: 20px;
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right: 20px;
}

/* Side controls */
.sc_slider_swiper + .sc_slider_controls_wrap a {
	width:40px;
	height:40px;
	line-height: 40px;
	font-size: 20px;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_prev {
	margin-left: 15px;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_next {
	margin-right: 15px;
}

/* Top controls */
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap {
	top:6px;
	right: 6px;
	text-align:right;
	cursor:default;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_next,
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_prev {
	display:inline-block;
	float:none;
	margin-left: 6px;
	margin-right: 0;
}


/* White circles with accent hover */
.sc_slider_swiper .sc_slider_pagination_wrap {
	position: absolute;
	height:12px;
	margin: 0;
	left: 0;
	right: 0;
	bottom: -12px;
	text-align:center;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_swiper:hover .sc_slider_pagination_wrap {
	bottom: 20px;
	-webkit-transition: all ease .5s .5s;
	-moz-transition: all ease .5s .5s;
	-ms-transition: all ease .5s .5s;
	-o-transition: all ease .5s .5s;
	transition: all ease .5s .5s;
}
.sc_slider_swiper .sc_slider_pagination_wrap span {
	display:inline-block;
	vertical-align:top;
	width: 10px;
	height:10px;
	margin:0 8px 0 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	background-color:#000000;
	border:1px solid transparent;
	cursor:pointer;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
	background-color:#f74f08;
	border-color:#f74f08;
}
.sc_slider_swiper .sc_slider_pagination_wrap span:hover {
	background-color:#f74f08;
	border-color:#f74f08;
}

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

.sc_slider_pagination_area .sc_slider {
	float:left;
}
.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
	width:67%;
}
.sc_slider_pagination_area .sc_slider_pagination {
	float:left;
	width:33%;
	position:static;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_slider_pagination_over .sc_slider_pagination {
	position:absolute;
	width:40%;
	left: auto;
	right:-40%;
	top:0;
	bottom:auto;
	float:none;
	background-color:rgba(255,255,255, 0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_pagination_over:hover .sc_slider_pagination {
	right:0;
}
.sc_slider_pagination_over .sc_slider_pagination .post_item {
	background-color:transparent !important;
}

.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
	width: 20%;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item {
	padding: 1em;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item {
	margin:0;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
	background-color: #f7f7f9;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
	content: "|";
	margin:0 5px;
}

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

.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.sc_slider_swiper:hover .sc_slider_info:hover,
.sc_slider_swiper .sc_slider_info:hover {
	margin-bottom:0 !important;
}
.sc_slider_pagination_over:hover .sc_slider_info,
.sc_slider_swiper:hover .sc_slider_info {
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	margin-bottom:-130px !important;
}
	.sc_slider_swiper .slides .swiper-slide .sc_slider_info a {
		display:inline;
		min-height:0;
		color:#ffffff;
	}
	.sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover {
		color:#cccccc;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-size:20px;
		line-height:24px;
		margin:0 0 4px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_reviews {
		margin:0 0 4px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category {
		display:inline-block;
		position: relative;
		margin:0 0 0 2px;
		top: 0;
	}
	.sc_slider_reviews.post_rating .reviews_stars_bg,
	.sc_slider_reviews.post_rating .reviews_stars_hover,
	.sc_slider_reviews.post_rating .reviews_value {
		color: #ffffff !important;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_descr {
		color:#ffffff;
		line-height:16px;
	}
	.sc_slider_swiper .sc_slider_info .sc_slider_category {
		display:inline-block;
		vertical-align:top;
		text-transform:uppercase;
		position:relative;
		/*max-width:50%;*/
		/*min-width:135px;*/
		height: 24px;
		line-height:24px;
		padding:0 30px 0 0;
		text-align:left;
		overflow:hidden;
	}
	.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
		min-width:0;
	}
.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
	max-width:50%;
	min-width:40%;
	padding:30px;
	max-height:150px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
	margin-bottom:-180px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_main .sc_slider_swiper .sc_slider_info:hover {
	margin-bottom:0;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
	font-size:14px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
	font-size:21px;
	line-height:28px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
	font-size:13px;
	line-height:18px;
	font-weight:300;
}






/* Socials icons
-------------------------------------------------------------- */
.contacts_wrap .sc_socials {
	/*overflow:hidden;
	display:inline-block;
	line-height:1em;*/
	/*margin-right:-1.25em;*/

}

.sc_socials_size_big {
    font-size: 3.3em;
    line-height: 1em;
    margin-bottom: 1em;
}
.sc_socials_size_big .sc_socials_item {
    margin-right: 0.5435em;
}
.sc_socials_size_large {
}
.sc_socials_size_large .sc_socials_item span:before{
    background: #e2e2e4;
    border-radius: 50%;
    padding: 0.9em;
    margin-right: 0.8em;
    height: 1em;

}
.sc_socials_size_big .social_icons:hover {
}
.sc_socials_size_large .sc_socials_item a {
    color: #ffffff;
}
.sc_socials .sc_socials_item {
	display:inline-block;
	overflow: hidden;
    line-height: 1em;
}
.sc_socials a {
	display:inline-block;
	outline:none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_small a {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_socials.sc_socials_size_tiny a .sc_socials_hover,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
	-webkit-border-radius: 4px;		/* Hack for Chrome - show sharp corners while animation */
}
.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
	background-position: 0 -2em;
	-webkit-background-size: 2em 4em;
	   -moz-background-size: 2em 4em;
	     -o-background-size: 2em 4em;
	        background-size: 2em 4em;
}

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

/* Share buttons */
.sc_socials.sc_socials_share .sc_socials_item {
	vertical-align:top;
}
.sc_socials.sc_socials_share .share_caption {
	display:inline-block;
	font-size:1.5em;
	line-height:1.6667em;
	color: #222222;
	margin-right:0.6em;
}

.sc_socials.sc_socials_share.sc_socials_dir_vertical {
	position:fixed;
	left:0px;
	top:16%;
	z-index:9998;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item {
	display:block;
	margin-top:6px;
	line-height:1em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption {
	display:none;
}
.sc_socials.sc_socials_share .share_counter{
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
	position:relative;
	background:#fff;
	color:#666;
	padding:0 8px;
	line-height:62px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_socials.sc_socials_share .share_counter:before{
	content:" ";
	position:absolute;
	z-index:1;
	top:50%;
	left:-4px;
	width:6px;
	height:6px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background:#fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	   -moz-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.sc_socials.sc_socials_size_tiny.sc_socials_share .share_counter{
	line-height:30px;
}
.sc_socials.sc_socials_size_small.sc_socials_share .share_counter{
	line-height:38px;
}


.sc_socials_item a {
    display: block;
    position: relative;
    top: 0;
    vertical-align: top;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
}
.sc_socials_size_large .social_icons:hover {
    top: 2.8em;
}
.sc_socials_size_large .social_icons span.up:before {
    background: #f74f08;
}

.sc_socials_size_large .social_icons span.up {
    position: absolute;
    top: -2.8em;
}
.social_icons:hover {
    top: 1em;
}

span.up {
    position: absolute;
    top: -1em;
    -moz-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
}

.sc_socials_size_big .sc_socials_item {
    line-height: 45px;
}


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


/* Tabs
-------------------------------------------------------------- */
.sc_tabs .sc_tabs_titles {
	overflow:hidden;
	margin:0;
	padding:0;
}
.sc_tabs .sc_tabs_titles li {
	padding:0;
	list-style:none;
	font-size:1em;
	float:left;
	text-transform: uppercase;
}
.sc_tabs .sc_tabs_titles li:before {
	display:none;
}
.sc_tabs .sc_tabs_titles li a {
	display:block;
    padding: 2px 10px;
}
.sc_tabs .sc_tabs_content {
	display: none;
	overflow:hidden;
}

/* Style 1 */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
	margin-bottom: 0;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
	border: 2px solid #e5e5e8;
	transition: none;
    box-sizing: border-box;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li+li {
	margin-left: -1px;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
	margin-top:-1px;
	padding: 2.5em 0;
}

/* Style 2 */

.sc_tabs_style_2 .sc_tabs_titles {
	overflow:hidden;
	margin:0;
	padding:0;
	float: left;
}

.widget_popular_posts .sc_tabs_style_2 .sc_tabs_titles {
    overflow:hidden;
    margin:0;
    padding:0;
    float: none;
}
.widget_popular_posts .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
    font-size: 0.875em;
    float: left;
}

.sc_tabs_style_2 .sc_tabs_titles li {
	padding:0;
	list-style:none;
	font-size:1em;
	float: none;
	text-transform: uppercase;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
	margin:0 0 0.6667em 0;
}
/*.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {
	margin-left: 0.6667em;
}*/
.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	padding: 0 1.5em;
	/*border: 1px solid #e4e7e8;*/
}



/* Team
-------------------------------------------------------------- */
.sc_team_item {
	overflow:hidden;
	margin-bottom:3.125em;

}
.sc_team_item .sc_team_item_info {
    background-color: #fff;
    padding: 2.1429em 0em;
    border-bottom: 3px solid #fa601b;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 100%;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;

}

.sc_team_item_position {
    margin-bottom: 2em;
}

.sc_team_item:hover .sc_team_item_info {
    top: calc(100% - 58px);
    background-color: #f4f7f9;
}
.sc_team_item:hover .sc_team_item_position {
    margin-bottom: 0em;
}
.sc_team_item .sc_team_item_info .sc_team_item_title {
	margin:0;
	font-size:1.125em;
}
.sc_team_item .sc_team_item_info .sc_team_item_position {
	color: #f74f08;
    text-transform: lowercase;
}
.sc_team_item .sc_team_item_info .sc_team_item_description {
	margin-top:1em;
	height:4.25em;
	overflow:hidden;
}
.sc_team_item .sc_team_item_info .sc_socials {
	margin-top:1em;
}

.sc_team_item_info_social .sc_socials {
    text-align: center;
    padding-left: 10px;
}

.sc_team_item_info_social .sc_socials.sc_socials_size_small
{
    margin-right: 0;
    line-height: 1em;
}

.sc_team_item_info_social .sc_socials .sc_socials_item {
    margin: 0 10px 0 0;
}

.sc_team_item_info_social .social_icons {
    font-size: 2em;
    color: #272e38;
    line-height: 1em;
}

.sc_team_item .sc_socials_item a span.up {
    color: #f74f08;
}
.sc_team_item .sc_team_item_avatar img {
	width: 100%;
}

/* Style 2 */
.sc_team_style_2 .sc_team_item_avatar {
	position:relative;
    margin-bottom: 89px;
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align:center;
}
.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
	overflow:hidden;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top: 50px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
	margin-top: 0;
}




/* Testimonials
-------------------------------------------------------------- */
.sc_testimonials_wrap {
	position:relative;
}
.sc_testimonials_wrap .sc_section_overlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	padding:1.5em 0;
}
.sc_testimonial_item {
	text-align:center;
	padding: 0 5em;
}
.sc_testimonial_item .sc_testimonial_author {
    padding-left: 1em;
    padding-top: 0.6em;
}
.sc_testimonial_item .sc_testimonial_author,
.sc_testimonial_item .sc_testimonial_author a{
	font-size: 1em;
    color: #ffffff;
}
.sc_testimonials.bg_tint_light .sc_testimonial_item .sc_testimonial_author,
.sc_testimonials.bg_tint_light .sc_testimonial_item .sc_testimonial_author a,
.sc_testimonials.bg_tint_light .sc_testimonial_content{
    color: #2b2b2b;
}
.sc_testimonials.bg_tint_light .sc_slider_controls_wrap a {
    background: #FFFFFF;
}
.sc_testimonial_content {
	font-size:1.215em;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 2em;
}
.sc_testimonial_content p {
	margin:0;
}
.sc_testimonial_content p+p {
	margin-top:0.5em;
}
.bg_tint_dark .sc_testimonials a {
	color: #ffffff;
}
.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left:30px;
}
.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right:30px;
}



/* Title
-------------------------------------------------------------- */
.sc_title {
	overflow: hidden;
	position:relative;
	padding-bottom:2px;
}
/* Inderline */
.sc_title_underline {
	padding-bottom:16px;
}
.sc_title_underline:after {
	content:' ';
	display:block;
	position:absolute;
	border-top: 1px solid #222222;
	height:0;
	width:1em;
	left:0;
	bottom:0;
}
.sc_title_underline.sc_align_center:after {
	left:50%;
	margin-left:-0.5em;
}
.sc_title_underline.sc_align_right:after {
	right:0;
	left:auto;
}

/* Divider */
.sc_title_divider { 
	position:relative; 
	padding-left: 5ex; 
	padding-right: 5ex;
	text-align:center;
}
.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
	display:block;
	width:4ex;
	height:1px;
	background-color:#222222;
	position:absolute;
	top: 50%;
}
.sc_title_divider .sc_title_divider_before {
	left:0;
}
.sc_title_divider .sc_title_divider_after {
	right:0;
}

/* Icon */
.sc_title_icon {
	display:inline-block;
}
.sc_title_icon_left {
	margin-right:0.5em;
}
.sc_title_icon_top {
	display:block;
}
.sc_title_icon img {
	width:auto;
}
.sc_title_icon_left img {
	vertical-align:middle;
}
.sc_title_icon_top img {
	vertical-align:baseline;
}
.sc_title_icon_small img {
	height: 1em;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_title_icon_medium img {
	height: 2em;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.sc_title_icon_large img {
	height: 3em;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}



/* Toggles
-------------------------------------------------------------- */
.sc_toggles .sc_toggles_item {
	margin-bottom:1.25em;
}
.sc_toggles > .sc_toggles_item .sc_toggles_content {
	overflow: hidden;
	display: none;
}
.sc_toggles .sc_toggles_item .sc_toggles_title {
	position:relative;
	overflow:hidden;
	cursor:pointer;
	margin:0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_items_counter:after {
	content:'. ';
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	padding:0;
	text-align:center;
	overflow:hidden;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	   -moz-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
	padding:1.5em 1.8em;
}

/* Style 1 */
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
	border:1px solid #e4e7e8;
	padding:0.5em 0.5em 0.5em 3em;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	width:2.3333em;
	background-color:#e4e7e8;
	color: #ffffff;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
	margin-top:-2.3333em;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
	margin-top:0;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
	margin-top:2.3333em;
}

/* Style 2 */
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title {
	margin-bottom:0.6667em;
	padding:0 0 0 2.0833em;
	text-transform:uppercase;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
	width:1.1667em;
	height:1.1667em;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
	font-size:0.5833em;
	line-height:1em;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
	opacity: 0;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
	opacity: 1;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
	opacity: 0;
}





/* Tooltip
-------------------------------------------------------------- */
.sc_tooltip_parent {
	text-decoration: none;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
	display:inline-block;
	line-height: 1em;
}
.sc_tooltip_parent .sc_tooltip {
	position: absolute;
	color: #fff;
	background-color:#333333;
	white-space: nowrap;
	top: -4em;
	left: 50%;
	-webkit-transform:translateX(-50%);
	   -moz-transform:translateX(-50%);
	        transform:translateX(-50%);
	padding: 2px 6px;
	z-index: 2;
	font-size:0.75em;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	     -o-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.sc_tooltip_parent:hover .sc_tooltip {
	opacity: 1;
	filter: alpha(opacity=100);
	top: -2.5em;
}
.sc_tooltip_parent .sc_tooltip:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left: -3px;
	z-index: 1;
	background-color:#333333;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
}



/* Twitter
-------------------------------------------------------------- */
.sc_twitter_wrap {
	position:relative;
}
.sc_twitter_wrap .sc_section_overlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	padding:1.5em 0;
}
.sc_twitter_item {
	text-align:center;
	padding: 0 5em;
}
.sc_twitter_content {
	font-size:1.125em;
    color: #797979;
}

.sc_twitter_icon {
	font-size:2em;
	line-height:1em;
	display:block;
	text-align:center;
	margin-bottom:0.5em;
    color: #f7500a;
}
.sc_twitter_content p {
	margin:0;
}
.sc_twitter_content p+p {
	margin-top:0.5em;
}
.bg_tint_dark .sc_twitter a {
	color: #f74f08;
}
.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
	margin-left:10px;
}

footer.twitter_wrap .sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
   margin-left: 4.8571em;
}

.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
	margin-right:10px;
}
footer.twitter_wrap .sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 4.8571em;
}






/* Video player
-------------------------------------------------------------- */
.sc_video_player {
	background-repeat:no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
		    background-size: 100% auto;
}
/*
.sc_video_player.sc_video_bordered {
	width:auto;
	height:auto;
	display:inline-block;
}
*/
.sc_video_player.sc_video_bordered {
	width:100%;
	display:block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_video_frame {
	position:relative;
	overflow:hidden;
}
.sc_video_frame img {
	width: 100%;
	height:auto;
}
/* Media elements */
.mejs-container {
	max-width:100%;
}




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


/*Rock*/

/*= rocks skills ==========================================================================================================================================*/
.sc_rocks_row{height: 1px; color: #fff; font-size: 14px; font-weight: 700; display: table-cell; vertical-align: bottom; text-align: left;}
.sc_rocks_row .sc_rocks_progressbar{width:50px;position:relative;margin:20px 0;}
.sc_rocks_row .sc_rocks_progress{width:100%;height:280px;}
.sc_rocks_row .sc_rocks_foot{width:100%;height:11px;}
.sc_rocks_row .sc_rocks_progress .sc_rocks_before{width:0;border-bottom:25px solid #fba783;border-left:25px solid transparent;position:absolute;left:0;z-index:2;bottom:11px;}
.sc_rocks_row .sc_rocks_progress .sc_rocks_after{width:0;border-bottom:25px solid #f74f08;border-right:25px solid transparent;position:absolute;right:0;z-index:2;bottom:11px;}
.sc_rocks_row .sc_rocks_foot::before{content:'';width:0;height:0;border-top:11px solid #fba783;border-left:25px solid transparent;position:absolute;bottom:0;left:0;z-index:3;}
.sc_rocks_row .sc_rocks_foot::after{content:'';width:0;height:0;border-top:11px solid #f74f08;border-right:25px solid transparent;position:absolute;bottom:0;right:0;z-index:3;}
/*.sc_rocks_row .sc_rocks_progressbar .sc_rocks_shadow{content:'';width:0;height:0;border-bottom:22px solid #669c75;border-right:40px solid transparent;position:absolute;left:25px;bottom:-1px;z-index:1;}*/
/*.sc_rocks_row.brown .sc_rocks_progressbar .sc_rocks_shadow{border-bottom:22px solid #b3a45d;}*/
.sc_rocks_row .sc_rocks_value{margin-bottom: 20px; min-width: 50px; text-align: center; display: inherit;}
.sc_rocks_row .sc_rocks_caption{margin-top:20px;min-width: 50px; text-align: center; display: inherit;}
.sc_rocks_row .sc_rocks_caption,.sc_rocks_row .sc_rocks_value{opacity:0;-webkit-transition:all linear .2s;-moz-transition:all linear .2s;-o-transition:all linear .2s;transition:all linear .2s;-ms-transition:all linear .2s;}

.sc_rocks_inner{text-align: center; display: table;  width: 100%;}

/* ---------------------------------- [trx_islands] ---------------------------------------*/
.sc_islands{display: block; margin: 0; padding: 0; height: 300px; position: relative; margin-top: -8em;}
.sc_islands_wrap{position: relative; height: 100%; overflow:  hidden;}
.sc_island_item{display: block; margin: auto; top: 221px;position: absolute; margin-top: 100px;
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;}
.sc_island_item .sc_island_title{position: absolute; color: #fff; font-size: 16px; font-weight: 400; opacity: 0; white-space: nowrap;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.sc_island_item:hover{
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear  0.5s;
    -ms-transition: all linear  0.5s;
    -o-transition: all linear  0.5s;
    transition: all linear  0.5s;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sc_island_item .sc_island_title::before {content: ''; height: 140px; border-left: 1px solid #fff; position: inherit; transform: rotate(30deg); -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -o-transform: rotate(30deg); top: 10px; left: -40px; }
.sc_island_item .sc_island_title::after {content: ''; width: 5px; height: 5px; border: 3px solid #fff; border-radius: 50%; display: block; position: absolute; top: 140px; left: -82px;}

.sc_style_dark .sc_island_item .sc_island_title::before {border-left: 1px solid #000;}
.sc_style_dark .sc_island_item .sc_island_title::after {border: 3px solid #000;}
.sc_style_dark .sc_island_item .sc_island_title {color: #000;}

.sc_island_item.style_1 {z-index: 2; left: 0;}
.sc_island_item.style_2 {z-index: 1; left: 4%;}
.sc_island_item.style_3 {z-index: 2; left: 32%;}
.sc_island_item.style_4 {z-index: 1; left: 50%;}
.sc_island_item.style_5 {z-index: 2; right: 0;}

.sc_island_item.style_1 .sc_island_title{bottom: 180%; left: 110%;}
.sc_island_item.style_2 .sc_island_title{bottom: 190%; left: 120%;}
.sc_island_item.style_3 .sc_island_title{bottom: 200%; left: 70%;}
.sc_island_item.style_4 .sc_island_title{bottom: 190%; left: 85%;}
.sc_island_item.style_5 .sc_island_title{bottom: 190%; left: 65%;}


.sc_island_item.style_1 .sc_island_image{width: 150px; height: 80px; background-size: 101%;}
.sc_island_item.style_2 .sc_island_image{width: 207px; height: 80px; background-size: 101%;}
.sc_island_item.style_3 .sc_island_image{width: 319px; height: 80px; background-size: 101%;}
.sc_island_item.style_4 .sc_island_image{width: 228px; height: 80px; background-size: 101%;}
.sc_island_item.style_5 .sc_island_image{width: 237px; height: 80px; background-size: 101%;}

.color_scheme_blue .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/blue/1.png');}
.color_scheme_blue .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/blue/2.png');}
.color_scheme_blue .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/blue/3.png');}
.color_scheme_blue .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/blue/4.png');}
.color_scheme_blue .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/blue/5.png');}

.color_scheme_red .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/blue/1.png');}
.color_scheme_red .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/blue/2.png');}
.color_scheme_red .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/blue/3.png');}
.color_scheme_red .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/blue/4.png');}
.color_scheme_red .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/blue/5.png');}

.color_scheme_green .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/blue/1.png');}
.color_scheme_green .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/blue/2.png');}
.color_scheme_green .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/blue/3.png');}
.color_scheme_green .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/blue/4.png');}
.color_scheme_green .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/blue/5.png');}

.color_scheme_darkseagreen .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/darkseagreen/1.png');}
.color_scheme_darkseagreen .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/darkseagreen/2.png');}
.color_scheme_darkseagreen .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/darkseagreen/3.png');}
.color_scheme_darkseagreen .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/darkseagreen/4.png');}
.color_scheme_darkseagreen .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/darkseagreen/5.png');}

.color_scheme_darkolivegreen .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/darkolivegreen/1.png');}
.color_scheme_darkolivegreen .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/darkolivegreen/2.png');}
.color_scheme_darkolivegreen .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/darkolivegreen/3.png');}
.color_scheme_darkolivegreen .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/darkolivegreen/4.png');}
.color_scheme_darkolivegreen .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/darkolivegreen/5.png');}

.color_scheme_dimgray .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/dimgray/1.png');}
.color_scheme_dimgray .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/dimgray/2.png');}
.color_scheme_dimgray .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/dimgray/3.png');}
.color_scheme_dimgray .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/dimgray/4.png');}
.color_scheme_dimgray .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/dimgray/5.png');}

.color_scheme_darkslateblue .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/darkslateblue/1.png');}
.color_scheme_darkslateblue .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/darkslateblue/2.png');}
.color_scheme_darkslateblue .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/darkslateblue/3.png');}
.color_scheme_darkslateblue .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/darkslateblue/4.png');}
.color_scheme_darkslateblue .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/darkslateblue/5.png');}

.color_scheme_mediumpurple .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/mediumpurple/1.png');}
.color_scheme_mediumpurple .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/mediumpurple/2.png');}
.color_scheme_mediumpurple .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/mediumpurple/3.png');}
.color_scheme_mediumpurple .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/mediumpurple/4.png');}
.color_scheme_mediumpurple .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/mediumpurple/5.png');}

.color_scheme_brown .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/brown/1.png');}
.color_scheme_brown .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/brown/2.png');}
.color_scheme_brown .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/brown/3.png');}
.color_scheme_brown .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/brown/4.png');}
.color_scheme_brown .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/brown/5.png');}

.sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/violet/1.png');}
.sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/violet/2.png');}
.sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/violet/3.png');}
.sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/violet/4.png');}
.sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/violet/5.png');}
.sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/violet/5.png');}

.color_scheme_darkblue .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/darkblue/1.png');}
.color_scheme_darkblue .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/darkblue/2.png');}
.color_scheme_darkblue .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/darkblue/3.png');}
.color_scheme_darkblue .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/darkblue/4.png');}
.color_scheme_darkblue .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/darkblue/5.png');}

.color_scheme_sneaker .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/sneaker/1.png');}
.color_scheme_sneaker .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/sneaker/2.png');}
.color_scheme_sneaker .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/sneaker/3.png');}
.color_scheme_sneaker .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/sneaker/4.png');}
.color_scheme_sneaker .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/sneaker/5.png');}

.color_scheme_cyan .sc_island_item.style_1 .sc_island_image{background-image: url('../../images/islands/cyan/1.png');}
.color_scheme_cyan .sc_island_item.style_2 .sc_island_image{background-image: url('../../images/islands/cyan/2.png');}
.color_scheme_cyan .sc_island_item.style_3 .sc_island_image{background-image: url('../../images/islands/cyan/3.png');}
.color_scheme_cyan .sc_island_item.style_4 .sc_island_image{background-image: url('../../images/islands/cyan/4.png');}
.color_scheme_cyan .sc_island_item.style_5 .sc_island_image{background-image: url('../../images/islands/cyan/5.png');}

/* ---------------------------------- [trx_icons_widget] ---------------------------------------*/
.sc_icons_widget{display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; }
.sc_icons_widget .sc_icons_item{margin: auto;
    -webkit-transition: color ease .2s;
    -moz-transition: color ease .2s;
    -ms-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;}
.sc_icons_widget .sc_icons_item:first-child{margin-left: 0;}
.sc_icons_widget .sc_icons_item:last-child{margin-right: 0;}

.sc_icons_widget .sc_icons_item.icon-delivery23,
.sc_icons_widget .sc_icons_item.icon-industry4-1
{
    color: #959595;
}
.sc_icons_widget .sc_icons_item {
    color: #fba783;
}

/*= chart diagram ==========================================================================================================================================*/

.sc_chart_item > h2{text-transform:uppercase;margin-bottom:14px;}
.sc_chart_item.radial > h2{margin-bottom:19px;}
.sc_chart_item ul.skills_list{float:left;width:150px;list-style:none;padding-top:8px;}
.sc_chart_item ul.skills_list li{line-height:21px;font-size:16px;}
.sc_chart_item ul.skills_list span{vertical-align:middle;}
.sc_chart_item ul.skills_list span.color{display:inline-block;width:6px;height:6px;margin-right:8px;}
.sc_chart_item ul.skills_list + canvas{float:left;}
.sc_chart_item .sc_skills_progressbar{display:block;overflow:hidden;margin-right:-62px;}
.sc_chart_item .sc_skills_item{padding:10px 62px 10px 0;}
.sc_chart_item .sc_skills_item .sc_skills_progress_wrap{background-color:#f5f7f7;clear:both;display:block;}
.sc_chart_item .sc_skills_item .sc_skills_progress{background:#01b6c7;display:block;height:10px;width:0;}
.sc_chart_item .sc_skills_item .sc_skills_caption{font-size:14px;line-height:14px;display:block;float:left;}
.sc_chart_item .sc_skills_item .sc_skills_level{float:right;width:40px;height:20px;line-height:20px;color:#01b6c7;display:block;font-size:14px;text-align:right;}
.sc_chart_item{display:inline-block;position:absolute;top:0;left:0;}
.sc_chart_item .sc_chart_content{position:relative;display:inline-block;}
.sc_chart_item .sc_chart_content span{font-size:16px;color:#232323;}
.sc_chart_item .sc_chart_content .icon{font-size: 45px; display: block;}
.sc_chart_item .sc_chart_line{height:100px;width:1px;display:block;position:absolute;}
.sc_chart_item .sc_chart_line .sc_chart_tail{border-right:2px dotted #cdcec8;width:1px;display:block;}
.sc_chart_item .name{font-size:12px;color:#fff;text-transform:uppercase;position:absolute;bottom:-10px;left:90%;}
.sc_chart_item .name::before{content:'';height:20px;border-left:1px solid #fff;position:inherit;-ms-transform: rotate(320deg); -webkit-transform: rotate(320deg);  transform: rotate(320deg);-o-transform: rotate(320deg);-moz-transform: rotate(320deg);top:-12px;left:-12px;}

.sc_chart_diagram{position:relative;}
.sc_chart_diagram .sc_chart_content{position:absolute;display:inline-block; text-align: center;}
.sc_chart_diagram .sc_chart_title{vertical-align: middle; display: table; font-size: 24px; color: #000; text-transform: uppercase; letter-spacing: 10px; text-align: center; width: 100%; height: 100%;}
.sc_chart_diagram .sc_chart_title span{display: table-cell; vertical-align: middle;}
.sc_chart_diagram .sc_chart_title span strong {font-size: 46px; letter-spacing: 1px; display: block; margin-left: 0; padding: 0; margin-bottom: 20px; font-weight: 900;}
.sc_chart_diagram .sc_chart_content img{cursor: pointer; display: block;margin: auto;}
.sc_chart_diagram .sc_skills .sc_chart_content span{white-space: nowrap;}
.sc_chart_diagram .sc_chart_title span.number{display:block;font-size:48px;}
.sc_chart_diagram .sc_chart_content div{position: absolute; display: none;width: 240px; left: calc((100% - 290px) / 2); top: 140%; background-color: #fff; font-size: 14px; color: #353535; text-align: left; line-height: 1.429; border-radius: 10px; box-shadow: 4px 4px 0 2px rgba(175,175,161,0.8); z-index: 10; padding: 25px; }
.sc_chart_diagram .sc_chart_content:hover div{display: block;}
.sc_chart_diagram .sc_chart_content div::after{content:'';width:0;border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;position:absolute;top:-15px;left: 130px;}
.sc_chart_diagram .sc_chart_content div::before{content:''; width:0; border-bottom:15px solid rgba(175,175,161,0.5);border-left:15px solid transparent;border-right:15px solid transparent;position:absolute;top:-15px;left: 135px;}
.sc_chart_diagram .sc_chart_title,.sc_chart_diagram .sc_chart_content,.sc_chart_diagram .sc_chart_line,.sc_chart_diagram .name{opacity:0;-webkit-transition:all linear .4s;-moz-transition:all linear .4s;-o-transition:all linear .4s;transition:all linear .4s;-ms-transition:all linear .4s;}
.sc_chart_diagram .sc_chart_legend ul li span{line-height: 30px; padding: 0 15px;}
.sc_chart_diagram .sc_chart_legend ul li span.mask{line-height: 30px; padding: 0 15px; height: 30px; display: inline-block; background-color: #fff; opacity: 0.3;}

.skills_container{display: inline-flex; width: 100%;}
.skills_container .sc_chart_diagram{margin: auto; display: inline-table; margin-top: 0px;}

#diagram_skills_2 { background: url('../images/9.png') 100% 0px repeat-x; background-position-y: 0; }
#diagram_skills_2.travel { background: url('../images/travel/5.png') 100% 0px repeat-x;}
#diagram_skills_2 .sc_chart_diagram .sc_chart_title span.number{font-size:55.277px;color:#fff;font-weight:300;letter-spacing:-1px;}

.sc_chart_diagram .sc_chart_legend{ width: 30%; }
.sc_chart_diagram .sc_chart_legend ul{padding: 0; margin: 0;}
.sc_chart_diagram .sc_chart_legend ul li{list-style: none;display: block; float: left; clear: both; list-style: none; margin: 0 0 10px 0; padding: 0;  height: 30px; line-height: 30px; color: #fff; font-size: 14px; font-weight: 400;}
.sc_chart_data{position: relative; display: inline-block;}

.sc_icons_widget [class^="icon-"]:before, .sc_icons_widget [class*=" icon-"]:before,
.sc_chart_diagram [class^="icon-"]:before, .sc_chart_diagram [class*=" icon-"]:before {
    line-height: normal;
}
.sc_chart_diagram [class^="icon-"]:before, .sc_chart_diagram [class*=" icon-"]:before {
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.sc_chart_diagram + .wpb_text_column .wpb_wrapper p {
    position: relative;
    float: right;
}
.sc_chart_diagram + .wpb_text_column .wpb_wrapper p:before {
    content: '';
    height: 20px;
    border-left: 1px solid #000000;
    position: absolute;
    transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    top: -60%;
    left: -12px;
}

/* ---------------------------------- [trx_graph] ---------------------------------------*/
.graph.list-desc { text-align: right; }
.graph.list-desc li{display: inline-block; color: #000;font-size: 14px;font-weight: 600; margin-left: 5%;}
.graph.list-desc li i {width: 10px;height: 10px;display: inline-block;margin-right: 7px; border-radius: 50%;}
/* ---------------------------------- [/trx_graph] ---------------------------------------*/

.gradient {
    padding-top: 3em;
    padding-bottom: 2.5em;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfe2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfe2));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfe2 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfe2 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfe2 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #dfdfe2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dfdfe2', GradientType=0);
    border-bottom: 2px solid #d2d2d5;
}
.gradient  a {
    color: #222222;
}
.gradient .sc_image {
    margin-bottom: 0.5em;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.gradient .sc_column_item:hover .sc_image {
    -moz-transform: translateY(-5px); /* for Firefox */
    -ms-transform: translateY(-5px);/* for IE */
    -webkit-transform: translateY(-5px); /* for Safari, Chrome, iOS */
    -o-transform: translateY(-5px);/* for Opera */
    transform: translateY(-5px);
}

.show_post_slider img {
    width: 100%;
}
.show_post_slider .post_info .post_info_date {
    left: 1.5em;
    position: absolute;
    top: 35%;
    padding: 0.4em 0.6em;
    background: linear-gradient(to bottom, #535456 0%,#1c1c1c 100%);
    color: #FFFFFF;
}
.show_post_slider .post_info .post_counters_item {
    color: #000000;
    margin-left: 1em;
}
.show_post_slider .widget_area .post_info a,
.show_post_slider .post_info .post_info_item {
    color: #000000;
}
.show_post_slider .widget_area .post_item .post_content {
    margin-left: 8.2em;
}
.show_post_slider .widget_area  .post_info .post_info_date {
    left: 1.5em;
    position: absolute;
    top: 35%;
    padding: 0.4em 0.6em;
    background: linear-gradient(to bottom, #535456 0%,#1c1c1c 100%);
    color: #FFFFFF;
}
.show_post_slider .widget_area .post_item .post_title {
    margin: 0;
    margin-top: 0.5em;
}
.show_post_slider .sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
    display: none;
}
.show_post_slider .sc_slider_pagination.widget_area .post_item {
    position: relative;
}
.show_post_slider .reviews_stars_hover .reviews_star:before {
    color: #ffffff;
    font-size: 0.8em;
}
.show_post_slider .reviews_star:before {
    color: rgba(255,255,255,0.3);
    content: '\e825';
    font-size: 0.8em;

}
