body {
background-color: #fff;
margin: 0;
padding: 0;
}

* {
font-family: "Roboto-Light", arial, sans-serif;
font-weight: 300;
color: #666;
font-size: 14px;
}

b {
font-weight: 700;
}

h1 {
font-size: 21px;
color: #000;
font-weight: 700;
text-transform: uppercase;
font-family: "Roboto-Bold", sans-serif;
}

h2 {
font-size: 18px;
color: #2a7de1;
font-weight: 700;
text-transform: uppercase;
font-family: "Roboto-Bold", sans-serif;
}

h3 {
font-size: 16px;
color: #000;
font-weight: 700;
text-transform: uppercase;
font-family: "Roboto-Bold", sans-serif;
}

a {
color: #2a7de1;
text-decoration: none;
font-size: 16px;
}

a:hover {
color: #fff;
font-weight: 700;
}

.clear {
clear: both;
}

#main-container {
min-width: 600px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 auto;
}

#nav {
min-width: 600px;
width: 100%;
margin: 0 auto;
padding: 0 auto;
height: 80px;
position: fixed;
background-color: #333;
z-index: 1000;
}

#navcontent {
min-width: 600px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 auto;
}

#logo {
width: 140px;
height: 50px;
padding: 15px;
}

#nav .link {
position: relative;
float: right;
padding: 0 7px;
font-size: 14px;
line-height: 14px;
font-weight: 300;
text-transform: uppercase;
top: 10px;
text-align: right;
}

#content {
min-width: 600px;
width: 100%;
max-width: 1200px;
padding: 80px 15px 20px 15px;
}

#full-width {
min-width: 462px;
width: 97%;
border: 0;
padding: 0;
margin: 0;
background-image: url("../assets/images/headphones-bkg.png");
background-size: 100%;
background-position: center; 
background-repeat: no-repeat;
overflow: hidden;
}

.cloud-col {
width: 22.85%;
float: left;
padding: 1%;
text-align: center;
}

.cloud-col img {
width: 100%;
max-width: 250px;
}

.word-clouds {
width: 90%;
margin: 0 auto;
padding: 0 auto;
}

.c1 {
width: 24%;
padding: 0 2% 0 0;
text-align: left;
float: left;
}

.c2 {
width: 47%;
padding: 0 2% 0 2%;
text-align: left;
float: left;
border-left: solid .3px #333;
}

.c2 a:hover {
color: #333;
}

.c3 {
width: 45%;
padding: 0 3% 0 0;
text-align: left;
float: left;
}

.c4 {
min-width: 120px;
width: 27%;
max-width: 310px;
padding: 0 3% 0 3%;
text-align: left;
float: left;
}

.c4 h2 {
margin-bottom: 0px;
}

.c5 {
min-width: 550px;
width: 85%;
max-width: 880px;
padding: 0 3% 0 3%;
text-align: left;
float: left;
}

.rant-rave-video {
margin: 0 3% 0 0;
text-align: center;
border-top: solid 1px #2a7de1;
border-bottom: solid 1px #2a7de1;
}

.rant-rave {
width: 47%;
margin: 0 3% 0 0;
text-align: center;
float: left;
}

.rant-rave a {
font-size: 12px;
}

.feature-analysis {
width: 524px;
margin: 0 auto;
padding: 0 auto;
text-align: center;
}

.right-area-3 {
float: left;
width: 15%;
min-height: 150px;
background-image: url("/snaps/images/right-bkg.png");
background-repeat: no-repeat;
background-position: center;
padding: 20px;
}

.circle-container {
width: 524px;
height: 524px;
margin: 0 auto;
padding: 0 auto;
text-align: center;
}

.circle {
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
border: solid 12px #fff;
background-color: #fff;
overflow: hidden;
box-shadow: 3px 3px 24px 6px #ccc;
}


.circle-bkg {
opacity: 0.17;
position: absolute;
}

.circle-sca {
position: absolute;
margin-top: -20px;
}



.right-area-2 {
float: left;
width: 270px;
min-height: 520px;
background-image: url("/snaps/images/right-bkg-2.png");
background-repeat: no-repeat;
padding: 10% 20px;
text-align: center;
font-size: 16px;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    color: #333;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


.tooltip .tooltiptext {
    top: -5px;
    left: 140%; 
}