

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition : all 0.4s ease-in-out;
}

.sei{
    width: 271px;
    position: relative;
    top: 30px;
}
.timer{
    position: absolute;
    height: 20px;
    top: 29px;
    left: 209px;
    z-index: 100000000000;
    opacity: 0.5;
}
.card{
    width: 100%;
    height: 100%;
    background: white;
}
.card-section{
    height: 599px;
    position: relative;
    top: 50px;
    width: 1000px;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0px 0px 9px #C2C2C2;
    border-radius: 29px;
    padding: 20px;
    /* text-overflow: clip; */
}
.item{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100px;
    flex: 0 0 -14%;
    transition: opacity 0.8s;
    left: 0px;
}
.hide{
    opacity: 0;
    height: 0px;
    position: absolute;
    opacity: 0; 
    z-index: -1 !important;
}
.show{
    opacity: 1;
}
strong{
    color: rgb(48, 48, 48);
}
.nav-ul{
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 10000;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.nav-item{
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 84px;
    /* margin: 5px; */
    color: #ccc;
    text-decoration: none;
}
.nav-title{
    position: relative;
    left: 28px;
    top: 4px;
    font-family: "Droid Sans";
    color: #6E6E6E;
    font-size: 14px;
    display: block;
}
.item-link{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #1EB2E7;
    /* box-shadow: 0px 3px 9px #ccc; */
    text-decoration: none;
    color: #ccc;
    opacity: 0.5;
}
.active{
  background: #1EB2E7;
  opacity: 1;
}
.ico{
    position: relative;
    right: 10px;
    top: 5px;
}
.powered:hover{color: #838383;}

.features{
    display: block;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    font-family: "Droid Sans";
    color: #3C9FD0;
}
.jp{
    width: 183px;
    margin-bottom: 20px;
    position: relative;
    right: 50px;
    order:1;
}
.rx{
    width: 300px;
    position: relative;
    bottom: 53px;
    order: 2;
}
.foot{
  position: relative;
  top: 81px;
}
.powered{
  position: absolute;
  right: -53px;
  bottom: 15px;
  font-family: "Droid Sans";
  color: #464646;
  transition: color 0.2s ease-in-out;
}
.about-sei{
    /* width: 100%; */
    height: 100%;
    font-family: "Droid Sans";
    color: #838383;
    position: relative;
    line-height: 20px;
    padding-top: 90px;
    max-width: 90%;
    /* position: absolute; */
    /* left: 5%; */
}
.intro{
    /* position: relative; */
    width: 603px;
    height: inherit;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 34px;
    top: 20px;
}
.title{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 52px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
}
.quote{
    width: 300px;
    text-align: center;
    font-family: "Droid Sans";
    font-size: 13px;
    color: #7E7E7E;
    position: absolute;
    top: -122px;
    right: 0px;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.sexyline { 
    margin: 25px 0;
    width: 100%;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, rgb(173, 173, 173)));
}
.logo{position:relative; bottom: 16px;height: 70px;}


@media only screen and (max-width : 800px) {

    .quote{
        position: absolute;
        /* display: block; */
        /* height: 100px; */
        /* width: 200px; */
        top: -104px;

    
        /* margin: 0 auto; */
        /* bottom: 400px; */
}
    .sei {
width: 271px;
position: relative;
top: -57px;
}

}



body{/* margin-top:125px; */-webkit-backface-visibility: hidden;height: 100%;width: 100%;/* position: absolute; */display: flex;flex-direction: column;justify-content: center;align-items: center;/* background: #F0F0F0; */margin: 0px;}


/***************************
****************************
These are the styles for
the rs slider
****************************
***************************/


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


.slider{position:relative;width:100%;height:100%;-webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.34); -moz-box-shadow:    0px 2px 15px 0px rgba(50, 50, 50, 0.34); box-shadow:         0px 2px 15px 0px rgba(50, 50, 50, 0.34);}
/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		.logo{height:50px;}
		body{margin-top:66px !important;}


	}

  .product-img{width: 162px;height: 183px;margin:0 auto;margin-top: 20px;padding-top: 20px;}
  .contact-item{position:relative;margin: 14px;/* box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.19); */}



  .tooltip-container:hover .tooltip, a:hover .tooltip {
      
        /* Changes the scale from 0 to 1 - This is what animtes our tooltip! */
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
}
Alright so now we have everything layed out in CSS. Lets look at in one big section all at once now.

.tooltip-container {
        position:relative;      /* Forces tooltip to be relative to the element, not the page */
        cursor:help;            /* Makes you cursor have the help symbol */
}
.tooltip {
        display:block;
        position:absolute;
        height: auto;
        width: 188%;
        padding: 15px 15px;
        margin: 0 auto;
        /* left:50%; */
        bottom: 101%;
        margin-left: -10px;
        /* Tooltip Style */
        color: #535353;
        /* border: 2px solid rgba(255, 255, 255, 1); */
        -webkit-box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.34); -moz-box-shadow:    0px 2px 15px 0px rgba(50, 50, 50, 0.34); box-shadow:         0px 2px 15px 0px rgba(50, 50, 50, 0.34);
        background: #FFFFFF;
        text-align: left;
        /* border-radius:3px; */
        /* Tooltip Style */
        opacity: 1;
        /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.34); */
        -webkit-transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -0-transition:all 0.2s ease-in-out;
        -ms-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -o-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
        /* reset tooltip, to not use container styling */
        font-size:14px;
        font-weight:normal;
        font-style:normal;
}
.tooltip:before, .tooltip:after{
        content:'';
        position:absolute;
        bottom:-13px;
        left: 10%;
        margin-left:-9px;
        width:0;
        height:0;
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-top: 10px solid rgba(0, 0, 0, 0.18);
}
.tooltip:after{
        bottom:-12px;
        margin-left:-10px;
        border-top: 10px solid rgba(255, 255, 255, 0);
}
  .tooltip-flip{margin:0 auto;right: 15px;}
  .tooltip-flip:before, .tooltip-flip:after {
content: '';
position: absolute;
bottom: -13px;
left: 90%;
margin-left: -9px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid rgba(0,0,0,0.1);

@media only screen and (min-width : 1200px) {

  .tooltip-flip{margin:0 auto;right: 15px;}
          .tooltip-flip:before, .tooltip-flip:after {
        content: '';
        position: absolute;
        bottom: -13px;
        left: 90%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.1);
          }
}






