/**
 *  Styles for Kay site
 */

body, html {
    height: 100%;
	margin:0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color:#170322;
}
*, *:before, *:after {
  	-webkit-box-sizing: inherit;
  	-moz-box-sizing: inherit;
  	box-sizing: inherit;
}
h1 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#body-text {
	width: 100%;
	max-width: 830px;
	margin: auto;
	padding-top:15px;
	text-align:center;
	padding: 50px;
}
a {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: none;
}

.main-swiper {
	height: 650px;
	margin-top: 105px;
}
.sale-swiper {
    height: 500px;
    width: 60%;
}
.shoots-swiper {
    height: 500px;
    width: 60%;
}
.interior-swiper {
    height: 500px;
    width: 60%;
}
.swiper-slide {
	background-size: cover;
	background-position: center center;
}
.swiper-slide p {
	    font-size: 30px;
    line-height: 40px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.swiper-pagination-bullet-active {
    background: #111 !important;
    opacity: 1;
}
.swiper-pagination-bullet {
    background: #fff;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
}
#services-wrap .content-wrapper:nth-of-type(2) {
  flex-direction: row-reverse;
}
#text-box {
		width:40%;
	text-align: right;
	position: relative;
}
#images {
	width:60%;
	background-size: cover;
	background-position: center center;
	height: 500px;
}
#footer {
    width: 100%;
    background-color: #111;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}
.rental {
	background: #e6e5d3;
}
.shoots {
	background: #1b2534;
	text-align:left !important;
}
.interior {
	background: #444540;
}
.shoots, .interior {
	color: #fff;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 85%;
}
.testi {
  height: 300px;
  padding-top: 100px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    left: 20px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    right: 20px !important;
}
#contact {
	background: #111;
	padding: 10px;
	width: 150px;
	text-align: center;
	position: fixed;
	z-index: 9;
	top: 45px;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}
#contact:hover {
	background: #333;
}
#nav {
    padding: 10px;
    position: fixed;
    z-index: 9;
    top: 49px;
    right: 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    width: 815px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

header {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
   background-color: #111;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
}
header.smaller #nav {
    top: 8px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller #logo img   {
       width: 210px;
}
#logo img   {
	width: 290px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;   
}
#logo {
    padding: 20px;
    width: 100%;
}
#top {
	position:absolute;
	top: 0;
}
header.smaller #logo {
padding: 12px 10px 7px;
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}


@media (max-width: 1195px) {
	#nav {
		display: none;
	}
	#logo {
    text-align: center;
	}
}

@media (max-width: 900px) {
	#text-box, .swiper-container, #images  {
		width: 100%;
	}
	.content-wrapper, #services-wrap .content-wrapper:nth-of-type(2) {
	  flex-direction: column;
	}
	.center-align {
    left: 0;
    position: relative;
    top: 0;
    text-align: center;
	}
	#text-box {
    padding: 30px;
	}
}