@font-face {
	font-family: 'MyriadSetPro-Thin';
	src: url('font/MyriadSetPro-Thin.eot'); /* IE9 Compat Modes */
	src: url('font/MyriadSetPro-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('font/MyriadSetPro-Thin.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    	 url('font/MyriadSetPro-Thin.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #f3f3f3;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	letter-spacing: -2px;
	font-size: 64px;
	line-height: 1.0625;
	font-weight: 500;
	color: #333;
	font-style: normal;
	text-align: center;
	padding: 10px 0 15px 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: gray;
}

ul {
	padding: 0;
	margin: 5px;
	list-style-type: disc;
}

li {
	list-style: none;
	display: inline;
	padding: 5px;
	width: 28px;
	height: 28px;
}

.man {
	width: 100%;
	height:100%;
	text-align: center;
	font-size: 4em;
}

.font-norm {
	font-size: 15px;
	font-family: "Arial";
}

#adsense {
	margin: 5px 0 30px 0;
}

.nav {
	height: 45px;
	background: grey;
	width: 100%;
	color: white;
	font-size: 19px;
	margin: 0;
	padding: 0;
}
	.nav ul {
		margin: 0;
		padding: 9px 0 0 0;
	}
	.nav li {
		list-style: none;
	}
	.nav a {
		color: white;
	}
	.nav a:hover {
		text-decoration: underline;
	}


#container {
	text-align: center;
	display: none;
}
	.container-share {
		text-align: center;
	}

#img {
	width: 816px;
	height: 482px;
	margin: 0 auto 0 auto;
	text-align: right;
	background-image: url(img/case_alu_norm.png), url(img/band_sport_blue.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(243,243,243);
	background-size: 716px 432px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
#imgNew {
	width: 816px;
	height: 482px;
	margin: 0 auto 0 auto;
	background-color: rgb(243,243,243);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

#img-hermes {
	width: 80px;
}

#links {
	width: 35px;
	margin: 0 0 0 auto;
	text-align: center;
	padding: 10px 10px 0 0;
}
	#fbImg{
		width:35px; 
		padding-top: 0px;
	}
	#twLink {
		padding: 9px 0 6px 0;
		display: block;
	}
	#twImg{
		width: 35px;
	}
	#hiddenImg{
		display: none;
	}

#options {
	width: 800px;
	margin: 0 auto 0 auto;
}

#options-case {
	width: 25%;
	float: left;
}

#options-band {
	width: 75%;
	float: left;
}

.new_case {
	margin: 0 5px -6px 0;
}
.new_band {
	margin: 0 0 -6px 10px;
}

#options p {
	font-size: 20px;
	margin: 10px auto 20px auto;
	padding: 0 0 8px 0;
	border-bottom: 1px solid grey;
}
	#options a {
		background-size: 28px 28px;
	}
	
	#options-case p {
		width: 190px;
	}
	
	#options-band p {
		width: 550px;
	}
	
	#options table {
		margin: 10px auto 0 auto;
	}
	
	#options tr td {
		padding: 5px;
		text-align: center;
	}
	
	#options .desc-case {
		text-align: right;
		padding-right: 20px;
	}
	#options .desc-band {
		text-align: left;
		padding-left: 15px;
	}

.circle {
	height: 28px;
	width: 28px;
	border: 0;
	border-style: solid;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	font: 0/0 a;
	box-shadow: 0 0 0 3px #f3f3f3,inset 0 2px 2px 0 rgba(0,0,0,0.2);
	background-position-y: 0px;
}

.selected {
	box-shadow: 0 0 0 3px #f3f3f3,0 0 0 4px #08c,inset 0 2px 2px 0 rgba(0,0,0,0.2);
}

.note {
		width: 390px;
		margin: 20px auto 0 auto;
		padding: 3px;
		font-size: 14px;
		color: #ff9400;
		border: solid 1px #ff9400;
		border-radius: 4px;
}

.new_text {
	margin: 0 10px;
	padding: 3px 10px 3px 8px;
	font-size: 12px;
	color: #ff9400;
	border: solid 1px #ff9400;
	border-radius: 4px;
}

.new_text_hermes {
	margin: 0 8px;
	padding: 3px 10px 3px 8px;
	font-size: 12px;
	color: #ff9400;
	border: solid 1px #ff9400;
	border-radius: 4px;
}

.share {
	clear: left;
	text-align: center;
	padding: 40px 0 40px 0;
	margin: 50px auto 0 auto;
	width: 716px;
	border-bottom: 1px solid grey;
}
	.twitter {
		float: left;
		text-align: center;
		margin-left: 40px;
	}
	
.press {
		clear: left;
		margin: 0;
		padding: 30px 20px 10px 20px;
		text-align: center;
}
	ul#press-list li {
		display: inline;
		cursor:hand;
	}
	.press p {
		font-size: 22px;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.press-logo {
		height: 80px;
	}
	
.footer {
	margin: 20px auto 0 auto;
	padding: 30px 0 30px 0;
	width: 716px;
	text-align: center;
	border-top: 1px solid grey;
}
	.e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
    }

#case-steel-norm {
	background: url(img/bg_steel.jpg) repeat-y;
}
#case-steel-black {
	background: url(img/bg_steel_black.jpg) repeat-y;
}
#case-alu-norm {
	background: url(img/bg_alu.jpg);
}
#case-alu-black {
	background: url(img/bg_alu_black.jpg);
}
#case-alu-gold {
	background: url(img/bg_alu_gold.jpg);
}
#case-alu-rose {
	background: url(img/bg_alu_rose.jpg);
}
#case-gold-norm {
	background: url(img/bg_gold.jpg);
}
#case-gold-rose {
	background: url(img/bg_gold_rose.jpg);
}
/* ------------------------------------------------------- */
#band-woven-black {
	background: url(img/bg_band_woven_black.jpg);
}
#band-woven-scubablue {
	background: url(img/bg_band_woven_scubablue.jpg);
}
#band-woven-pearl {
	background: url(img/bg_band_woven_pearl.jpg);
}
#band-woven-pink {
	background: url(img/bg_band_woven_pink.jpg);
}
#band-woven-royalblue {
	background: url(img/bg_band_woven_royalblue.jpg);
}
#band-woven-goldroyalblue {
	background: url(img/bg_band_woven_goldroyalblue.jpg);
}
#band-woven-goldred {
	background: url(img/bg_band_woven_goldred.jpg);
}
/* ------------------------------------------------------- */
#band-hermes-singletour {
	background: url(img/bg_band_hermes_singletour.jpg);
}
#band-hermes-singletourblack {
	background: url(img/bg_band_hermes_singletourblack.jpg);
}
#band-hermes-singletourred {
	background: url(img/bg_band_hermes_singletourred.jpg);
}
#band-hermes-doubletour {
	background: url(img/bg_band_hermes_doubletour.jpg);
}
#band-hermes-doublebleu {
	background: url(img/bg_band_hermes_doublebleu.jpg);
}
#band-hermes-doublecapucine {
	background: url(img/bg_band_hermes_doublecapucine.jpg);
}
#band-hermes-doubleetaine {
	background: url(img/bg_band_hermes_doubleetaine.jpg);
}
/* ------------------------------------------------------- */
#band-sport-apricot {
	background: #fd6c5b;
}
#band-sport-yellow {
	background: #fdd653;
}
#band-sport-orange {
	background: #ff5e2c;
}
#band-sport-rose {
	background: #ebcbc4;
}
#band-sport-navy {
	background: #213c62;
}
#band-sport-red {
	background: #d92633;
}
#band-sport-midnightblue {
	background: #4c4f62;
}
#band-sport-stone {
	background: #d4ccc9;
}
#band-sport-antiquewhite {
	background: #e6dfd0;
}
#band-sport-orange {
	background: #e05143;
}
#band-sport-fog {
	background: #c7c7cd;
}
#band-sport-walnut {
	background: #bfa298;
}
#band-sport-lavender {
	background: #b2a4b4;
}
#band-sport-turquoise {
	background: #c0d5d8;
}
#band-sport-rose {
	background: #e6babb;
}
#band-sport-pink {
	background: #fe7771;
}
#band-sport-white {
	background: #f0f0f0;
}
#band-sport-black {
	background: #333333;
}
#band-sport-blue {
	background: #5cb9f4;
}
#band-sport-green {
	background: rgb(170,225,45);
}
/* ------------------------------------------------------- */
#band-classic-red {
	background: url(img/bg_band_classic_red.jpg);
}
#band-classic-stormgray {
	background: url(img/bg_band_classic_stormgray.jpg);
}
#band-classic-marineblue {
	background: url(img/bg_band_classic_marineblue.jpg);
}
#band-classic-midnightblue {
	background: url(img/bg_band_classic_midnightblue.jpg);
}
#band-classic-bluejay {
	background: url(img/bg_band_classic_bluejay.jpg);
}
#band-classic-marigold {
	background: url(img/bg_band_classic_marigold.jpg);
}
#band-classic-white {
	background: url(img/bg_band_classic_white.jpg);
}
#band-classic-black {
	background: url(img/bg_band_classic_black.jpg);
}
#band-classic-saddlebrown {
	background: url(img/bg_band_classic_saddlebrown.jpg);
}
/* ------------------------------------------------------- */
#band-leatherloop-white {
	background: url(img/bg_band_leatherloop_white.jpg);
}
#band-leatherloop-brightblue {
	background: url(img/bg_band_leatherloop_brightblue.jpg);
}
#band-leatherloop-lightbrown {
	background: url(img/bg_band_leatherloop_lightbrown.jpg);
}
#band-leatherloop-stone {
	background: url(img/bg_band_leatherloop_stone.jpg);
}
#band-leatherloop-black {
	background: url(img/bg_band_leatherloop_black.jpg);
}
/* ------------------------------------------------------- */
#band-modern-pink {
	background: url(img/bg_band_modern_pink.jpg);
}
#band-modern-blue {
	background: url(img/bg_band_modern_blue.jpg);
}
#band-modern-red {
	background: url(img/bg_band_modern_red.jpg);
}
#band-modern-brown {
	background: url(img/bg_band_modern_brown.jpg);
}
/* ------------------------------------------------------- */
#band-steel-norm {
	background: url(img/bg_band_steel.jpg);
}
#band-steel-black {
	background: url(img/bg_band_steel_black.jpg);
}
#band-steel-milaneseblack {
	background: url(img/bg_steel_milaneseblack.jpg);
}
#band-steel-milanese {
	background: url(img/bg_steel_milanese.jpg);
}

@media screen and (orientation:portrait) { 
	html body {
		margin: 0;
		padding: 0;
	}
	
	#img {
		width: 95%;
		background-size: 85%;
	}

	#links {
		font-size: 20px;
		width: 50px;
		padding-top: 5px;
	}
	#fbImg{
		width:50px; 
		padding-top: 5px; 
	}
	#twImg{
		width: 50px;
		padding: 0;
	}

    #options {
		width: 90%;
	}
	
	#options-case {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#options-band {
		width: 100%;
	}
	
	#options p {
		font-size: 30px;
		margin: 20px auto 20px auto;
	}
	
	#options-case p {
		width: 47%;
	}
	
	#options-band p {
		width: 90%;
	}
	
	#options table {
		margin: 8px auto 0 auto;
	}
	
	#options a {
		margin: 0 2px;
		padding: 0;
		background-size: 60px;
	}
	
	#options .desc-case {
		font-size: 24px;
		padding-right: 25px;
	}
	#options .desc-band {
		font-size: 24px;
		padding-left: 25px;
	}
	
	#img-hermes {
		width: 100px;
	}
	
	.new_text {
		display: none;
	}
	
	.circle {
		height: 60px;
		width: 60px;
	}
	
	.selected {
		box-shadow: 0 0 0 3px #fff,0 0 0 5px #08c,inset 0 2px 2px 0 rgba(0,0,0,0.2);
	}
	
	.footer .e-mail {
		font-size: 24px;
		margin: 30px auto 0 auto;
	}
}