div.contact {
	font-size: 14px;
	font-weight: bold;
}

.navbar ul.dropdown-menu li a {
	font-weight: bold;
	font-size: 14px;
	color: black;
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	border: 0px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

body {
	padding-top: 107px;
}

.navbar ul.dropdown-menu li {
	color: #986dbd;
	background-color: #fff;
}

.navbar ul.dropdown-menu li a:hover {
	color: #fff;
	background-color: #da4d4d;
}

.navbar ul.dropdown-menu li a {
	margin-right: 20px;
}

.navbar ul.dropdown-menu li:hover {
	color: #fff;
	background-color: #da4d4d;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
	box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
}

ul.navbar li.dropdown:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
	box-shadow: 0px 0px 20px 0px rgba(218, 77, 77, 1) !important;
}

.our-technologies {
	height: 90px;
}

.breadcrumb {
	font-weight: bold;
}

.innerLoader {
	display: none;
}

section,
div.section {
	margin-bottom: 0px;
}

.product .text p.price {
	font-size: 34px;
	color: green;
	font-weight: bold;
}

h1.price {
	font-size: 50px;
	color: white;
	font-weight: bold;
}

.product .text h3 {
	height: 0px;
}

#heading-breadcrumbs {
	margin-bottom: 0px;
}

#content {
	margin-top: 40px;
}

.jumbotron-product {
	background-image: none;
}

.product .text {
	padding: 0px;
}

.pointer {
	cursor: pointer;
}

.flag-lang {
	height: 20px;
	width: 20px;
}

.product {
	padding: 5px;
	border: 0px;
	margin-bottom: 30px;
	box-shadow: none;
	transition: box-shadow 0.5s;
	border: 0px solid #eee;
}

.product:hover {
	/*
	box-shadow: 0 0 10px #515151;
	*/
	border-bottom: 0px solid #eee;
}

.box-image .name {
	height: 40%;
}

.product-item {
	padding: 15px 10px 10px 10px;
	transition: all 0.4s;
	border-radius: 10px;
}

.product-item:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(242, 242, 242, 1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(242, 242, 242, 1);
	box-shadow: 0px 0px 20px 0px rgba(242, 242, 242, 1);
	background-color: #f2f2f2;
}

.ibw20 {
	display: inline-block;
	width: 20px;
	text-align: left;
}

.margin0 {
	margin: 0px !important;
}

input[type="text"],
textarea {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(206, 94, 83, 0.9) !important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(206, 94, 83, 0.9) !important;
	box-shadow: 0px 0px 20px 0px rgba(206, 94, 83, 0.9) !important;

	border: 1px solid rgba(206, 94, 83, 1) !important;
}
