
/*#######################fonts style################*/
@font-face {
    font-family: 'futura_stdXBdCn';
    src: url('font/futurastd-condensedextrabd-webfont.eot');
    src: url('font/futurastd-condensedextrabd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futurastd-condensedextrabd-webfont.woff') format('woff'),
         url('font/futurastd-condensedextrabd-webfont.ttf') format('truetype'),
         url('font/futurastd-condensedextrabd-webfont.svg#futura_stdXBdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Conv_FuturaStd-Light';
	src: url('font/FuturaStd-Light.eot');
	src: local('☺'), url('font/FuturaStd-Light.woff') format('woff'), url('font/FuturaStd-Light.ttf') format('truetype'), url('font/FuturaStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'absolut_headlineregular';
    src: url('font/absolutheadline-webfont-webfont.eot');
    src: url('font/absolutheadline-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/absolutheadline-webfont-webfont.woff') format('woff'),
         url('font/absolutheadline-webfont-webfont.ttf') format('truetype'),
         url('font/absolutheadline-webfont-webfont.svg#absolut_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'absolut_scriptregular';
    src: url('font/absolutscript-webfont-webfont.eot');
    src: url('font/absolutscript-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/absolutscript-webfont-webfont.woff') format('woff'),
         url('font/absolutscript-webfont-webfont.ttf') format('truetype'),
         url('font/absolutscript-webfont-webfont.svg#absolut_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*#################################################*/
body {
	margin: 0;
	padding: 0;
}

#absolutNav { position: relative;z-index: 30;}
.absolutLogo {
	position: absolute;
	top: 40px;
	left: 15px;
	background: url('absolut-logo.png') no-repeat top left;
	height: 61px;
	width: 123px;
	z-index: 15;
	opacity: 0;
	
	-webkit-transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
	-ms-transition: opacity 1.3s;
	-o-transition: opacity 1.3s;
	transition: opacity 1.3s;
}
.ready .absolutLogo {
	opacity: 1;
}

.topBar {
	height: 25px;
	background: #000;
	background-color: black;
	background-image: -ms-linear-gradient(top, #595959 0%, black 100%);
	background-image: -moz-linear-gradient(top, #595959 0%, black 100%);
	background-image: -o-linear-gradient(top, #595959 0%, black 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #595959), color-stop(1, black));
	background-image: -webkit-linear-gradient(top, #595959 0%, black 100%);
	background-image: linear-gradient(top, #595959 0%, black 100%);
}

.slider {
	margin: 0px auto;
	background: url('slider-background.png') repeat-x center 260px;
	position: relative;
	
	-webkit-perspective: 2000;
	/*-moz-perspective: 2000px; -- this turns off 3d in firefox. remove comment when firefox doesnt lag on 3d. */
	-ms-perspective: 2000;
	-moz-perspective: 2000;
	-o-perspective: 2000;
	perspective: 2000;
	
	-webkit-perspective-origin: center 30%;
	-moz-perspective-origin: center 30%;
	-o-perspective-origin: center 30%;
	-ms-perspective-origin: center 30%;
	perspective-origin: center 30%;

	height: 600px;
	width: 90%;
	max-width: 1160px;
	overflow: hidden;
	opacity: 0;

	-webkit-transition: opacity 1.3s, top 0.2s ease-out;
	-moz-transition: opacity 1.3s, top 0.2s ease-out;
	-ms-transition: opacity 1.3s, top 0.2s ease-out;
	-o-transition: opacity 1.3s, top 0.2s ease-out;
	transition: opacity 1.3s, top 0.2s ease-out;

	z-index: 3;/*10*/
	
	/* fixes black flashing in Chrome */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position:relative;
	top:-69px !important;
}

.ready .slider { opacity: 1; }
.slider .items {
	-webkit-transition: -webkit-transform .6s;
	-moz-transition: -moz-transform .6s;
	-ms-transition: -ms-transform .6s;
	-o-transition: -o-transform .6s;
	transition: transform .6s;
	
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

.faderLeft, .faderRight {
	position: absolute;
	pointer-events: none;
}
.faderLeft {
	width: 70px;
	height: 100%;
	background: url('faderLeft.png') repeat-y left;
	z-index: 10;
	top: 0;
	left: 0;	
}
.faderRight {
	width: 70px;
	height: 100%;
	background: url('faderRight.png') repeat-y center right;
	z-index: 10;
	right: 0px;
	top: 0;
}

.slider .items {
	position: relative;
	margin: 0px auto;
	width: 380px;
	height: 350px;
	padding-top: 90px;
	
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.slideItem {
	margin: 5px;
	text-align: center;
	font-size: 35px;
	line-height: 100px;
	font-family: 'Arial';
	color: white;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-moz-background-size: 100% 290px;
	-webkit-background-size: 100% 290px;
	-ms-background-size: 100% 290px;
	-o-background-size: 100% 290px;
	background-size: 100% 290px;

	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: -moz-transform .4s ease-in-out;
	-ms-transition: -ms-transform .4s ease-in-out;
	-o-transition: -o-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slideItem .gradientOverlay {
	/*background: url('slider-item-background.png') no-repeat top center;*/
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 287px;
	z-index: 1;
}
.slideItem .bottomShadow 
{
	background: url('bottomShadow.png') no-repeat top center;
	position: absolute;
	left: 0;
	top: 256px;
	width: 100%;
	height: 60px;
}

.no-csstransforms3d .bottomShadow {
	background: url('bottomShadowSmall.png') no-repeat top center;
	top: 148px;
}

.no-csstransforms3d .selected .bottomShadow {
	background: url('bottomShadow.png') no-repeat top center;	
	top: 256px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.slideItem img {
	max-width: 100%;
	max-height: 287px;
	width: 100%;
	-moz-box-shadow: 0 6px 20px -11px #000;
	-webkit-box-shadow: 0 6px 20px -11px #000;
	-ms-box-shadow: 0 6px 20px -11px #000;
	box-shadow: 0 6px 20px -11px #000;
	z-index: 1;
	position: relative;
}

.slideItem .reflection {
	position: relative;
	top: -107px;
	z-index: 0;
	height: 226px;/*500px*/
	
	-webkit-transition: background-color .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out;
	-ms-transition: background-color .4s ease-in-out;
	transition: background-color .4s ease-in-out;
}

.slideItem .reflection .overlay, .slideItem .reflection img {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.slider .slideItem.selected .reflection {
	background-color: #fff;
}

.slider .slideItem.selected .reflection .overlay {
	opacity: 0.7;
}
.slider .slideItem.selected .reflection img {
	opacity: 0.05;
}

.slideItem .reflection img {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	opacity: 0.2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	z-index: 10;
}


.slideItem .overlay {
	position: absolute;
	top: -13px;/*0*/
	left: 0px;
	right: 0;
	height: 300px;
	background-image: -moz-linear-gradient( rgba(200,200,200,0) -20%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient( rgba(200,200,200,0) -20%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient( rgba(200,200,200,0) -20%, rgb(255,255,255) 80%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.2, rgb(255,255,255)), color-stop(0.8, rgba(200,200,200,0)));
	background-image: -webkit-linear-gradient( rgba(200,200,200,0) -20%, rgb(255,255,255) 80%);
	z-index: 10;
}


.slideNav {
	position: absolute;
	bottom: 0;
	z-index: 15;
	width: 100%;
	text-align: center;
	background: transparent;
}
.slideNav > div {
	position: relative;
	width: 395px;
	margin: 0 auto;
	padding: 30px;
}
.slideNav h2 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'absolut_headlineregular';
	font-weight: normal;
	color: #333333;
	font-size: 36px;
	margin: 0;
	z-index: 2;
	position: relative;

}
.slideNav h3 {
	color: #8C8C8C;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'absolut_headlineregular';
    font-size: 33px;
    font-weight: bold;
    /*letter-spacing: -3px;*/
    line-height: 35px;
    margin: -12px 0 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.slideNav p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Conv_FuturaStd-Light';
	color: #333333;
	font-size: 13px;
	margin: 0;
	height:50px;
}
.no-fontface .slideNav h2 {
	font-size: 32px;
	font-style: italic;
	margin-top: 12px;
}
.no-fontface .slideNav h3 {
	margin-top: -7px;
	letter-spacing: -3px;
	font-size: 34px;
}

.lang-el-GR .slideNav h2 {
	margin-bottom: 20px;
	margin-top: 8px;
	line-height: 0.7em;
	font-size: 28px;
}
.lang-el-GR .slideNav h3 {
	letter-spacing: -2px;
}

.lang-ru .slideNav h2 { line-height: 0.8em; font-size: 26px; }
.lang-ru .slideNav h3 { margin-top: 10px; }

.lang-zh-CN .slideNav h2, .lang-zh-TW .slideNav h2 { font-size: 30px; }
.lang-zh-CN .slideNav h3, .lang-zh-TW .slideNav h3 { margin-top: 0px; }


.slideNav .arrowLeft, .slideNav .arrowRight {
	position: absolute;
	top: 10px;
	width: 23px;
	height: 25px;
	top: 78px; /*78px*/
	cursor: pointer;
	z-index: 15;
	-moz-transition: background-position 0.2s linear;
	-webkit-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slideNav .gallery-arrowLeft, .slideNav .gallery-arrowRight {
	position: absolute;
	top: 10px;
	width: 23px;
	height: 25px;
	top: 78px; /*78px*/
	cursor: pointer;
	z-index: 15;
	-moz-transition: background-position 0.2s linear;
	-webkit-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	-ms-transition: background-position 0.2s linear;
	
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slideNav .arrowLeft {
	left: 0;
	background: url('arrow-left.png') no-repeat;
	background-position: center right;
}
.slideNav .gallery-arrowLeft {
	left: 0;
	background: url('arrow-left.png') no-repeat;
	background-position: center right;
}
.slideNav .arrowRight {
	right: 0;
	background: url('arrow-right.png') no-repeat;
	background-position: center left;
}
.slideNav .gallery-arrowRight {
	right: 0;
	background: url('arrow-right.png') no-repeat;
	background-position: center left;
}
.slideNav .arrowRight:hover {
	background-position: center right;
}
.slideNav .arrowLeft:hover {
	background-position: center left;
}
.slideInfo {
	cursor: pointer; 
	text-decoration: none;
	display: block;
	z-index: 15;
	position: relative;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.no-csstransforms3d .slideInfo {
	background-color: #fff;
}

.footer {
	background: #000;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	
	position: fixed;
	bottom: 0;
	z-index: 30;
}

.footer .articles {
	width: 905px;
	margin: 10px auto;
	overflow: hidden;
}
.footer .articles img {
	border: none;
}
.footer .articles .article {
	border-right: 2px solid #fff;
	float: left;
	margin-right: 6px;
	padding-right: 7px;
	position: relative;
}
.footer .articles a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-moz-transition: background-position .25s linear;
	-webkit-transition: background-position .25s linear;
	-o-transition: background-position .25s linear;
	-ms-transition: background-position .25s linear;
	background-position: -150px 60px;
	text-indent: -9999px;
}
.footer .articles a:hover {
	background: url('footer-hover.png') no-repeat 60px -120px;
}
.footer .articles .search:hover {
	background: none;
}
.footer .search { position: relative; }
.footer .searchBox {
	position: absolute;
	top: 79px;
	background: url(footerSearchTextBox.gif) no-repeat -1px 1px;
	border: none;
	font-size: 12px;
	left: 19px;
	width: 132px;
	height: 20px;
	padding: 1px 3px;
}
.footer .search .button {
	border: none;
	background: url(footerSearchButton.gif) no-repeat;
	padding: 5px;
	text-indent: -9999px;
	width: 29px;
	height: 18px;
	position: absolute;
	right: 19px;
	top: 81px;
	cursor: pointer;
}
.footer .articles .article:last-child {
	border-right: 0px solid #fff;
	margin-right: 0;
	padding-right: 0;
}
.footer .copyright {
	text-align: center;
	margin-top: 10px;
}
.footer .copyright, .footer .copyright a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer .copyright p {
	display: inline;
}
.footer .copyright p:first-child {
	padding-right: 10px;
}


/* hide slider when no 3d transforms */

.flash.no-csstransforms3d .slider,
.flash.no-csstransforms3d .footer,
.flash.no-csstransforms3d .absolutLogo
{ 
	/*display: none !important; */
}

.no-csstransforms3d .slideItem {
	top: 60px;
	width: 225px;
	height: 175px;
	border: 1px solid #D4D4D4;
	border-top-width: 1px;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.no-csstransforms3d .slideItem.selected {
	margin-left: -50px;
	z-index: 20;
}

.no-csstransforms3d .slideItem.selected, .no-csstransforms3d .slideItem.selected .gradientOverlay {
	top: 0;
	width: 370px;
	height: 287px;
}

.no-csstransforms3d .slideItem .reflection {
	display: none;
}
.no-csstransforms3d .slideNav {
	
}
.no-csstransforms3d .items {
	width: 5060px;
	margin-top: 60px;
}

.no-csstransforms3d .slideItem .gradientOverlay 
{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 178px;
	width: 225px;
	left: 0;
}

.no-csstransitions .footer .articles a 
{	
	background: url('footer-hover.png') no-repeat -999px -999px;
}
.no-csstransitions .footer .articles a:hover {
	background: url('footer-hover.png') no-repeat 60px -120px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	.absolutLogo { 
		background: url('absolut-logo-x2.png') no-repeat top left;
		background-size: 123px 61px;
		height: 61px;
		width: 123px;
	}
	
	.slideNav .arrowLeft, 
	.slideNav .arrowRight 
	{
		background-size: 15px 25px;
	}
	.slideNav .gallery-arrowLeft, 
	.slideNav .gallery-arrowRight 
	{
		background-size: 15px 25px;
	}
	.slideNav .gallery-arrowLeft, 
	.slideNav .gallery-arrowRight 
	{
		background-size: 15px 25px;
	}	
	.slideNav .arrowLeft
	{
		background-image: url('arrow-left-x2.png');
	}
	.slideNav .arrowRight
	{
		background-image: url('arrow-right-x2.png');
	}
	.slideNav .gallery-arrowLeft
	{
		background-image: url('arrow-left-x2.png');
	}
	.slideNav .gallery-arrowRight
	{
		background-image: url('arrow-right-x2.png');
	}
	.slideItem .bottomShadow 
	{
		background: url('bottomShadow-x2.png') no-repeat top center;
		background-size: 380px 43px;
	}
}



.clayton {
	color: #000000;
font-family: 'absolut_scriptregular';
font-size: 24px;
font-style: normal;
padding: 0 !important;
position: absolute !important;
right: -40px;
top: 39px;
width: 200px !important;

}
.clayton span {
	display: block;
	padding-top: 20px;
	}