/* dentsply.css 
======================================== */

/* type&colors */

.dentsply-blue {
	color: #1E5CB3;
}

.bg {
	background: #fafafa;
}

.dark-bg {
    background: #202021;
}

.kiss {
    color: #DC1868;
}

h2.product-title {
	font-size: 6rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.product p {
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 2.1875rem;
}

a.here {
	text-transform: uppercase;
}

a.here:hover {
	opacity: 0.8;
}

/* btn-dentsply */

.btn-dentsply {
    color: #fff;
    background-color: #1E5CB3;
    border-color: #1E5CB3;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px #4D5D81;
    border-radius: 3px;
    font-size: 20px;
    padding: 1rem 1.5rem .5rem;
    margin-top: 30px;
}

.btn-dentsply:hover, .btn-dentsply:focus, .btn-dentsply:active {
    color: #fff;
    background-color: #1E5CB3CC;
    border-color: #1E5CB3;
}

.btn-dentsply.focus, .btn-dentsply:focus {
    box-shadow: 0 0 0 .2rem #4D5D81;
}

.btn-dentsply:not(:disabled):not(.disabled).active, .btn-dentsply:not(:disabled):not(.disabled):active, .show > .btn-dentsply.dropdown-toggle {
    color: #fff;
    background-color: #1E5CB3;
    border-color: #1E5CB3;
}

.btn-dentsply:not(:disabled):not(.disabled).active:focus, .btn-dentsply:not(:disabled):not(.disabled):active:focus, .show > .btn-dentsply.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #4D5D81;
}

/* main styles */

.product {
    margin-top: 147px;
}

.product .hero {
    text-align: center;
    background: #f7f7f7;
    height: 350px;
}

.product-logo {
    margin-top: 80px;
    padding: 0px 30px;
    max-width: 230px;
}

.product-image {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 700px;
}

.product-intro p {
    padding-top: 200px;
    padding-bottom: 100px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.8125rem;
    text-align: center;
}

@media screen and (max-width: 991px) {

	.product {
    	margin-top: 92px;
	}

}

@media screen and (max-width: 768px) {

	.product-image {
    	max-width: 400px;
	}

	.product .hero {
    	height: 380px;
	}

	.product-intro p {
	    padding-top: 50px;
	    padding-bottom: 40px;
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

}

@media screen and (max-width: 414px) {

	.product .hero {
    	height: 330px;
	}

	.product-image {
    	max-width: 300px;
	}

	.product-intro p {
	    padding-top: 80px;
	    padding-bottom: 40px;
	}

}

.section-1 {
    background: #080b14 url(../images/kiss-bg.jpg);
    background-repeat: no-repeat;
    background-position: 150px 0px;
    background-size: cover;
}

.section-1 .container {
    padding-top: 250px;
    padding-bottom: 250px;
    max-width: 1340px!important;
}

.section-1 p {
    color: #fff;
}


@media screen and (max-width: 1024px) {

    h2.product-title {
        font-size: 3rem;
    }

    .section-1 {
        background-image: none;
    }

}

@media screen and (max-width: 768px) {

    .section-1 .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-1 {
        text-align: center;
    }

    .section-1 p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

}

.section-2 {
    margin-top: 0px;
}

.section-2 .img-bg {
    background: url(../images/dentsply-01.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
}

.section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
}


ul.product-features {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.product-features li {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px 0px 0px 16px;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 300;
}

.product-features li {
    border-left: 4px solid #1E5CB3; 
}


@media screen and (max-width: 767px) {

    .section-2 {
        margin-top: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section-2 .col-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-2 .img-bg {
        height: 30vh;
        background-position: center bottom;
        background-size: contain;
    }

    h2.product-title {
        text-align: center;
    }

    ul.product-features {
        margin-left: 30px;
    }

}


.section-3 {
    margin-top: 0px;
    background: #f7f7f7;
}

.section-3 .container {
    max-width: 1300px;
}

.section-3 .img-bg {
    background: url(../images/celtra-press-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
}


@media screen and (max-width: 767px) {

    .section-3 .col-b {
        order: 2;
    } 

    .section-3 {
        margin-top: 0px;
    }

    .section-3 .col-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-3 .img-bg {
        height: 30vh;
        background-position: center bottom;
        background-size: contain;
    }

}


.section-4 {
    margin-top: 0px;
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-4 .container {
    max-width: 1300px;
}

.section-4 .img-bg {
    background: url(../images/multi-mat-01.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
}

.section-4 .col-a {
    padding-top: 130px;
    padding-bottom: 130px;
}

/* btn-dentsply */

.btn-dentsply {
    color: #fff;
    background-color: #0069B3;
    border-color: #0069B3;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px #042136;
    border-radius: 3px;
    font-size: 20px;
    padding: 1rem 1.5rem .5rem;
    margin-top: 30px;
}

.btn-dentsply:hover, .btn-dentsply:focus, .btn-dentsply:active {
    color: #fff;
    background-color: #0069B3CC;
    border-color: #0069B3;
}

.btn-dentsply.focus, .btn-dentsply:focus {
    box-shadow: 0 0 0 .2rem #042136;
}

.btn-dentsply:not(:disabled):not(.disabled).active, .btn-dentsply:not(:disabled):not(.disabled):active, .show > .btn-dentsply.dropdown-toggle {
    color: #fff;
    background-color: #0069B3;
    border-color: #0069B3;
}

.btn-dentsply:not(:disabled):not(.disabled).active:focus, .btn-dentsply:not(:disabled):not(.disabled):active:focus, .show > .btn-dentsply.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #042136;
}


@media screen and (max-width: 767px) {

    .section-4 .col-b {
        order: 2;
    } 

    .section-4 {
        margin-top: 0px;
    }

    .section-4 .col-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-4 .img-bg {
        height: 30vh;
        background-position: center bottom;
        background-size: contain;
    }

    .btn-dentsply {
        margin-left: 25px;
    }

}


.section-5 {
    margin-top: 0px;
    padding-top: 130px;
    padding-bottom: 130px;
    background: #f7f7f7;
}

.section-5 .container {
    max-width: 1300px;
}

.section-5 .img-bg {
    background: url(../images/injoy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
}


@media screen and (max-width: 767px) {

    .section-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-5 .col-b {
        order: 2;
        text-align: center;
    } 

    .section-5 {
        margin-top: 0px;
    }

    .section-5 .col-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-5 .img-bg {
        height: 30vh;
        background-position: center bottom;
        background-size: contain;
    }

    .section-5 ul.product-features {
        text-align: left;
    }

}


.section-6 {
    margin-top: 0px;
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-6 .container {
    max-width: 1300px;
}

.section-6 .img-bg {
    background: url(../images/cercon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
}

.section-6 .col-a {
    padding-top: 130px;
    padding-bottom: 130px;
}



@media screen and (max-width: 767px) {

    .section-6 .col-b {
        order: 2;
    } 

    .section-6 {
        margin-top: 0px;
    }

    .section-6 .col-b {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-6 .img-bg {
        height: 30vh;
        background-position: center bottom;
        background-size: contain;
    }

}