/* xive.css 
======================================== */

/* type&colors */

.xive-red {
	color: #EE2526;
}

.bg {
	background: #fafafa;
}

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 {
	color: #EE2526;
	opacity: 0.8;
}

/* btn-xive */

.btn-xive {
    color: #fff;
    background-color: #EE2526;
    border-color: #EE2526;
    text-transform: uppercase;
    box-shadow: 0px 2px 0px #814D53;
    border-radius: 3px;
    font-size: 20px;
    padding: 1rem 1.5rem .5rem;
    margin-top: 30px;
}

.btn-xive:hover, .btn-xive:focus, .btn-xive:active {
    color: #fff;
    background-color: #EE2526CC;
    border-color: #EE2526;
}

.btn-xive.focus, .btn-xive:focus {
    box-shadow: 0 0 0 .2rem #814D53;
}

.btn-xive:not(:disabled):not(.disabled).active, .btn-xive:not(:disabled):not(.disabled):active, .show > .btn-xive.dropdown-toggle {
    color: #fff;
    background-color: #EE2526;
    border-color: #EE2526;
}

.btn-xive:not(:disabled):not(.disabled).active:focus, .btn-xive:not(:disabled):not(.disabled):active:focus, .show > .btn-xive.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #814D53;
}

/* 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: 70px;
    max-width: 180px;
}

.product-intro p {
    padding-top: 200px;
    padding-bottom: 160px;
    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: 200px;
	    padding-bottom: 40px;
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

}

@media screen and (max-width: 414px) {

	.product .hero {
    	height: 330px;
	}

	.product-image {
    	max-width: 170px;
	}

	.product-intro p {
	    padding-top: 180px;
	    padding-bottom: 40px;
	}

}


.section-1 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-1 .container {
    max-width: 1230px;
}

.section-1 .col-a {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.section-1 .col-a p {
	max-width: 600px;
}

.product-features-image {
	margin-top: -300px;
	max-width: 350px;
}

ul.product-features {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 60px;
}

.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 #EE2526; 
}


@media screen and (max-width: 1024px) {

	h2.product-title {
		font-size: 3rem;
	}

	.section-1 .col-a p {
		padding-left: 0;
	}

}

@media screen and (max-width: 768px) {

	.section-1 {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}

	.section-1 .col-a {
		align-items: center;
		text-align: center;
	}

	.product-features-image {
		width: 80%;
		max-width: 450px;
		margin: 50px auto 30px;
	}

	.section-1 p {
	    font-size: 1.5rem;
	    line-height: 2rem;
	}

	ul.product-features {
		margin-left: 20px;
	}

	.product-features li {
		font-size: 1.5rem;
	}

	.btn.btn-lg {
		font-size: 1rem;
	}

}