/*
Boxer Template
http://www.templatemo.com/preview/templatemo_446_boxer
*/

body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2em!important;
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
		padding-top:5px
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
	
#home .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }	
	
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
/* #feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    } */

/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#samples
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#samples h2
    {
        padding-bottom: 20px;
    }
#samples .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }	
	
/* end download */


/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
		color: #FFFFFF; 
		}
			
		
#contact address .fa:hover {
    background: #28a7e9;
    color: #0;
	text-decoration:none}	
		
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }

/* Added 02-09-2020 */

#form-messages
    {
        margin-bottom: 10px;
        margin-left: 20px;
    }
#form-messages .fa-times-circle 
    {
        color: #d10a10;
        font-size: 22px;
        margin-left: 2px;
    }

#form-messages .fa-check-circle 
    {
        color: #57A608;
        font-size: 22px;
        margin-left: 2px;
    }

#form-messages .error-message,#form-messages .success-message
    {
        font-weight: 600;
        margin-left: 10px;
        position: absolute;
        padding: 1px;
    }

#form-messages .circle-background 
    {
        background-color: white;
        width: 22px;
        height: 22px;
        border-radius: 100px;
        position: absolute;
    }

#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
		
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

.error { font-size:13px; line-height:22px; color:red;  border:2px solid red; background:#fff; padding:5px; width: 93.9%; margin: 0 0 0 15px;}

.success{ font-size:13px; line-height:22px; color:green; border:2px solid green; background:#fff; padding:5px; width: 93.9%; margin: 0 0 0 15px;}


/* Start functie overzicht */
/* aanpassingen 3-9*/

#feature .fa-paper-plane, #feature .fa-rocket
{
    background: #28a7e9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 5px;
}

#feature .fa-download {
    margin-right: 10px;
}

.functionFlip {
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.functionFlip div {
    backface-visibility: hidden;
    outline: none;
}

.functionFlip .front {
    background-color: white;
    border: solid #e9e9e9 1px;
    position: absolute;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 0%;
    padding-left: 4%;
    padding-right: 0%;
    height: inherit;
}

.functionFlip .back {
    background-color: white;
    border: solid #e9e9e9 1px;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 2%;
    padding-right: 2%;
    transform: rotateY( 180deg );
}

.functionFlip.flipped {
    transform: rotateY( 180deg );
}

/* Added 04-09-2020 */

#feature .flipBack {
    font-size: 23px;
    cursor: pointer;
    float: right;
    z-index: 5;
    margin-top: 1%;
}

#feature .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* Added 07-09-2020 */

#feature .slick-dots {
    width: 25%;
    padding-top: 2%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    bottom: -2%;
}

#feature .slick-dots li.slick-active button:before {
    color: #ff7800;
}

#feature .slick-dots li button:before {
    font-size: 14px;
}

.slick-prev:before, .slick-next:before {
    position: absolute;
    color: #337ab7 !important;
    font-size: 40px !important;
    opacity: 1 !important;
}

.slick-prev {
    top: 90% !important;
    left: -1% !important;
    z-index: 10 !important;
    padding: 2% !important;
}

.slick-next {
    top: 90% !important;
    right: 3% !important;
    z-index: 10 !important;
    padding: 2% !important;
}

/* Added 10-09-2020 */

#feature .functieTitleFront {
    width: 98%; 
    display: inline-block;
}

#feature .functieTitleFront img {
    width: 20%; 
    float: left;
    margin-left: -1%;
    margin-top: 1%;
}

#feature .functieTitleFront h2 {
    float: left; 
    font-size: 32px;
    margin-left: 2%;
    text-transform: uppercase;
}

#feature .functieTxtFront {
    width: 50%;
    float: left;
    padding-left: 0%;
}

#feature .functieTxtFront p:first-of-type {
    font-weight: 600;
    margin-bottom: 7.5%;
}

#feature .functieTxtFront p~p~p {
    margin-top: 5%;
}

#feature .functieTxtFront p~p~p span {
    float: none;
}

#feature .functieTxtFront p+p+span {
    float: left;
}

#feature .functieTxtFront p {
    padding-top: 2%;
}

#feature .functieImgFront {
    width: 50%;
    float: left;
}

#feature .functieImgFront img {
    max-width: 75%;
    padding-top: 3%;
    margin-left: 15%;
}

#feature .functieBtn {
    width: 25%;
    float: left;
    margin-top: -3.5%;
    padding-left: 0%;
    margin-bottom: 2%;
}

#feature .functieTitleBack {
    width: 95%; 
    display: inline-block;
    padding-left: 1%;
    text-transform: uppercase;
}

#feature .functieTxtBack {
    width: 55%;
    float: left;
    padding-left: 1.5%;
}

#feature .functieImgBack {
    display: inline-block;
    width: 40%;
    padding: 1.5%;
    margin-left: 3%
}

#feature .functieImgBack img {
    width: 100%;
}

#feature .functieTxtBack p {
    font-weight: 600;
}

#feature .functieList {
    width: 55%;
    float: left;
    padding-left: 1%;
    margin-top: -1%;
}

#feature .functieList .fa {
    font-size: 23px;
    color: #28A7E9;
}

#feature .functieList li:first-of-type {
    margin-top: 4%;
}

#feature .functieList li {
    margin-top: 6%;
}

#feature .functieList .fa-li {
    position: relative !important;
    left: 0em !important;
    top: -0.1em !important;
    margin-left: -6%;
}

#feature .functieList .fa-liTwo {
    position: relative !important;
    left: 0em !important;
    top: 0.5em !important;
    margin-left: -6%;
}

#feature .functieList span {
    margin-right: 2%;
}

/* Mobile Potrait */
@media screen and ( max-width: 767px ) {
    
    .functionFlip .back, .functionFlip .front {
        height: inherit;
    }
    
    .functionFlip .front {
        padding-right: 4%;
    }
    
    /* Added 07-09-2020 */
    
    #feature .functieTitleFront h2 {
        line-height: 30px;
        margin-left: -1%;
    }
    
    #feature .functieTitleBack h2 {
        font-size: 18px;
        line-height: 25px;
    }
        
    #feature img {
        display: none;
    }
        
    #feature .slick-dots {
        width: 45%;
        bottom: -2%;
    }
        
    #feature .slick-dots li button:before {
        font-size: 10px;
    }
    
    /* Added 10-09-2020 */
    
    .slick-prev {
        top: 91% !important;
        left: 1% !important;
    }

    .slick-next {
        top: 91% !important;
        right: 12% !important;
    }
    
    #feature .functieTitleFront {
        width: 95%; 
    }

    #feature .functieTitleFront img {
        width: 95%; 
    }

    #feature .functieTxtFront {
        width: 100%;
        padding-left: 0%;
    }

    #feature .functieImgFront {
        width: 95%;
    }

    #feature .functieBtn {
        width: 25%;
        margin-top: 8.5%;
        margin-bottom: 5%;
        padding-left: 1%;
        float: left;
    }
    
    #feature .functieTitleBack {
        width: 90%; 
    }

    #feature .functieTxtBack {
        width: 100%;
    }
    
    #feature .functieList {
        width: 100%;
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 5%;
    }
    
    #feature .functieList .fa-li {
        position: absolute !important;
        left: -2.14285714em !important;
        width: 2.14285714em !important;
        top: .14285714em !important;
        text-align: center !important;
        margin-left: 0%;
    }

    #feature .functieImgBack {
        width: 95%;
    }
    
    #feature .functieTxtFront p~p~p span {
        float: left;
    }
    
    /* Added 14-09-2020 */
    
    #feature .functieList .fa-li {
        position: relative !important;
        left: 0em !important;
        top: -0.1em !important;
        margin-left: -6%;
    }

    #feature .functieList .fa-liTwo {
        position: relative !important;
        left: 0em !important;
        top: 0.5em !important;
        margin-left: -5%;
        margin-bottom: 7%; 
    }
    
    #feature .functieList .fa-shield {
        margin-bottom: 120%;
    }
    
    #feature .functieList .magic, #feature .functieList .code, #feature .functieList .calendar, #feature .functieList .mapmarker, #feature .functieList .clock, #feature .functieList .minus {
        top: 0.5em !important;
    }
    
    #feature .functieList .list {
        top: 1.5em !important;
    }
    
    #feature .functieList .plus {
        top: 1.3em !important;
    }
    
    #feature .functieList .shield {
        top: 2em !important;
    }
    
    #feature .functieList .at, #feature .functieList .sortAmount {
        top: 0.7em !important;
    }
}


/* Tablet Potrait */
@media screen and (min-width: 768px) and (max-width : 1023px) {
    
    .functionFlip .front {
        height: inherit;
    }
        
    #feature .slick-dots {
        width: 45%;
    }
    
    #feature .functieImgFront img {
        margin-left: 0%;
        max-width: 95%;
        padding-top: 3%;
        margin-top: 0%;
    }
    
    #feature .functieBtn {
        float: none;
        margin-bottom: 2.5%;
    }
    
    #feature .functieTxtFront p~p~p span {
        float: left;
        margin-bottom: 5%;
    }
    
    #feature .functieTitleFront img {
        width: 29%;
    }
    
    #feature .functieTitleFront h2 {
        font-size: 28px;
    }
    
    #feature .functieTitleBack h2 {
        font-size: 22px;
    }
    
    #feature .functieTxtBack {
        width: 51%;
    }
    
    #feature .functieList {
        width: 51%;
        margin-bottom: 1%;
        margin-left: -1%;
    }
    
    #feature .functieImgBack {
        width: 49%;
        margin-left: 0%;
        margin-top: 0.75%;
    }
    
    #feature .functieImgBack img {
        margin-top: -1%;
    } 
    
    .slick-next {
        right: 5% !important;
    }
        
    #feature .functieList .magic, #feature .functieList .code, #feature .functieList .calendar, #feature .functieList .mapmarker, #feature .functieList .clock, #feature .functieList .minus {
        top: 0.5em !important;
    }
        
    #feature .functieList .list {
        margin-bottom: 6%;
        top: 1.5em !important;
    }
    
    #feature .functieList .shield {
        margin-bottom: 13%;
        top: 2em !important;
    }
    
    #feature .functieList .at, #feature .functieList .sortAmount {
        top: 0.7em !important;
    }
    
    #feature .functieList .plus {
        margin-bottom: 6%;
        top: 1.3em !important;
    }
}

/* Tablet Landscape */

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    
    .functionFlip .front {
        height: inherit;
    }
    
    #feature .functieList li {
        margin-top: 4%;
    }
    
    #feature .functieList .magic, #feature .functieList .sortAmount, #feature .functieList .mapmarker, #feature .functieList .clock {
        top: 0.7em !important;
    }
}

/* Mobile Landscape */

@media only screen and (max-width : 767px) and (orientation : landscape) { 
    
    .functionFlip .front {
        height: inherit;
    }
    
    #feature .functieTitleFront img {
        display: inherit;
        width: 29%;
    }
    
    #feature .functieTitleFront h2 {
        line-height: 22px;
        font-size: 23px;
        margin-left: 2%;
    }
    
    #feature .functieTxtFront p:first-of-type {
        margin-bottom: 0%;
    }
    
    #feature .functieTxtFront p~p~p {
        margin-top: 0%;
    }
    
    #feature .functieBtn {
        float: none;
        margin-top: 37.5%;
        margin-bottom: 2.5%;
    }
    
    #feature .functieList {
        padding-right: 2%;
        padding-left: 2%;
        margin-left: 0%;
    }
    
    #feature .functieTitleBack {
        margin-left: 0.5%;
    }
    
    #feature .functieList .magic, #feature .functieList .code, #feature .functieList .check, #feature .functieList .trash, #feature .functieList .at ,#feature .functieList .calendar, #feature .functieList .mapmarker, #feature .functieList .clock, #feature .functieList .minus {
        top: -0.1em !important;
    }
    
    #feature .functieList .list, #feature .functieList .plus, #feature .functieList .shield {
        top: 0.75em !important;
    }
    
    #feature .functieList .sortAmount {
        top: 0.1em !important;
    }
    
    #feature .functieList .trash {
        margin-left: -6%;
    }
    
    #feature .functieImgBack {
        display: none;
    }
    
    .slick-next {
        right: 7% !important;
    }
    
}

/* Added 17-09-2020 */

@media only screen and (min-width : 1025px) and (max-width : 1199px) {
    
    #feature .functieTxtFront p:first-of-type {
        margin-bottom: 2%;
    }
    
    #feature .functieTxtFront p~p~p {
        margin-top: 2%;
    }
    
    #feature .functieBtn {
        margin-top: -4%;
        margin-bottom: 2%;
    }
    
    #feature .functieTitleFront img {
        width: 23%;
    }
    
    #feature .functieTitleBack h2 {
        font-size: 28px;
    }
    
    #feature .functieImgBack {
        padding-top: 2%;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1024px) {
    
    #feature .functieTxtFront p:first-of-type {
        margin-bottom: 2%;
    }
    
    #feature .functieTxtFront p~p~p {
        margin-top: 2%;
    }
    
    #feature .functieImgFront img {
        margin-left: 10%;
    }
    
    #feature .functieBtn {
        margin-top: -4%;
        margin-bottom: 2%;
        float: left;
    }
    
    #feature .functieTitleFront img {
        width: 23%;
    }
    
    #feature .functieTitleBack h2 {
        font-size: 28px;
    }
    
    #feature .functieImgBack {
        max-width: 40%;
        margin-left: 3%;
    }
    
    #feature .functieTextBack {
        width: 51%;
    }
}


/* Einde functie overzicht */