@font-face {
	font-family: "BPGIngiri";
	src: url("/fonts/bpg_ingiri_arial.ttf");
	src: url("/fonts/bpg_ingiri_arial.ttf?#iefix") format('embedded-opentype'), "";
}

.u-text-right {
	text-align: right;
}

.u-text-left {
	text-align: left;
}

.u-text-center {
	text-align: center;
}

.u-pad-no {
	padding: 0;
}

.u-pad-no-x-left {
	padding-left: 0;
}

.u-pad-no-x-right {
	padding-right: 0;
}

.u-float-none {
	float: none;
}

.u-float-left {
	float: left;
}

.u-float-right {
	float: right;
}

.u-horizontal-center {
	margin-left: auto;
	margin-right: auto;
}

.u-margin-top-20 {
	margin-top: 20px;
}

.u-margin-bottom-20 {
	margin-bottom: 20px;
}

.u-font-ingiri {
	font-family: "BPGIngiri";
}

.u-flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.u-flex-center {
	align-content: center;
	align-items: center;
}

.u-font-bold {
	font-weight: bold;
}

html,
body {
	max-width: 100%;
	min-height: 100%;
	height: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: "BPGIngiri";
	background: #fff6c9;
}

*,
input,
textarea,
button {
	outline: 0;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: #51687B;
	color: white;
}

img {
	max-width: 100%;
}

a:focus {
	outline: 0 !important;
}

.error-404 {
	background: #393D5F;
	color: white;
	margin: 30px auto;
	text-align: center;
	float: none;
	border-radius: 3px;
	padding: 15px;
}

.error-404 p {
	padding: 0;
	margin: 0;
}

.colored-divider {
	width: 100%;
	height: 5px;
	background-image: -webkit-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: -moz-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: linear-gradient(125deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
}

.colored-divider:not(.small) {
	margin: 20px 0;.
}

.header {
	width: 100%;
	height: auto;
	background: #2d3a87;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-family: "BPGIngiri";
}

.header img {
	max-width: 100%;
	max-height: 100px;
}

.header h1 {
	font-family: "Montserrat";
	margin-top: 20px;
	display: inline-block;
}

.header h1 img {
	max-height: 60px;
	margin-right: 15px;
	display: inline !important;
}

.header .lang {
	float: none;
}

.header .lang a:not(.active) i {
	opacity: .5;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.header .lang a:not(.active):hover i {
	opacity: .9;
}

.header .contact h2 {
	font-family: "BPGNateli";
	margin: 5px 0 0 0;
	font-weight: bold;
}

.header .contact h2 a, .header .contact h2 a:focus, .header .contact h2 a:visited, .header .contact h2 a:active {
	color: white;
	text-decoration: none;
}

.header .contact h2 a:hover {
	color: white;
	text-decoration: underline;
}

.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 0 60px;
}

.main-content {
	width: 100%;
	padding: 20px 0 50px 0;
	color: #696969;
	font-size: 15px;
}

.main-content .title {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	font-family: "BPGNateli";
	padding-left: 10px;
	color: #2d3a87;
}

.main-content .title:not(.transparent) {
	padding-bottom: 10px;
}

.main-content .title:not(.transparent):after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: -moz-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: linear-gradient(125deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
}

.main-content .title img {
	max-height: 40px;
}

.main-content .title i,
.main-content .title img {
	margin-right: 8px;
	color: #393D5F;
}

.main-content .socials {
	margin-top: 30px;
}

.main-content a {
	text-decoration: none;
	color: #4D548C;
}

.main-content a:hover {
	text-decoration: underline;
	color: #4D548C;
}

.main-content p,
.main-content ul,
.main-content li {
	font-family: "BPGIngiri";
	font-size: 14px;
}

.main-content ul.pagination {
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 0;
	text-align: center;
}

.main-content ul.pagination li {
	padding: 0;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.main-content ul.pagination li.active span {
	background: #e81419;
	border: 1px solid #e81419;
}

.main-content ul.pagination li:not(.active) > a:not([rel='next']):not([rel='prev']) {
	background: #f8f8f8;
	border: 1px solid #d9d9d9;
	color: #5a5a5a;
	text-decoration: none;
}

.main-content ul.pagination li:not(.active) > a:not([rel='next']):not([rel='prev']):hover {
	background: rgba(232, 20, 25, 0.9);
	color: white;
	text-decoration: none;
	border: 1px solid rgba(232, 20, 25, 0.9);
}

.main-content ul.pagination li > * {
	padding: 8px 15px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.main-content ul.pagination li.disabled span,
.main-content ul.pagination li [rel='next'],
.main-content ul.pagination li [rel='prev'] {
	background: #e81419;
	border: 1px solid #e81419;
	color: white;
}

.main-content ul.pagination li > a,
.main-content ul.pagination li > span {
	float: none;
}

.main-content .butt {
	height: 45px;
	border-radius: 3px;
	text-align: center;
	padding: 10px 20px;
	font-family: "BPGIngiri";
	color: white;
	border: 0 none;
	margin-right: 20px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.main-content .butt i {
	margin-right: 10px;
	font-size: 1.2em;
}

.main-content .butt.button-blue {
	background: #43476f;
}

.main-content .butt.button-blue:hover {
	background: #2f334f;
}

.main-content .butt.button-grey {
	background: #5d5d5d;
}

.main-content .butt.button-grey:hover {
	background: #444444;
}

.main-content .butt.button-min-pad {
	padding: 10px 15px;
}

.main-content .butt.button-6 {
	width: 43%;
}

.carousel {
	overflow: hidden;
	max-height: 90vh;
}

.carousel .item img {
	width: 100%;
}

.navigation {
	width: 100%;
}

.navigation > .container-fluid {
	padding: 0;
}

.navigation .navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.navigation ul > li {
	display: block;
	padding: 0 20px;
	min-height: 40px;
	line-height: 40px;
	color: #585858;
	font-size: 18px;
	font-family: "BPGNateli";
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	position: relative;
}

.navigation ul > li a {
	color: #5F5858;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.navigation ul > li a:focus {
	outline: 0 !important;
}

.navigation ul > li a:hover,
.navigation ul > li.active a {
	text-decoration: none;
	color: #03a2bb;
}


.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #2d3a87;
	padding: 10px 0;
	margin-top: 10px;
}

.footer:before {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: -moz-linear-gradient(-35deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
	background-image: linear-gradient(125deg, #92c92a, #92c92a 16.66%, #00b1cd 16.66%, #00b1cd 33.32%, #956daf 33.32%, #956daf 49.98%, #d958a0 49.98%, #d958a0 66.64%, #fec24d 66.64%, #fec24d 83.3%, #333133 83.3%);
}

.footer .social {
	color: white;
	font-size: 1.5em;
}

.footer .social a, .footer .social a:focus, .footer .social a:visited, .footer .social a:active {
	color: white;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.footer .social a:hover {
	color: #b5b5b5;
}

.footer .copyright {
	color: #909eef;
	font-family: "BPGIngiri";
	margin: 0;
}

.footer .copyright a {
	color: #909eef;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.footer p a:hover {
	color: #5287B5;
	text-decoration: none;
}

.contact .caption {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: "BPGNateli";
	text-transform: uppercase;
}

.contact .caption:not(:first-child) {
	margin-top: 30px;
}

.contact .info i {
	font-size: 1.5em;
	width: 35px;
}

.contact .info span {
	color: #887B7B;
}

.contact .info div {
	margin-bottom: 8px;
}

.contact .info a {
	text-decoration: none;
	color: #393D5F;
}

.contact .info a:hover {
	text-decoration: underline;
	color: #393D5F;
}

.contact .form input,
.contact .form textarea {
	border-radius: 2px;
	border: 1px solid #d6d6d6;
	padding: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.contact .form input:focus,
.contact .form textarea:focus {
	outline: 0;
	border: 1px solid #5f669f;
}

.contact .form textarea {
	margin-top: 25px;
	resize: vertical;
	min-height: 150px;
}

.contact .buttons {
	margin-top: 20px;
}

.contact .status {
	display: none;
	margin: 15px 0;
	text-align: center;
	font-size: 13px;
}

.contact .status.active {
	display: block;
}

.contact .status i {
	margin-right: 8px;
}

.contact .status.success {
	color: #178C17;
}

.contact .status.error {
	color: #e81419;
}

.contact .status.loading {
	color: #8A393B;
}

.contact .map {
	width: 100%;
	height: 200px;
}

.product-previews > div {
	margin-bottom: 20px;
}

.product-previews .caption {
	margin-top: 5px;
	font-size: 18px;
}

.product-previews a {
	display: block;
}

.product-previews h4, .product-previews a, .product-previews a:hover, .product-previews a:visited, .product-previews a:focus, .product-previews a:active {
	text-decoration: none;
	color: black;
	font-family: "BPGNateli";
}

.product-previews .img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.product-previews .img div:not(.caption) {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	-o-filter: grayscale(40%);
}

.product-previews .img div:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}

@media (min-width: 650px) {

.contact .status.active {
	display: inline;
}

}

@media (min-width: 768px) {

.u-flexbox-sm {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.u-flex-center-sm {
	align-content: center;
	align-items: center;
}

.u-pad-no-x-left-sm {
	padding-left: 0;
}

.u-pad-no-x-right-sm {
	padding-right: 0;
}

.u-pad-no-x-sm {
	padding-left: 0;
	padding-right: 0;
}

.u-text-right-sm {
	text-align: right;
}

.header {
	height: 100%;
	text-align: left;
}

.header h1 img {
	display: none !important;
}

.header .lang {
	float: right;
}

.navigation {
	min-height: 70px;
}

.navigation > .container-fluid {
	padding: 15px 0;
}

.navigation ul > li {
	display: inline-block;
	text-align: left;
	margin: 0;
}

.navigation ul > li:not(:last-child) {
	border-right: 1px solid #f1f1f1;
}

.navigation ul > li:first-child {
	padding-left: 0;
}

.contact .map {
	height: 250px;
}

}

@media (min-width: 992px) {

.main-content .butt.button-6 {
	width: 44%;
}

.navigation ul > li {
	padding: 0 30px;
}

}

@media (max-width: 768px) {

.header img {
	max-height: 60px;
}

.u-text-center-xs {
	text-align: center;
}

.u-pad-no-x-left-xs {
	padding-left: 0;
}

.u-pad-no-x-right-xs {
	padding-right: 0;
}

.u-pad-no-x-xs {
	padding-left: 0;
	padding-right: 0;
}

.u-pad-20-top-xs {
	padding-top: 20px;
}

.header .row > div {
	margin: 10px 0;
}

.navigation ul > li a {
	display: block;
	width: 100%;
}

.contact .buttons {
	padding: 0 15px;
}

}

@media (max-width: 400px) {

.main-content .butt {
	display: block;
	margin: 10px auto;
}

.main-content .butt.button-6 {
	width: 100%;
	margin-top: 10px;
}

}

