* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.clear {
	clear: both;
}

a {
	color: #f04331;

}

a:focus, a:hover, a:active, a {
	text-decoration: none;
}
body, html, p {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Exo', sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 150%;
	background: #ece7dc;
	
}

h1, h2, h3, h4 {
	color:#f04331; 
	text-transform: uppercase;
	line-height: 120%;
}
h1 {font-size: 30px;
font-weight: 800;
letter-spacing: 7px;
}
h4 {
	font-size: 22px;
	font-weight:400;
	text-transform: uppercase;
}
.menu_cont {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background:#f04331; 
	
	padding: 80px 15px 15px 15px;
	
}
.menu_cont li {
	display: block;
	padding: 5px 0;
}
.menu_cont li a {
	text-transform: uppercase;
	color: #fff;
}
.top_nav {

	}
.logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10000

}
.menu {
	float: right;
	width: 40px;
	height: 40px;border-radius: 50px;
	background: #f04331; 
	text-align: center;
	position: fixed;
	top: 30px;
	right: 30px;
	padding: 15px 0 0 10px;
	z-index: 10000;
	cursor: hand;
	cursor: pointer
}
.menu .bar {
	height: 1px;
	width: 70%;
	background: #fff;
	display: block;
	margin: 2px 0;
}

.slider .tag {
	width: 100%;
	text-align: center;
	color: #fff;
	position:absolute;
	z-index: 100000
}

.slider .tag span {
	display: block;
}
.slider .tag .bigger {
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
}
.slider .tag .smaller {
	font-size: 35px;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
}
.slider .tag .oblique {
	font-family: 'Mr Dafoe', cursive;
	font-size: 160px;
	color: #1cdedc;
	line-height: 100%;
	padding: 30px 0;
}
.slide {
	position: relative;
}
.slide .caption {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-style: italic;
	font-weight: 800;
	color: #fff;
	font-size: 20px;
}
.section h1 {
	padding: 20px 20px 60px 20px;
	text-align: center;
}
.section.first, .section.fifth {
	padding: 80px 0;
	width: 1200px;
	margin: 0 auto;
}

.point {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0;
	padding: 40px;
}

.point .pleft {
	float: left;
	padding-right: 35px;
}
.point .pright {
	float: left;
	font-size: 15px;
	width: 70%;
}
.point h4 {
	padding-bottom: 10px;
}
.bslides {
	margin: 100px 0;
}
.bslide_in  {
	height: 500px;
	
}

.bslides .slick-slide {
	padding: 0 40px;
}
.tslides .slick-slide {
	padding: 0 20px;
}
.tslide {
	height: 300px;
	background: #d9d1c4;/*samo dok nema slike*/
}
.section .subtitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding:0 40px 40px 40px;
}
.section.fourth  {
	padding: 100px;
}
	 .section.fifth .info {
		 width: 100px;
		 height: 100px;
		 border-radius: 120px;
		 padding: 40px 25px 0 25px;
		 text-align: center;
		 color: #fff;
		 background: #1cdedc;
		 font-size: 65px;
		 font-weight: 900;
	 }
	 
	 .section.fifth .info_cont {
		 padding: 0 100px;
	 }
	 
	  .section.fifth .info_cont ul {
		  padding-left: 40px;
	  }
	  .section.second .arrow {
		  text-align: center;
		 
	  }
	  .footer {
		  padding: 80px;
		  text-align: center;
		  background:#1cdedc;
		  font-size: 16px;
		  color: #fff;
	  }
	   .footer .fbig {
		   font-size: 25px;
		   padding-bottom: 30px;
		   line-height: 120%;
		   font-weight: 700;
	   }
	.svg, .svg_cont {
		float: left;
		width: 50%;
	}
	 .svg_cont h2 {
		font-weight: 300;
		font-size: 35px;
		padding: 60px 60px 20px 60px;
	 }
	 .svg_cont > div {display: none; position: relative;
	 }
	 .svg_cont > div.shown {
		 display: block;
	 }
	 .svg_cont .descipt {
		 padding: 60px;
	 }
	 .svg_cont .destimg {
		 height: 350px;
		 width: 100%;
		
	 }
	 .svg {
		 position: relative;
	 }
	   svg {
    width: 100%;
	
}
svg text {
	cursor: hand; cursor:pointer;
}
	svg circle {
		cursor: hand; cursor:pointer;transition: 0.3s;
	}
	svg circle:hover, svg circle.active {
	stroke-width: 20;
	}
	
	@media only screen and (max-width: 1200px) {
		.section.first, .section.fifth {
			width: 100%;
			margin: 0;
		}
		.section.fifth {
			padding: 80px;
		}
		.section.fourth {
			padding: 100px 0;
		}
	}
	@media only screen and (max-width: 1000px) {
		.svg, .svg_cont {
			width: 100%;
			float: none;
		}
		.point {
			
			text-align: center;
		}
		.point .pleft, .point .pright {
			float: none;
			padding-right: 0;
			width: 100%;
		}
		.bslide_in  {
	height: 350px;
	
}
.caption {
	width: 100%;
	text-align: center;
	bottom: 10px!important;
	font-size: 16px!important;
	right: auto!important;
}
	}
	@media only screen and (max-width: 767px) {
		.slider .tag .oblique {
			font-size: 90px;
		}
		.slider .tag .bigger, .slider .tag .smaller {
			font-size: 27px;
		}
		.section.fifth {
			padding: 0px 20px 80px 20px;
		}
	}
	@media only screen and (max-width: 550px) {
		.point {
			display: block;
			width: 100%;
		}
		.bslides .slick-slide, .tslides .slick-slide {
			padding: 0;
		}
		.info {
			margin: 0 auto;
		}
		.info_cont {
			padding: 50px 0 0 0!important;
		}
		.fnt0 {
			font-size: 40px!important;
		}
		.fnt1 {
			font-size: 20px!important;
		}
	}