@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/dana-bold.eot');
	src: url('../fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/dana-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/dana-bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/dana-regular.eot');
	src: url('../fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/dana-regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/dana-regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
* {
	box-sizing: border-box;
}
::selection {
	color: #FFFFFF;
	background-color: #111111;
}
::-moz-selection {
	color: #FFFFFF;
	background-color: #111111;
}
a, a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
}
body {
	font-family: dana, sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	background-color: #111;
	color: #FFF;
}
.body-text1 {
	font-family: dana, sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 1.75em;
	text-align: right;
	color: #000;
}
nav {
	/*margin-top: 30px;*/
	background-color: RGBA(100,100,100,0.5);
	padding: 10px 30px!important;
}
.navbar-brand img {
	height: 55px;
	background-color: RGBA(200, 200, 200, 0.5);
    border-radius: 12px;
}
.nav-link {
	color: #FFF!important;
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
	padding: 15px 10px!important;
	border-bottom: 5px solid transparent;
	transition: 0.25s ease-in;
}
.nav-link:hover {
	border-bottom: 4px solid #C6A44F;
}
.navbar-toggler {
	border: none;
}
video {
  	object-fit: cover;
  	width: 100vw;
  	height: 100vh;
  	position: absolute;
 	top: 0;
 	left: 0;
	opacity: 25%;
}
h1 {
	font-size: 60px;
	font-weight: bold;
	color: #C6A44F;
	margin-bottom: 30px;
}
.sub-text {
	font-size: 24px;
	line-height: 1.75em;
}
.body-text {
	font-size: 18px;
	line-height: 1.75em;
	text-align: right;
}
.cta-button {
	display: inline-block;
	width: 175px;
	padding: 18px 10px 15px 10px;
	margin-top: 20px;
	color: #111;
	background-color: #C6A44F;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
	transition: 0.25s ease-in;
}
.cta-button:hover {
	color: #C6A44F;
	background-color: #FFF;
}
#about-k1eh {
	background-color: #111!important;
}
.flexbox {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center
}
#k1tex {
	background-image: url("../images/Pro1.jpg");
	background-size: cover;
	/*opacity: 75%;*/
	background-position: center center;
}
#k1tex a img {
	width: 400px;
	display: block;
	margin: 0 auto;
}
#uyku-mattress {
	background-image: url("../images/Pro2.jpg");
	background-size: cover;
	/*opacity: 75%;*/
	background-position: center center;
}
#uyku-mattress a img {
	width: 500px;
	display: block;
	margin: 0 auto;
}
#k1-foam {
	background-image: url("../images/Pro3.jpg");
	background-size: cover;
	/*opacity: 75%;*/
	background-position: center center;
}
#k1-foam a img {
	width: 450px;
	display: block;
	margin: 0 auto;
}
.footer-links-title {
	font-size: 21px;
	font-weight: bold;
	color: #C6A44F;
}
.footer-links {
	list-style: none;
	text-align: right;
}
.footer-links li {
	padding: 5px 0;
	margin-top: 5px;
}
.footer-links li a {
	color: #FFF;
	transition: 0.4s ease-in-out;
}
.footer-links li a:hover {
	color: #C6A44F;
	padding-right: 10px;
}
.copyright {
	font-size: 12px;
	color: #333;
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	#fp-nav.fp-right {
		display: none;
	}
	.fp-controlArrow.fp-prev {
    	left: 15px;
    	border-width: 30px 24px 30px 0;
	}
	.fp-controlArrow.fp-next {
    	right: 15px;
     	border-width: 30px 0 30px 24px;
	}
	.navbar-collapse {
		background-color: #111;
		border-radius: 10px;
		margin-top: 20px;
		text-align: center;
	}
	.navbar-nav {
		padding:0!important;
	}
	.navbar-link {
		margin-right: 0;
		padding: 0!important;
		width: 200px;
	}
	h1 {
		font-size: 48px;
	}
	.sub-text {
		font-size: 21px;
	}
	.body-text {
		text-align: center;
	}
	#k1tex a img {
		width: 250px;
	}
	#uyku-mattress a img {
		width: 350px;
	}
	#k1-foam a img {
		width: 350px;
	}
	.footer-links li {
		display: inline;
		margin-left: 10px;
	}
	.copyright {
		padding: 0 40px;
	}
}