/* NAVIGATION BAR AND HEADER */

.rty-solidheader .headerlogo.centered a.overlay {
	display: inline-block;
	width: 158px;
	height: 57px;
}

.rty-solidheader .headerlogo {
	width: 158px;
	height: 57px;
	margin-top: 25px;
	background-image: url("../images/brand/logo.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.rty-solidheader {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	text-align:center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.rty-smallheader-alt .headerlogo.centered a.overlay,
.rty-smallheader .headerlogo.centered a.overlay {
	display: inline-block;
	width: 375px;
	height: 35px;
}

.rty-smallheader-alt .headerlogo,
.rty-smallheader .headerlogo {
	width: 375px;
	height: 35px;
	margin-top: 12px;
	margin-bottom: 8px;
	background-image: url("../images/brand/logo_x_ukja.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.rty-smallheader-alt,
.rty-smallheader {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 60px;
	text-align:center;
	background-color:#4b605c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.rty-smallheader-alt .nav-btn div,
.rty-smallheader .nav-btn div {
	background-color:#4B605B;
}

.rty-smallheader-alt .nav-btn,
.rty-smallheader .nav-btn {
	float: left;
	padding: 10px;
	margin: 2px 2px 2px 12px;
	cursor: pointer;
}

.rty-smallheader-alt .nav-btn div:last-child,
.rty-smallheader .nav-btn div:last-child{
	width: 15px;
}

.rty-smallheader-alt .nav-btn div,
.rty-smallheader .nav-btn div{
	display: block;
	width: 25px;
    height: 2px;
    background-color: #4B605B;
    margin: 5px 0;
}

 .navbar {
	z-index: 999;
    position: absolute;
    height: 100%;
    background: #efefef;
    width: 267px;
    left: 0px;
	text-align: center;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;	
 }
 
/* STANDARD */

@font-face {
font-family: "Articulat-light";
src: url("fonts/light.otf");
}

@font-face {
font-family: "Articulat-light-italics";
src: url("fonts/light-italics.otf");
}

@font-face {
font-family: "Articulat-med";
src: url("fonts/medium.otf");
}

@font-face {
font-family: "Articulat-medium-italics";
src: url("fonts/medium-italics.otf");
}

@font-face {
font-family: "Articulat-demibld";
src: url("fonts/demibold.otf");
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
	font-family: Articulat-med;
	color: #333333;
	font-size:16px;
	font-weight: normal;
	margin: 0;
	background-color: #ffffff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, 
a:hover {
    text-decoration:none;
}

h1 {
	font-size: 75px;
	line-height: 72px;
	font-family: 'Anton', sans-serif;
	/*font-weight: 700;*/
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333;
	text-align: right;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #48605c;
}

h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
	color: #48605c;
	}

h4 {
	font-weight: normal;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #333333;
	font-size:14px;
	line-height: 25px;
	margin: 0px;
	text-align: justify;
}

.centered {
    margin-left:auto !important;
    margin-right:auto !important;
    float: none !important;
    text-align: center !important;
}

.justified {
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
}

/* HEADER */

.headerlogo {
	height: 60px;
	margin-left: 10px;
	position: relative;
}

/* FOOTER */

#footer {
	font-family: "Articulat-light";
	width: auto;
	background-color: #4B605B;
	margin-left: auto;
	margin-right: auto;	
	min-height: 30px;
	height: auto;
	padding: 10px 10px 2px 10px;
}

#footer p {
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* MAIN BODY */

.section {
	width: 100%;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 0px;
}

#maincon {
	position: relative;
	max-width: 945px;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0px 60px 0px;
}

/* OWL ASSETS*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	margin: auto;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	text-align: center;
	margin-top: 0px;
	z-index: 10;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
    cursor:url(../images/brand/grabbing.png) 0 0, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
	margin-top: 15px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

/*To move navigation buttons outside use these settings:*/

/*
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
} */

.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev {
	font-size: 16px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	background-color: #4B605B;
	color: #48605c;
	opacity:1;
	margin: 5px;
	float: none;
	display: inline-block;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
}


.owl-theme .owl-controls .owl-buttons .owl-prev {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari 3-8 */
}

.owl-theme .owl-controls .owl-buttons .owl-prev img,
.owl-theme .owl-controls .owl-buttons .owl-next img {
    margin-top: 11px;
    width: 14px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: #425350;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #48605c;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 0px;
}

.owl-theme .owl-buttons i{
	margin-top: 2px;
}

#owl-image1 .item p,
#owl-image2 .item p,
#owl-image3 .item p,
#owl-image4 .item p,
#owl-image5 .item p,
#owl-image6 .item p,
#owl-image7 .item p {
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 15px;
}

#owl-image1 .item img,
#owl-image2 .item img,
#owl-image3 .item img,
#owl-image4 .item img,
#owl-image5 .item img,
#owl-image6 .item img,
#owl-image7 .item img {
	height: 500px;
	/* filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.4));	
	-webkit-filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.4)); */	
}

.sidebar {
	z-index: 99999;
	height: auto;
	padding: 10px 5px;
    position: fixed;
    top: 20%;
    right: 30px;
	text-align: right;
	border-right: 2px solid #4b605b;
}

.sidebar ul {
	margin: 1px;
	padding: 6px;
	font-size: 12px;
}

.sidebar ul li{
	list-style: none;
	width: 75px;
	margin-right: 0px;
}

.sidebar ul li a {
	color: #bbb;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar ul li a:hover {
	color: #4b605b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.AW19-look-book {
	padding-top: 175px !important;
	padding-bottom: 0px !important;
}

.AW19title {
	display: inline-block;
	width: 25%;
}

.AW19text {
	display: inline-block;
	width: 60%;
	margin-left: 35px;
}

.family-title {
	position: absolute;
}

.family-title h1 {
	font-size: 60px;
	font-family: 'Anton', sans-serif;
	font-weight: 700; 
	margin-top: 0px;
	margin-bottom: 20px;
	color: #333;
	padding: 0px 10px;
}

.family-description {
	position: absolute;
	height: auto;
	width: 473px;
	background-color: #e1e1e1;
}

.family-description p {
	padding: 40px;
	color: #333;
	text-align: justify;
}

.cambridge-spec {
	float: left;
	position: absolute;
	top: 170px; 
	right: 110px;
}

.cambridge-title {
	float: left;
	top: 140px;
	right: 40px;
}

.cambridge-desc {
	float: left; 
	top: 100px;
}

.cambridge-desc p {
	padding-right: 170px;
}

.greenwich-spec {
	float:left;
	position:absolute;
	top:170px;
}

.greenwich-title {
	float: right;
	top: 140px;
}

.greenwich-desc {
	float: right; 
	top: 30px; 
	right:0px;
}

.greenwich-desc p {
	padding-left: 180px;
}

.henley-spec {
	float:left;
	position:absolute;
	top:170px;
	right:87px;
}

.henley-title {
	float: left;
	top: 140px; 
	right: 110px;
}

.henley-desc {
	float: left; 
	top: 70px;
}

.henley-desc p {
	padding-right: 190px;
}

.heritage-spec {
	float:left;
	position:absolute;
	top:170px;
}

.heritage-title {
	float: right;
	top: 140px;
}

.heritage-desc {
	float: right; 
	top: 30px;
	right:0px;
}

.heritage-desc p {
	padding-left: 180px;
}

.kensington-spec {
	float:left;
	position:absolute;
	top:170px;
	right:-4px;
}

.kensington-title {
	float: left;
	top: 140px;
	right: 20px;
}

.kensington-desc {
	float: left;
	top: 70px;
}

.kensington-desc p {
	padding-right: 170px;
}

.oxford-spec {
	float:left;
	position:absolute;
	top:170px;
}

.oxford-title {
	float: right; 
	top: 140px;
}

.oxford-desc {
	float: right; 
	top: 80px; 
	right:0px;
}

.oxford-desc p {
	padding-left: 160px;
}

.ultraslim-spec {
	float:left;
	position:absolute;
	top:170px;
	right:155px;
}

.ultraslim-title {
	float: left; 
	top: 140px;
	right: 90px;
}

.ultraslim-desc {
	float: left; 
	top: 70px;
}

.ultraslim-desc p {
	padding-right: 150px;
}

/* SCROLLUP */

.scrollup {
	z-index: 99999;
	height: 40px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	position: fixed;
	bottom: 135px;
	right: 20px;
	display: none;
	background-color: #48605c;
	color: #ffffff;
	border-radius:20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);*/
}

.scrollup img {
    margin-top: 11px;
    width: 14px;
}

.scrollup:active {
	background-color: #48605c;
	color: #ffffff;
}

.scrollup:hover {
	background-color: #425350;
	color: #ffffff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
	
#download-btn {
	z-index: 99999;
	height: 40px;
	width: 115px;
	font-size: 25px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	position: fixed;
	bottom: 70px;
	right: 20px;
	background-color: #48605c;
	color: #ffffff;
	border-radius:25px;
	border: 1px solid #4b605b; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#download-btn img{
	height: 20px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}

#download-btn p{
	font-size: 11px;
	margin-top: -2px;
	line-height: 42px;
	padding-right: 0px;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}

#download-btn:hover {
	background-color: #425350;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1250px) {
	.sidebar {
		display: none;
	}
}

@media screen and (max-width: 985px) {
	
	.AW19-look-book {
		padding-top: 150px !important;
		padding-bottom: 80px !important;
	}
	
	.AW19title {
		display: block;
		width: 100%;
	}
	
	.owl-theme .owl-controls {
		margin-top: 30px;
		text-align: center;
	}
		
	h1 {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.family-description {
		position: static;
	}

	.AW19text {
		display: block;
		width: 100%;
		margin-left: 0px;
	}
	
	.AW19text p {
		padding-left: 20px;		
		padding-right: 20px;
	}
	
	.cambridge-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.cambridge-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.cambridge-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.cambridge-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.cambridge-desc p {
		padding-right: 40px;
	}

	.greenwich-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.greenwich-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.greenwich-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.greenwich-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.greenwich-desc p {
		padding-left: 40px;
	}

	.henley-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.henley-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.henley-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.henley-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.henley-desc p {
		padding-right: 40px;
	}
	
	.heritage-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.heritage-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.heritage-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.heritage-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.heritage-desc p {
		padding-left: 40px;
	}
	
	.kensington-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.kensington-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.kensington-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.kensington-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.kensington-desc p {
		padding-right: 40px;
	}
	
	.oxford-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.oxford-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.oxford-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.oxford-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.oxford-desc p {
		padding-left: 40px;
	}
	
	.ultraslim-spec {
		float: none;
		position: relative;
		top: 0px; 
		right: 0px;
		margin-top: -60px;
	}
	
	.ultraslim-spec p {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.ultraslim-title {
		float: none;
		top: 10px;
		right: 0px;
		width: 100%;
		z-index: 10;
	}

	.ultraslim-desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		float: none; 
		z-index: 0;
	}

	.ultraslim-desc p {
		padding-right: 40px;
	}	
}