/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face{
font-family: 'Danmark';
src: url('Danmark/Danmark.ttf');
src: url('Danmark/Danmark.otf?#iefix') format('embedded-opentype'),
url('Danmark/Danmark.woff') format('woff'),
url('Danmark/Danmark.ttf') format('truetype'),
url('Danmark/Danmark.svg#webfont') format('svg');
}
#home_header_slider .owl-dots {
	bottom: 50%;
	margin-bottom: -180px;
	padding: 0;
}
#home_header_slider .owl-dot span {
	background-color: none!important;
	border: none;
	box-shadow: none;
	opacity: 0.5;
	width: 50px;
	height: 70px;
	background-repeat: no-repeat!important;
	background-size: auto!important;
	background-position: center!important;
	border-radius: 0!important;
	transform: none!important;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}
#home_header_slider .owl-dot.active span {
	opacity: 1;
		transform: none!important;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#home_header_slider .owl-dot:first-child span {
	background: url('img/icon_key.svg');
}
#home_header_slider .owl-dot:nth-child(2) span {
	background: url('img/icon_girl.svg');
}
#home_header_slider .owl-dot:nth-child(3) span {
	background: url('img/icon_blank.svg');
}
#home_header_slider .owl-dot:nth-child(4) span {
	background: url('img/icon_home.svg');
}
#home_header_slider .owl-dot:nth-child(5) span {
	background: url('img/icon_house.svg');
}