/*home*/

/*
Merlin - Responsive One Page Template
Version: 1.0
By: Hasan Alibegic, hasan461@gmail.com
License: Apache License v2.0
*/


html {
    font-size: 17px;
}

body {
    font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -.02rem;
}

*,
*:focus {
    outline: none !important;
}

a {
    color: #2d2d2d;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #0c86b6;
    text-decoration: none;
}

.hiding {
    opacity: 0;
}

.showing {
    opacity: 1;
}

.img-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-white {
   color: #13bfc0;
    background: #fff;
}

.btn-blue {
    color: #fff;
    background: #227fe8;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background: #233b6f;
}

.btn-green {
   color: #fff;
    background: #8bcb2d;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background: #8bcb2d;
}

.btn-dark {
    color: #fff;
    background: #233b6f;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background: #233b6f;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    text-indent: -9999rem;
    border-radius: 50%;
    background: #233b6f;
    background: -moz-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -webkit-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -o-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: -ms-linear-gradient(left, #233b6f 10%, rgba(35,59,111, 0) 42%);
    background: linear-gradient(to right, #233b6f 10%, rgba(35,59,111, 0) 42%);
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    content: "";
    background: #233b6f;
    border-radius: 100% 0 0 0;
}

.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 94%;
    height: 94%;
    content: "";
    background: #fff;
    border-radius: 50%;
}


.navbar-light {
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.navbar-light .navbar-brand {
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link:focus {
    color: #13bfc0;
    background: transparent;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom-color: transparent;
}

.page {
    position: relative;
    overflow: hidden;
}

.page .content {
    margin-top: 4rem;
    margin-bottom: 4rem;
    /*margin-left: 4rem;*/
}

.page .content.cover {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.page .border {
    width: 6rem;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #8bcb2d;
}

.page.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background: #ffffff; */
}

.page.overlay .content {
    position: relative;
    z-index: 1;
    /*background: #ffffff; */
}
/*
.filter-blur {
-webkit-filter: blur(5px);
filter: url(#effect-blur-1);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'effect-blur-1\'><feGaussianBlur stdDeviation=\'15\' /></filter></svg>#effect-blur-1");
margin: 20px;cursor: pointer;
box-shadow: 5px 1px 5px #000000;
}

.filter-blur-none {
-webkit-filter: none;
filter: none;
}

.background-image {
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url('../img/cover/corp_benefits_toddler.jpg');
  width: 1200px;
  height: 800px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-left: 20px;
  margin-right: 20px;
}
*/

.home-1 {
    display: block;
    padding: 0;
    color: #fff;
    background-image: url(https://babysitter.weneeddatenight.com/roster/s/main/img/cover/corp_benefits_toddler_2c.png);
    /*background-image: url(https://dev22.weneeddatenight.com/REPO/babysitter_server/roster/s/main/img/cover/corp_benefits_mom.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:400px;
}

.home-1 h1 {
    font-size: 4rem;
    line-height: 1;
    margin-top:200px;
/*    width:50%;
    float:right;
*/
}

.home-2 {
    display: none;
    padding: 0;
    color: #fff;
    background-image: url(https://babysitter.weneeddatenight.com/roster/s/main/img/cover/corp_benefits_mom.jpg);
    /*background-image: url(https://dev22.weneeddatenight.com/REPO/babysitter_server/roster/s/main/img/cover/corp_benefits_toddler_2c.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:400px;
}

.home-2 h1 {
    font-size: 4rem;
    line-height: 1;
    margin-top:200px;
/*    width:50%;
    float:right;
*/
}

.circle {
    display: none;
    margin-top: -85px;
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
}

.quarter {
    display: inline-block;
    width: 150px;
    height: 150px;
}

.top-left {
    /*background:#13bfc0;*/
    border: solid#13bfc0 2px;
    /*margin: 2px; */
    border-top-left-radius: 160px;
    margin-bottom: -2px;"
}
.top-right {
    /*background: #0072b0;*/
    border: solid#0072b0 2px;
    /*margin: 2px;*/
    border-top-right-radius: 160px;
    margin-bottom: -2px;
}

.bottom-left {
   /* position: absolute;
    left: 403px;*/
    /*background:#8BCB2D;*/
    border: solid#8BCB2D 2px;
    /*margin: 2px;*/
    border-bottom-left-radius: 160px;
    margin-top: -2px;
}
.bottom-right {
   /* position: absolute;
    right: 403px;*/
    /*background:#FF8300;*/
    border: solid#FF8300 2px;
    /*margin: 2px;*/
    border-bottom-right-radius: 160px;
    margin-top: -2px;"
}

.brain {
    position: absolute;
    top: 32px;
    right: 51px;
}
.piggy {
    position: absolute;
    top: 32px;
    left: 51px;
}
.paper {
    position: absolute;
    bottom: 32px;
    left: 51px;
}
.list {
    position: absolute;
    bottom: 32px;
    right: 51px;
}

/*.apple-button {
    width: 26%;
}
.google-button {
    width: 30%;
}*/
/*.homeToggle {
    position: absolute;
    right: 30px;
    top: 350px;
}
.corpToggle {
    position: absolute;
    left: 30px;
    top: 350px;
}*/


 .title-top {
        margin-top: -215px;
    }

.corp-nav .navbar-brand:after {
   content: '\f101';
   font-family: 'FontAwesome';
   font-size: 14px;
   font-size: 25px;
   vertical-align: -2px;
   color: #13bfc0
}

.personal-nav .navbar-brand:before {
   content: '\f100';
   font-family: 'FontAwesome';
   font-size: 14px;
   font-size: 25px;
   vertical-align: -2px;
   color: #13bfc0
}

#services {
    background: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

#services .service i {
    margin-top: 4rem;
}

#services .service:hover i {
    color: #8bcb2d;
}

#work .heading p {
    margin-bottom: 4rem;
}
#evidence .heading p {
    margin-bottom: 4rem;
}
#evidence .heading h2 {
    text-align:center;
}

#portfolio {
    width: 100%;
}

#portfolio .filters {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#portfolio .filters li a {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#portfolio .filters li a:hover,
#portfolio .filters li a:focus {
    color: #333;
}

#portfolio .filters li a.active {
    color: #227fe8;
}

#portfolio .items li {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

#portfolio .items li a img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#portfolio .items li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

#portfolio .items li a .overlay span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

#portfolio .items li a:hover .overlay {
    opacity: 1;
}

#portfolio .items li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#clients {
    color: #fff;
    background: #233b6f;
}

#testimonials .item {
    margin-bottom: 2rem;
}

#testimonials .quote {
    padding: 0 2rem;
}

#testimonials .quote:before {
    margin-right: 1rem;
    font-family: fontawesome;
    content: "\f10d";
}

#testimonials .client {
    color: #ccc;
}

#testimonials .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

#testimonials .carousel-indicators li {
    width: .8rem;
    max-width: .8rem;
    height: .8rem;
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus {
    border-color: #fff;
}

#testimonials .carousel-indicators .active {
    background: #f5b76a;
    border-color: #fff;
}

#about .content {
    margin-bottom: 0;
}

#about .teammate {
    /*margin-top: 4rem;*/
    /*margin-bottom: 4rem;*/
}

#about .teammate .profile-photo {
    overflow: hidden;
}

#about .teammate .profile-photo img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#about .teammate:hover .profile-photo img,
#about .teammate:focus .profile-photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#about .teammate .bio .border {
    height: 1px;
}

#about .teammate .bio ul {
    margin-bottom: 0;
}

#about .teammate .bio a {
    color: #666;
}

#about .teammate .bio a:hover,
#about .teammate .bio a:focus {
    color: #222;
}

#contact {
    /*background: url(../img/cover/Elize_varia_2_cropped.jpeg);*/
    background-color: #13bfc0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contact,
#contact a,
#contact a:hover,
#contact a:focus {
    color: #fff
}

#contact .heading .border {
    background: #fff
}

#contact a {
    display: block;
}

#contact i {
    margin: 4rem 0 1rem;
}

#footer {
    padding: 4rem 0;
    color: #ccc;
    text-align: center;
    background: #233b6f;
}

#footer a,
#footer a:hover,
#footer a:focus {
    color: #fff;
}

#footer .social {
    margin-bottom: 1rem;
}

#footer .social li .facebook:hover,
#footer .social li .facebook:focus {
    color: #3b5998
}

#footer .social li .twitter:hover,
#footer .social li .twitter:focus {
    color: #00aced
}

#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus {
    color: #d34836
}

#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus {
    color: #ea4c89
}

#footer .copyright {
    margin-bottom: 0;
}

.work .title {
    color: #222;
}


/* Venobox

.vbox-container {
    overflow: hidden;
}*/


 /*Animations */

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


 /*sign up time line */

.sign-up {
  /*min-width: 300px;*/
  max-width: 600px;
  margin: auto;
}
.sign-up p {
  font-size: 1.25em;
  line-height: 1.25em;
  border-top: 2px solid#13bfc0;
  /*-o-border-image: linear-gradient(to right, #13bfc0 0%, #13bfc0 100%);
     border-image: linear-gradient(to right, #13bfc0 0%, #13bfc0 100%);
  border-image-slice: 1;
  /*border-width: 3px;*/
  margin: 0px;
  padding: 30px;
  counter-increment: section;
  position: relative;
  color: grey;
}
.sign-up p strong {
    color: #13bfc0;
}
.sign-up p:before {
  content: counter(section);
  position: absolute;
  border: 4px solid#13bfc0;
  border-radius: 50%;
  padding: 13px;
  height: 2em;
  width: 2em;
  font-weight: bold;


  background-color: #13bfc0;
  text-align: center;
  line-height: .25em;
  color: #ffffff;
  font-size: 1em;
}
.sign-up p:nth-child(odd) {
  border-right: 2px solid#13bfc0;
  /*padding-left: 0;*/
}
.sign-up p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}
.sign-up p:nth-child(even) {
  border-left: 2px solid#13bfc0;
  /*padding-right: 0;*/
}
.sign-up p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}
.sign-up p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sign-up p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


/* Responsive style */

@media (min-width: 576px) {
    .page .content.cover {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    #portfolio .items li {
        width: 50%;
    }
    #testimonials .quote {
        padding: 0 4rem;
    }
}

@media (max-width: 576px) {
   .title-top {
    margin-top: 0px;
    }
    .title-top img {
        width: 90%;
    }
    .sign-up {
        width: 88%;
    }
}

@media (min-width: 768px) {
    .page .content.cover {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    #portfolio .items li {
        width: 25%;
    }
    #testimonials .quote {
        padding: 0 8rem;
    }
}

@media (min-width: 992px) {
    .page .content.cover {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #testimonials .quote {
        padding: 0 12rem;
    }
    .circle {
        display: block;
    }
}
