/*
 *  BODY
 *  Elements
 */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #333;
}

*, *:active, *:hover {
    outline: 0;
}


h1, h2, h3, h4, h5, h6, p, a, small, span {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.call-to-action {
    background: #f7672b;
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;    
}

ul.checklist {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.checklist li {
    background: url(img/icon-check.png) no-repeat 0px 6px;
    padding-left: 30px;
    margin-left: 0px;
}

ul.checklist.checklist-round li {
    background: url(img/icon-check-round.png) no-repeat 0px 6px;
    padding: 8px 0px 10px 45px;
    color: #9b4083;
    font-weight: 400;
}
/*
 *  Element
 *  Header
 */

#section-header-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.header {
    padding: 10px 0px;
}
.header .logo {
    float: left;
    width: 30%;
}

.header .menu-mobile-activator { 
    display: none;
}
.header .menu {
    float: right;
    width: 70%;
    text-align: right;
    padding-top: 10px;
}

.header .menu a {
    display: inline-block;
    padding: 0px 15px;
    font-size: 21px;
    color: #333333;
    letter-spacing: -0.5px;
}

.header .menu a:last-of-type {
    padding: 10px 25px;
    color: #fff;
    overflow:  visible;
}

/*
 *  Element
 *  Section
 */
section {    
    padding: 50px 0px;
}
section .title {
    font-size: 50px;
    text-align: center;    
    color: #51a5b6;
    margin-bottom: 15px;
}
section .subtitle {
    text-align: center;    
    color: #999999;
    margin-bottom: 50px;
}

/*
 *  Element
 *  Intro
 */
section.intro {
    background: url(img/bg-intro.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

section.intro .intro-text {
    margin: 50px 0px;
}
section.intro .intro-text .intro-text-title {
    font-size: 38px;
    letter-spacing: -2px;
    font-weight: 400;
}

section.intro .intro-text p {
    margin: 30px 0px;
}

section.intro #slider {}
section.intro #slider .slider-item {
    margin: 15px;
}
section.intro .slick-prev {
    width: 32px;
    height: 60px;
    background: url(img/arrow-left.png);
    left: -55px;
}

section.intro .slick-next {
    width: 32px;
    height: 60px;
    background: url(img/arrow-right.png);
    right: -55px;
}
section.intro .slick-prev:before,
section.intro .slick-next:before {
    content: none;
}

section.intro .slick-prev:hover,
section.intro .slick-next:hover {
    opacity: .5;
}

section.intro .slick-dots li button:before {
    color: #9b4083;
    font-size: 12px;
}
 
/*
 *  Element
 *  Services
 */
section.services {}
section.services .title {
}

section.services .subtitle {
}

section.services .service {
    margin-bottom: 50px;
}
section.services .service .service-name {
    color: #9b4083;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

section.services .service .service-details {
    color: #999;
    margin-bottom: 15px;
    font-size: 15px;
}




/*
 *  Element
 *  Advantages
 */

section.advantages {
    background: #faf8f8;
}

section.advantages .advantages-advantage {
    text-align: center;
}
section.advantages .advantages-advantage .advantages-advantage-icon {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 30px;


}
section.advantages .advantages-advantage .advantages-advantage-icon img {
    height: 30px;
    width: 30px;
}
section.advantages .advantages-advantage .advantages-advantage-name {
    color: #51a5b6;
    font-weight: 600;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 5px;
}
section.advantages .advantages-advantage .advantages-advantage-text{}


/*
 *  Element
 *  Prices
 */
section.price {}
section.price .title {
    color: #9b4083;
}

section.price .price-text .price-text-price {
    font-size: 50px;
    color: #9b4083;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 30px;
}
section.price .price-text .price-text-price span {
    color: #999;
    font-size: 30px;
    margin-left: 10px;
    font-weight: 300;
}
section.price .price-text .price-text-text {
    color: #999999;
}

section.price .price-text .price-text-text strong {
    font-weight: 500;
}
 
/*
 *  Element
 *  Teaser
 */
section.teaser {
    background: url(img/bg-teaser.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}
section.teaser .title {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

section.teaser .subtitle {
    color: #fff;
    margin-bottom: 30px;
}

/*
 *  Element
 *  Contact
 */
section.contact {}
section.contact .title {
    color: #666666;
}

section.contact form {}
section.contact form .row {
    margin: 15px 0px;
}
section.contact form label {
    display: block;
    font-weight: 300;
    text-align: right;
    padding: 10px 15px;
}
section.contact form input[type=text],
section.contact form input[type=email],
section.contact form input[type=phone],
section.contact form textarea
{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(239, 239, 239);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.09);display: block;
    width: 100%;
    padding: 10px 15px;
}

section.contact form textarea {
    height: 100px;
}

/*
 *  Element
 *  Footer
 */
section.footer {
    border-top: 1px solid rgb(230,230,230);
    padding: 15px 0px;
    text-align: center;
    color: #999;
}

section.footer .menu {
    text-align: right;
}

section.footer .menu a {
    display: inline-block;
    padding: 0px 15px;
    font-size: 21px;
    color: #333333;
    letter-spacing: -0.5px;
}


 
/*
 *  Element
 *  Call to actions
 */


.call-to-action {
    background: #f7672b;
    padding: 10px 25px;
    font-size: 21px;
    border-radius: 30px;
    color: #fff;    
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    border: none;
}

.call-to-action:hover {
    text-decoration: none;
    color: #fff;
}
.call-to-action:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.call-to-action:hover::after {
  animation: ripple 1s ease-out;
}

.animated-hidden{
     opacity:0;
}
.animated-visible{
     opacity:1;
}


/* Fixed mobile CTA */
.fixed-mobile-cta {
    text-align: center;
    position: fixed;
    padding: 10px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.fixed-mobile-cta {}





/*
 *  MEDIA QUERY
 *  Laptops
 */

@media (max-width: 1370px) {    
    
}

/*
 *  MEDIA QUERY
 *  Tablet landscape
 */

@media (max-width: 1024px) { 
   section.intro img {
        width: 100%;
   }
}

/*
 *  MEDIA QUERY
 *  Tablet portrait
 */

@media (max-width: 980px) { 
     
}

@media (max-width: 768px) {
    .header .menu {
        width:80%;
    }
    
    .header .logo {
        width: 20%;
    }
    
    .header .logo img {
        width: 100%;
    }
}
/*
 *  MEDIA QUERY
 *  Mobile
 */
@media (max-width: 700px) {
    
    /* Header */
    .header .logo {
        float: none;
    }
    
    .header .logo img {
        width: 120px;
    }
    
    .header .menu {
        display: none;
        position: fixed;
        top: 70px;
        left: 0px;
        background: rgb(240,240,240);
        width: 100%;
        float: none;
        z-index: 2;
        padding: 15px;
    }
    
    .header .menu a {
        display: block;
        text-align: center;
        padding: 10px 0px;
        margin: 0px 15px;
        font-weight: 400;
    }
    
    .header .menu-mobile-activator {
         width: 32px;
         height: 32px;
         background: url(img/icon-menu.png) no-repeat;
         position: absolute;
         right: 10px;
         top: 20px;
         opacity: .2;
         display: block;
         
     }
     
     .header .menu-mobile-activator.active {
         opacity: 1;
     }
    
    /* Section */
    section .title {
        font-size: 30px;
        letter-spacing: -2px;
        font-weight: 400;
        text-align: left;
    }
    section .subtitle {
        text-align: left;
    }
    
    /* Intro */
    
    section.intro .slick-next {
        right: 5px;
    }
    
    section.intro .slick-prev {
        left: 5px;
    }
    
    section.intro img {
        display: none;
    }
    
    section.intro .intro-text .intro-text-title {
        font-size: 30px;
    }
    
    section.intro .intro-text {
        text-align: left;
        margin: 0px;
    }
    
    
    
    /* Price */
    section.price .price-text .price-text-price {
        text-align: center;
    }
    
    /* Contact */
    section.contact form label {
        text-align: left;
    }
    
    
    /* Services */
    section.services .service-mobile-img {
        display: block;
    }
    
    section.services .service-mobile-img img {
        margin: 0px auto;
        width: 50%;
    }
    
    section.services .service .service-name {
        text-align: center
    }
    
    section.services .service .service-details {
        text-align: center;
    }
    
    
    section.footer {
        margin-bottom: 80px;
    }
}