﻿hr.breakline {
    border: 0;
    height: 10px;
    background: #3da1a0;
    background-image: linear-gradient(to right, #ccc, #3da1a0, #ccc);
    margin:0;
}

hr.one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin:20px 0px;
}

.leadtext{
font-size:30px;
color:#3da1a0;
overflow: hidden;
}


p.leadtext:before {
	 content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100%;
    margin-right: 10px;
    border-top: 5px solid #3da1a0;
}
p.leadtext:after {
 content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 5px solid #3da1a0;
}

.texteffects{
text-align:center;
text-transform:uppercase;
font-weight:bold;
font-size:150%;
}

.leadtext2{
text-align:center;
}

.ranking{
font-size:30px;
color:#fff;
overflow: hidden;
}


p.ranking:before {
	 content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-left: -100%;
    margin-right: 10px;
    border-top: 5px solid #fff;
}
p.ranking:after {
 content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 5px solid #fff;
}
.rankingbox{
background:#3da1a0;
text-align:center;
padding:25px 0px 0px 0px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 10px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

.morelink{
padding:10px 20px;
border:1px solid black;
margin: 20px 0px;
}

.rankbox1{
margin-top:40px;
margin-right:10px;
padding:10px;
border:1px solid black;
}

.rankbox2{
margin-top:40px;
margin-left:10px;
padding:10px;
border:1px solid black;
}
img.pos{
position:relative;
top:-40px;
}

ul.claimlist li{
font-size:100%;
line-height:200%;
display: block;
}


ul.claimlist li:first-letter{
text-transform: uppercase;
}



.claimlist li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e067";
    font-family: 'Glyphicons Halflings';
    font-size: 120%;
    float: left;
    margin-right: 4px;
    margin-left: -17px;
    color: black;
}

.productdescription{
text-align:justify;
}

.articletitle{
background:#3da1a0;
padding:0 10px;
border:1px solid black;
}