/* ----------- Title ------------- */
article .sc_title {
	font-weight: bold;
}
article h1.sc_title.sc_title_style_1 {
	font-size: 18px;
	line-height: 21px;
	margin: 18px 0 16px;
}
article h2.sc_title.sc_title_style_2 {
	font-size: 17px;
	line-height: 20px;
	margin: 17px 0 15px;
}
article h3.sc_title.sc_title_style_3 {
	font-size: 16px;
	line-height: 19px;
	margin: 16px 0 14px;
}
article h4.sc_title.sc_title_style_4 {
	font-size: 14px;
	line-height: 17px;
	margin: 14px 0 12px;
}
article h5.sc_title.sc_title_style_5 {
	font-size: 13px;
	line-height: 16px;
	margin: 13px 0 11px;
}
article h6.sc_title.sc_title_style_6 {
	font-size: 12px;
	line-height: 15px;
	margin: 12px 0 10px;
}
/* ----------- /Title ------------- */


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



/* ----------- Infoboxes ------------ */
div.sc_infobox {
	text-align: center;
	padding: 9px 10px 9px;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
	font-weight:bold;
	position:relative;
}
div.sc_infobox_style_regular {
	color: #727272;
	border: 1px solid #ddd;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
div.sc_infobox_style_info {
	color: #bdae45;
	border: 1px solid #efda72;
	background: rgb(254,254,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,253,1) 0%, rgba(251,246,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,253,1)), color-stop(100%,rgba(251,246,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(251,246,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(251,246,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(251,246,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,253,1) 0%,rgba(251,246,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#fbf6e2',GradientType=0 ); /* IE6-9 */
}
div.sc_infobox_style_success {
	color: #94aa5f;
	border: 1px solid #c8dc88;
	background: rgb(252,255,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,243,1) 0%, rgba(230,239,196,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,243,1)), color-stop(100%,rgba(230,239,196,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,243,1) 0%,rgba(230,239,196,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,243,1) 0%,rgba(230,239,196,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,243,1) 0%,rgba(230,239,196,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,243,1) 0%,rgba(230,239,196,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff3', endColorstr='#e6efc4',GradientType=0 ); /* IE6-9 */
}
div.sc_infobox_style_error {
	color: #d29898;
	border: 1px solid #edcece;
	background: rgb(255,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,250,250,1) 0%, rgba(255,233,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,250,250,1)), color-stop(100%,rgba(255,233,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafa', endColorstr='#ffe9e9',GradientType=0 ); /* IE6-9 */
}
div.sc_infobox_style_result {
	color: #94adb9;
	border: 1px solid #ccdae0;
	background: rgb(247,251,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,251,252,1) 0%, rgba(233,247,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(100%,rgba(233,247,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(233,247,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(233,247,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(233,247,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,251,252,1) 0%,rgba(233,247,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#e9f7fe',GradientType=0 ); /* IE6-9 */
}
div.sc_infobox_closeable:after {
	content: "";
	text-transform: none;
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 9px;
	height: 9px;
	background: url(images/close_message_button.gif) 0 0 no-repeat;
}
div.sc_infobox_style_regular:after {
	background-position: 0 0;
}
div.sc_infobox_style_info:after {
	background-position: 0 -9px;
}
div.sc_infobox_style_success:after {
	background-position: 0 -18px;
}
div.sc_infobox_style_error:after {
	background-position: 0 -27px;
}
div.sc_infobox_style_result:after {
	background-position: 0 -36px;
}
/* ----------- /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;
	width: 38%;	
	position: relative;
	padding: 18px 27px 20px 34px;
	color: #9b9b9b;
	font-style: italic;
}
blockquote.sc_quote:after {
	clear: both;
	display: block;
	width: 100%;
	content: "";
}
blockquote.sc_quote .quotes {
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 14px;
	line-height: normal;
	width: 26px;
	height: 26px;
	background: #f1f1f1;
	text-align: center;
	border-radius: 26px;
}
blockquote.sc_quote .quotes:before {
	display: inline-block;
	padding-top: 5px;
	color: #b1b1b1;
}
/* ----------- /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: 19px;
}
.sc_dropcaps:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.sc_dropcaps.sc_dropcaps_style_1 span {
	float: left;
	font-size: 17px;
	line-height: 21px;
	background: #010c16;
	display: inline-block;
	padding: 2px 7px 3px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	margin: 7px 8px 0px 0;
}
.sc_dropcaps.sc_dropcaps_style_2 span {
	float: left;
	font-size: 17px;
	line-height: 21px;
	background: #e50700;
	display: inline-block;
	padding: 2px 7px 3px 6px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	margin: 7px 8px 0px 0;
}
.sc_dropcaps.sc_dropcaps_style_3 span {
	border-radius: 100%;
	float: left;
	font-size: 17px;
	line-height: 21px;
	background: #a0a7ad;
	display: inline-block;
	padding: 2px 7px 3px 6px;
	font-weight: bold;
	color: #fff;
	margin: 7px 8px 0px 0;
}
/* ----------- /Dropcaps ------------- */



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




/* ----------- List ------------- */
ul.sc_list {
	margin: 0;
}
ul.sc_list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 18px;
	background-image:none !important;
}
ul.sc_list li span {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../images/list-styles.png) 0 0 no-repeat;
}
ul.sc_list.sc_list_style_check li span {
	background-position: right 0;
}
ul.sc_list.sc_list_style_bad li span {
	background-position: 0 0;
}
ul.sc_list.sc_list_style_star li span {
	background-position: right -12px;
}
ul.sc_list.sc_list_style_regular li span {
	background-position: 0 -13px;
}
/* ----------- /List ------------- */




/* ----------- Tabs type 1 ------------- */
div.sc_tabs_style_1 {
	overflow: hidden;
}
div.sc_tabs_style_1 ul.tab_names {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
div.sc_tabs_style_1 ul.tab_names:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
div.sc_tabs_style_1 ul.tab_names li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	text-transform: capitalize;
	margin-bottom: -1px;
	background-image: none;

}
div.sc_tabs_style_1 ul.tab_names li + li {
	margin-left: 2px;
}
div.sc_tabs_style_1 ul.tab_names li.tab_name a {
	text-decoration: none;
	padding: 7px 10px 7px;
	display: inline-block;
	color: #737678;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}
div.sc_tabs_style_1 ul.tab_names li.tab_name a:hover {
	background-color:#ffffff;
	text-decoration: none;
	color: #737678;
}
div.sc_tabs_style_1 ul.tab_names li.tab_name a.current {
	background-color: #788187;
	color: #fff;
	border-color: #788187;
	font-weight: bold;
}
div.sc_tabs_style_1 div.content {
	margin: 0;
	padding: 16px 0 0;
}
/* ----------- /Tabs type 1 ------------- */




/* ----------- /Tabs type 2 ------------- */
div.sc_tabs_style_2 .tab_names {
	padding-bottom: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #e0e0e0;
}
div.sc_tabs_style_2 .tab_names:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
div.sc_tabs_style_2 .tab_names li {
	list-style: none;
	float: left;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: -1px !important;
	background-image: none !important;
	padding-left:0 !important;
}
div.sc_tabs_style_2 .tab_names li a {
	display: block;
	color: #737373;
	text-decoration: none;
	background: #f7f7f7;
	padding: 7px 12px 7px;
	border: 1px solid #e0e0e0;
	border-left: none;
}
div.sc_tabs_style_2 .tab_names li:first-child {
	border-left: 1px solid #e0e0e0;
}
div.sc_tabs_style_2 .tab_names li a:hover {
	background: #fff;
	color: #737373;
	text-decoration: none;
}
div.sc_tabs_style_2 .tab_names li a.current {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #525252;
	font-weight: bold;
}
div.sc_tabs_style_2 .content {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: none;
	color: #878787;
	padding:  13px 12px;
}




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

.sc_accordion_style_1 .item {
	margin-bottom: 4px;
}
.sc_accordion_style_1 .item h5 {
	border: 1px solid #e0e0e0;
	background: #ffffff;
	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 );
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.sc_accordion_style_1 .item h5 a {
	color: #707070;
	display: block;
	padding: 10px 34px 10px 11px;
	position: relative;
	text-decoration: none;
}
.sc_accordion_style_1 .item h5 a span {
	width: 35px;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	border-left: 1px solid #e0e0e0;
}
.sc_accordion_style_1 .item h5 a:hover {
	text-decoration: none;
}
.sc_accordion_style_1 .item h5 a span:after {
	display: block;
	height: 11px;
	width: 1px;
	background: #b4b4b4;
	position: absolute;
	top: 12px;
	left: 50%;
	content: "";
}
.sc_accordion_style_1 .item h5 a span:before {
	display: block;
	height: 1px;
	width: 11px;
	background: #b4b4b4;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -5px;
	content: "";
}
.sc_accordion_style_1 .item h5 a.current span:after {display: none;}
.sc_accordion_style_1 .item .content {
	font-size: 12px;
	line-height: 19px;
	color: #6b6b6b;
	padding: 12px 13px 8px;
}
.sc_accordion_style_2 .item {
	margin-bottom: 9px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
}
.sc_accordion_style_2 .item h5 {
	margin-bottom: 0;
}
.sc_accordion_style_2 .item h5 a {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	padding: 3px 10px 0px 34px;
	color: #707070;
}
.sc_accordion_style_2 .item h5 a span {
	background: #ffffff;
	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 );
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	border: 1px solid #dedede;
	left: 0;
	top: 0;
}
.sc_accordion_style_2 .item h5 a span:after {
	display: block;
	width: 7px;
	height: 1px;
	background: #9f9f9f;
	left: 6px;
	top: 9px;
	position: absolute;
	content: "";
}
.sc_accordion_style_2 .item h5 a span:before {
	display: block;
	width: 1px;
	height: 7px;
	background: #9f9f9f;
	left: 9px;
	top: 6px;
	position: absolute;
	content: "";
}
.sc_accordion_style_2 .item h5 a.current span:before {display: none;}
.sc_accordion_style_2 .item .content {
	font-size: 13px;
	line-height: 19px;
	padding: 8px 10px 0px 34px;
}
/* -----------/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 h3.title {
	margin-bottom:0;
	color:#fff;
	font-size:14px;
	line-height:17px;
}
div.sc_contact_form .description {
	display:block;
	margin:14px 0;
}
/* ----------- /Contact form ------------ */



/* ----------- Google map ------------ */
div.sc_googlemap .map-canvas {
	min-width:100px;
	min-height:100px;
}
/* ----------- /Google map ------------ */
