h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
/*****************************************************/
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: openSansLight;
	font-size: 12px;
}
.bx-breadcrumb-item a,.bx-breadcrumb-item span {
    color: #999999!important;
}
.bx-breadcrumb-item .fa-angle-right:before {
    content: "/";
}
.blur {
	filter: blur(13px);
	transition: -webkit-filter .5;
}
div[id^="wait_comp_"] {
   display: none !important;
}
.popup-window-content {
	background-color: transparent;
}

.navbar-nav #search form input[type=submit] {
    background: url(/local/templates/alfresco/images/icon_search.png) center center no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 0;
    position: relative;
    display: block;
    border-bottom: none;
    float: left;
}
 .navbar-nav #search form input {display: block !important; float: left;width: 250px;}

.menu-top #search form input[type=submit] {display: none !important;}

.product-image__wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 0;
}

.product-image {
    overflow: visible;
    padding-bottom: 60px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    width: 100%; height: 0.42%;
}

.product-image-slider li {
    background-size: cover;
}

.product-image-pager {
    display: block;
    position: absolute;
    z-index: 500;
    height: 50px;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}


.product-image-pager img {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 70px;
    height: 50px;
    object-fit: cover;
    object-position: center center;
    background-position-x: center;
    background-repeat: no-repeat;
}

/*.product-image .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-top: -23px;
}*/


.product-image .bx-controls-direction a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 50%;
    outline: 0;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    margin-top: -23px;
}

.product-image .bx-controls-direction a.bx-prev {
    left: 0;
    background-image: url(/local/templates/alfresco/images/arrow_left_white.png);
}

.product-image .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(/local/templates/alfresco/images/arrow_right_white.png);
}

.bx-catalog-element .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.product-objects-carousel {
    margin-bottom: 20px;
}

.product-object,
.product-object:hover {
    text-decoration: none;
    color: #212529
}

.product-object img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    max-width: none;
    height: auto;
    opacity: 1;
    transition: none;
}

.product-object-img {
    background-size: cover; 
    position:absolute; 
    width:100%; 
    height:100%;
    opacity: .8;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border:0
}

.product-object-img__wrapper {
    position:relative;
    width:100%;
    padding-bottom:75%;
    background: #292929;
}

.product-object:hover .product-object-img__wrapper {
    padding-bottom:75.02%;
}

.product-object:hover .product-object-img {
    opacity:1;
    box-sizing:border-box;
}

.product-object__title {
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 18px;
    min-height: 120px;
}

.homenews-row {
    display: flex;
}

.homenews-image__wrapper {
    min-width: 170px;
    max-width: 170px;
}

.homenews-content__wrapper {
    width:100%;
}

.homenews-content {
    padding: 0 80px 0 40px;
}

.homenews-image img {
    width:150px;
    height:150px;
}

.btn.btn-white-2 {
    border: 1px solid #ccc;
    border-radius:0;
    width: 255px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.btn.btn-white-2 span {
    font-size: 26px;
    line-height: 12px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
}

.homenews-content .btn.btn-white-2 {
    position: absolute;
    right: 80px;
    top: 0;
}

.footer-left {
    color: #999999;
    font-size: 12px;
    font-family: robotoLight;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-left img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-left a {
    color: inherit;
}
.btn.btn-red-2.show-sm {
	display: inline-block;
	margin: 30px 0;
}
.btn.btn-red-2.hide-sm {
	display: none;
	margin: 30px 0;
}
.company-content .company-text {
	margin-bottom: 0;
}
.slider-main .slider-main-text {
	display:inline-block;font-size:120px;color:#FFFFFF;background:rgba(0,0,0,0.7);
}
@media (max-width: 640px){
    .homenews-content .btn.btn-white-2 {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto 30px;
    }

    .homenews-row,
    .homenews-image__wrapper,
    .homenews-content__wrapper {
        display: block;
        width: 100%;
        max-width:100%;
    }

    .homenews-image img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px){
	.homenews-content {
    	padding: 65px 80px 0 40px;
	}
	.btn.btn-red-2.show-sm {
		display: none;
	}
	.btn.btn-red-2.hide-sm {
		display: inline-block;
	}
	.company-content .company-text {
		margin-bottom: 40px;
	}
	.slider-main .slider-main-text {
		font-size:48pt;
	}
}
