/* --- general --- */



/* --- tabs navigation --- */
/* --- buttons --- */
.more4,
.more4[type="submit"]
{	
	
	letter-spacing: 1px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}


.more4.simple4
{
	background: #7eba00;
	color: #FFF;
	border: 1px solid #E2E6E7;
	padding: 17px 24px 16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.more4.simple4:hover
{
	border-color: #00a8ff;
	background: #00a8ff;
}

.tabs2-navigation
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: none;
	border: none;
	text-align: center;
}
.tabs2.align-left .tabs-navigation
{
	text-align: left;
}
.tabs2.align-left .ui-tabs-panel
{
	text-align: left;
}
.tabs2-navigation li
{
	position: relative;
	display: inline-block;
	padding: 0;
	border: none;
	list-style: none;
	text-align: center;
	margin-left: 26px;
	font-weight: bold;
}
.tabs2-navigation li:first-child
{
	margin-left: 0;
}
.tabs2-navigation.small.gray li a
{

}
.tabs2-navigation.small li
{
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0
}
.tabs2-navigation.small li a
{
	min-width: 0;
	padding: 15px 20px;
}
.tabs2-navigation a:before
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;

	padding: 20px 20px 12px;
}
.tabs2-navigation li a
{
	display: block;
	min-width: 180px;
	text-align: center;
	font-size: 14px;

	padding: 10px 0 23px;
	border: none;
	font-family: 'Raleway';
	line-height: 24px;
	outline: none;
	text-decoration: none;
}

