/*------------------------------------------------------------------

[TABLE OF CONTENTS]

- GLOBAL
	-- Helpers
- TYPOGRAPHY
- BASIC ELEMENTS
	-- Titles
	-- Buttons
	-- Images
	-- Lists
	-- Forms
		-- Radio/check customisation
	-- Decor elements
	-- Tables
	-- Accordion
	-- Tabs
	-- Effects
	-- Dropcap
	-- Blockquote
	-- Pagination
	-- Alert
	-- Tooltip
	-- Progress bar
	-- Other
- HEADER
- NAVIGATION
- FOOTER
- COMPONENTS
- SLIDERS
	-- Main slider
	-- Other sliders
		-- Type
		-- Modifications
- IE8 page

-------------------------------------------------------------------*/




/* ======= SLIDERS ======= */

/* OTHER SLIDERS */

.carusel-clients__item {
	display: block;
	height: 100px;
	margin-bottom: 3px;
	border: 1px solid #eee;
	border-top-right-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 0 0 #777;
	transition: all 0.3s;
	text-align: center;
}
.carusel-clients__item:hover {
	text-decoration: none;
}
.carusel-clients__img {
	display: inline-block;
	max-width: 90%;
	height: auto;
	vertical-align: middle;
}


.slider-thumbnails {
	position: relative;
}
.slider-thumbnails-main {
	overflow: hidden;
}
.slider-thumbnails-main__item {
	background-color: #0468b9;
}
.slider-thumbnails-main__img {
	float: left;
	width: 50%;
}
.slider-thumbnails-main__info {
	float: right;
	width: 50%;
	padding: 4vw 4vw 2vw 24vw;
	text-align: center;
}
.slider-thumbsnails-main__icon {
	display: block;
	margin-bottom: 1vw;
	font-size: 7vw;
	line-height: 1;
	color: #fff;
}
.slider-thumbsnails-main__text {
	margin-top: 1.8vw;
	font-size: 15px;
	color: #fff;
}

.slider-thumbsnails-main__text img{
	display: inline-block!important;
}

.slider-thumbsnails-main__text p {
	margin-bottom: 1vw;
}

.slider-thumbnails-nav {
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 3vw;
}
.slider-thumbnails-nav__item {
	position: relative;
	float: none !important;
	width: 21vw !important;
	height: 4.2vw;
	margin-bottom: 2px;
	background-color: #1d77c1;
	z-index: 10;
	cursor: pointer;
	text-transform: uppercase;
}
.slider-thumbnails-nav__item .decor-3 {
	margin-right: 0.5vw;
}
.slider-thumbnails-nav__text {
	padding:10px;
	color: #fff;
	font-weight:500;
    font-size: 14px;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
	transition: 0.1s;
}
.slider-thumbnails-nav__text:hover{
	color: #fff;
	background: #e70318;
}

.slider-thumbnails-nav__text:before {
	content:"\2022";
	font-size: 25px;
}

.slider-thumbnails-nav .flex-active-slide .decor-3 {
	display: none;
}

.flex-active-slide .slider-thumbnails-nav__text{
	background:#e70318;	
	font-weight:600!important;
    color: #fff!important;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.flex-active-slide .slider-thumbnails-nav__text:before {
	content:"\2022";
	margin-right: 0.5vw;
}


/* Modifications */

.owl-theme_mod-a {
	padding-bottom: 70px;
}
.owl-theme_mod-a .owl-controls {
	padding-left: 232px;
	text-align: left;
}

.owl-theme_mod-b .owl-item {
	margin-left: 0;
	padding-left: 0;
}
