/* Accordion
-------------------------------------------------------------- */
.sc_accordion .sc_accordion_item {
	margin-bottom:5px;
}
.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 {
    border-left: 1px solid #ccd0d1;
    font-size: 1.1em;
	position:absolute;
	right: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:15px 20px;
}

/* Style 1 */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
	border:1px solid #ccd0d1;
	padding:11px 55px 11px 20px;
    font-size: 1.286em;
    line-height: 1.714em;
    color: #989ea1;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
	width:48px;
	color: #bac0c3;
    background-color: #ffffff;
}
.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 {
    border:1px solid #ccd0d1;
    padding:11px 55px 11px 20px;
    font-size: 1.286em;
    line-height: 1.714em;
    color: #989ea1;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
    width:48px;
    color: #bac0c3;
    background-color: #ffffff;
}
.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;
}

/* Align
-------------------------------------------------------------- */
.sc_align_center {text-align: center;}
.sc_align_left {text-align: left;}
.sc_align_right {text-align: right;}

/* Audio
-------------------------------------------------------------- */
.mejs-offscreen {
	display:none !important;
}
.sc_audio {
	     /*opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);*/
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_audio.sc_show {
	     /*opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);*/
}
.sc_audio .mejs-container {
	margin: 0;
}
.sc_audio .mejs-container .mejs-controls {
    background: #63cac5;
}
.sc_audio.sc_audio_image {
	padding: 140px 25px 25px 25px;
	background-position: left 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:90px 25px 25px;
	border: 1px solid #f0f0f0;
}
.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;
    width: 70%;
}
.mejs-container .mejs-controls .mejs-volume-button { margin-right: 5px; }
.sc_audio .sc_audio_header {
	position:absolute;
	top: 0;
	left:0;
	padding:25px;
}
.sc_audio .sc_audio_author_by {
	color: #bbbbbb;
}
.sc_audio .sc_audio_title {
	font-weight: 600;
    font-size: 24px;
    line-height: 30px;
	margin:0 0 4px 0;
}
.sc_audio .sc_audio_author {
	font-size: 18px;
    line-height: 24px;
}




/* Button
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
button,
.sc_button {
	display:inline-block;
	text-align:center;
	font-weight:300;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 26px;
    line-height: 26px;
}
.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:9px;
}
input[type="submit"].sc_button_size_small,
input[type="button"].sc_button_size_small,
button.sc_button_size_small,
.sc_button.sc_button_size_small {
    font-size: 12px;
    padding: 8px 19px;
    line-height: 20px;
    text-transform: uppercase;
}
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: 16px;
	padding: 16px 26px;
    text-transform: uppercase;
}
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:20px;
	padding: 10px 36px;
    line-height: 30px;
    text-transform: uppercase;
}

.sc_button.sc_button_style_border.sc_button_iconed:before {
    border-radius: 100%;
    letter-spacing: 0;
}
.sc_button.sc_button_style_border.icon-right-open:before {
    letter-spacing: -2px;
}
.sc_button.sc_button_style_border {
    position: relative;
    z-index: 1;
}
.sc_button.sc_button_style_border {
    padding: 5px;
}
.sc_button.sc_button_size_large.sc_button_style_border:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    top:-2px;
    text-align: center;
    position: relative;
}
.sc_button.sc_button_size_medium.sc_button_style_border:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    top:-2px;
    text-align: center;
    position: relative;
}
.sc_button.sc_button_size_small.sc_button_style_border:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    top:-2px;
    text-align: center;
    position: relative;
}

.sc_button.sc_button_style_1 {margin-top:0.5em;margin-bottom:0.2em;margin-left:0px;}
.sc_button.sc_button_style_1:last-child {margin-right: 0;}

.sc_button.sc_button_style_2 {margin-top:0.5em;margin-bottom:0.5em;margin-left:4px;}
.sc_button.sc_button_style_2:last-child {margin-right: 0;}

.sc_button.sc_button_style_3 {}


/* 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: 14px 0 6px 0;
	font-size: 1.15em;
	font-weight: 300;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
	display: block;
	font-size: 0.75em;
	margin: 0 auto;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
	width: 33px;
	display: block;
	margin: 0 auto 3px;
	content: ' ';
	border-top: 1px solid #ddd;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
	margin:0 0 0.6em 0;
}
.sc_blogger.layout_date.sc_blogger_horizontal {
	overflow: hidden;	
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
	float: left;
}
.sc_blogger.layout_date.sc_blogger_horizontal .post_content {
	padding-right:2em;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date {
	margin-bottom: 1.25em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
	padding-top: 2em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date { 
	float: left;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content {
	padding-left:100px;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
	content:' ';
	width:100%;
	height:0;
	display:block;
	clear:both;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info { 
	margin: 0;
}
.sc_blogger.layout_date .load_more {
	height: 60px;
	position: relative;
}
.sc_blogger.layout_date .load_more:before {
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: "fontello";
	content: '\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 1em;
}


/* 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 {
}
.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: 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 {
}
.sc_chat:after {
}
.sc_chat .sc_chat_title {
	margin-bottom: 5px;
	font-weight:400;
	font-size:14px;
}
.sc_chat .sc_chat_avatar {
	width: 75px;
	height:75px;
	float:left;
	margin:0 20px 10px 0;
	overflow:hidden;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.sc_chat p {
	margin-bottom:0;
}



/* Columns
-------------------------------------------------------------- */
.sc_columns .sc_column_item_inner {
    height: 100%;
}
.sc_columns .sc_column_item_inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}



/* Contact form
-------------------------------------------------------------- */
.sc_contact_form_title,
.sc_contact_form_description {
	text-align:left;
}
.sc_contact_form {
	overflow:hidden;
	padding-bottom:4px;
}
.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 {
	margin-bottom:30px;
	width:100%;
}
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field  {
	width:50%;
	float:left;
    padding-right:15px;
	-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:15px;
    padding-right: 0;
}
.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:18px;
	background-color:#ffffff;
}
.sc_contact_form .sc_contact_form_message textarea {
	min-height:10em;
}
.sc_contact_form .sc_contact_form_button {
	text-align:left;
	margin:0;
}
.sc_contact_form .sc_contact_form_button button { 
}



/* - boxed style - */
.sc_contact_form_order {
    padding: 0 28px 23px;
    background: rgba(26, 26, 26, 0.8);
    margin: 0;
    white-space: normal !important;
    position: relative;
    overflow: visible;
}
.sc_contact_form_order form { }
.sc_contact_form_order form input,
.sc_contact_form_order .destinations {
    height: 60px !important;
    margin-bottom: 15px;
    border: 3px solid #ffffff;
    background: none;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
}

.sc_contact_form_order select.destinations {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px;
    margin-bottom: 0;
    padding: 0 20px 0 16px;
}

.sc_contact_form_order .destinations option{
    color: #231f20;
    background-color: #fff !important;
}

.sc_contact_form_order .destinations option:first-child {
	display: none;
}

.sc_contact_form_order input[type="text"]:focus,
.sc_contact_form_order input[type="email"]:focus,
.sc_contact_form_order input[type="password"]:focus,
.sc_contact_form_order input[type="search"]:focus,
.sc_contact_form_order textarea:focus {
    outline: none;
    border-color: #ffffff !important;
}

.sc_contact_form_order input::-webkit-input-placeholder {color:#ffffff !important; opacity: 1;}
.sc_contact_form_order input::-moz-placeholder          {color:#ffffff !important; opacity: 1;}
.sc_contact_form_order input:-moz-placeholder           {color:#ffffff !important; opacity: 1;}
.sc_contact_form_order input:-ms-input-placeholder      {color:#ffffff !important; opacity: 1;}

.sc_contact_form_order input[placeholder]          {text-overflow:ellipsis;}
.sc_contact_form_order input::-moz-placeholder     {text-overflow:ellipsis;}
.sc_contact_form_order input:-moz-placeholder      {text-overflow:ellipsis;}
.sc_contact_form_order input:-ms-input-placeholder {text-overflow:ellipsis;}

.sc_contact_form_order .sc_contact_form_title {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 25px 0;
    text-align: center;
}
.sc_contact_form_order .sc_contact_form_description {
    color: #fff;
}
.sc_contact_form_order input[type="text"] {
    padding: 0 20px 0 20px;
    cursor: text;
}
.sc_contact_form_order .message {
    padding: 0;
}
.sc_contact_form_order .squareButton {
    width: 100%;
}
.sc_contact_form_order .sc_contact_form_button {
    padding: 0;
}
.sc_contact_form_order .title {
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    display: inline-block;
    font-weight: 300;
}
.sc_contact_form_order .description {
    margin-bottom: 20px;
}
.sc_contact_form_order .date_time {
    margin: 15px 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.sc_contact_form_order .form_date {
    margin-right: 4%;
}
.sc_contact_form_order .form_date.end {
    margin-right: 0;
}
.sc_contact_form_order .form_date {
    width: 48%;
    float: left;
}
.sc_contact_form_order .form_date .icon {
    position: absolute;
    width: 48%;
}
.sc_contact_form_order .form_date .icon:before {
    font-weight: 300;
    font-size: 30px;
    font-family: "fontello";
    height:53px;
    line-height:53px;
    position:absolute;
    top:3px;
    right:15px;
    text-align:right;
    color: #ffffff;
}
.sc_contact_form_order .form_date .icon:before {
    content: '\e82a';
}
.sc_contact_form_order .form_date .sc_contact_form_date {
    padding-right: 50px;
    text-transform: uppercase;
}
.sc_contact_form_order .sc_contact_form_button {
    margin: 0;
    text-align: center;
}



/*destinations*/
.sc_contact_form_order .destinations {
    text-align: left;
    /*display: none;*/
}
.sc_contact_form_order .destinations .jq-selectbox__select:before {
    color: #ffffff;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}
.sc_contact_form_order .destinations .jq-selectbox__select {
    background: none;
    font-weight: 300;
    line-height: 53px;
    padding: 0 40px 0 20px;
    height: 53px;
    margin-bottom: 0;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
}
.sc_contact_form_order .destinations .jq-selectbox__dropdown {
    background: none repeat scroll 0 0 #fff;
    border: none;
    margin: 0;
    max-height: 170px;
    padding: 0;
    top: 65px;
    font-size: 14px;
    line-height: 18px;
}
.sc_contact_form_order .destinations .jq-selectbox__dropdown ul {
    max-height: 170px;
}
.sc_contact_form_order .jq-selectbox li.selected,
.sc_contact_form_order .jq-selectbox li:hover {
    background-color: #000000;
}



/*infobox*/
.sc_contact_form_order form .sc_infobox {
    height: 100%;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sc_contact_form.sc_contact_form_order .result {
    background: none !important;
    display: inline-block;
    margin: 14px 0 0 !important;
    padding: 0 0 0 40px !important;
    position: relative !important;
    width: 70% !important;
    color: #ffffff;
    text-align: left;
}
.sc_contact_form_order form .sc_infobox p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 5px !important;
}
.sc_contact_form.sc_contact_form_order .result.sc_infobox_style_error:before,
.sc_contact_form.sc_contact_form_order .result.sc_infobox_style_success:before {
    font-family: "fontello";
    display:block;
    position:absolute;
    top:0;
    left:0;
    font-size: 28px;
    width: 30px;
    height:30px;
    line-height:30px;
}
.sc_contact_form.sc_contact_form_order .result.sc_infobox_style_error:before {
    content: '\e825';
}
.sc_contact_form.sc_contact_form_order .result.sc_infobox_style_success:before {
    content: '\e8ab';
}



/* styling */
.sc_contact_form_order {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    box-sizing: border-box;
    padding: 55px;
    width: 686px;
    height: 686px;
}
.sc_contact_form_order > form:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    width: 100%;
}
.sc_contact_form_order > form {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    overflow: visible;
    height: 100%;
    text-align: center;
}
.sc_contact_form_order .sc_contact_form_in {
    padding: 80px 95px 0 95px;
}



/* 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: 3.429em;
	font-weight:400;
	line-height:68px;
	display: block;
	padding: 0;
	margin:0 14px 0 0;
	float:left;
    height: 68px;
    width: 68px;
    text-align: center;
}
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
    height: 62px;
    width: 62px;
    line-height:62px;
}



/* Emailer
-------------------------------------------------------------- */
.sc_emailer_form {
    display:inline-block;
    border: 3px solid #ffffff;
    height: 54px;
    line-height: 54px;
    padding: 0 0 0 20px;
}
.sc_emailer {
	display:inline-block;
	padding:0.25em;
}
.sc_emailer .sc_emailer_button {
	display:inline-block;
	text-align:center;
	font-size: 22px;
    color: #ffffff;
    padding: 0 20px;
}
.sc_emailer input {
	display:inline-block;
	line-height:2em;
	padding:0;
	width:0;
    border: none !important;
}
.sc_emailer.sc_emailer_opened input {
	width:280px;
    color: #ffffff;
    position: relative;
    top: -1px;
}
.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: 5px;
	text-align:center;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	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);
}

.sc_icon.sc_icon_style_1 {display:block;margin-right:0.5em;margin-bottom:0.15em;font-size:3.5em; line-height: 1em;}
.sc_icon.sc_icon_style_2 {display:block;margin-right:5px;color:#000000;border-color:#000000;}
.sc_icon.sc_icon_style_3 {font-size:4.286em; line-height: 1.8em;color:#fff;border-color:#fff;}
/* Image
-------------------------------------------------------------- */
.sc_image {
	overflow:hidden;
}
.sc_image.sc_image_shape_round {
	display: block;
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
    border: 8px solid #ffffff;
}
.sc_image.sc_image_shape_round img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_image.sc_image_shape_round figcaption,
.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:hover figcaption {
	opacity:0;
	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;
}

/* if link*/
.sc_image_wrap figcaption,
.sc_image_wrap figcaption a,
.sc_image_wrap .figcaption,
.sc_image_wrap .figcaption a {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    -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_image_wrap figcaption:hover,
.sc_image_wrap figcaption a:hover,
.sc_image_wrap .figcaption:hover,
.sc_image_wrap .figcaption a:hover {
    color: #222222;
}




/* Infobox
-------------------------------------------------------------- */
.sc_infobox {
	display: block;
	margin:20px 0;
	color: #989ea1;
	font-size: 14px;
	font-weight: 300;
	line-height:20px;
	padding:20px;
	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: 50px;
}
.sc_infobox.sc_infobox_iconed:before {
    font-size: 18px;
    left: 22px;
    line-height: 20px;
    margin-right: 0;
    position: absolute;
    top: 20px;
}
.sc_infobox.sc_infobox_closeable {
	cursor: pointer;
	padding-right: 3.5em;
}
.sc_infobox.sc_infobox_closeable:after {
	content: '\e8ac';
	font-family: "fontello";
	cursor:pointer;
	position:absolute;
	right:17px;
	top:20px;
}



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

.sc_list_item_style_1 {
	color:#f15a23;
}

.sc_list_item.sc_list_item_style_2,
.sc_list_item.sc_list_item_style_2 .sc_list_icon {
	color:#63cac5;
}


/* Line
-------------------------------------------------------------- */
.sc_line {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #ccd0d1;
	margin: 3.2em 0 3em 0;
}
.wpb_column > .wpb_wrapper .sc_line {
    margin: 3em 0 3em 0 !important;
}
.sc_line.sc_line_style_dashed { border-style: dashed; }
.sc_line.sc_line_style_dotted { border-style: dotted; }
.sc_line.sc_line_style_double { height: 4px; border-bottom-width: 1px; }

.sc_line.sc_line_style_1 {border-top-width: 2px;margin-top: 0; margin-bottom: 0;}
.sc_line.sc_line_style_2 {border-top-width:2px;}
.sc_line.with_margin_style_1 {margin-top:0.5em;margin-bottom:0.5em;}
.sc_line.sc_line_style_4 {border-top-color:#dddddd;}
.sc_line.sc_line_style_5 {border-top-color:#e05100;}
.sc_line.sc_line_style_6 {border-top-color:#1dbb90;}

/* Margin
-------------------------------------------------------------- */

.margin_top_0 {margin-top: 0 !important;}
.margin_top_2 {margin-top: 2px !important;}
.margin_top_5 {margin-top: 5px !important;}
.margin_top_10 {margin-top: 10px !important;}
.margin_top_15 {margin-top: 15px !important;}
.margin_top_20 {margin-top: 20px !important;}
.margin_top_30 {margin-top: 30px !important;}
.margin_top_40 {margin-top: 40px !important;}

.margin_bottom_0 {margin-bottom: 0 !important;}
.margin_bottom_5 {margin-bottom: 5px !important;}
.margin_bottom_10 {margin-bottom: 10px !important;}
.margin_bottom_20 {margin-bottom: 20px !important;}
.margin_bottom_30 {margin-bottom: 30px !important;}
.margin_bottom_40 {margin-bottom: 40px !important;}
.margin_bottom_50 {margin-bottom: 50px !important;}
.margin_bottom_60 {margin-bottom: 60px !important;}

.margin_left_0 {margin-left: 0 !important;}
.margin_left_10 {margin-left: 10px !important;}

.margin_right_0 {margin-right: 0 !important;}
.margin_right_10 {margin-right: 10px !important;}

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



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




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



/* Price
-------------------------------------------------------------- */
.sc_price {
	display:inline-block;
	position:relative;
}
.sc_price .sc_price_currency,
.sc_price .sc_price_money {
	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;
	text-decoration:underline;
	margin-bottom:0.2em;
	margin-left:0.1em;
	font-size: 0.75em;
	line-height:1em;
	color: #222222;
}
.sc_price .sc_price_period:before {
	content:'/';
	display:inline-block;
	margin-left:0.3em;
	margin-right:0.3em;
}
.sc_price .sc_price_period_empty:before {
	content:' ';
	display:inline-block;
}



/* Price block
-------------------------------------------------------------- */
.sc_price_block {
	display:inline-block;
	color: #ffffff;
	overflow:hidden;
}
.sc_price_block .sc_price_block_title {
	text-align:center;
	font-size: 2.1875em;
	line-height: 2.4571em;
	min-height: 2.4571em;
}
.sc_price_block .sc_price_block_money {
	text-align:center;
	font-size: 1.125em;
	line-height: 6.1111em;
	height: 6.1111em;
	overflow:hidden;
}
.sc_price_block .sc_price_block_money * {
	color:#ffffff;
}
.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 {
	font-weight:100;
	font-size: 3.6111em;
	line-height:inherit;
}
.sc_price_block .sc_price_block_money .sc_price_money {
	font-weight:900;
	font-size: 4em;
	line-height:inherit;
}
.sc_price_block .sc_price_block_description {
	text-align:center;
	font-size: 14px;
	line-height: 1.3em;
	height:4.2857em;
	padding:0 2em;
	overflow:hidden;
}
.sc_price_block .sc_price_block_link {
	height:90px;
	text-align:center;
	padding-top:10px;
}




/* Scroll
-------------------------------------------------------------- */
.sc_scroll {
	overflow: hidden;
	width: 100%;
	position:relative;
}
.sc_scroll_wrapper {
	overflow: hidden;
}
.sc_scroll_horizontal .sc_scroll_wrapper {
	width: 100000px;
}
.sc_scroll_horizontal {
	width:100%;
	padding-bottom:10px;
}
.sc_scroll_vertical {
	min-height:160px;
	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: #63cac5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
	width:3px;
	right:-2px;
	top:0;
	bottom:0;
	height:100%;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
	height:3px;
	left:0;
	right:0;
	bottom:-2px;
	width:100%;
}

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

.sc_scroll_style_1 {height: 140px;}
.sc_scroll_style_1 .sc_image_wrap.alignleft {margin-right:0px !important;margin-left:21px !important;}
.sc_scroll_style_1 .sc_image_wrap.alignleft:first-child {margin-left:0 !important;}
.sc_scroll_style_2 {height:160px;}

/* Section
------------------------------------------------------------ */
.sc_section {
	position: relative;
	padding:0;
    background-position: center center;
    background-size: cover;
}
.sc_section.stylization {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color:rgba(0,0,0,0.1);
    padding: 60px;
}
.sc_section.stylization > .sc_section_wrap {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color:rgba(0,0,0,0.2);
    overflow: hidden;
}
.sc_section:after,
.sc_section.stylization > .sc_section_wrap:after {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
	overflow: hidden;
}
.sc_section .sc_section_overlay {
	padding: 1em 1.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sc_section_style_1 {margin-right:1.5em !important;margin-left:1.5em !important;}
.sc_section_style_2 {margin-top:1.5em !important;height:140px;}
.sc_section_style_3 {font-size:1.25em; line-height: 1.6em;}
.sc_section_style_3 + .sc_section_style_3 {margin-top:1.5em;}
.sc_section_style_4 {margin-top:6em !important;margin-bottom:6em !important;width:90%;}


.sc_pan {
	position:absolute;
	width:100%; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.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: 4.5em;
	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: #222222;
	font-size: 1.125em;
	line-height: 1.3em;
	margin: 10px 0;
}
.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 { 
	font-weight: 300;
	color:#fff;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 3.75em;
	height: 1.3333em;
	line-height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
    border-top: 1.3333em solid #fff; 
    border-right: 1.6667em solid transparent;	
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count {
	font-weight: 300;
	color:#fff;
	padding: 0 10px;
	font-size: 3.75em;
	line-height: 1.3333em;
	height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
	color: #fff;
	padding: 10px;
	margin:0;
	position: relative;
	border-top: 1px solid #fff;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background-color: #000;
	z-index: 1;
	width: 100%;
	height: 100%;  
	opacity: 0.1;			
	filter: alpha(opacity=10);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
	position:relative;
	z-index:2;
}


/* Type Bar */
.sc_skills_bar .sc_skills_item {
    height:1.5625em;
    line-height: 1.5625em;
	background-color:#f4f7f9;
	position:relative;
	overflow:hidden;
}
.sc_skills_bar2 .sc_skills_item {
    height:10px;
    line-height: 10px;
    background-color:#f4f7f9;
    position:relative;
    margin-right: 40px;
}
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_bar2 .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_bar2 .sc_skills_item .sc_skills_count {
    height:10px;
}
.sc_skills_bar .sc_skills_info {
	margin: 10px 0 5px 0;
    font-size: 16px;
}
.sc_skills_bar2 .sc_skills_info {
    margin: 18px 0 10px 0;
    font-size: 16px;
}
.sc_skills_bar2 .sc_skills_info:first-child {
    margin: 10px 0;
}
.sc_skills_bar .sc_skills_info .sc_skills_label,
.sc_skills_bar2 .sc_skills_info .sc_skills_label {
	color: #222222;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item,
.sc_skills_bar2.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,
.sc_skills_bar2.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,
.sc_skills_bar2.sc_skills_vertical .sc_skills_columns .sc_skills_total {
	text-align: center;
	font-size: 1.25em;
	width: 100%;
	line-height: 3em;
	font-weight: 300;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column,
.sc_skills_bar2.sc_skills_vertical .sc_skills_columns .sc_skills_column {
	text-align:center;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info,
.sc_skills_bar2.sc_skills_horizontal .sc_skills_columns .sc_skills_info {
	margin-top: 0;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_total,
.sc_skills_bar2.sc_skills_horizontal .sc_skills_total {
	text-align: right;
	padding-right: 10px;
}
.sc_skills_bar2.sc_skills_horizontal .sc_skills_total {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -40px;
    color: #222222;
}

/* Type Pie */
.sc_skills_pie.sc_skills_compact_off {
	text-align: center;
	display: inline-block;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
	font-size: 1.125em;
}
.sc_skills_pie.sc_skills_compact_on {
	overflow:hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
	min-width:100px;
	min-height:100px;
	float:left;
	width:50%;
}


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


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


.sc_skills_count.sc_skills_count_style_1 {background-color:#63cac5 !important; border-color:#63cac5 !important;}
.sc_skills_count.sc_skills_count_style_2 {background-color:#f15a23 !important; border-color:#f15a23 !important;}


/* Slider
-------------------------------------------------------------- */
.sc_slider {
	overflow:hidden;
}
.sc_slider_height_auto {
 -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
     -ms-transition: height ease .5s;
      -o-transition: height ease .5s;
         transition: height ease .5s; 
}
.sc_slider_swiper {
	position: relative;
	overflow: hidden;
}
.sc_slider_swiper .slides {
	overflow: hidden;
}
.sc_slider_swiper .slides .swiper-slide {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute;
}
.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
	min-height:8em;
}
.sc_slider_swiper .slides .swiper-slide > img {
	width: 100%;
	height: auto;
}

.sc_slider_style_1 {height:400px; width:100%;overflow: hidden;}

/* Prev / Next controls */
.sc_slider_controls_wrap {
	color:#ffffff;
	position:absolute;
	left:25px;
	top:25px;
	padding-bottom:5px;
	height:0;
}
.sc_slider_controls_wrap a {
	display:block;
	cursor:pointer;
	width:48px;
	height:48px;
	line-height: 47px;
	font-size: 24px;
	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:0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.sc_slider_controls_wrap .sc_slider_prev {
	float:left;
}
.sc_slider_controls_wrap .sc_slider_next {
	float:right;
    margin-left: 10px;
}
.sc_slider_controls_wrap a:before {
	font-family:'fontello';
    font-size: 36px;
    position: relative;
}
.sc_slider_controls_wrap .sc_slider_next:before {
	content:'\e836';
    right: -2px;
}
.sc_slider_controls_wrap .sc_slider_prev:before {
	content:'\e837';
    left: -2px;
}
.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 {
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
}

/* 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:#ffffff;
	border:1px solid transparent;
	cursor:pointer;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
	background-color:transparent;
	border-color:#ffffff;
}
.sc_slider_swiper .sc_slider_pagination_wrap span:hover {
	background-color:transparent;
	border-color:#ffffff;
}

/* Full pagination - posts titles */
.sc_slider_pagination_area {
	overflow:hidden;
	position:relative;
}
.sc_slider_pagination_area .sc_slider {
	float:left;
}
.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
	width:67%;
}
.sc_slider_pagination_area .sc_slider_pagination {
	float:left;
	width:33%;
	position:static;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_slider_pagination_over .sc_slider_pagination {
	position:absolute;
	width:40%;
	left: auto;
	right:-40%;
	top:0;
	bottom:auto;
	float:none;
	background-color:rgba(255,255,255, 0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.sc_slider_pagination_over:hover .sc_slider_pagination {
	right:0;
}
.sc_slider_pagination_over .sc_slider_pagination .post_item {
	background-color:transparent !important;
}
.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
	width: 20%;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item {
	padding: 1em;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item {
	margin:0;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
	background-color: rgba(0,0,0,0.1);
}
.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(99, 202, 197, 0.6);
	-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 {
		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;
		height: 24px;
		line-height:24px;
		padding:0 30px 0 0;
		text-align:left;
		overflow:hidden;
	}
	.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
		min-width:0;
	}
.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
	max-width:50%;
	min-width:40%;
	padding:30px;
	max-height:150px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
	margin-bottom:-180px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_main .sc_slider_swiper .sc_slider_info:hover {
	margin-bottom:0;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
	font-size:14px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
	font-size:21px;
	line-height:28px;
	font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
	font-size:13px;
	line-height:18px;
	font-weight:300;
}





/* Socials icons
-------------------------------------------------------------- */
.sc_socials {
	overflow:hidden;
	display:inline-block;
	line-height:20px;
	margin-right:-15px;
}
.sc_socials .sc_socials_hover { color: #111111 !important; }
.copyright_wrap .sc_socials .sc_socials_hover { color: #ffffff !important; }
.bg_tint_dark .sc_socials .sc_socials_hover { color: #ffffff !important; }
.sc_socials .sc_socials_item {
	display:inline-block;
	margin: 0 15px 15px 0;
	outline:none;
}
.sc_socials a {
	display:inline-block;
	outline:none;
}
.sc_socials a,
.sc_socials a > span {
	overflow:hidden;
	width:25px;
	height:25px;
    font-size: 25px;
    line-height: 25px;
	position:relative;
    vertical-align: middle;
    text-align: center;
    display:inline-block;
}
.sc_socials.sc_socials_size_tiny,
.sc_socials.sc_socials_size_small {
	margin-right:-13px;
}
.sc_team_style_1 .sc_socials.sc_socials_size_small {
	margin-right:0px;
}
.sc_socials.sc_socials_size_tiny .sc_socials_item,
.sc_socials.sc_socials_size_small .sc_socials_item {
	margin-right:13px;
    margin-bottom: 13px;
}
.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_tiny a > span{
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_small a > span {
	width:20px;
	height:24px;
    font-size: 20px;
    line-height: 24px;
}
.sc_socials a > span,
.sc_socials.sc_socials_size_tiny a > span,
.sc_socials.sc_socials_size_small a > span {
	display:block;
    position: relative;
    top: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 > span { position: relative; top: -30px; }
.sc_socials.sc_socials_size_tiny a:hover > span { position: relative; top: -18px; }
.sc_socials.sc_socials_size_small a:hover > span { position: relative; top: -24px; }

.sc_socials.sc_socials_share a:hover > span { top: 0 !important; }

.post_info_share_horizontal {
    border-top: 2px dashed #ccd0d1;
    margin: 0 0 30px !important;
    padding: 30px 0 0;
}
.post_info_share_horizontal .sc_socials_dir_horizontal {
    display: block;
}
.post_info_share_horizontal .sc_socials.sc_socials_share .sc_socials_item {
    vertical-align: middle;
}

/* socials color style */
.sc_socials a [class*="skype"] { color: #39c8ff; }
.sc_socials a [class*="twitter"] { color: #40bff5; }
.sc_socials a [class*="facebook"] { color: #5d82d1; }
.sc_socials a [class*="dribbble"] { color: #ef558f; }
.sc_socials a [class*="pinterest"] { color: #e13138; }
.sc_socials a [class*="vimeo"]{ color: #1bb7ea; }
.sc_socials a [class*="gplus"] { color: #eb5e4c; }
.sc_socials a [class*="vkontakte"] { color: #6a96c7; }
.sc_socials a [class*="youtube"] { color: #ff4342; }
.sc_socials a [class*="flickr"] { color: #2d50a0; }
.sc_socials a [class*="linkedin"] { color: #3a4d78; }
.sc_socials a [class*="behance"] { color: #4a6195; }
.sc_socials a [class*="instagram"] { color: #4a6195; }

.sc_team_item_socials .sc_socials.sc_socials_size_small .sc_socials_item {
    margin: 0 5px 5px 0;
}
.sc_team_item_socials .sc_socials.sc_socials_size_small a,
.sc_team_item_socials .sc_socials.sc_socials_size_small a > span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    width: 30px;
}
.sc_team_item_socials .sc_socials a {
    background-color: #ccd0d1;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.sc_team_item_socials .sc_socials.sc_socials_size_small a:hover > span {
    position: relative;
    top: -30px;
}
.sc_team_item_socials .sc_socials a span { color: #ffffff; }
.sc_team_item_socials .sc_socials a[class*="skype"] { background-color: #39c8ff; }
.sc_team_item_socials .sc_socials a[class*="twitter"] { background-color: #40bff5; }
.sc_team_item_socials .sc_socials a[class*="facebook"] { background-color: #5d82d1; }
.sc_team_item_socials .sc_socials a[class*="dribbble"] { background-color: #ef558f; }
.sc_team_item_socials .sc_socials a[class*="pinterest"] { background-color: #e13138; }
.sc_team_item_socials .sc_socials a[class*="vimeo"]{ background-color: #1bb7ea; }
.sc_team_item_socials .sc_socials a[class*="gplus"] { background-color: #eb5e4c; }
.sc_team_item_socials .sc_socials a[class*="vkontakte"] { background-color: #6a96c7; }
.sc_team_item_socials .sc_socials a[class*="youtube"] { background-color: #ff4342; }
.sc_team_item_socials .sc_socials a[class*="flickr"] { background-color: #2d50a0; }
.sc_team_item_socials .sc_socials a[class*="linkedin"] { background-color: #3a4d78; }
.sc_team_item_socials .sc_socials a[class*="behance"] { background-color: #4a6195; }








.sc_socials.sc_socials_size_tiny.color_icons a,
.sc_socials.sc_socials_size_tiny.color_icons a > span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    width: 30px;
}
.sc_socials.sc_socials_size_tiny.color_icons a:hover > span {
    position: relative;
    top: -30px;
}

.sc_socials.sc_socials_size_small.color_icons a,
.sc_socials.sc_socials_size_small.color_icons a > span {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 40px;
}
.sc_socials.sc_socials_size_small.color_icons a:hover > span {
    position: relative;
    top: -40px;
}

.sc_socials.sc_socials_size_large.color_icons a,
.sc_socials.sc_socials_size_large.color_icons a > span {
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 50px;
}
.sc_socials.sc_socials_size_large.color_icons a:hover > span {
    position: relative;
    top: -50px;
}



.sc_socials.color_icons a {
    background-color: #ccd0d1;
    border-radius: 100%;
    text-align: center;
}

.sc_socials.color_icons a span { color: #ffffff; }
.sc_socials.color_icons a[class*="skype"] { background-color: #39c8ff; }
.sc_socials.color_icons a[class*="twitter"] { background-color: #40bff5; }
.sc_socials.color_icons a[class*="facebook"] { background-color: #5d82d1; }
.sc_socials.color_icons a[class*="dribbble"] { background-color: #ef558f; }
.sc_socials.color_icons a[class*="pinterest"] { background-color: #e13138; }
.sc_socials.color_icons a[class*="vimeo"]{ background-color: #1bb7ea; }
.sc_socials.color_icons a[class*="gplus"] { background-color: #eb5e4c; }
.sc_socials.color_icons a[class*="vkontakte"] { background-color: #6a96c7; }
.sc_socials.color_icons a[class*="youtube"] { background-color: #ff4342; }
.sc_socials.color_icons a[class*="flickr"] { background-color: #2d50a0; }
.sc_socials.color_icons a[class*="linkedin"] { background-color: #3a4d78; }
.sc_socials.color_icons a[class*="behance"] { background-color: #4a6195; }




/* 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:5px;
	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:24px;
}
.sc_socials.sc_socials_size_small.sc_socials_share .share_counter{
	line-height:24px;
}




/* 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: 1.286em;
    line-height: 1.714em;
	float:left;
    position: relative;
    z-index: 9;
}
.sc_tabs .sc_tabs_titles li:before {
	display:none;
}
.sc_tabs .sc_tabs_titles li a {
	display:block;
	padding:8px 20px;
}
.sc_tabs .sc_tabs_content {
	display: none;
	overflow:hidden;
}

/* Style 1 */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
	margin-bottom: 0;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
	border: 1px solid #e4e7e8;
}
.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: 20px;
	border: 1px solid #e4e7e8;
}

/* Style 2 */
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
	margin:0 10px 0 0;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li a {
	border-top: none;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles {
    float: left;
    width: 20%;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
	padding: 0 1.5em 0 0;
}



/* Team
-------------------------------------------------------------- */

/* style 1 */
.sc_team_style_1 .sc_team_item {
	overflow:hidden;
	margin-bottom:3.125em;
    text-align: center;
}
.sc_team_style_1 .sc_team_item .sc_team_item_avatar {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.sc_team_style_1 .sc_team_item .sc_team_item_info {
    line-height: 1.6;
    opacity: 0;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}
.sc_team_style_1 .sc_team_item .sc_team_item_info .sc_team_item_description {
	height:70px;
	overflow:hidden;
}
.sc_team_style_1 .sc_team_item .sc_team_item_avatar img {
	width: 100%;
    display: block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: top;
}
.sc_team_style_1 .sc_team_item .sc_team_item_socials {
    bottom: 15px;
    display: block;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_team_style_1 .sc_team_item .sc_team_heading {
    opacity: 1;
    padding-bottom: 0;
    padding-top: 25px;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
    width: 100%;
}
.sc_team_style_1 .sc_team_item .sc_team_heading .sc_team_item_title {
    margin: 0;
}
.sc_team_style_1 .sc_team_item .sc_team_heading .sc_team_item_title,
.sc_team_style_1 .sc_team_item .sc_team_heading .sc_team_item_title a {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}
.sc_team_style_1 .sc_team_item .sc_team_heading .sc_team_item_position {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.sc_team_style_1 .sc_team_item .hover_mask {
    background: rgba(85, 30, 11, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

/* hover */
.sc_team_style_1 .sc_team_item:hover .sc_team_item_info,
.sc_team_style_1 .sc_team_item:hover .sc_team_item_socials,
.sc_team_style_1 .sc_team_item:hover .hover_mask {
    opacity: 1;
    filter: alpha(opacity=1);
}
.sc_team_style_1 .sc_team_item:hover .sc_team_heading {
    top: 30%;
}
.sc_team_style_1 .sc_team .column-1_3 .sc_team_item:hover .sc_team_heading {
    top: 15%;
}
.sc_team_style_1 .sc_team .column-1_4 .sc_team_item:hover .sc_team_heading,
.sc_team_style_1 .sc_team .column-1_5 .sc_team_item:hover .sc_team_heading {
    top: 0;
}



/* style 2 */
.sc_team_style_2 .sc_team_item {
    overflow:hidden;
    margin-bottom:3.125em;
    text-align: left;
}
.sc_team_style_2 .sc_team_item .sc_team_item_avatar {
    display: inline-block;
    width: 38%;
    float: left;
    border:8px solid #efefef;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_team_style_2 .sc_team_item .sc_team_item_info {
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-top: 20px;
}
.sc_team_style_2 .sc_team_item .sc_team_item_avatar img {
    width: 100%;
    display: block;
    max-height: 100%;
    max-width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_team_style_2 .sc_team_item .sc_team_heading {
    padding-bottom: 0;
    padding-top: 5px;
    width: 100%;
}
.sc_team_style_2 .sc_team_item .sc_team_item_title,
.sc_team_style_2 .sc_team_item .sc_team_item_title a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}
.sc_team_style_2 .sc_team_item .sc_team_item_position {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    color: #242424;
}





/* 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: 20px 0 40px;
}

.sc_testimonials_wrap_bg_color_1 {background-color:#f5f7f7;}

.sc_testimonial_item {
	text-align:center;
	padding: 0 5em;
}
.sc_testimonial_author {
	font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.bg_tint_light .sc_testimonial_author a,
.bg_tint_light .sc_testimonial_author {
    color: #242424;
}
.sc_testimonial_content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.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_controls_wrap a {
    color: #dee0e0;
    border-color: #dee0e0;
}


/* style 2 */
.sc_testimonials.style_2 .sc_testimonial_item {
    padding: 0;
    text-align: left;
}
.sc_testimonials.style_2 .sc_testimonial_content {
    background-color: #f5f7f7;
    color: #989ea1;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 25px 25px;
    margin: 0 0 25px 0;
    position: relative;
}
.sc_testimonials.style_2 .sc_testimonial_content:before {
    background-color: #f5f7f7;
    content: "";
    height: 12px;
    margin: 0;
    position: absolute;
    left: 35px;
    bottom: -6px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 3;
}
.sc_testimonials.style_2 .sc_testimonial_avatar {
    height: 85px;
    margin: 0 15px 0 0;
    overflow: hidden;
    width: 85px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_testimonials.style_2 .sc_testimonial_author {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    padding-top: 5px;
}





/* 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:middle; /*baseline*/
}
.sc_title_icon_small img {
    height: 100%;
	max-height: 50px;
}
.sc_title_icon_medium img {
    height: 100%;
	max-height: 2em;
}
.sc_title_icon_large img {
    height: 100%;
	max-height: 3em;
}

.sc_overtitle_style_1 {margin-top:0px;margin-bottom:15px;text-align:center;color:#ffffff;font-size:2.357em;}

.sc_title_style_1 {margin-top:0px;margin-bottom:8px;}
.sc_title_style_2 {margin-top:10px;margin-bottom:5px;text-align:center;font-weight:600;}
.sc_title_style_3 {margin-top:0px;margin-bottom:5px;color:#a61e95;font-size:4.714em;}
.sc_title_style_red {margin-top:0px;margin-bottom:5px;color:#f25924;font-size:4.714em;}

.sc_title_style_4 {margin-top:1em;margin-bottom:0px;}
.sc_title_style_5 {margin-top:40px;margin-bottom:10px;margin-left:2px;color:#bac0c3;font-weight:600;}

.sc_undertitle_style_1 {margin-top:0px;margin-bottom: 0; color:#bac0c3;font-weight:600;}
.sc_undertitle_style_2 {
	margin-top:0px;margin-bottom:2em;color:#fff;font-weight:600;font-size:1.286em;
	
}
.sc_undertitle_style_3 {margin-top:5px; margin-left:2px; color:#bac0c3; font-weight:600; }
.sc_undertitle_style_4 {margin-top:0px;margin-bottom:0px;color:#fff;font-weight:600;}

.sc_text_style_1 {color:#fff;font-size:15px; line-height: 1.6em;}
.sc_text_style_2 {margin-top:0px;margin-bottom:0px;color:#bac0c3;font-size:2.1em;}
.sc_text_style_3 {font-size:16px; line-height: 1.6em;}

/* 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;
	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:12px;
	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 #f15a23;
	position: relative;
	display:inline-block;
}
.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:1em;
	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:#f15a23;
	-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;
}
.sc_twitter_icon {
	font-size:2.5em;
	line-height:1em;
	display:block;
	text-align:center;
	margin-bottom:0.5em;
}
.sc_twitter_content p {
	margin:0;
}
.sc_twitter_content p+p {
	margin-top:0.5em;
}
.bg_tint_dark .sc_twitter a {
	color: #ffffff;
}
.sc_twitter .sc_slider_controls_wrap {
    top: 0;
}





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




/* Oblique section
-------------------------------------------------------------- */
.sc_oblique_wrap {
    display: inline-block;
    overflow: hidden;
    padding: 50px 0 95px;
}
.sc_oblique {
    background-repeat: no-repeat, repeat-y;
    background-position: left top, right center;
    background-size: 100%, auto auto;
}
.sc_oblique.bg_size_half {
    background-size: 105%, auto auto;
}
.sc_oblique_wrap h3 {
    font-size: 53px;
    line-height: 58px;
    margin: 8px 0 0 0;
    padding: 0;
    font-weight: 100;
    letter-spacing: -1px;
}
.sc_oblique_wrap h4 {
    font-size: 38px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    font-weight: 100;
    letter-spacing: -1px;
}
.sc_oblique_wrap .description {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 20px;
    margin: 18px 0 0 0;
}
.sc_oblique_wrap .info {
    margin: 50px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #1a1a1a;
    overflow: hidden;
}
.sc_oblique_wrap .info .info_time {
    background-image:url(../images/33x40.png);
    display: block;
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 33px;
}
.sc_oblique_wrap .sc_button {
    margin: 25px 0 0 0;
    clear: both;
}



/* right */
.sc_oblique.oblique_right {
    text-align: right;
    background-position: right top, left center;
    background-size: 100%, auto auto;
}
.sc_oblique.oblique_right .sc_oblique_wrap {
    padding: 120px 0 60px;
}
.sc_oblique.oblique_right .sc_button {
    margin: 0 0 25px 0;
    float: right;
}
.sc_oblique.oblique_right .sc_oblique_wrap .info {
    clear: both;
    margin: 0;
    float: right;
    text-align: left;
}
.sc_oblique.oblique_right .sc_oblique_wrap .info:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    clear: both;
}
.sc_oblique.oblique_right .sc_oblique_wrap .description,
.sc_oblique.oblique_right .sc_title {
    clear: both;
    float: right;
}
.sc_oblique.oblique_right h3.sc_title {
    margin: 25px 0 0 0;
    font-size: 45px;
    line-height: 50px;
}
.sc_oblique.oblique_right h4.sc_title {
    margin: 0 0 0 0;
    font-size: 32px;
    line-height: 40px;
}
.sc_oblique.oblique_right .sc_oblique_wrap .description {
    margin: 25px 0 0 0;
}

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

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