@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body
{
    font-family: "Roboto", sans-serif;
    /* background: #e9ebee; */
    height: 50%;
    background-image: url(/img/bg.svg);
    background-repeat: no-repeat;
    background-size: auto 600px;
    background-position: left 35% top;
    color: black;
}

h1
{
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

h2
{
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    color: #253267;
    font-weight: 800;
}

h3
{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: black;
}

h4
{
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
}

p
{
    color: black;
    line-height: 1.9;
    font-family: "Roboto", sans-serif;
}

a {
    color: black;
    line-height: 2;
}

a:hover
{
    color: black;
}

figcaption{
	font-size: 11px;
}


/* General Stuff */
section
{
	padding: 0px;
}

img{
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

ol, ul, dl {
    text-align: left;
}

.earth{
    animation: earthAnimation 40s infinite 0s linear;
}

@media screen and (max-width: 420px)
{
  .smallh1{
    font-size: 32px;
  }

  .smallh2{
    font-size: 24px;
  }
}

@keyframes earthAnimation{
    0%{
        transform: rotate(360deg);
        }
    100%{
        transform: rotate(0deg);
        }
}

.btn-success {
    color: #fff;
    background-color: #de8403;
    border-color: #ffac36;
    white-space: normal;
}

.btn-success:hover {
    color: #2d2d2d;
    background-color: #ffac36;
    border-color: #de8403;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #b64848;
    border-color: #830000;
}

/* Navigation */
#mainNav .navbar-brand {
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 800;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link:hover
{
    color: #fff;
    text-decoration: underline;
}

#mainNav .navbar-toggler
{
    background-color: #ffb400;
    color: black;
    font-size: 16px;
    padding: 12px 14px;
}

#mainNav.navbar-shrink:after
{
    bottom: -5px;
    box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
    content: "";
    height: 5px;
    left: 0px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 2050;
}

.nav-link {
    font-size: 1.2rem;
}

.logo
{
      height: 60px;
}


#mainNav .navbar-toggler {
    background-color: #253267;
    color: #fff;
    font-size: 16px;
    padding: 12px 14px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
}

#mainNav .navbar-brand {
  display: block;
}

@media screen and (max-width: 991px)
{
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    }

  #mainNav .navbar-brand {
      color: #fff;
      font-weight: 800;
      letter-spacing: 0px;
      font-size: 1.0rem;
    }
  #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fff;
  }

  .logo
  {
      height:  44px;
  }

  #mainNav
  {
  background-color: #253267;
  }
}

@media screen and (max-width: 360px)
{
  .logo
  {
      height:  38px;
  }
}


@media (min-width: 992px)
{

	#mainNav.navbar-shrink {
	    padding-top: 0;
	    padding-bottom: 0;
	    background-color: #ffffff;
	}

	#mainNav.navbar-shrink .logo {
	    width: 165px;
	}

	#mainNav.navbar-shrink .navbar-brand {

	     padding: 6px 0 !important;
	}


}

header.masthead {
  color:black;

}

.home-title-wrapper p
{
    color: #fff;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 360px)
{
  .home-title-wrapper h1
  {
      font-size: 33px;
  }
}
.phone-wrapper {
    text-align: left;
    /* background-color: #e9ebee;
    border-radius: 5px; */
}

.phone-wrapper h1{
    /* text-align: left; */
    /* color: #253267; */
    /* color: #fff;
    font-size: 38px;
    padding: 15px; */
    opacity: 0;
    
}

.input_phone{
  height: 50px;
  font-size: 1.1rem;
}



.elementToAnimate{
    animation: yourAnimation 1.5s forwards 0.5s linear;
}

.phone-wrapper-body{
    background-color: #fff;
    /* padding: 20px 23px; */
    /* margin-top: 20px; */
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 12px 34px 0 rgba(23,35,94,0.1); */
    /* height: 380px; */
    text-align: left;
}

@media screen and (max-width: 381px)
{
  .phone-wrapper-body{
    padding: 0px 8px;
  }


  .table th, .table td {
    padding: 0.5rem;
  }
}

.phone-wrapper-body p:first-child{
      font-weight: 800;
      font-size: 20px;
      margin-bottom: 10px;
}
.phone-wrapper-body p{
    font-size: 17px;
    margin-bottom: 4px;
}

.phone-wrapper-body li {
    font-size: 17px;
    line-height: 1.9;
}

.phone-wrapper-body h2{
    font-size: 25px;
    margin-bottom: 10px;
    color:#fff;
    text-align: center;
    background-color: #2c3e7c;
    font-weight: 500;
    padding: 10px;
}
@media only screen and (max-width: 600px) {
  .phone-wrapper-body h2{
      margin-left: -25px;
      margin-right:-25px;
  }
  h1{
      font-size: 32px;
  }


}
.phone-wrapper-body p{
    margin-left: 10px;
    margin-right:5px;
}
.search-box-wrapper {
    max-width: 440px;
    padding: 30px 23px;
    margin-top: 20px;
    margin: auto;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 12px 34px 0 rgba(23,35,94,0.1);
    height: 580px;
   
}



.search-box-wrapper h2{
  font-size: 27px;
}

.search-box-function{
  margin-top: 10px;
}

.search-box-wrapper-lite {
    /* max-width: 440px; */
    padding: 10px 23px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 12px 34px 0 rgba(23,35,94,0.1);
}

.search-box-wrapper-lite .search-box-function{
  max-width: 300px;
}


.hide{
  display: none;
}

@media screen and (max-width: 991px)
{
  .earth-cover{
    margin-top: -240px;
  }
}
/* Numpad */
.span4
{
    width: 60px;
    float: left;
    margin: 0 8px 10px 8px;
}

/* .phone
{
    margin-top: 15px;
    /*background: #fff;
} */
.tel
{

    border: 0px solid #9e9e9e;
    border-radius: 0px;
	   max-width: 180px;
    margin: auto;
	   margin-bottom: 30px;
    margin-top: 30px;
    font-family: serif;
    font-size: 90px !important;

}
.num-pad
{
	margin: auto;
	/*aangepast*/
    /* padding-left: 32px; */
    max-width: 250px;
}


.num
{
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    height: 60px;
    width:  60px;
   /* background-color: #fff;*/
    color: #333;
    cursor: pointer;
}
.num:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.num_delete
{
    cursor: pointer;
}
.num_delete:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.txt
{
    font-size: 30px;
    text-align: center;
    margin: 10px;
    font-family: 'Lato' , sans-serif;
    line-height: 30px;
    color: #333;
}
.txt_delete
{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Lato' , sans-serif;
    line-height: 30px;
    color: red;
}

.btn
{
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.spanicons
{
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
}
.spanicons:hover
{
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}
.active
{
    color: #3498db;
}

/* End numpad */

.result-box-wrapper {
    max-width: 440px;
    padding: 30px 23px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 12px 34px 0 rgba(23,35,94,0.1);
    /* height: 380px; */
 
}


/* googlemaps */
.googlemaps-box-function{
  margin-top: 10px;
}

.googlemaps-box-wrapper {
    max-width: 440px;
    padding: 30px 23px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 12px 34px 0 rgba(23,35,94,0.1);
    /* height: 380px; */

}


.googlemaps-box-function{
  margin-top: 10px;
}
/* end googlemaps */

/* facebook comment */
.fb_iframe_widget_fluid {
    display: inline;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.popular-countries p{
  font-size: 1.32rem;
  font-weight: 800px;
  padding: 5px 0px;
}

/* Recent/Similar reverse lookup */
.home-section-3 {
    background-image: url(/img/double-grey-shape.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    margin-bottom: 70px;
    padding-top: 100px;
    /* height: 750px; */
}

@media screen and (max-width: 420px)
{
  .home-section-3{
    padding-top: 0px;
  }
}

.recent-lookup p{
  font-size: 14px;
}

.recent-lookup a{
  font-size: 18px;
  margin-left: 2px;
  margin-rigth: 2px;
}

/* Blog Item */

.blog-item
{
    display: flex;
    margin-bottom: 20px;
}

.blog-item .card
{
    overflow: hidden;
    position: relative;
}

.blog-item .card:hover
{
    transition: .3s all ease-in-out;
    box-shadow: 0 15px 45px -9px rgba(0,0,0,0.20);
}

.blog-item .card img
{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item a
{
    text-decoration: none;
    color: black;
}

.blog-item .card:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2.card-title
{
    font-size: 25px;
}


/* End Bottom slide */

/* Content pages*/
.article-body{
  background-color: #fff;
}

.article-text p{
  text-align: left;
  font-size: 15px;
  color:black;
  padding: 15px;
}
.article-text p:first-child{
  font-size: 18px;
  font-weight: 800;
}
.article-title {
    text-align: left;
}

.article-text h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 200;
    text-align: left;
}

/* Looup reverse */
.records-list li{
  list-style-type:none;
  text-align:left;
  font-size: 1.3rem;
}

.record-type-item{
  margin-top:20px;
}

.record-type-item span:nth-child(4) {
    color: green;
}

.record-1{
animation: record-1-animation 0.5s forwards 3s linear;
}
@keyframes record-1-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-1{
  opacity: 0;
  animation: record-loaded-1-animation 0.1s forwards 3.5s linear;
}
@keyframes record-loaded-1-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}


.record-2{
animation: record-2-animation 0.5s forwards 5s linear;
}
@keyframes record-2-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-2{
  opacity: 0;
  animation: record-loaded-2-animation 0.1s forwards 5.5s linear;
}
@keyframes record-loaded-2-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-3{
animation: record-3-animation 0.5s forwards 7s linear;
}
@keyframes record-3-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-3{
  opacity: 0;
  animation: record-loaded-3-animation 0.1s forwards 7.5s linear;
}
@keyframes record-loaded-3-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-4{
animation: record-4-animation 0.5s forwards 8s linear;
}
@keyframes record-4-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-4{
  opacity: 0;
  animation: record-loaded-4-animation 0.1s forwards 8.5s linear;
}
@keyframes record-loaded-4-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-5{
animation: record-5-animation 0.5s forwards 12s linear;
}
@keyframes record-5-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-5{
  opacity: 0;
  animation: record-loaded-5-animation 0.1s forwards 12.5s linear;
}
@keyframes record-loaded-5-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-6{
animation: record-6-animation 0.5s forwards 15s linear;
}
@keyframes record-6-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-6{
  opacity: 0;
  animation: record-loaded-6-animation 0.1s forwards 15.5s linear;
}
@keyframes record-loaded-6-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-7{
animation: record-7-animation 0.5s forwards 17s linear;
}
@keyframes record-7-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-7{
  opacity: 0;
  animation: record-loaded-7-animation 0.1s forwards 17.5s linear;
}
@keyframes record-loaded-7-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.record-8{
animation: record-8-animation 0.5s forwards 19s linear;
}
@keyframes record-8-animation{
0%{
    opacity: 1;
    }
100%{
    opacity: 0;
    display: hide;
    }
}

.record-loaded-8{
  opacity: 0;
  animation: record-loaded-8-animation 0.1s forwards 19.5s linear;
}
@keyframes record-loaded-8-animation{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}

.show-results-lookup{
  opacity: 0;
  animation: record-loaded-8-animation 0.1s forwards 20.5s linear;
}
@keyframes show-results-lookup{
0%{
    opacity: 0;
    }
100%{
    opacity: 1;
    }
}
/* .loading-records-row{
  text-align: center;
} */

.list-gray{
  background-color: #f3f4f7;
}

#contactForm p{
  margin-top: 30px;
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
}

/**** AD Adjust ****/

.responsive-ad-wrapper,
.responsive-ad {
    width: 928px;
    height:280px;
/*    border: 1px solid blue;*/
}

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

    .responsive-ad-wrapper,
    .responsive-ad {
        width: 1107px;
        height: 280px;
      /*  border: 1px solid black;*/
    }

}

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

    .responsive-ad-wrapper,
    .responsive-ad {
        width: 689px;
        height:280px;
       /* border: 1px solid yellow;*/
    }

}

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

    .responsive-ad-wrapper,
    .responsive-ad {
        height:315px;
        width: 336px;
   /*     border: 1px solid red;*/
    }

}