@font-face {
    font-family: 'Disket Mono';
    src: url('../fonts/DisketMono-Bold.eot');
    src: url('../fonts/DisketMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DisketMono-Bold.woff2') format('woff2'),
        url('../fonts/DisketMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  color: #1e1e1e;
  font-size: 14px;
}  
body a,
body a:hover {
  text-decoration: none;
  transition: .3s;  
}
:focus {
	outline: none !important;
}
.SpryHiddenRegion, #SpryDebugWindow { display:none;}
a,
a:focus {
/*	color: #e2000f; */
	color: #e2000f;
}

a:hover {
/*	color: #e2000f; */
	color: #e2000f;
}

.pl-0 {
	padding-left: 0;
}

.mt-5 {
	margin-top: 30px;
	padding-top: 30px;
}
.mb-2 {
	margin-bottom: 20px;
}

select {
	
	outline-offset: -1px;
	
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
	background-size: 8px 10px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #e2000f;
}
.btn {
	background-image: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 300ms;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-primary {
	background-color: #e2000f;
	color: #fff;
	border: 1px solid #e2000f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: #e2000f;
	border: 1px solid #e2000f;
	opacity: 0.5;
}

/*HOME SLIDER */
.carousel-indicators.slider-tabs {
	position: static;
	left:0;
	bottom:0;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}

.carousel-indicators {
	position: relative;
	left: 0;
	width: auto;
	bottom: 0 !important;
	margin: 0 !important;
}
.slider-tabs .slide-item {
	border: 1px solid #e7e7e7;
	border-right: 0;
	position: relative;
}

.slider-tabs .slide-item:last-child {
	border: 1px solid #e7e7e7;
}

.slider-tabs > div:first-child {
/*	display: none; */
}

.carousel-indicators li {
	width: 100% !important;
	height: auto !important;
	text-indent: 0 !important;
	border-radius: 0;
	border: none;
	margin: 0;
	position: relative;
	transition: all 300ms;
}

.carousel-indicators li.active:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	margin-left: -16px;
}
.carousel-indicators li.active:after,
.carousel-indicators li:hover:after {
	content: '';
	position: absolute;
    width: calc(100% + 30px);
	border-bottom: 4px solid #e2000f;
	left: -15px;
	bottom: -1px;
}

.carousel-indicators li a {
	display: inline-block;
	padding: 10px 10px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	text-align: left;
}
.carousel-indicators li i {
	color: #d3d1d2;
	font-size: 30px;
	margin-top: 6px;
	transition: all 300ms;
}

.carousel-indicators li.active i,
.carousel-indicators li:hover i {
	color: #e2000f;
}

.carousel-indicators li a img {
	width: 100%;
}

.carousel-inner img {
	width: 100%;
}

.carousel-indicators .see-more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	visibility: hidden;
}

.carousel-indicators .see-more a {
	padding: 0;
	z-index: 100;
}

.carousel-indicators .active .see-more {
	display: block;
	visibility: visible;
}

/* END HOME SLIDER */

a[type="pdf"]:before { 
	content: "\f1c1";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
	position: relative;
	top: 1px;
}

a[type="xls"]:before { 
	content: "\f1c3";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
	position: relative;
	top: 1px;
}

a[type="doc"]:before { 
	content: "\f1c2";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
	position: relative;
	top: 1px;
	}

a[type="pdf-pretty"] { 
	display: inline-block;
	margin-right: 20px;
	padding: 20px;
	background-color: #fff;
	float: left;
	border: 1px solid #ededed;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	min-width: 150px;
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a[type="pdf-pretty"]:hover { 
	-webkit-box-shadow: 6px 4px 20px rgba(0,0,0,.22);
	-moz-box-shadow: 6px 4px 20px rgba(0,0,0,.22);
	box-shadow: 6px 4px 20px rgba(0,0,0,.22);
	color: #e2000f;
	background-image: url(../img/download-icon.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 67px;
	transform: translateY(-10px);
}

a[type="pdf-pretty"]:before { 
	content: "\f1c1";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
	position: relative;
	top: 1px;
}

.see-all {
	display: inline-block;
	background-color: #e2000f;
	padding: 11px 13px;
	color: #fff !important;
	border-bottom: 3px solid #9f0110;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 300ms;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.see-all:focus, 
.see-all:hover {
	color: #fff;
	transform: translateY(-5px);
}

.page-content h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 800;
	margin: 0 0 30px 0;
}

.page-content h2 strong {
	color: #e2000f;
	font-weight: 800;
}

.page-content .root-list {
	border: 1px solid #e7e7e7;
	padding: 30px 35px;
	margin-bottom: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.page-content .root-list .root-level {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-content .root-list .collapse,
.page-content .root-list .collapsing{
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-content .root-list .collapse a {
	color: #767676;
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	text-decoration: none;
	transition: all 300ms;
}

.page-content .root-list .root-level > li > a {
	color: #010101;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}

.page-content .root-list .root-level > li > ul li a {
	color: #767676;
	font-weight: 600;
}

.page-content .root-list .root-level > li > ul li a:hover {
	padding-left: 0;
	color: #e2000f;
}

.page-content .root-list .root-level > li > ul > li.active > a {
	color: #e2000f;
}

.page-content .root-list .root-level > li > ul > li.active > span {
	color: #e2000f;
}

.page-content .root-list .root-level > li > ul li ul li a {
	color: #767676;
	font-weight: 300;
	padding-left: 10px;
}

.page-content .root-list .root-level > li > ul li ul li a:hover {
	padding-left: 10px;
}

.page-content .root-list .root-level > li > ul li ul li a:before {
	content: "\f105";
    font-family: 'FontAwesome';
	margin-right: 8px;
}

.page-content .root-list .root-level > li > ul li ul > li.active > a {
	color: #e2000f;
}

.page-content .root-list .root-level > li > ul li ul > li.active > span {
	color: #e2000f;
}

.page-content .root-list .root-level > li > ul li ul li ul li a {
	padding-left: 20px;
}

.page-content .root-list .root-level > li > ul li ul li ul li a:hover {
	padding-left: 20px;
}


.page-content form {
	z-index: 0 !important;
}

.sidebar-left {
	max-width: 330px;
}

.sidebar-left .banners {
/*	margin-top: 25px; */
}

.sidebar-left .banners img {
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sidebar-left .banners .banner-item {
	margin-bottom: 25px;
}

button {
  cursor: pointer;
}

a i {
	padding-right: 5px;
}

i.material-icons {
  padding-right: 5px;
}
i.material-icons.icon-only {
  padding: 0;
}
i.material-icons.icon-right {
  padding-left: 5px;
  padding-right: 0;
}

.clearfix {
	clear: both;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
}

header .top {
	background-color: #fff;
	position: relative;
}

header .top .logo {
	width: 100%;
	position: absolute;
/*	padding: 40px 16px 20px 16px; */
	padding: 25px 16px 15px 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 16px rgba(0,0,0,.1);
	-moz-box-shadow: 0 10px 16px rgba(0,0,0,.1);
	box-shadow: 0 10px 16px rgba(0,0,0,.1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

header .top,
header .bottom {
/*	height: 65px; */
	transition: all 300ms;
}

header .top .buttons {
	padding-right: 0;
}

header .top .buttons a {
	display: inline-block;
	color: #444444;
	font-size: 13px;
	font-weight: 600;
	padding: 0 15px;
	border-right: 1px solid #ededed;
	transition: all 300ms;
	text-decoration: none;
	line-height: 55px;
}

header .top .buttons a i {
	color: #cc2531;
	font-size: 21px;
	padding-right: 10px;
	vertical-align: top;
	line-height: 55px;
}

header .top .buttons a i img {
	vertical-align: top;
	margin-top: 20px;
}

header .top .buttons a.phone {
	text-transform: uppercase;
}

header .top .buttons a.contacts {
	color: #cc2531;
	font-weight: bold;
	text-transform: uppercase;
}

header .top .buttons a:hover {
	color: #cc2531;
}

header .top .buttons a:hover i {
	color: #444444;
}

.search-bar {
	visibility: hidden;
	width: 0;
	overflow:hidden;
	position: absolute;
    right: 20px;
    top: -13px;
	transition: all 300ms;
}

.search.open .search-bar {
	visibility: visible;
	width: 300px;
	margin: 0;
	padding: 0;
}

.search-bar .input-group {
	width: 100%;
}

.search-bar .input-group-btn {
	position: absolute;
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
	width: auto;
	z-index: 2;
}
.search-bar .input-group-btn .btn {
	text-transform: capitalize;
    display: block;
    background: #e2000f;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
}
	
.trigger{cursor:pointer;}

header .top span.lang,
header .top span.search
/*header .top span */ {
	display: inline-block;
	padding: 0 6px;
	position: relative;
	margin: 0;
}

header .top span.lang {
	min-height: 30px;
}

header .top span.lang a,
header .top span.search a {
	color: #444444;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
}

span.lang ul li a {
	color: #fff !important;
    font-weight: 400 !important;
    text-transform: uppercase;
	transition: all 300ms;
	line-height: 2 !important;
}

span.lang ul li a:hover, 
span.lang ul li a:focus {
	background-color: #e2000f;
	color: #000;
}

.lang .dropdown-menu {
	background-color: #e2000f;
}

header.small .top,
header.small .bottom,
header.small .top .buttons a {
	height: 40px;
}


header .bottom .main-menu {

}

.navbar-toggle {
	position: relative;
	right: 0;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-brand, 
.navbar-nav>li>a {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 600;
/*	padding: 23px 20px 22px 20px; */
	padding: 18px;
	transition: all 300ms;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav>li.active>a,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover{
	background: none;
/*	color: #ca8b90; */
	color: #000;
}

header .bottom {
/*	background: rgba(151,27,37, 0.8); */
	background-color: #e2000f;
}

.carousel {
/*	padding-top: 65px; */
	padding-top: 111px;
}

.page-head {
	background-image: url(../img/product-full-header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 220px;
	position: relative;
	top: 65px;
	padding-top: 140px;
}

.page-head .page-head-title{
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
}

.page-head h1 small {
	color: #fff;
	font-style: italic;
	margin-left: 10px;
}

.page-container {
	padding-bottom: 80px;
}

.page-content {
	position: relative;
	top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 70%, #f4f4f4 50%);
	background: -webkit-linear-gradient(top, #ffffff 70%,#f4f4f4 50%);
	background: linear-gradient(to bottom, #ffffff 70%, rgba(244,244,244,0.5) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}

.home-news {
	/* padding top 70px */
	padding: 70px 0 0 0;
	background-image: url(../img/news-home-bgr.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	max-height: 412px;
}

.home-news h2 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	letter-spacing: 2px;
}

.news-home-list {
	position: relative;
	z-index: 1;
}

.news-home-list .box {
	background-color: #fff;
	height: 100%;
	padding: 5px;
	transition: all 300ms;
	border-bottom: 3px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.news-home-list .box:hover {
	background-color: #efefef;
	padding: 5px;
	border-bottom: 3px solid #ff0000;
	transform: translateY(-15px);
}

.news-home-list .content {
	padding: 20px 15px;
}

.news-home-list .content .date {
	color: #8c8c8c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.news-home-list .content .title a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0;
	display: block;
}




.news-list {
	position: relative;
	z-index: 1;
}

.news-list .box {
	background-color: #f4f4f4;
	padding: 5px;
	transition: all 300ms;
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 30px;
	min-height: 345px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.news-list .box:hover {
	background-color: #efefef;
	padding: 5px;
	border-bottom: 3px solid #ff0000;
	transform: translateY(-15px);
}

.news-list .content {
	padding: 20px 15px;
}

.news-list .content .date {
	color: #8c8c8c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

.news-list .content .title a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0;
	display: block;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
}

.breadcrumb a,
.breadcrumb>.active {
	color: #fff;
	font-size: 13px;
}

.breadcrumb>li+li:before {
	color: #fff;
	content: '\003e';
}

.no-padding {
	padding: 0;
}

#main-menu .dropdown-menu {
/*	background: rgba(151,27,37, 0.8) !important; */
	background-color: #e2000f !important;
	border: none !important;
}

#main-menu .dropdown-menu>li {
	margin-bottom: 5px;
}

#main-menu .dropdown-menu>li>a {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#main-menu .dropdown-menu>li>a:focus,
#main-menu .dropdown-menu>li>a:hover,
#main-menu .dropdown-menu>.active>a,
#main-menu .dropdown-menu>.active>a:focus, 
#main-menu .dropdown-menu>.active>a:hover{
	background: none !important;
/*	color: #ca8b90; */
	color: #000;
}

#main-menu .dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.promotions {
	padding: 0px 0 0 0;
}

.about {
	position: relative;
	/* DL padding-top: 90 */
	padding: 140px 0 70px 0;
	background-image: url(../img/about-background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.about:after {
	content: '';
    position: absolute;
    height: 100px;
    width: 4px;
    background-color: #e2000f;
    left: 50%;
    bottom: -50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.about .title {
	position: relative;
	font-family: 'Exo 2', sans-serif;
	font-size: 48px;
	color: #ffffff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.about .title span {
	font-weight: 800;
}

hr.short {
	height: 4px;
	width: 20%;
	background-color: #e2000f;
	border: none;
	margin: 20px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

hr.white {
	height: 1px;
	width: 20%;
	background-color: #fff;
	border: none;
	margin: 18px 0;
}

hr.red {
	height: 4px;
	width: 15%;
	background-color: #e2000f;
	border: none;
	margin: 24px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

hr.doted {
	background: none;
	border-top: none;
	border-bottom: 1px dashed #cfcdce;
	height: 2px;
	width: 100%;
}

.about .subtitle {
	color: #e2000f;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
}

.about .text {
	color: #d3d1d2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

footer {
	padding: 100px 0 80px 0;
	background-color: #cfcdce;
	background-image: url(../img/footer-background.png);
	background-repeat: no-repeat;
	border-bottom: 4px solid #e2000f;
}

footer .text {
	color: #797878;
	font-size: 14px;
	margin-top: 20px;
	padding-left: 5px;
}

footer .text span {
	color: #000;
	font-weight: 800;
}

footer .logo img {
	max-width: 75%;
}

footer .vig-links h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
	margin: 40px 0 20px 0;
	cursor: pointer;
}

footer .vig-links .collapse a {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

footer #vig-links {
	padding-top: 40px;
}

footer #vig-links .banner-item {
	text-align: center;
	margin-bottom: 40px;
}

footer #vig-links .banner-item a {
	color: #000;
	font-weight: 500;
}

footer #vig-links .banner-item img {
	margin: 0 auto;
}

.has-anime-top {
	transition: all 300ms;
}

.has-anime-top:hover {
	position: relative;
	transform: translateY(-5px);
}

footer .phone,
footer .email {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer .phone a {
	color: #231f20;
	font-size: 34px;
	font-weight: 800;
	display: inline-block;
	text-decoration: none;
}

footer .phone i {
	float: left;
	color: #e2000f;
	font-size: 34px;
	margin-right: 15px;
	margin-top: 20px;
}

footer .email i {
	float: left;
	color: #e2000f;
	font-size: 34px;
	margin-right: 15px;
	margin-top: 10px;
}

footer .phone .call-to-action,
footer .email .call-to-action {
	float: left;
	line-height: 1;
}

footer .phone .call-to-action span,
footer .email .call-to-action span{
	color: #e2000f;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
}

footer .email a {
	color: #231f20;
	font-size: 21px;
	font-weight: 800;
	display: inline-block;
	text-decoration: none;
}

footer h2 {
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 800;
	text-transform: capitalize;
}

#footer-menu {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

#footer-menu li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	transition: all 300ms;
}

#footer-menu li a span {
	transition: all 300ms;
}

#footer-menu li a:hover,
#footer-menu li.active a {
	text-decoration: none;
}

#footer-menu li a:hover span,
#footer-menu li.active a span{
	margin-left: 10px;
	border-bottom: 1px solid #e2000f;
	color: #e2000f;
}

#footer-menu li a:hover:before,
#footer-menu li.active a:before{
	content: "\f067";
    font-family: 'FontAwesome';
	font-size: 12px;
	width: 21px;
	height: 20px;
	background-color: #fff;
	padding: 6px;
	border-radius: 50%;
	color: #e2000f;
	display: inline-block;
	line-height: 0.9;
}

footer .banner-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.signature {
	padding: 35px 0;
	font-weight: 500;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.signature #footer-bottom-menu {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.signature #footer-bottom-menu li {
	display: inline;
	margin-left: 18px;
	border-right: 1px solid #000;
	padding-right: 18px;
}

.signature #footer-bottom-menu li:first-child {
	margin-left: 0;
}

.signature #footer-bottom-menu li:last-child {
	padding-right: 0;
	border: none;
}

.signature #footer-bottom-menu li a,
.signature #footer-bottom-menu li a:focus,
.signature #footer-bottom-menu li a:visited {
	color: #000;
	text-decoration: none;
}

.signature #footer-bottom-menu li.active a,
.signature #footer-bottom-menu li a:hover {
	color: #e2000f;
}

/* DROPDOWN IvPe */
span.tclps { display: none; float:right;}
span.tclps .fa:before {
  content: "\f106";
}
span.tclps.collapsed .fa:before {
  content: "\f107";
}
li.subcollapse > span.tclps { display: inline-block;}

h2.heading-red-black {
	margin: 30px 0;
	font-size: 24px;
}

h2.heading-red-black span {
	color: #e2000f;
}

.main-slider {
	position: relative;
}

.main-slider .main-slider-button {
	position: absolute;
	right: 30%;
	bottom: 4%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
	font-family: 'Exo 2', sans-serif;
}

.main-slider-button a,
.main-slider-button a:visited {
	position: relative;
	text-decoration: none;
	display: block;
}

.about .main-slider-button a {
	text-align: center;
}

.main-slider-button a:hover {
	transform: translateX(10px);
}

.main-slider-button .red {
	color: #fff;
/*	background-color: #e2000f; */
/*	background-color: yellow; */
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px 10px 15px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 1px 0px rgba(226,0,15,1);
	-moz-box-shadow: 1px 2px 1px 0px rgba(226,0,15,1);
	box-shadow: 1px 2px 1px 0px rgba(226,0,15,1);
}

.main-slider-button .red > span {
	color: #cc2531;
}

.main-slider-button .black {
	color: #d3d1d2;
	background-color: #000;
	padding: 10px 40px 10px 15px;
	display: block;
	font-size: 14px;
	text-align: right;
}

.main-slider-button .plus {
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-color: #fff; 
/*	background-color: #000; */
/*	background-color: #e2000f; */
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #e2000f;
	box-shadow: 1px 0px 1px #e2000f;
}

.main-slider-button .plus img {
	max-width: 35px;
}

.main-slider-button .plus i {
	width: 24px;
	height: 24px;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	color: #e2000f;
}

.title-only {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

.title-only li {
	transition: all 300ms;
	margin: 10px 0;
}

.title-only li:hover {
	transform: translateX(10px);
}

/*Animation Effects*/

.animation-fade{}

.animation-fade > *{
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.animation-fade > *.animation-trigger{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
	z-index: 1;
}

.office-list {
	max-height: 500px;
	overflow: scroll;
}
.selector {
	position: relative;
}

#map {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#map-list-container .selector {
	background-color: rgba(255,255,255, 0.9);
	padding: 5px 5px 0px 5px;
	min-width: 320px;
}
#map-list-container .office-list {
	max-height: 84vh;
}
#routeDivContainer {
	display: none;
}
#routeDiv {
	overflow: scroll; 
	top: 0px;
	max-height: 562px;
}
#routeDivContainer .close {
	position: absolute;
	right: -12px;
	top: -12px;
	opacity: 1;
}
#map-list-container #routeDivContainer{
	height: 90.1vh;
}
#map-list-container #routeDiv {
	padding: 0px 10px 0px 5px;
	min-height: 100%;
}
.show-directions #olist {
	display: none;
}
.show-directions #routeDivContainer {
	display: block;
}
#dropLayers li a .fa {
	color: #CCC;
}
#dropLayers li.selected a .fa {
	color: #E2000F;
}
.office-row {
	border: 1px solid #e7e7e7;
	padding: 10px 20px;
	transition: all 300ms;
	margin: 20px 0;
	position: relative;
	cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.office-row:hover {
	border: 1px solid #e7e7e7;
	transform: translateY(-10px);
}

.office-row div {
	margin-bottom: 5px;
}


.office-row .title h3 {
	margin-top:0;
}

.office-row i {
	font-size: 16px;
	color: #e2000f;
	margin-right: 5px;
	font-weight: 500;
}

.office-row .type,
.iContent .type {
	display: inline-block;
	background-color: #e2000f;
	border: 1px solid #e2000f;
	-webkit-border-radius: 5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 1px 10px;
	font-size: 12px;
}

.office-row .type.Blue,
.iContent .type.Blue {
	background-color: blue;
	border: 1px solid blue;
}

.page-content.grey {
	top: 65px;
	background: #f4f4f4 !important;
	padding: 100px 0 165px 0;
}

.page-content.grey h2 {
	color: #333333;
	font-size: 40px;
	font-weight: 600;
}

.separator-or-vertical:before {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #c4c4c4;
	height: 100%;
	left: 50%;
}

.separator-or-vertical:after {
	content: 'или';
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 30px;
	width: 30px;
	position: absolute;
	background-color: #c4c4c4;
	line-height: 1;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 8px 5px;
}

.form-control {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	height: 50px;
	padding: 0 23px !important;
	font-family: 'Exo 2', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
	transition: box-shadow 300ms;
}

.form-control:focus {
	border: none;
	-webkit-box-shadow: 0px 5px 10px -4px rgba(220,79,60,0.6);
	-moz-box-shadow: 0px 5px 10px -4px rgba(220,79,60,0.6);
	box-shadow: 0px 5px 10px -4px rgba(220,79,60,0.6);
}

textarea.form-control {
	padding-top: 15px !important;
}

.login-options .social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.login-options .social-icons li {
	margin: 10px 0;
}

.login-options .social-icons li .facebook {
	display: block;
	background-color: #2852ab;
	padding: 14px 20px;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	transition: all 300ms;
}

.login-options .social-icons li .facebook i {
	font-size: 25px;
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 2;
	padding-right: 20px;
	border-right: 1px solid #5a81d1;
}

.login-options .social-icons li .facebook:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(40,82,171,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(40,82,171,1);
	box-shadow: 0px 5px 10px 0px rgba(40,82,171,1);
}

.login-options .social-icons li .googleplus {
	display: block;
	background-color: #dc4f3c;
	padding: 14px 20px;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	transition: all 300ms;
}

.login-options .social-icons li .googleplus i {
	font-size: 25px;
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 2;
	padding-right: 7px;
	border-right: 1px solid #b91d1d;
}

.login-options .social-icons li .googleplus:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(220,79,60,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(220,79,60,1);
	box-shadow: 0px 5px 10px 0px rgba(220,79,60,1);
}

#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }


.iContent {
	padding: 20px;
}

.iContent h3 {
	margin: 0;
}

.iContent p i {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: bottom;
}

.tabs {
	margin-bottom: 20px;
}

.tabs h3 {
	margin: 0 0 10px 0;
}

.page-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.page-menu li {
	display: inline;
	margin: 0 3px;
}

.page-menu li:before {
	content: '|';
	padding-right: 8px;
	color: #e2000f;
}

.page-menu li:first-child:before {
	content: '';
}

#bar-message {
	background-color: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999
}

#bar-message a{
    color: #fff;
    text-decoration: underline;
}

#bar-message a.btn-link{
    text-decoration: none;
}

#bar-message .cookie-with-btns{
    display: table;
    margin: 0 auto;
}

#bar-message .cookie-with-btns .text-holder{
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
}

#bar-message .cookie-with-btns .btn-holder{
    display: table-cell;
    vertical-align: middle;
    padding: 3px 25px;
	background-color: #e2000f;
	border: 1px solid #e2000f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

.row.gallery {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.row.gallery a {
	display: block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.row.gallery a img {
	transition: all 300ms;
}

.row.gallery a:hover img {
	transform: scale(1.2);
}
.row.gallery a:before {
	content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 300ms;
    position: absolute;
}

.row.gallery a:hover:before {
    display: block;
    content: '\f00e';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 10;
    color: #EAEAEA;
    font-size: 30px;
    font-weight: 100;
}

.pagination > li > a, .pagination > li > span {
	color: #000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #e2000f;
	border: 1px solid #e2000f;
}

.results-table div {
	padding: 5px;
	font-size: 16px;
}

.results-table div.row {
	border-bottom: 1px solid #e7e7e7;
}

.results-table div.row:nth-child(even) {
/*	background: #fff; */
}

.results-table div.row:nth-child(odd) {
/*	background: #e2000f;
	color: #fff; */
}

.search-results div {
}

.search-results a.title {
	color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
    display: block;
}

.search-results .item {
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ff0000;
	display: inline-block;
	width: 100%;
}

.search-results .read-more {
	margin-top: 20px;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
}

.carousel-control.left {
	left: -30px;
}
.carousel-control.right {
	right: -30px;
}

.modal-header {
	background-color: #e2000f;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
	padding: 20px 30px;
	text-transform: uppercase;
}

.modal-body {
	padding: 15px 30px;
	border-bottom: 2px solid #e2000f;
	text-align: justify;
}

.has-error .form-control {
	box-shadow: none;
	border-color: #e2000f;
}

span.error {
	display: block;
	color: #e2000f;
}

.hidden.show {
	display: block !important;
	visibility: visible !important;
}

.form-msg {
	
}
#images-container {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}
#images-container > div {
	margin-bottom: 15px;
	margin-top: 15px;
}
.img-wrap {
	position: relative;
	text-align: center;
	display: table;
	vertical-align: middle;
	height: 100%;
	padding: 5px;
	background-color: #e7e7e7;
}
.img-wrap a {
    position: absolute;
	right: -10px;
	top: -10px;
}
.img-wrap span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.packages .p-item {
	margin-bottom: 40px;
	transform: translateY(0);
	transition: all 300ms;
}
.packages .p-item:hover {
	transform: translateY(-10px);
}

.packages .p-item .carousel {
	padding: 0;
}

.packages .p-item .image {
	position: relative;
}

.packages .p-item .image a.link {
	display: block;
	border-bottom: 4px solid #e2000f;
}

.packages .p-item .image a.link:before {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 300ms;
	position: absolute;
	color: #EAEAEA;
	font-size: 20px;
}

.packages .p-item .image a.link:hover:before {
	display: block;
	content: '\f00e';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	z-index: 10;
	color: #EAEAEA;
	font-size: 30px;
	font-weight: 100;
}

.packages .p-item:hover a.link:after {
/*  -webkit-filter: grayscale(80%);
  filter: grayscale(80%); */
  	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/combined-packages/sme-hover-bgr.png);
	top: 0;
}

.packages .p-item .image .price {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #e2000f;
	padding: 5px 25px;
	font-size: 12px;
	text-transform: uppercase;
	border-top-right-radius: 5px;
	font-weight: 300;
}

.packages .p-item .image .price span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 3px;
}

.packages .p-item h3 {
	margin: 10px 0 0 0;
	font-size: 16px;
}

.packages .p-item h3 a {
	display: block;
	color: #000;
	transition: all 300ms;
	text-decoration: none;
	font-weight: bold;
}

.packages .p-item:hover h3 a {
	color: #e2000f;
}

.packages .questions-img {
	margin-bottom: 30px;
}

.packages .questions-img img {
	max-height: 270px;
	width: 100%;
	object-fit: cover;
}

.packages .questions-img .carousel {
	padding: 0;
}

.packages #step-form .form-group,
.contact-page-left .how-to-contact .form-group{
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
}

.packages #step-form .question-title,
.contact-page-left .how-to-contact .question-title,
.preview-data .question-title{
	line-height: 45px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.contact-page-left .how-to-contact .question-title strong {
	color: #e3221b;
	font-weight: 800;
	font-size: 20px;
}

.packages .btn-group {

}

.packages label.btn-default,
.contact-page-left .how-to-contact label.btn-default{
	border: 1px solid #e7e7e7;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	text-transform: none;
}

.packages label.btn-default.left,
.contact-page-left .how-to-contact label.btn-default.left{
	border: 1px solid #e7e7e7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.packages label.btn-default.right,
.contact-page-left .how-to-contact label.btn-default.right{
	border: 1px solid #e7e7e7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.packages label.btn-default.active,
.contact-page-left .how-to-contact label.btn-default.active{
	background-color: #e2000f;
	color: #fff;
	text-transform: none;
	border-color: #e2000f;
}

.packages-limits table,
.packages-limits table td,
.packages-limits table th{
	border: 1px solid #f4f4f4 !important;
	font-size: 13px;
}

.packages-limits table th {
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #e2000f;
	font-weight: 600;
}

.main-packages [type="radio"]:checked,
.main-packages [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.main-packages [type="radio"]:checked + label,
.main-packages [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #666;
}
.main-packages [type="radio"]:checked + label:before,
.main-packages [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: -20px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.main-packages [type="radio"]:checked + label:after,
.main-packages [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e2000f;
    position: absolute;
    bottom: -17px;
    left: 50%;
	transform: translateX(-50%);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-packages [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.main-packages[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-packages .price {
	
}

.additional-packages [type="radio"]:checked,
.additional-packages [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.additional-packages [type="radio"]:checked + label,
.additional-packages [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.additional-packages [type="radio"]:checked + label:before,
.additional-packages [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
	transform: translateX(0);
   	top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.additional-packages [type="radio"]:disabled + label {
	color: #cfcdce;
	cursor: auto;
}

.additional-packages [type="radio"]:disabled + label:before {
	background-color: #cfcdce;
}




.additional-packages [type="radio"]:checked + label:after,
.additional-packages [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e2000f;
    position: absolute;
    top: 3px;
    left: 3px;
	transform: translateX(0%);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.additional-packages [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.main-packages[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

button.ask-offer {
	background-color: #ececec;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
	border: 1px solid #ececec;
	padding-bottom: 20px;
}

button.ask-offer:hover {
	background-color: #ececec;
	border: 1px solid #ececec;
	opacity: 1;
}

button.ask-offer span.black {
	text-transform: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

button.ask-offer span.red {
	display: block;
	color: #e3221b;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	position: relative;
}

button.ask-offer span.red:after {
	position: absolute;
	content: '';
	width: 286px;
	height: 8px;
	background-image: url(../img/combined-packages/request-offer-line.png);
	background-repeat: no-repeat;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.main-packages .ptb-30 {
	padding: 20px 0 30px 0 !important;
}

.main-packages i {
	color: #e3221b;
	cursor: pointer;
	font-size: 14px;
	margin-left: 5px;
}

.main-packages .price-td {
    padding-bottom: 0px;
    border-bottom: 2px solid #000 !important;
    vertical-align: bottom !important;
}

.additional-packages td {
    vertical-align: middle !important;
}

.main-packages .price-td:hover {
	cursor: pointer;
}

.main-packages .price-td label {
	margin: 0;
	cursor: pointer;
}

.main-packages .price-td .price {
	display: inline-block;
	background-color: #e3221b;
	color: #fff;
	padding: 5px 10px;
	font-size: 17px;
	font-weight: 800;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.preview-data .image {
	border: 1px solid #e3221b;
}

.preview-data .risks-covered {
	min-height: 270px;
	padding-top: 20px;
	position: relative;
}

.preview-data .image img {
	max-height: 271px;
	min-height: 271px;
    width: 100%;
    object-fit: cover;
}

.preview-data .short-info {
	color: #e3221b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.preview-data .short-info i {
	cursor: pointer;
}

.preview-data .short-info .title {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.preview-data .bordered {
	border-top: 1px solid #e3221b;
	border-right: 1px solid #e3221b;
	border-bottom: 2px solid #000;
}

.pr-0 {
	padding-right: 0;
}

.pt-10 {
	padding-top: 10px;
}

.preview-data .limit-coverage {
	color: #1e1e1e;
	font-size: 17px;
	font-weight: 700;
}

.preview-data .limit-coverage i {
	color: #e3221b;
	margin-right: 10px;
}

.preview-data .ins-text {
	font-size: 13px;
	color: #8c8c8c;
	font-weight: 400;
}

.preview-data .limit-premium {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 10px;
	background-color: #e3221b;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	width: 80%;
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.form-group.smes .error {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	font-style: italic;
	display: block;
	text-align: center;
}

.form-group.smes .error:after {
	content: '\f176';
    font-family: 'FontAwesome';
	font-weight: normal;
	margin-left: 5px;
}

.main-packages th i {
	color: #fff;
}

.page-head.mv {
	background-image: url(../img/malki-velikani-page-header.jpg);
}

.mv .sidebar-left .root-list .root-level > li > ul > li > a {
	background-image: url(../img/mv-icon.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 30px;
	padding-left: 38px;
}

.page-content.mv .row-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.page-content.mv a.email:before {
	content: '\f0e0';
    font-family: 'FontAwesome';
	margin-right: 5px;
}

.page-content.mv .news-list .box .title {
	color: #000;
    font-size: 16px;
    font-weight: 700;
	margin-top: 10px;
}

.box-mv {
	border-bottom: 2px solid #e2000f;
	border-top: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	padding: 20px;
	transition: all 300ms;
}

.box-mv:hover {
	transform: translateY(-5px);
}

.box-mv .title {
	color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    display: block;
	background-image: url(../img/mv-icon.png);
    background-repeat: no-repeat;
    background-position: top 2px left;
    background-size: 30px;
    padding-left: 38px;
}

.box-mv .icon {
	margin: 0 10px;
}

.box-mv .icon i {
	font-size: 18px;
}

.menu-mobile i.hamburger {
	font-size: 30px;
	color: #fff;
	margin: 10px 0;
}
.menu-mobile .sidemenu {
    padding: 20px;
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0%;
    width: 60%;
    height: 100vh;
    background: #e2000f;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    border: none !important;
	overflow: scroll;
}

.clicked .sidemenu {
	transform: translateX(0);
}

.slide-in-content i.fa-times-circle {
	color: #fff;
	font-size: 30px;
	text-align: right;
	font-weight: 300;
}

.slide-in-content #main-menu a {
	text-align: left;
	padding: 10px;
}

.slide-in-content .dropdown-menu li {
	margin-left: 10px;
}

.slide-in-content .dropdown-menu li a {
	white-space: normal;
}

.slide-in-content .contacts {
	clear: both;
	margin-top: 20px;
}

.slide-in-content .contacts a {
	display: block;
	color: #fff;
	text-align: left;
	margin: 20px 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.submenu-mobile-opener {
	margin-bottom: 20px;
}

.submenu-mobile-opener i {
	color: #e2000f;
	font-size: 26px;
}

.submenu-mobile-opener button {
	margin: 0;
	padding: 0;
}

.submenu-mobile-opener .navbar-collapse {
	padding: 0;
}

.title-and-date {
	margin: 0;
	padding: 0;
	list-style: none;
}

.title-and-date li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #e2000f;
	padding-bottom: 10px;
}

.title-and-date li .date {
	display: block;
	color: #8c8c8c;
	font-size: 12px;
}
.title-and-date li .title {
	display: block;
	color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}

.profile-icons {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.profile-icons a {
	display: block;
	background-color: #e2000f;
	padding: 25px;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 100%;
}

.profile-icons a i {
	font-size: 44px;
	font-weight: 300;
	margin-bottom: 20px;
}

.profile-icons a span {
	display: block;
}

.profile-icons a span small {
	display: block;
	font-size: 75%;
}

.subtitle {
	margin-bottom: 20px;
}

.search i,
.user-p i {
	font-size: 16px;
}

.news-full table {
	width: 100%;
}

.news-full table td,
.news-full table th {
	padding: 3px;
	border: 1px solid #ededed;
	font-size: 13px;
}
.news-full table td p,
.news-full table th p {
	font-size: 13px;
	margin: 0;
}

.additional-text {
	clear: both;
	margin: 20px 0;
/*	padding: 30px 30px;
	border: 1px dashed #e2000f; */
	-webkit-border-radius: 5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.additional-text:after {
	display: none;
	content: '\f06a';
    font-family: 'FontAwesome';
	position: absolute;
	color: #e2000f;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	width: 60px;
	text-align: center;
	background-color: #fff;
}

.additional-text a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

footer .vig {
	display: inline-block;
	color: #444444;
	font-size: 14px;
	font-weight: 600;
	transition: all 300ms;
	text-decoration: none;
	text-transform: uppercase;
}
footer .vig:hover {
	color: #cc2531;
}

.product-action-btns a {
	margin: 0 15px 40px 15px;
}

#ch-ph-btn {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	line-height: 36px;
}

#ch-ph-btn i {
	font-size: 30px;
	font-weight: 500;
	position: relative;
	top: 4px;
}

.page-content.green-casco {
	background-color: #054f1c;
	background-image: url('../img/zeleno-kasko-top-bgr.jpg');
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: top center;
	top: 113px;
	position: relative;
}

.page-content.green-casco:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../img/bulstrad-sign-transp.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	bottom: 34px;
}

.page-content.green-casco .sidebar-left h2 {
	margin-top: 100px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

.page-content.green-casco .root-list {
	background-color: #fff;
}

.page-content.green-casco .title-logo {
	padding-top: 67px;
}

.page-content.green-casco .sidebar-left {
	z-index: 1;
}

.info-box {
	margin: 20px 0;
}

.green-casco .bullets {
	padding: 40px 50px 40px 0;
	-webkit-border-radius: 5px 148px 149px 5px;
	-moz-border-radius: 5px 148px 149px 5px;
	border-radius: 5px 148px 149px 5px;
	background-color: #fff;
	position: relative;
	width: 115%;
	left: -30px;
	top: -120px;
}

.green-casco .bullets .bullets-bgr {
	position: absolute;
	width: 100000px;
	background-color: #fff;
	height: 100%;
	left: -99997px;
	top: 0;
	z-index: -1;
}

.green-casco .car-gfx {
	margin-bottom: 90px;
	position: relative;
}

.green-casco .car-gfx img {
	position: relative;
	margin: 0 auto;
	top: -80px;
}

.green-casco .pretty-text {
	position: relative;
	top: -150px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 300;
	padding: 15px 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.green-casco .pretty-text:before {
	content: '';
    position: absolute;
    width: 26px;
    height: 300px;
    background-image: url(../img/green-pretty-lines.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
	top: -300px;
}

.green-casco .bullets h3 {
    font-family: 'Disket Mono';
	margin: 0;
	color: #292929;
	font-size: 18px;
}

.green-casco .bullets .text {
	font-size: 13px;
	color: #a5a7a4;
	margin-top: 20px;
}

.page-content.green-casco h2 {
	font-size: 28px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 0px 0;
}
.page-content.green-casco h2 strong {
	color: #15d04e;
}
.page-content.green-casco h4 {
	color: #888888;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}

.page-content.green-casco h5 {
	font-size: 16px;
	color: #15d04e;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 60px;
	position: relative;
}
.page-content.green-casco h5:before {
	content: '';
	position: absolute;
	width: 10%;
	height: 4px;
	background-color: #d6d6d6;
	bottom: -30px;
}

.green-content {
	color: #fff;
	top: -70px;
}

.bootbox-body {
	font-size: 16px;
    text-align: center;
    margin: 15px 0;
}

.title-only li#id_247 a,
#clp-51 li:last-child a,
.title-only li#id_223 a {
	color: #15d04e;
}

.heartbeat {
	-webkit-animation: heartbeat 2500ms ease-in-out infinite both;
	animation: heartbeat 2500ms ease-in-out infinite both;
}
.grecaptcha-badge {
	bottom: 90px !important;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.accordion .title {
	cursor: pointer;
}

.accordion .title h4 {
	font-size: 15px;
	font-weight: 500;
	border-top: 1px solid #e2000f;
	padding: 15px 20px;
	position: relative;
	margin: 0;
	transition: all 300ms;
}

.accordion .title h4:hover,
.accordion .title h4{
	background: rgba(226, 0, 15, 1);
	color: #fff;
}

.accordion h4.collapsed {
	background: none;
	color: #1e1e1e;
}

.accordion h4:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 300ms;
	color: #fff;
}

.accordion h4.collapsed:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 300ms;
	color: #e2000f;
}

.accordion h4.collapsed:hover:after{ 
	color: #fff;
}

.accordion .content {
	padding: 20px;
}

.claim-ask-form-text {
	margin: 20px 0 30px 0;
}

.easypay-code-preview {
	text-align: center;
	font-size: 16px;
}

.easypay-code-preview strong {
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

.page-content .root-list .kin {
	margin-bottom: 20px;
}

.page-content .root-list .kin strong {
	font-size: 16px;
	display: block;
	margin-top: 8px;
}
.important-message {
	color: #fff;
	background: #e2000f;
	padding: 8px 10px;
	border-radius: 10px;
	text-align: center;
	margin: 20px;
	text-transform: uppercase;
}
.important-message a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.important-message a:hover {
	text-decoration: underline;
}

/* Zlopoluki */
.bgr-grey {
	background: #fafafa;
}
.page-content.bgr-grey {
	top: 0;
	padding-top: 100px;
}
.zl-title h2 {
	font-weight: 600;
	font-size: 18px;
	color: #e2000f;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px !important;
}
.zl-title h1 {
	margin: 0;
	line-height: 1;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 90px;
}
.zl-product-list {
	width: 90%;
	margin: 0 auto;
}
.zl-product-list .carousel {
	padding: 0;
}
.zl-product-list .carousel .carousel-inner {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.zl-product-list .carousel .carousel-control.left {
	left: 0;
}
.zl-product-list .carousel .carousel-control.right {
	right: 0;
}
.zl-product-list .carousel .carousel-control .glyphicon {
	font-size: 16px;
	color: #df0024;
}
.zl-product-list .image .item {
	
}
.zl-product-list .image .item img {
	transition: all 300ms;
}
.zl-product-list .image .item:hover img {
	transform: scale(1.2);
}
.zl-product-list .image .label {
	position: absolute;
	background: #df0024;
	top: -20px;
	left: -10px;
	padding: 10px 20px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
}
.zl-product-list .item .content {
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-bottom-left-radius: 25px;
}
.zl-product-list .item .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.zl-product-list .item .content ul li {
	margin-bottom: 20px;
}
.zl-product-list .item .content ul li a {
	display: block;
	color: #231f20;
	position: relative;
	font-weight: 500;
	padding-left: 10px;
}
.zl-product-list .item .content ul li a:hover {
	color: #df0024;
}
.zl-product-list .item .content ul li a:before {
	content: '\f105';
    font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #df0024;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	box-shadow: -6px 2px 9px 0px rgba(223, 0, 36, 0.17);
}
.zl-page-image {
	margin-bottom: 40px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: -29px 11px 44px 0px rgba(0, 0, 0, 0.17);
}
.zl-product {
	background: #fff !important;
}
.zl-product .red-title-icon {
	font-size: 18px;
	color: #df0024;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.zl-product .red-title-icon i {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #df0024;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	box-shadow: -6px 2px 9px 0px rgba(223, 0, 36, 0.17);
}
.zl-product .description-item.more {
	padding: 30px 50px;
}
.zl-product .description-item {
	border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-top-right-radius: 50px;
    padding: 50px;
	position: relative;
}
.zl-product .description-item:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 50px;
	background-color: #f6f6f6;
	right: -2px;
	bottom: -50px;
}
.zl-product .description-item:last-child {
	border-bottom: 2px solid #f6f6f6;
	border-bottom-left-radius: 50px;
}
.zl-product .description-item:last-child:after {
	content: none;
}
.zl-product .description-item label {
	position: absolute;
	top: -20px;
	left: -20px;
	background-color: #df0024;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.zl-product .description-item ul {
	list-style: square;
}
.zl-product .description-item strong {
	color: #df0024;
}
.zl-product .content {
	margin-bottom: 60px;
}
.zl-product .files {
	margin-top: 60px;
	display: inline-block;
}
.zl-product .files a {
	padding: 20px 40px;
	border: 2px solid #e32241;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	background-color: #fff;
	transition: all 300ms;
	text-decoration: none;
}
.zl-product .files a:hover {
	color: #fff;
	background-color: #e32241;
	box-shadow: -29px 11px 44px 0px rgba(223, 0, 36, 0.17);
}
.zl-product .files.second a {
	left: -30px;
}
.zl-product .files.third a {
	left: -60px;
}
.zl-product .files.forth a {
	left: -90px;
}
.zl-product .files a[href$=".pdf"]:before {
	display:inline-block;
	content: '\f1c1';
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	font-weight: 300;
	margin-right: 15px;
    top: 2px;
    position: relative
}
.zl-product .files a[href$=".zip"]:before {
	display:inline-block;
	content: '\f1c6';
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	font-weight: 300;
	margin-right: 15px;
    top: 2px;
    position: relative
}
.zl-product .files a[href$=".odt"]:before,
.zl-product .files a[href$=".doc"]:before,
.zl-product .files a[href$=".docx"]:before{
	display:inline-block;
	content: '\f1c2';
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	font-weight: 300;
	margin-right: 15px;
    top: 2px;
    position: relative
}
.zl-product .files a[href$=".xls"]:before,
.zl-product .files a[href$=".xlsx"]:before{
	display:inline-block;
	content: '\f1c3';
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	font-weight: 300;
	margin-right: 15px;
    top: 2px;
    position: relative
}
.zl-product h2 {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.zl-product h3 {
	margin: 0 0 40px 0;
	color: #df0024;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1300px) {
	.green-casco .bullets {
		width: 100%;
		left: 0px;
	}	
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
/*        display: block;
		margin: 0;
		padding: 20px 0; */
    }
	.lang {
		display: block;
		margin-left: 15px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.lang a {
		color: #fff;
	}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
/*        display: none!important; */
    }
    .navbar-nav {
/*        float: none!important;
        margin-top: 7.5px; */
		margin: 0;
    }
    .navbar-nav>li {
/*        float: none; */
    }
    .navbar-nav>li>a {
/*        padding-top: 10px;
        padding-bottom: 10px; */
    }
    .collapse.in{
/*        display:block !important;
		width: 100%; */
    }
	#bar-message .cookie-with-btns .text-holder,
	#bar-message .cookie-with-btns .btn-holder {
		display: block;
		margin-bottom: 20px;
	}
	#bar-message a.btn-link {
		display: block;
	}
	
	.green-casco .bullets .text {
		margin-bottom: 40px;
	}
	.green-casco .bullets .icon {

	}
	.green-casco .bullets .icon img {
		margin: 0 auto;
	}
	.green-casco .bullets h3 {

	}
	.page-content.green-casco {
		background-size: 160%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand, .navbar-nav>li>a {
/*		padding: 23px 12px 22px 12px; */
	}
}
@media only screen and (max-width: 992px) {
	.home-news {
		padding: 30px 0;
		max-height: initial;
	}
	.green-casco .bullets .text {
		text-align: center;
	}
	.green-casco .bullets .icon {
		margin-bottom: 20px;
	}
	.green-casco .bullets h3 {
		text-align: center;
	}
	.page-content.green-casco {
		background-size: 200%;
	}
}

@media only screen and (max-width: 768px) {
	.text-center-xs {
		text-align: center;
	}
	footer .logo img {
		margin: 0 auto;
	}
	.sidebar-left {
		max-width: 100%;
	}
	header .top .logo {
		padding: 25px 10px 20px 10px;
	}
	header .top .buttons a {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 12px;
		border: none;
		line-height: 30px;
	}
	header .top .buttons a i {
		font-size: 18px;
		line-height: 30px;
	}
	header .top .buttons a:nth-last-child(2) {
		border: none;
	}
	.carousel {
		/*padding-top: 130px;*/
	}
	.main-slider .main-slider-button {
		display: none;
		visibility: hidden;
	}
	.page-head { padding-top: 60px;}
	
	.page-content.green-casco {
		background-size: 300%;
	}
	
	.green-casco .car-gfx img {
		top: -40px;
	}
	.green-casco .pretty-text {
		top: -125px;
	}
	.green-casco .pretty-text:before {
		display: none;
	}
	.page-content.green-casco .title-logo {
	}
	.carousel-control.left {
		left: -15px;
	}
	.carousel-control.right {
		right: -15px;
	}
}

@media only screen and (min-width: 991px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  }
}

@media only screen and (min-width: 1441px) {
	.page-content.green-casco {
		background-size: contain;
	}
	.green-content {
		top: 100px;
	}
	.green-casco .bullets {
		top: 60px;
	}
	.green-casco .pretty-text {
		top: 0;
	}
}