@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,700,600,500|Dosis:400,500,300);

@font-face {
  font-family: 'aspergit';
  src:  url('../font/aspergit-webfont.woff2') format('woff2'),
        url('../font/aspergit-webfont.woff') format('woff');
}

/*icons*/
@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../font/untitled-font-1.eot");
  src:url("../font/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../font/untitled-font-1.woff") format("woff"),
    url("../font/untitled-font-1.ttf") format("truetype"),
    url("../font/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
  content: "\62";
}
.icon-folder:before {
  content: "\63";
}
.icon-house:before {
  content: "\64";
}
.icon-phone:before {
  content: "\61";
}

.goldIcon{
  color:	#D5AD6D;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e393), to(#b7874b));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5em;

}

.footer-icon{
  padding:10px 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .goldIcon{
    font-size:5em;
  }
}


/*basic*/

html{
  background: #000;
  background-color: #000;
}

body{
  margin: 0;
  color: #fff;
  background: #000;
  background-color: #000;
  background-clip:padding-box;
}

h1,h2 {
  font-family: 'aspergit', 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  letter-spacing: .3em;
  text-transform: uppercase;
}

h3,h4 {
  font-family: 'aspergit', 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: .3em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h2{
    font-size:1.2em;
  }
}

h5{
  font-family: 'Advent Pro', 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h5{
    font-size:.8em;
  }
}

h6{
  font-family: 'Advent Pro', 'Dosis', sans-serif;
  font-weight: 300;
  font-size: .8em;
  letter-spacing: .2em;
  text-transform: uppercase;
}

p{
  font-family: 'Advent Pro', 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

@media (max-width: 767px){
  p{
    font-size: .8em;
  }
}

a{
  color:white;
}

a:hover{
  color: #dcd691;
}

a:visited{
  color:#fff;
}
a:visited{
    color:#fff;
}
a:focus{
    color:#fff;
}
a:active{
    color:#fff;
}

/*panels*/
.panel {
	height:100%;
  margin:0px;
  position: relative;
  border-radius:0;
}


/*section1*/
.mainLogo  {
  position: absolute;
  width: 30em;
     left: 46%;
     top: 90%;
     margin-left: -150px;
     margin-top: -150px;
}

@media (max-width: 767px) {
  .mainLogo {
      width:25em;
      left: 48%;
      top: 94%;
  }
}


@media (min-width: 1200px) {
  .mainLogo {
      width:40em;
      left: 40%;
  }
}


/*General*/
.mainLogo  {
  position: absolute;
  width: 30em;
     left: 46%;
     top: 40%;
     margin-left: -150px;
     margin-top: -150px;
}

@media (max-width: 767px) {
  .mainLogo {
      width:25em;
      left: 48%;
      top: 44%;
  }
}

@media (min-width: 1200px) {
  .mainLogo {
      width:40em;
      left: 40%;
  }
}

@media (max-width: 330px) {
  .mainLogo {
      width:20em;
      left: 55%;
  }
}

/*white background */
.whitebkgnd{
  background: rgba(0,0,0,.2);
  padding: 20px;
  padding-bottom:20px;
}

@media (max-width: 330px) {
  .whitebkgnd{
    padding:10px;
  }
}

.pageTitle  {
  position:absolute;
  width:100%;
  bottom:0%;
  text-align:center;
}

.pageTitle h1, .pageTitle i {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: .1em;
  color:	#D5AD6D; /*if no support for background-clip*/
 background: -webkit-linear-gradient(transparent, transparent),
            -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
 background: -o-linear-gradient(transparent, transparent);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.footer{
  clear:both;
}

/*navbar*/
/*
.navbar-default {
    background-color: rgba(0,0,0,.5);
    border-color: rgba(29,29,29,.05);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-brand img{
  width:100px;
}
.navbar-brand{
  padding-top: 2px;
  padding-left: 2px;
}
.navbar-default  .navbar-nav>li>a {
  text-transform: uppercase;
  color:	#D5AD6D;
  background: -webkit-linear-gradient(transparent, transparent),
            -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
            background: -o-linear-gradient(transparent, transparent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}


.navbar-default  .navbar-nav>li>a:hover{
  color:	#fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(29,29,29,.05);
    background: rgba(0,0,0,.5);
  }
*/

/*footer*/
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -250px;
}
.page-wrap:after {
  content: "";
  display: block;
}

.footer{
  background-color: #000;
  padding:40px 80px;
}
.site-footer{
  clear:both;
}

.country{
  border: 1px solid #4a4c52;
  border-radius: 5px;
  padding:5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  background: #2f2f32;
  font-size: .8em;
  width:200px;
  font-family:  'aspergit', 'Dosis', sans-serif;
  font-weight: 300;
}

/*footer dropdown*/
 .dropdown-menu-sincura{
   background-color: #1d1d1d;
 }

 .dropdown-menu-sincura>li>a{
   color:#fff;
   font-size: .8em;
   display: list-item;
   margin:0;
 }

.fa-globe{
  border-left: 1px solid #4a4c52;
  padding-left: 10px;
}

.hideit{
  display:block;
}

@media (max-width: 767px) {
  .hideit{
    display: none;
  }
}
.hideitmb{
  display:block;
}

/*btn*/

.btn-sincura {
  font-family: 'Advent Pro', 'Dosis', sans-serif;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: 2em;
  border-radius: 0;
}

.btn-sincura:hover {
  background: #D5AD6D;
}

.btn-sincura--dark {
  font-family: 'Advent Pro', 'Dosis', sans-serif;
  text-transform: uppercase;
  background: #1d1d1d;
  color: #fff;
  margin: 1em;
  border-radius: 0;
  border: 0;
  letter-spacing: .1em;
  font-size: 1.2em;

}

.btn-sincura--dark:hover {
  background: #D5AD6D;
}


/*panels*/
.panel--parallax{
  background: url("https://thesincuragroup.com/img/parallax/fill1.gif") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}


.panel--parallax2{
  background: url("https://thesincuragroup.com/members_clubs/members_clubs1.jpg") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

.panel--parallax3{
  background: url("https://thesincuragroup.com/members_clubs/members_clubs2.jpg") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

.panel--parallax4{
  background: url("https://thesincuragroup.com/members_clubs/members_clubs3.jpg") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

.panel--parallax5{
  background: url("https://thesincuragroup.com/members_clubs/members_clubs4.jpg") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

.panel--parallax6{
  background: url("../img/parallax/fill5.jpg") no-repeat fixed top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #1d1d1d;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

@media (max-width:800px){
  .panel--parallax,.panel--parallax1,.panel--parallax2,.panel--parallax3,.panel--parallax4,.panel--parallax5,.panel--parallax6{
    background-attachment: scroll;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .panel--parallax,.panel--parallax1,.panel--parallax2,.panel--parallax3,.panel--parallax4,.panel--parallax5,.panel--parallax6{
    background-attachment: scroll;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  .panel--parallax,.panel--parallax1,.panel--parallax2,.panel--parallax3,.panel--parallax4,.panel--parallax5,.panel--parallax6{
    background-attachment: scroll;
  }
}

.panel--parallax6 h2{
  padding:15vh 0 0 0;
}

.panel--parallax6 h3{
  margin-top:0;
}

/*section black strip*/
.lla {
  width: 12em;
  padding: 1.5em;
}

.black-strip{
  padding:60px 20px;
  background: #000;
}

.half{
  width:30%;
}

.quarter{
  width:10%;
}

/*gallery*/
.gallery{
  background: #000;
  height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
background-attachment: fixed;
}

/*gallery*/
.module {
  width: 33.3%;
  height: 25vh;
  float: left;
  position: relative;
}

@media (max-width:800px){
  .module h2 a{
    font-size: .6em;
  }
}

.full{
  width: 100%;
  height:33.3%;
  float: left;
  position: relative;
}

.first {
  background: url(../img/awards/abode.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.first:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/abodebw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.second {
  background: url(../img/awards/afterhours.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.second:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/afterhoursbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.third {
  background: url(../img/awards/butler.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.third:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/butlerbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.fourth {
  background: url(../img/awards/carridges.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.fourth:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/carridgesbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.fifth {
  background: url(../img/awards/clubs.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.fifth:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/clubsbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.six {
  background: url(../img/awards/events.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.six:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/eventsbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.seven {
  background: url(../img/awards/financial.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.seven:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/financialbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.eight {
  background: url(../img/awards/gastronomy.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.eight:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/gastronomybw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.nine {
  background: url(../img/awards/hotelier.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.nine:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/hotelierbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.ten {
  background: url(../img/awards/resident.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.ten:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/residentbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.eleven {
  background: url(../img/awards/socialclub.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.eleven:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/socialclubbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.twelve {
  background: url(../img/awards/shopping.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.twelve:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/shoppingbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}


.thirteen {
  background: url(../img/awards/tickets.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.thirteen:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/ticketsbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.fourteen {
  background: url(../img/awards/wanderlust.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.fourteen:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/wanderlustbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.fifteen {
  background: url(../img/awards/wellbeing.jpg);
  background-size: cover;
  border: 5px solid #000;
}

.fifteen:hover {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/awards/wellbeingbw.jpg);
    background-size: cover;
    border: 5px solid #000;
}

.module h2{
  position: absolute;
  text-align: center;
  bottom:50%;
  width: 100%;
  color: white;
  margin: 0;
  font-size: 1.5em;
}

.module h2 a{
  padding: 20px 5px 20px 5px;
}

.module h2 a:hover{
  text-decoration: none;
  color: #D5AD6D;
}

@media (max-width:500px){
  .module h2{
    font-size:1em;
  }
}

.box--right {
    min-width: 55%;
    max-width: 55%;
    height: 100%;
    background: transparent;
    position: relative;
    float:right;
    color: white;
    letter-spacing: 0.1em;
    padding: 15vh 5vw;
    overflow: hidden;
}

.box--right h5 {  
  position: relative;
  z-index: 4;
  width: 60%;
  float:right;
  padding-left: 3vw;
  text-align: left;
  color: #D5AD6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.box--right:after {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    right:-20vw;
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform:skew(-30deg);
    transform:skew(-30deg);
    display: block;
    width: 100%;
    height: 50.1%;
    z-index: 1;

}

.box--right:before {
    background: #000;
    content: "";
    position: absolute;
    top: 50%;
    right:-20vw;
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform:skew(30deg);
    transform:skew(30deg);
    display: block;
    width: 100%;
    height: 50%;
    z-index: 2;

}

.box--left {
    min-width: 55%;
    max-width: 55%;
    height: 100%;
    background: transparent;
    position: relative;
    color: white;
    letter-spacing: 0.1em;
    padding: 80px 60px;
    overflow:hidden;
}

.box--left h5 {
  margin-bottom: 30px;
  color: #D5AD6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.box--left:after {
    background: #000;
    content: "";
    position: absolute;
    left: -30%;
    top: 0;
    -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform:skew(30deg);
    transform:skew(30deg);
    display: block;
    width: 100%;
    height: 50.1%;
    z-index: 1;
    overflow:hidden;
}

.box--left:before {
    background: #000;
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform:skew(-30deg);
    transform:skew(-30deg);
    display: block;
    width: 100%;
    height: 50%;
    z-index: 2;
    overflow:hidden;
}


@media (max-width:1024px){
  .box--left:before{left:-45%;}
  .box--left:after{left:-45%;}
  .box--right:before{right:-30vw;}
  .box--right:after{right:-30vw;}
}

@media (max-width:800px){
  .box--left:before{left:-40%;}
  .box--left:after{left:-40%;}
  .box--right:before{right:-30vw;}
  .box--right:after{right:-30vw;}
}

@media (max-width:500px){
  .box--left:before{left:-50%;}
  .box--left:after{left:-50%;}
  .box--right:before{right: :-30vw;}
  .box--right:after{right:-30vw;}
}

/*box text*/
.box--left h5, .box--left p {
  position: relative;;
  z-index: 4;
  width: 60%;
}

.box--right h5, .box--right p {
  position: relative;
  z-index: 4;
  width: 60%;
  float:right;
  padding-left: 7vw;
  text-align: right;
}

@media (max-width:1024px){
  .box--left{
    padding:30vh 1em;
  }
  .box--left img, .box--right img{
    display: none;
  }
  .box--left h5{
    font-size: 1em;
  }
  .box--left p{
    font-size: .8em;
  }
  .box--right{
    padding:15vh 1em;
  }
  .box--right h5{
    font-size: 1em;
    margin-top: 12em;
    padding-left:.8em;
  }
  .box--right p{
    font-size: .8em;
    padding-left:.8em;
  }
}



@media (max-width:800px){
  .box--left{
    padding:30vh 1em;
  }
  .box--left img, .box--right img{
    display: none;
  }
  .box--left h5{
    font-size: 1em;
  }
  .box--left p{
    font-size: .8em;
  }
  .box--right{
    padding:15vh 1em;
  }
  .box--right h5{
    font-size: 1em;
    margin-top: 12em;
    padding-left:.8em;
  }
  .box--right p{
    font-size: .8em;
    padding-left:.8em;
  }
}

@media (max-width:600px){
  .box--left{
    padding:30vh 1em;
  }
  .box--left h5{
    font-size: .6em;
  }
  .box--left p{
    font-size: .5em;
  }
  .box--right{
    padding:15vh 1em;
  }
  .box--right h5{
    font-size: .6em;
    margin-top:-28px;
    padding-left:.8em;
  }
  .box--right p{
    font-size: .5em;
    padding-left:25px;
  }
}

@media (max-width:400px){
  .box--left{
    padding:10vh 1em;
  }
  .box--left h5{
    font-size: .4em;
  }
  .box--left p{
    font-size: .3em;
  }

  .box--right{
    padding:10vh 1em;
  }
  .box--right h5{
    font-size: .4em;
  }
  .box--right p{
    font-size: .3em;
  }
}

@media (max-width:760px){
  .box--left{
    padding:30vh 1em;
  }
  .box--left h5{
    font-size: .8em;
  }
  .box--left p{
    font-size: .6em;
  }
  .box--right{
    padding:30vh 1em;
  }
  .box--right h5{
    font-size: .8em;
  }
  .box--right p{
    font-size: .6em;
  }
}

/*dropdown find your office*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    min-width: 25vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 0;
    list-style: none;
    text-align: left;
}
.dropdown-content p{
  color:#fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}
I3.20KL0LD2.66KI4.67KRankn/aAge2012|08|31l0whoissourceRank643KAdv Disp Ads15More dataSummary reportDiagnosisDensity00n/a
I3.20KL0LD2.66KI4.67KRankn/aAge2012|08|31l0whoissourceRank643KAdv Disp Ads15More dataSummary reportDiagnosisDensity00n/a
I3.20KL0LD2.66KI4.67KRankn/aAge2012|08|31l0whoissourceRank643KMore dataSummary reportDiagnosisDensity00n/a