/* ----------- Title ------------- */
.sc_headline {
	margin: 20px 0 15px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}
/* ----------- /Title ------------- */


/* ----------- Line ------------- */
div.sc_line {
	border-top: 1px solid #ededed;
	padding:0;
	margin:15px auto 24px;
}
/* ----------- /Line ------------- */



/* ----------- Infoboxes ------------ */
div.sc_infobox {
	padding: 16px 20px 15px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
	font-weight:bold;
	position:relative;
	border: 1px solid #bbb;
	cursor: pointer;
}
div.sc_infobox span {
	position: absolute;
	font-size: 20px;
	line-height: 24px;
	right: 11px;
	top: 13px;
	opacity: .4;
}
div.sc_infobox span:hover {opacity: 1;}
div.sc_infobox_style_regular {
	color: #333;
	background: #fff;
}
div.sc_infobox_style_info {
	color: #7b6a2f;
	background: #fff6d8
}
div.sc_infobox_style_success {
	color: #567738;
	background: #ebffd9
}
div.sc_infobox_style_error {
	color: #834f4f;
	background: #ffe7e7;
}
div.sc_infobox_style_result {
	color: #94adb9;
}
/* ----------- /Infoboxes ------------ */



/* ----------- Image ------------- */
article figure.sc_image {
	margin:6px 0;
}
article figure.sc_image.sc_image_align_left {
	float: left;
	margin-right: 19px;
}
article figure.sc_image.sc_image_align_right {
	float: right;
	margin-left: 19px;
}
article figure {
	overflow: hidden;
	position: relative;
}
article figure img {vertical-align: top;}
article figure figcaption {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../images/slider-caption1.png) 0 0 repeat;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	padding: 5px 9px 4px;
}
article figure:hover figcaption {margin-bottom: -30px;}
/* ----------- /Image ------------- */




/* ----------- Quote ------------- */
blockquote.sc_quote {
	float: left;
	margin-right: 30px;
	width: 40.5%;	
	position: relative;
	padding: 23px 25px 23px 29px;
	color: #000;
	border: 1px solid #bbb;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
}
blockquote.sc_quote:after {
	clear: both;
	display: block;
	width: 100%;
	content: "";
}
/* ----------- /Quote ------------- */



/* ----------- Tooltip ------------ */
.sc_tooltip_parent {
	color:#242424;
	position:relative;
}
.sc_tooltip {
	background: #242424;
	color:#ffffff;
	position: absolute;
	top: -30px;
	border-radius: 2px;
	display: none;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	z-index: 999;
	white-space:nowrap;
	left:0;
}
.sc_tooltip:after {
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #242424 transparent transparent;
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -5px;
	margin-left: -4px;
}
/* ----------- /Tooltip ------------ */




/* ----------- Dropcaps ------------- */
.sc_dropcaps {
	margin-bottom: 10px;
}
.sc_dropcaps:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.sc_dropcaps span {
	float: left;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	font-weight: 700;
	color: #333;
	margin: -10px 15px -2px 0;
}
/* ----------- /Dropcaps ------------- */


/* ----------- Columns ------------- */
div.sc_columns {
	overflow:hidden;
}
div.sc_columns > div.sc_column_item {
	float:left;
}
div.sc_columns > div.first {
	margin-left:0 !important;
}
div.sc_columns_count_2 > div.sc_column_item {
	width: 48%;	
	margin-left:4%;
}
div.sc_columns_count_3 > div.sc_column_item {
	width: 31%;	
	margin-left:3.3%;
}
div.sc_columns_count_3 > div.sc_column_item.span_2 {
	width: 65.3%;
}
div.sc_columns_count_4 > div.sc_column_item {
	width: 22.8%;	
	margin-left:2.9%;
}
div.sc_columns_count_4 > div.sc_column_item.span_2 {
	width: 48.5%;
}
div.sc_columns_count_4 > div.sc_column_item.span_3 {
	width: 74.2%;
}
div.sc_columns_count_5 > div.sc_column_item {
	width: 18%;	
	margin-left:2.5%;
}
div.sc_columns_count_5 > div.sc_column_item.span_2 {
	width: 38.5%;
}
div.sc_columns_count_5 > div.sc_column_item.span_3 {
	width: 59%;
}
div.sc_columns_count_5 > div.sc_column_item.span_4 {
	width: 79.5%;
}
/* ----------- /Columns ------------- */




/* ----------- List ------------- */
ul.sc_list {
	margin: 0;
}
ol.sc_list {list-style: none;}
.sc_list li + li{
	margin-top: 6px;
}
ol.sc_list li + li {margin-top: 17px;}
.sc_list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 12px;
	background-image:none !important;
}
ol.sc_list li {padding-left: 20px;}
ul.sc_list li:before {
	content: "›";
	position: absolute;
	top: 0px;
	left: 0;
}
ul.sc_list li span {display: none;}
ol.sc_list li span {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}
.sc_list li a {text-decoration: none;}
/* ----------- /List ------------- */




/* ----------- Tabs type 1 ------------- */
.sc_tabs {
	padding-top: 15px;
	overflow: hidden;
}
.sc_tabs ul.tab_names {
	padding: 0;
	margin: 0;
}
.sc_tabs ul.tab_names:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.sc_tabs ul.tab_names li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	background-image: none;

}
.sc_tabs ul.tab_names li + li {
	margin-left: 1px;
}
.sc_tabs ul.tab_names li.tab_name a {
	color: #333;
	display: inline-block;
	padding: 14px 20px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	text-decoration: none;
}
.sc_tabs ul.tab_names li.tab_name a:hover {
	color: #00cbb1;
}
.sc_tabs ul.tab_names li.tab_name a.current {
	color: #fff;
	background: #00cbb1;
}
.sc_tabs div.content {
	padding: 24px 29px 23px;
	border: 1px solid #bbb;
}
/* ----------- /Tabs type 1 ------------- */

/* ----------- Tabs type 2 ------------- */

.sc_tabs.style2 ul.tab_names {
	text-align: center;
	margin-bottom: 30px;
}
.sc_tabs.style2 ul.tab_names li {
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.sc_tabs.style2 ul.tab_names li a {
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 13px 18px 13px 19px;
	border: 1px solid #bbb;
	-webkit-transition: background ease .4s;
	-moz-transition: background ease .4s;
	-ms-transition: background ease .4s;
	-o-transition: background ease .4s;
	transition: background ease .4s;
}
.sc_tabs.style2 ul.tab_names li a:hover {
	padding: 12px 17px 12px 18px;
	border-width: 2px;
	border-color: #00cbb1;
}
.sc_tabs.style2 ul.tab_names li a:active,
.sc_tabs.style2 ul.tab_names li a.current {
	background: #00cbb1;
	color: #fff;
	border-color: #00cbb1;
}
.sc_tabs.style2 div.content {
	border: none;
	padding: 0;
	text-align: center;
}

/* ----------- /Tabs type 2 ------------- */

/* ----------- Accordion ------------ */

.sc_accordion .item {
	margin-bottom: 10px;
}
.sc_accordion .item h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.sc_accordion .item h5 a {
	color: #333;
	display: block;
	padding: 16px 34px 15px 57px;
	position: relative;
	text-decoration: none;
	border: 1px solid #bbb;
	-webkit-transition: background ease .2s;
	-moz-transition: background ease .2s;
	-ms-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
.sc_accordion .item h5 a span {
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	font-size: 30px;
	line-height: 36px;
}
.sc_accordion .item h5 a span.icon-up-open {
	display: none;
}
.sc_accordion .item h5 a.current span.icon-up-open {
	display: block;
}
.sc_accordion .item h5 a.current span.icon-down-open {
	display: none;
} 
.sc_accordion .item h5 a:hover {
	border-width: 2px;
	padding: 15px 33px 14px 56px;
	border-color: #00cbb1;
}
.sc_accordion .item h5 a span:before {
	position: absolute;
	top: 9px;
	left: 7px;
}
.sc_accordion .item h5 a:hover span:before {
	top: 8px;
	left: 6px;
}
.sc_accordion .item h5 a.current {
	border-color: #00cbb1;
	background: #00cbb1;
	color: #fff;
}
.sc_accordion .item .content {
	padding: 14px 58px 13px;
}
/* -----------/Accordion ------------ */




/* ----------- Toggles ------------ */
.sc_toggles h5 {
	display: block;
	margin-bottom: 7px;
	background: #ffffff;
}
.sc_toggles h5 a {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	position: relative;
	padding: 10px 10px 9px 33px;
	color: #6b6b6b;
	text-decoration: none;
	display: block;
	border: 1px solid #e0e0e0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
}
.sc_toggles h5 a:hover {
	text-decoration: none !important;
}
.sc_toggles h5 a span {
	position: absolute;
	width: 17px;
	height: 17px;
	background: #1e2021;
	border-radius: 2px;
	top: 9px;
	left: 9px;
}
.sc_toggles h5 a span:after {
	display: block;
	width: 7px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 5px;
	content: "";
}
.sc_toggles h5 a span:before {
	display: block;
	width: 1px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 8px;
	content: "";
}
.sc_toggles h5 a.current span:before {
	display: none;
}
.sc_toggles .item .content {
	padding: 5px 13px 12px;
	font-size: 12px;
	line-height: 19px;
	color: #8f8f8f;
}
/* ----------- /Toggles ------------ */



/* ----------- Table ------------ */
div.sc_table table {
	border-collapse:collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
div.sc_table table td, 
div.sc_table table th {
	border: 1px solid #e0e0e0;
	padding:7px 10px 7px;
	background: #fff;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #6b6b6b;
}
div.sc_table table th {
	padding:9px 10px 9px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color:#404040;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
	background: -webkit-linear-gradient(#ffffff 0%, #f7f7f7 100%);
	background: -moz-linear-gradient(#ffffff 0%, #f7f7f7 100%);
	background: -ms-linear-gradient(#ffffff 0%, #f7f7f7 100%);
	background: -o-linear-gradient(#ffffff 0%, #f7f7f7 100%);
	background: linear-gradient(#ffffff 0%, #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}
div.sc_table table tr:hover td {
	background-color:#fcfcfc;
}
/* ----------- /Table ------------ */




/* ----------- Contact form ------------ */
div.sc_contact_form {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
div.sc_contact_form h3.title {
	margin-bottom:0;
	color:#fff;
	font-size:14px;
	line-height:17px;
}
div.sc_contact_form .description {
	display:block;
	margin:14px 0;
}
.sc_contact_form .field.name {margin-right: 1.4%;}
.sc_contact_form .field.name,
.sc_contact_form .field.email {
	float: left;
	width: 49.3%;
}
.sc_contact_form .field.message {
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.sc_contact_form .field input,
.sc_contact_form .field textarea {
	font-size: 24px;
	line-height: 29px;
	padding: 14px 17px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.sc_contact_form .field textarea {
	min-height: 114px;
	margin: 0;
	vertical-align: top;
}
.sc_contact_form .sc_infobox {
	margin-top: 10px;
	display: none;
}
.sc_contact_form .enter {
	display: inline-block;
	border: 1px solid #bbb;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	padding: 16px 19px 16px;
	text-transform: uppercase;
}
.sc_contact_form .enter:hover {
	padding: 15px 18px 15px;
	border-width: 2px;
	border-color: #00cbb1;
	color: #00cbb1;
	-webkit-transition: background ease .4s;
	-moz-transition: background ease .4s;
	-ms-transition: background ease .4s;
	-o-transition: background ease .4s;
	transition: background ease .4s;
}
.sc_contact_form .enter:active {
	color: #fff;
	border-color: #00cbb1;
	background: #00cbb1;
}
/* ----------- /Contact form ------------ */



/* ----------- Google map ------------ */
div.sc_googlemap {
	margin: 6px 0 45px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bbb;
	min-width:100px;
	min-height:100px;
}
/* ----------- /Google map ------------ */


/* ------------ Button ----------------- */
a.sc_button {
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
	-webkit-transition: background ease .5s, color ease .5s;
	-moz-transition: background ease .5s, color ease .5s;
	-ms-transition: background ease .5s, color ease .5s;
	-o-transition: background ease .5s, color ease .5s;
	transition: background ease .5s, color ease .5s;
}
a.sc_button.sc_button_regular {
	font-size: 12px;
	line-height: 15px;
	background: #333;
	padding: 7px 9px 7px;
	color: #fff;
}
a.sc_button.sc_button_regular:hover {background: #00cbb1;}
a.sc_button.sc_button_regular.sc_button_medium {
	font-size: 14px;
	line-height: 18px;
	padding: 7px 10px 6px;
}
a.sc_button.sc_button_regular.sc_button_large {
	font-size: 18px;
	line-height: 22px;
	padding: 6px 10px 5px;
}
a.sc_button.sc_button_regular.sc_button_huge {
	font-size: 24px;
	line-height: 29px;
	padding: 4px 8px 4px;
}

a.sc_button.sc_button_border {
	border: 1px solid #bbb;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}
a.sc_button.sc_button_border.sc_button_small {
	padding: 16px 19px 16px;
}
a.sc_button.sc_button_border.sc_button_medium {
	padding: 16px 19px 15px;
	font-size: 14px;
	line-height: 18px;
}
a.sc_button.sc_button_border.sc_button_large {
	padding: 14px 19px 13px;
	font-size: 18px;
	line-height: 24px;
}
a.sc_button.sc_button_border.sc_button_huge {
	padding: 13px 19px 13px;
	font-size: 24px;
	line-height: 29px;
}
a.sc_button.sc_button_border:hover {
	border: 2px solid #00cbb1;
}
a.sc_button.sc_button_border:active {
	background: #00cbb1;
}
a.sc_button.sc_button_border.sc_button_small:hover {
	padding: 15px 18px 15px;
}
a.sc_button.sc_button_border.sc_button_medium:hover {
	padding: 15px 18px 14px;
}
a.sc_button.sc_button_border.sc_button_large:hover {
	padding: 13px 18px 12px;
}
a.sc_button.sc_button_border.sc_button_huge:hover {
	padding: 12px 18px 12px;
}
/* ----------- /Button ----------------- */

.sc_heading {
	padding: 119px 0  117px;
	text-align: center;
}
.sc_heading .section_title {position: relative; margin-bottom: 23px;}
.sc_heading .sc_heading_text {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

/* ----------Skills----------- */

.sc_skills {overflow: hidden; padding-top: 24px;}
.sc_skills > h2 {
	text-transform: uppercase;
	margin-bottom: 14px;
}
.sc_skills.radial > h2 {
	margin-bottom: 19px;
}
.sc_skills ul.skills_list {
	float: left;
	width: 150px;
	list-style: none;
	padding-top: 8px;
}
.sc_skills ul.skills_list li {
	line-height: 23px;
}
.sc_skills ul.skills_list span {
	vertical-align: middle;
}
.sc_skills ul.skills_list span.color {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 8px;
}
.sc_skills ul.skills_list + canvas {
	float: left;
}
.sc_skills .sc_skills_progressbar {
	display: block;
	background: #dddddd;
	overflow: hidden;
	margin-right: -62px;
}
.sc_skills .sc_skills_item {
	padding: 10px 0;
	padding-right: 62px;
}
.sc_skills .sc_skills_item .sc_skills_progress {
	position: relative;
	display: block;
	float: left;
	height: 33px;
	width: 0;
}
.sc_skills .sc_skills_item .sc_skills_progress .sc_skills_caption {
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	display: inline-block;
	padding-left: 10px;
}
.sc_skills .sc_skills_item .sc_skills_level {
	overflow: hidden;
	width: 62px;
	height: 33px;
	line-height: 32px;
	background: #333;
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
}
/* ----------/Skills----------- */