#solutions.services,
#solutions.solutions-intro {
	background-color: #f1f1f1;
}

#solutions .container-fluid {
	max-width: 1450px;
}

#solutions.solution .container-fluid {
	max-width: 1550px;
}

#solutions h2 {
	font-family: 'museo_sans500', Arial, serif;
	font-size: 52px;
	color: #00aae9;
	text-align: center;
	margin: 65px auto 90px;
}

#solutions .col {
	margin-bottom: 60px;
}

#solutions.solution .col {
	margin-bottom: 80px;
}
/*
#solutions .col-1 {
	padding-right: 40px;
}

#solutions .col-2 {
	padding-left: 40px;
}
*/
#solutions.services .col-picto {
	width: 230px;
	float: left;
}

#solutions.solutions-intro .col-picto {
	max-width: 328px;
	margin: auto;
}

#solutions.solution .col-picto,
#solutions.solution .col-bottom-guides {
	width: 318px;
	float: left;
}

#solutions.solution .col-bottom-guides {
	padding-top: 7px;
}

#solutions.services .col-text {
	margin-left: 270px;
}

#solutions.solution .col-text,
#solutions.solution .col-bottom-benefits {
	margin-left: 350px;
}

#solutions h3 {
	font-family: 'museo_sans300', Arial, serif;
	font-size: 25px;
	color: #00aae9;
	margin: 0 auto 25px;
}

#solutions.solutions-intro h3 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	max-width: 285px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
	margin-top: 60px;
	cursor: pointer;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

#solutions.solutions-intro h3 a {
	color: #34a4f8;
}

#solutions.solutions-intro h3:hover,
#solutions.solutions-intro h3.hovered {
	background-color: #00a9e8;
}

#solutions.solutions-intro h3:hover a,
#solutions.solutions-intro h3.hovered a {
	color: #fff;
}

#solutions.solution h3 {
	border-bottom: 1px solid #1e6e93;
	padding-bottom: 5px;
	font-family: 'museo_sans500', Arial, serif;
	font-size: 25px;
	color: #1e6e93;
	text-transform: uppercase;
}

img.hovered {
	filter: alpha(opacity=70);
	opacity: .7;
}

#solutions .col-text-content {
	font-family: 'museo_sans100', Arial, serif;
	font-size: 18px;
	line-height: 1.3em;
	color: #1e6e93;
}

#solutions.solution .col-text-content {
	font-family: 'museo_sans300', Arial, serif;
}

#solutions.solution .col-ranges {
	font-family: 'museo_sans100', Arial, serif;
	font-size: 17px;
	line-height: 1.3em;
	color: #00aae9;
	padding: 0;
}

#solutions.solution .col-ranges .row2 {
	margin-left: -15px;
	margin-right: : -15px;
}

#solutions.solution .col-bottom {
	margin-top: 30px;
}

#solutions.solution .col-bottom-guides-select-container {
	width: 260px;
	float: left;
}

#solutions.solution .download-guide img {
	margin: 5px 0 0 20px;
}

#solutions.solution .col-bottom .img-benefit {
	max-width: 60px;
	margin-right: 5px;
}

#solutions .separator {
	margin: 30px auto 0;
	background-color: #00aae9;
	max-width: 200px;
	height: 1px;
}

#solutions.solutions-intro .separator {
	margin-top: 60px;
}

#solutions .show-more {
	margin-top: 10px;
}

#solutions .range {
	cursor: pointer;
}

.aze {
	position: relative;
}

#product-popin {
	z-index: 9999;
	position: fixed;
	top: 20%;
	left: 10%;
	display: none;
	width: 80%;
}

#product-popin-container {
	position: relative;
}

#product-popin-close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#product-tab {
	border-radius: 0;
	display: block;
	background-color: #efefef;
	padding: 0 0 20px;
}

.modal-dialog {
	width: 80%;
}

.modal-header {
	border: 0;
	height: 55px;
}

.modal-content {
	background-color: #efefef;
}

.modal-content .close {
	margin-top: -10px;
    filter: alpha(opacity=100);
	opacity: 1;
}

.modal-body {
}

/***************/
/* selectboxit */

.selectboxit-container {
	width: 100%;
}

.selectboxit-container * {
    font-size: 16px;
	font-family: 'museo_sans300', Arial, serif;
    color: #34a4f8;
    letter-spacing: normal;
}
.selectboxit-container .selectboxit {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
	height: auto !important;
}
.selectboxit-btn {
    border: 0;
    background-image: none;
    background-color: #fff;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    background-color: #fff;
    color: #fff;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 44px;
    line-height: 44px;
}
.selectboxit .selectboxit-option-icon-container {
    margin-left: 0;
}
.selectboxit .selectboxit-arrow-container {
    width: 15px;
}
.selectboxit .icon-select-arrow-down {
    background: url(../img/select-arrow-blue-down.png) 0 0 no-repeat;
    width: 15px;
    height: 16px;
}
.dropup .icon-select-arrow-down {
    background: url(../img/select-arrow-blue-up.png) 0 0 no-repeat;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 32%;
}
.selectboxit-list {
    background-color: #fff;
    color: #000;
}
.selectboxit-list .selectboxit-option-anchor {
    color: #000;
}
.selectboxit-container .selectboxit-options {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
}
.selectboxit-option-first {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-image: none;
    background-color: #34a4f8;
    color: #fff;
}

/**************/
/* Responsive */

@media (max-width: 1549px) {
	#solutions.solution .col-bottom-guides {
		padding-top: 0;
	}
	#solutions.solution .col-bottom .img-benefit {
		max-width: 40px;
	}
	#solutions.solution .col-text-content {
		font-size: 14px;
	}
	#solutions.solution .col-ranges {
		font-size: 13px;
	}
	#solutions.solution .col-picto,
	#solutions.solution .col-bottom-guides {
		width: 280px;
	}
	#solutions.solution .col-text,
	#solutions.solution .col-bottom-benefits {
		margin-left: 300px;
	}
	#solutions.solution .col-bottom-guides-select-container {
		width: 220px;
	}
	.selectboxit-container * {
		font-size: 13px;
	}
}

@media (max-width: 1299px) {
	#solutions.services .col-picto {
		width: 150px;
	}
	#solutions.services .col-text {
		margin-left: 165px;
	}
	#solutions.services .col-1 {
		padding-right: 0;
	}
	#solutions.services .col-2 {
		padding-left: 0;
	}
/*
	#solutions.solution .col-1 {
		padding-right: 20px;
	}
	#solutions.solution .col-2 {
		padding-left: 20px;
	}
*/
	#solutions h3,
	#solutions.solution h3 {
		font-size: 20px;
	}
	#solutions .col-text-content {
		font-size: 16px;
	}
	#solutions.solution .col-picto,
	#solutions.solution .col-bottom-guides {
		width: 250px;
	}
	#solutions.solution .col-text,
	#solutions.solution .col-bottom-benefits {
		margin-left: 270px;
	}
	#solutions.solution .col-bottom-guides-select-container {
		width: 200px;
	}
	.selectboxit-container * {
		font-size: 12px;
	}
	#solutions.solution .download-guide img {
		margin-left: 10px;
	}
}

@media (max-width: 1199px) {
	#solutions.solution .col-text-content {
		font-size: 12px;
	}
	#solutions.solution .col-picto,
	#solutions.solution .col-bottom-guides {
		width: 230px;
	}
	#solutions.solution .col-text,
	#solutions.solution .col-bottom-benefits {
		margin-left: 250px;
	}
	#solutions.solution .col-bottom-guides-select-container {
		width: 180px;
	}
	.selectboxit-container * {
		font-size: 11px;
	}
	.modal-dialog {
		width: 96%;
	}
}

@media (max-width: 991px) {
	#solutions h2 {
		font-size: 40px;
	}
/*
	#solutions .col-1 {
		padding-right: 0;
	}
	#solutions .col-2 {
		padding-left: 0;
	}
*/
	#solutions.solutions-intro h3 {
		margin-top: 30px;
	}
	#solutions.solution .col-text-content {
		font-size: 15px;
	}
	#solutions.solution .col-ranges {
		font-size: 14px;
	}
	#product-popin {
		top: 10%;
		left: 2%;
		width: 96%;
	}
}

@media (max-width: 767px) {
	#solutions h2 {
		margin-top: 40px;
		margin-bottom: 60px;
		font-size: 25px;
	}
	#solutions.services .col-picto {
		float: none;
		margin: auto;
	}
	#solutions.services .col-text {
		margin-left: 0;
	}
	#solutions.services h3 {
		text-align: center;
	}
	#solutions.solutions-intro h3 {
		font-size: 15px;
	}
	#solutions.solution .col-picto,
	#solutions.solution .col-bottom-guides {
		float: none;
		width: auto;
	}
	#solutions.solution .col-text,
	#solutions.solution .col-bottom-benefits {
		margin: 15px 0 0 0;
	}
	#solutions.solution .col-bottom-benefits {
		margin-top: 25px;
	}
	.modal-dialog {
		width: auto;
	}
}
