body {
	color: #000;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.jumbotron {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 0;
	background-color: #fff;
}

h1 {
	font-size: 25px;
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron h1 {
	font-weight: 300;
}

.jumbotron .container {
	max-width: 40rem;
}

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: .25rem;
}

.header-standart {
	background-color: #005c96;
}

.header-standart .navbar-collapse>ul>li>a {
	color: #fff !important;
}

.header_type_site_header_1_margin_top {
	margin-top: 116px;
}

.header_type_site_header_1_neg_margin_top {
	margin-top: -91px;
}

.img-hover-zoom {
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.img-hover-zoom:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: translatZ(0) scale(1.2);
	transform: translatZ(0) scale(1.2);
}

section.customizable {
	padding: 40px;
}

@media ( max-width : 575.98px) {
	section.customizable {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	section h1 {
		font-size: 1.25rem;
	}
	h3 {
		font-size: 1.0rem;
		line-height: 1.5;
	}
}

@media ( min-width : 576px) {
	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	h3 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

@media ( min-width : 768px) {
	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}  
	h3 {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.fixed-top-responsive {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030
	}
	.margin-top-100 {
		margin-top: 140px!important;
	}
	
	.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: 100%;
	}

	#mainNav.navbar-shrink{
        border-color:rgba(34,34,34,.1);
        background-color:#fff!important;
    }
}

@media ( max-width : 768px) {
	h1 {
		font-size: 18px;
	}
	.margin-top-100 {
		margin-top: 30px!important;
	}
}


section.customizable .container {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: auto;
}

section.custom_slide_1 {
	padding: 0px;
}

section.custom_knowledge_base {
	padding: 0px;
}

section.custom_faq .card-header a {
	color: #000 !important;
}

section.custom_products .product img, .product_row .product img {
	max-width: 80%;
	margin-top: 28px;
}

section.custom_album_photos .image img, section.custom_albums .image img
	{
	max-width: 100%;
}

section.custom_album_photos .big-borderless {
	padding-left: 5px;
	padding-right: 5px;
}

section.custom_album_photos .big-borderless img {
	margin-bottom: 10px;
}

section h2 {
	margin-bottom: 30px;
}

.body-wrapper {
	margin-top: 25px;
}

/* social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoRss:hover {
	background-color: #F56505;
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}

.social-network a.icoWhatsapp:hover {
	background-color: #01C501;
}

.social-network a.icoStumble:hover {
	background-color: #EB4924;
}

.social-network a.icoLinkedin:hover {
	background-color: #0177B5;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i,
	.social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i,
	.social-network a.icoWhatsapp:hover i, .social-network a.icoStumble:hover i,
	.social-network a.icoLinkedin:hover i {
	color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}

.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.custom_social_share a, .news a {
	background-color: #D3D3D3;
}

#scrollUp {
	right: 15px;
	background: #fff;
	bottom: 55px;
	text-align: center;
	padding: 10px;
	color: #ccc;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 10px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}

.float2 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 55px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float2 {
	margin-top: 16px;
}

.rss {
	font-size: 12px;
}

.white {
	color: #fff !important;
}

.last-news .item-box-last-news-body .mt {
	float: left;
	margin-top: -20px;
	padding-top: 20px;
}

.last-news .item-box-last-news-body .bg-blue-ui {
	background-color: #708198 !important;
}

.last-news .carousel-indicators {
	left: 0;
	top: -35px;
	height: 50%;
	z-index: 0;
}

.last-news .carousel-indicators li {
	background: #708198;
	border-radius: 50%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	width: 8px;
	height: 7px;
}

.last-news .carousel-indicators .active {
	background: #0fc9af;
}

.item-carousel-last-news-block {
	outline: medium none;
	padding: 15px;
}

.item-box-last-news {
	border: 1px solid #dadada;
	z-index: 4;
	padding: 20px;
}

.item-box-last-news-image {
	position: relative;
}

.item-box-last-news-image figure img {
	width: 100%;
	height: auto;
}

.item-box-last-news-date {
	position: absolute;
	z-index: 5;
	padding: 4px 20px;
	top: -20px;
	right: 8px;
	background-color: #41cb52;
}

.item-box-last-news-date span {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2;
}

.item-box-last-news-date span.mon {
	font-size: 18px;
}

.item-box-last-news-date span.day {
	font-size: 16px;
}

.item-box-last-news-body {
	padding: 10px;
}

.item-heading-last-news a h5 {
	margin: 0;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s;
}

.item-box-last-news-heading {
	text-align: center;
}

.item-box-last-news-heading a {
	text-decoration: none;
}

.item-box-last-news-data p {
	font-size: 13px;
}

.item-box-last-news-data p i {
	font-size: 12px;
}

.item-box-last-news-text {
	max-height: 100px;
	overflow: hidden;
}

.btn.bg-blue-ui.white.read {
	cursor: pointer;
	padding: 4px 20px;
	float: left;
	margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
	box-shadow: 0px 5px 15px inset #4d5f77;
}

.page_header_img {
  	margin-top: -25px;
	text-align: center;
}

.fa {
  color: #9c9c94;
}

.header_type_site_header_2 {
	text-align:center;
}

.navbar {
	z-index: 9999;
}