@charset "utf-8";
.standard-h2{
	font-size: 26px;
}
#slideshow-wrapper {
	width: 100%;
	position: relative;
	background: #FFF;
}
#slideshow li {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	z-index: 0;
}
#slideshow-textile {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	background: url(../img/top/textile.jpg) no-repeat center center;
}
#slideshow-dubai {
	color: #FFF;
	background: url(../img/top/dubai.jpg) no-repeat center center;
}
#slideshow-dubai #text-wrapper p{
	color: #FFF;
}
#slideshow-family {
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	background: url(../img/top/family.jpg) no-repeat center top;
}
#text-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#text-wrapper h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    padding: 0 2%;
}
#text-wrapper .caption {
	font-family: 'Tangerine', cursive;
	font-size: 120px;
	line-height: 1;
	text-align: center;
}
#text-wrapper p small{
	font-size: 14px;
    font-weight: 600;
    color: inherit;
	letter-spacing: 1px;
}
#column-wrapper {
	width: 96%;
	position: relative;
	margin: 50px 2%;
}
#column-wrapper .column {
	width: 50%;
	position: relative;
}
#column-wrapper .col-left .col-inner{
	padding-right: 0;
}
.col-inner {
	margin: 10px;
	padding: 40px;
}
#news-wrapper {
	overflow-y: scroll;
	height: 100%;
	position: relative;
}
#news-wrapper::-webkit-scrollbar {
    width: 5px;
}
 
#news-wrapper::-webkit-scrollbar-track {
	background: none;
}
#news-wrapper::-webkit-scrollbar-thumb {
	background: #FFF;
}
.col-left:hover #news-wrapper::-webkit-scrollbar-thumb {
	background: #CC8700;
}
#news-wrapper article {
	border-top: 1px dotted #DDD;
	margin-top: 40px;
	padding-top: 40px;
	padding-right: 20px;
}
#news-wrapper article:first-child {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}
#news-wrapper .block-left {
	width: 180px;
	height: 120px;
	float: left;
	clear: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#news-wrapper .block-right {
	padding-left: 200px;
	text-align: justify;
}
#news-wrapper p.news-date {
	text-align: right;
	margin-top: 10px;
	font-style: italic;
	color: #757575;
}
#news-wrapper h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.medium, .large {
	width: 50%;
	float: left;
}
.large .col-inner ul {
	position: relative;
}
#group-section {
	float: right;
}
.large .col-inner ul {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
#group-section li {
	width: 100%;
	position: absolute;
	left: 0;
	top: -20%;
}
#flip-container {
	background: none;
	perspective: 1000;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.flipper, .flipper .front, .flipper .back {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flipper {
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-timing-function: cubic-bezier(.8, 0, .2, 1);
	transition-timing-function: cubic-bezier(.8, 0, .2, 1);
}
.flipper .front, .flipper .back {
	display: table;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	top: 0;
	left: 0;
}
.flipper .front p, .flipper .back p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 80px;
	font-weight: bold;
	width: 100%;
}
.flipper img{
	width: 100%;
	height: auto;
}
.flipper .front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.flipper .back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.flipper .white {
	background: #FFF;
}
@keyframes flip {
 10% {
transform: rotateY(0);
}
 50% {
transform: rotateY(180deg);
}
 60% {
transform: rotateY(180deg);
}
 100% {
transform: rotateY(0deg);
}
}
@-webkit-keyframes flip {
 10% {
-webkit-transform: rotateY(0);
}
 50% {
-webkit-transform: rotateY(180deg);
}
 60% {
-webkit-transform: rotateY(180deg);
}
 100% {
-webkit-transform: rotateY(0deg);
}
}
.flipper {
	animation: flip 10s infinite cubic-bezier(.8, 0, .2, 1);
	-webkit-animation: flip 10s infinite cubic-bezier(.8, 0, .2, 1);
}
#value {
	width: 96%;
	margin: 50px 2%;
	height: 450px;
	text-align: center;
	background: url(../img/top/value.jpg) no-repeat center bottom;
	background-size: cover;
	border: 10px solid #FFF;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	position: relative;
}
#value h2 {
	color: #CC8600;
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 20px;
	top: 100px;
	padding: 15px 50px;
	background: #FFF;
}
#value h2:before {
	content: 'NEW WORLD';
	float: left;
	font-size: 36px;
	font-weight: normal;
	color: #212121;
}
#value h2:after {
	content: 'x';
	visibility: visible;
	float: left;
	font-size: 20px;
	color: #212121;
	margin: 0 20px;
}
#value #quote {
	position: absolute;
	left: 50px;
	top: 180px;
	width: 80%;
	z-index: 0;
}
#quote li {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 30px 32px 0;
	line-height: 1.5;
}
#quote li:before {
	content: '“';
	font-size: 100px;
	color: #CC8600;
	line-height: 1;
	position: absolute;
	left: -5px;
	top: 0;
}
#quote li:after {
	content: '”';
	font-size: 100px;
	color: #CC8600;
	visibility: visible;
	float: right;
	line-height: 1;
	position: absolute;
	right: -5px;
}
#quote li span {
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;
}
#quote-navi {
	position: absolute;
    left: 50%;
	bottom: 10px;
    margin-left: -64px;
	z-index: 1;
}
#quote-navi li {
	display: inline-block;
	background: #FFF;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#quote-navi li.active {
	background: #CC8600;
}
#brands{
	text-align: center;
}
#brands h2{
	font-size: 36px;
	color: #CC8600;
	font-weight: normal;
	letter-spacing: 5px;
	line-height:1.5;
}
#brands h2+p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
#filters{
	display: inline-block;
	position: relative;
	z-index: 1;
}
#filters:before{
	content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #DDD;
    position: absolute;
    left: 10%;
    top: 14px;
    z-index: -1;
}
#filters li{
	display: inline-block;
	min-width: 100px;
	height: 17px;
	line-height: 17px;
	margin: 5px;
	color: #CC8600;
	cursor: pointer;
}
#filters li a:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	background-color: #CC8600;
	border-radius: 100%;
}
#filters li a{
	display: block;
	padding: 0 10px;
	border-radius: 100px;
	background: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#filters a.selected{
	color: #FFF;
	background: #CC8600;
}
#filters a.selected:before{
	background-color: #FFF;
}
#brands #main{
	margin: 20px 0;
}
#final-tg{	
    margin: 0 2%;
}
.ftg-items{
	margin: 20px 0 50px;
}
.tile{
	max-width: 200px !important;
}
.tile a{
	cursor: default;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}