html,
body {
	height: 100%;
}

body {
	background: rgba(182, 169, 153, 1.00);
}

::-moz-selection {
	color: rgba(243, 243, 243, 1.00);
	background: rgba(182, 169, 153, 1.00);
}

::selection {
	color: rgba(243, 243, 243, 1);
	background: rgba(182, 169, 153, 1.00);
}

/* Typography */

li {
	list-style: none;
}

.kern {
	margin-left: -8px;
}

p {
	font-family: "proxima-nova", Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.35rem;
	color: rgba(118, 119, 122, 1.00);
	font-variant-ligatures: common-ligatures, discretionary-ligatures, contextual;
	-webkit-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	-moz-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "adobe-garamond-pro", Times New Roman, Times, "serif";
	font-weight: 400;
	font-style: italic;
	font-size: 4rem;
	line-height: 4.15rem;
	color: rgba(182, 169, 153, 1.00);
	font-variant-ligatures: common-ligatures, discretionary-ligatures, contextual;
	-webkit-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	-moz-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	padding: 0 30px;
}

h4 {
	margin-bottom: 40px;
	font-family: "proxima-nova", Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1rem;
	color: rgba(182, 169, 153, 1.00);
}

a {
	color: rgba(118, 119, 122, 1);
}

a:hover,
a:focus {
	color: rgba(182, 169, 153, 1);
}

.contactInitial {
	font-weight: 700;
	font-style: oblique;
	color: rgba(182, 169, 153, 0.80);
}

hr {
	margin: -0.65px 35% 20px 35%;
	border-top: 4px solid rgba(182, 169, 153, 1.00);
}

/* Typography x */

/* Menu */

.navbar-brand {
	width: 350px;
	height: 180px;
	background: url(../assets/isik-kadife-logo.svg) no-repeat center center;
}

.navbar {
	z-index: 1000;
	height: 200px;
}

.navbarAlt {
	background-image: linear-gradient( 180deg,
	rgba(77, 72, 66, 1), rgba(77, 72, 66, .5));
}

.navbar-expand-lg {
	padding-top: 12px;
	padding-right: 40px;
}

.navbar-nav .nav-item .nav-link {
	font-family: "proxima-nova", Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	color: rgba(182, 169, 153, 0.75);
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
	color: rgba(221, 201, 163, 1.00);
}

.navbar-nav .nav-item:nth-child(6) .nav-link {
	font-weight: 400;
	color: rgba(182, 169, 153, 0.50);
}

.navbar-nav .nav-item:nth-child(6) .nav-link:hover {
	color: rgba(221, 201, 163, 1.00);
}

.nav-link {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* Navbar toggle animation */

.navbar-toggler {
	border: none;
	border-radius: 0px;
	background: rgba(182, 169, 153, 0.00);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	outline: none;
	background: rgba(182, 169, 153, 0.00);
}

.animated-icon1 {
	width: 50px;
	height: 50px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: rgba(182, 169, 153, 0.75);
}

.animated-icon1:hover span {
	background: rgba(221, 201, 163, 1.00);
}

.animated-icon1 span:nth-child(1) {
	top: 5px;
}

.animated-icon1 span:nth-child(2) {
	top: 20px;
}

.animated-icon1 span:nth-child(3) {
	top: 35px;
}

.animated-icon1.open span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Navbar toggle animation */

/* Navbar collapse */

.collapsing,
.show {
	margin-top: 8px;
	background-color: rgba(0, 0, 0, 0.90);
}

/* Navbar collapse */

/* Menu x */

/* Index */

.cb-slideshow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 0;
}

.cb-slideshow:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.10);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	background: -webkit-radial-gradient(center right, ellipse cover, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-radial-gradient(center right, ellipse cover, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 0.75) 100%);
	background: radial-gradient(ellipse at right center, rgba(0, 0, 0, 0.00) 25%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 0.75) 100%);
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: -1;
	-webkit-animation: imageAnimation 48s linear infinite 0s;
	-moz-animation: imageAnimation 48s linear infinite 0s;
	-o-animation: imageAnimation 48s linear infinite 0s;
	-ms-animation: imageAnimation 48s linear infinite 0s;
	animation: imageAnimation 48s linear infinite 0s;
}

.cb-slideshow li div {
	z-index: 100;
	position: absolute;
	width: 60%;
	top: 40%;
	left: 20px;
	opacity: 0;
	padding: 20px 40px 50px 40px; //background: linear-gradient(to bottom, rgba(250, 250, 250, 0.05), rgba(250, 250, 250, 0.42) 100%);
	-webkit-animation: titleAnimation 64s linear infinite 0s;
	-moz-animation: titleAnimation 64s linear infinite 0s;
	-o-animation: titleAnimation 64s linear infinite 0s;
	-ms-animation: titleAnimation 64s linear infinite 0s;
	animation: titleAnimation 64s linear infinite 0s;
}

.cb-slideshow li div h2 {
	padding: 0;
	font-family: "adobe-garamond-pro", Times New Roman, Times, "serif";
	color: rgba(221, 201, 163, 1.00);
	font-variant-ligatures: common-ligatures, discretionary-ligatures, contextual;
	-webkit-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	-moz-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
	font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern" 2, "calt" 2;
}

.cb-slideshow li div p {
	display: none;
	font-size: 1.25rem;
	line-height: 1.85rem;
	color: rgba(245, 235, 220, 1.00);
	font-variant-ligatures: common-ligatures, discretionary-ligatures, contextual;
	-webkit-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern", "calt" 2;
	-moz-font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern", "calt" 2;
	font-feature-settings: "liga", "clig", "swsh" 2, "salt" 2, "ss01" 2, "kern", "calt" 2;
}

.cb-slideshow li:nth-child(1) span {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00)), url(../assets/images/about-us/isik-kadife-about-us-07.jpg);
	background-blend-mode: normal;
}

.cb-slideshow li:nth-child(2) span {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00)), url(../assets/images/isik-kadife-02.jpg);
	background-blend-mode: normal;
	animation-delay: 12s;
}

.cb-slideshow li:nth-child(3) span {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00)), url(../assets/images/about-us/isik-kadife-about-us-04.jpg);
	background-blend-mode: normal;
	animation-delay: 24s;
}

.cb-slideshow li:nth-child(4) span {
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 0.00)), url(../assets/images/isik-kadife-04.jpg);
	background-blend-mode: normal;
	animation-delay: 36s;
}

.cb-slideshow li:nth-child(2) div {
	animation-delay: 16s;
}

.cb-slideshow li:nth-child(3) div {
	animation-delay: 32s;
}

.cb-slideshow li:nth-child(4) div {
	animation-delay: 48s;
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		transform: scale(1.25) rotate(1.2deg);
		animation-timing-function: ease-in-out;
	}
	25% {
		opacity: 1;
		transform: scale(1.00) rotate(0deg); //animation-timing-function: ease-out;
	}
	37.5% {
		opacity: 0;
		transform: scale(1.25) rotate(-1.2deg);
		animation-timing-function: ease-in-out;
	}
	100% {
		opacity: 0;
	}
}

@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateX(40px);
		animation-timing-function: ease-out;
	}
	8% {
		opacity: 1;
		transform: translateX(0px);
		animation-timing-function: ease-in-out;
	}
	23% {
		opacity: 1;
		transform: translateX(0px);
		animation-timing-function: ease-in-out;
	}
	25% {
		opacity: 0;
		transform: translateX(-40px);
		animation-timing-function: ease-out;
	}

	100% {
		opacity: 0
	}
}

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

/* Index x */

/* Carousel Fade */

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1.6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


/* Carousel Fade x */

/* About Us */

.container-fluid .row .col-lg-8 {
	margin-bottom: 100px;
}

.container-fluid .row .col-lg-8 p:last-of-type {
	padding-bottom: 50px;
}

.carousel-item {
	max-height: 528px;
}

.container-fluid .row .textAlt {
	margin-top: -105px;
	background-color: rgba(252, 252, 252, 0.95);
}

.container-fluid .row .textAlt-contact {
	margin-top: 0px;
	padding-bottom: 50px;
}

.aboutUs-imageAlt:first-of-type {
	background-image: url(../assets/images/about-us/isik-kadife-about-us-04.jpg);
}

.aboutUs-imageAlt {
	background-image: url(../assets/images/about-us/isik-kadife-about-us-10.jpg);
}

.aboutUs-imageAlt:last-of-type {
	background-image: url(../assets/images/about-us/isik-kadife-about-us-06.jpg);
}

.fabric-imageAlt {
	background-image: url(../assets/images/fabric/isik-kadife-fabric-04.jpg);
}

.fabric-imageAlt:last-of-type {
	background-image: url(../assets/images/fabric/isik-kadife-fabric-05.jpg);
}

.carpet-imageAlt {
	background-image: url(../assets/images/carpet/isik-kadife-carpet-04.jpg);
}

.carpet-imageAlt:last-of-type {
	background-image: url(../assets/images/carpet/isik-kadife-carpet-05.jpg);
}

.fairs-imageAlt {
	background-image: url(../assets/images/fairs/isik-kadife-fairs-04.jpg);
}

.container-fluid .row .textAlt .aboutUs-imageAlt,
.container-fluid .row .textAlt .carpet-imageAlt,
.container-fluid .row .textAlt .fabric-imageAlt,
.container-fluid .row .textAlt .fairs-imageAlt {
	margin: 20px 60px;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* About Us x */

/* Fairs  */

.carousel-textAlt {}

/* Fairs x */

/* Breakpoints */

@media (min-width: 1920px) {
	.carousel-item {
		max-height: 700px;
	}
	.container-fluid .row .textAlt {}

	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		height: 400px;
		margin: 50px 250px;
	}
	.cb-slideshow li div h2 {
		font-size: 6rem;
		line-height: 6.35rem;
		width: 65%;
	}
	.cb-slideshow li div p {
		display: inline-block;
		padding-top: 10px;
		font-size: 1.25rem;
		line-height: 2.05rem;
		width: 70%;
	}
	h2 {
		margin-bottom: 30px;
	}
	p {
		width: 75%;
		display: inline-block;
	}
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
	.navbar-brand {
		width: 300px;
		margin: 0;
	}
	.cb-slideshow li div {
		left: 50px;
		width: 100%;
	}
	.cb-slideshow li div h2 {
		font-size: 5rem;
		line-height: 5.5rem;
		margin-bottom: 30px;
		width: 50%;
	}
	.cb-slideshow li div p {
		display: inline-table;
		width: 55%;
	}
	.textAlt p {
		display: inline-table;
		width: 85%;
	}
	.aboutUs-text {
		margin-top: -200px;
	}
	.container-fluid .row .textAlt {}

	.container-fluid .row .textAlt-contact {
		margin-top: 0px;
	}
	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		height: 400px;
		margin: 20px 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-brand {
		width: 300px;
		margin: 0;
	}
	.cb-slideshow li div {
		left: 0px;
		width: 100%;
	}
	.cb-slideshow li div h2 {
		width: 60%;
		line-height: 4.75rem;
	}
	.cb-slideshow li div p {
		display: inline-table;
		width: 60%;
		margin-top: 20px;
	}
	.container-fluid .row .textAlt {}
	.container-fluid .row .textAlt-contact {
		margin-top: 0px;
	}
	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		height: 350px;
		margin: 20px 60px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-brand {
		width: 300px;
		margin: 0;
	}
	.navbar-expand-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-toggler {
		top: 4px;
		right: 40px;
	}
	.navbar-collapse li {
		border-bottom: 1px dotted rgba(182, 169, 153, 0.50);
	}
	.navbar-collapse li:last-of-type {
		border-bottom: 0px;
	}
	.cb-slideshow li div {
		left: 0px;
		width: 100%;
	}
	.cb-slideshow li div h2 {
		font-size: 4rem;
		line-height: 4.25rem;
		margin-bottom: 20px;
		width: 60%;
	}
	.cb-slideshow li div p {
		display: inline-table;
		font-size: 1rem;
		line-height: 1.35rem;
		width: 60%;
	}
	.container-fluid .row .textAlt {}
	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		margin: 20px 160px;
		height: 300px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar-brand {
		width: 300px;
		margin: 0;
	}
	.navbar-toggler {
		right: 20px;
	}
	.navbar-expand-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-toggler {
		top: 4px;
		right: 40px;
	}
	.navbar-collapse li {
		border-bottom: 1px dotted rgba(182, 169, 153, 0.50);
	}
	.navbar-collapse li:last-of-type {
		border-bottom: 0px;
	}
	.cb-slideshow li div {
		left: 0px;
		width: 100%;
	}
	.cb-slideshow li div h2 {
		font-size: 3.2rem;
		line-height: 3.5rem;
	}
	.cb-slideshow li div p {
		display: inline-table;
		font-size: 1rem;
		line-height: 1.35rem;
	}
	.container-fluid .row .textAlt {}
	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		margin: 20px 60px;
		height: 300px;
	}
}

@media (max-width: 575.98px) {
	.navbar-brand {
		width: 250px;
	}
	.navbar-expand-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-toggler {
		top: 0px;
		right: 20px;
	}
	.navbar-collapse li {
		border-bottom: 1px dotted rgba(182, 169, 153, 0.50);
	}
	.navbar-collapse li:last-of-type {
		border-bottom: 0px;
	}
	.cb-slideshow li div {
		left: 0px;
		width: 100%;
	}
	.cb-slideshow li div h2 {
		font-size: 3.2rem;
		line-height: 3.5rem;
	}

	.carousel-item {
		max-height: 528px;
	}

	.container-fluid .row .textAlt {
		margin-top: 0px;
	}
	.container-fluid .row .textAlt .aboutUs-imageAlt,
	.container-fluid .row .textAlt .carpet-imageAlt,
	.container-fluid .row .textAlt .fabric-imageAlt,
	.container-fluid .row .textAlt .fairs-imageAlt {
		margin: 20px 60px;
		height: 200px;
	}
}

@media (max-width: 812px) and (orientation:landscape) {
	.navbar-brand {
		width: 250px;
	}
	.navbar-expand-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-toggler {
		top: 0px;
		right: 20px;
	}
	.cb-slideshow li div {}
	.cb-slideshow li div h2 {
		font-size: 2.7rem;
		line-height: 3rem;
	}
}

@media (max-height: 460px) {
	.cb-slideshow li div h2 {
		display: none;
	}
}

/* Breakpoints x */
