.rm-bt-ac
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
}

.rm-bt-ac a
{
	color: #f0f0f0;
}

.rm-bt-ac a:hover
{
	color: #ffffff !important;
}

.sidebar-icon-item > ul
{
	padding: 0 20px;
}

.sidebar-icon-item li
{
	list-style-type: none;
}

.tabs-content iframe
{
	width: 100%;
	height: 250px;
	border: 1px solid orange !important;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.lv-sld-img
{
	border: 5px solid transparent;
	padding: 5px;
}

.lv-sh-sld
{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	border-radius: 5px;
}

.lv-tx-art
{
	font-size: 19px;
	font-family: 'Raleway', sans-serif;
	line-height: 25px;
}

.lv-ls-sq li
{
	width: 150px;
	list-style-type: none !important;
	list-style-image: none !important;
	text-align: center;
	display: inline-table;
	background: #ccc;
	height: 140px;
	margin: 5px;
	padding: 6px;
}

.lv-ls-sq li:before {
  content: none !important;
}

.lv-content-style3 {
  background-color: #f0f0f0;
  position: relative;
  padding: 40px 5px 5px 5px;
  color: #6c6c6c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible !important;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 170px;
  border-radius: 5px;
}
.lv-content-style3:hover .lv-content-style3-icon {
  color: #fff;
  background: #279fbb;
}

.lv-content-style3 .lv-content-style3-icon {
  position: absolute;
  right: 50%;
  top: -30px;
  margin-right: -30px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
  color: #279fbb;
  -webkit-transition: background 0.8s, color 0.2s;
  -moz-transition: background 0.8s, color 0.2s;
  -o-transition: background 0.8s, color 0.2s;
  transition: background 0.8s, color 0.2s;
}

.lv-content-style3 .lv-content-style3-title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.lv-content-style3 .lv-content-style3-text {
  text-align: center;
}

.form-wrapper label 
{
	float: left;
	width: 210px !important;
}

.lv-ls-upp
{
	list-style-type: upper-alpha;
	margin-bottom: 10px;
}

.lv-box-art
{
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	background-color: #f0f0f0;
	color: #333;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	border: 6px solid #ffffff;
	border-radius: 12px;
}