@font-face {
	font-family:"BlueMonday";
	src:url("fonts/No-bm88.eot") format("eot"),url("fonts/No-bm88.woff") format("woff"),url("fonts/No-bm88.ttf") format("truetype"),url("fonts/No-bm88.svg#ChiselWideNormal") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
    font-family: 'BlueMondayBold';
    src: url('fonts/no-bm88b.eot');
    src: url('fonts/no-bm88b.eot') format('embedded-opentype'),
         url('fonts/no-bm88b.woff') format('woff'),
         url('fonts/no-bm88b.ttf') format('truetype'),
         url('fonts/no-bm88b.svg#N.O.BlueMonday') format('svg');
}

@font-face{
 font-family: 'Neou Thin';
    src: url('fonts/neou-thin-webfont.eot');
    src: url('fonts/neou-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neou-thin-webfont.woff') format('woff'),
         url('fonts/neou-thin-webfont.ttf') format('truetype'),
         url('fonts/neou-thin-webfont.svg#neouthin') format('svg');
    font-weight: normal;
    font-style: normal;	
}

@font-face {
    font-family: 'helveticaneuethin';
    src: url('fonts/helveti-webfont.eot');
    src: url('fonts/helveti-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveti-webfont.woff') format('woff'),
         url('fonts/helveti-webfont.ttf') format('truetype'),
         url('fonts/helveti-webfont.svg#helveticaneuethin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneue';
    src: url('fonts/helveticaneue-bold-webfont.eot');
    src: url('fonts/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-bold-webfont.woff') format('woff'),
         url('fonts/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-bold-webfont.svg#helvetica_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'courierP';
    src: url('fonts/courier_prime-webfont.eot');
    src: url('fonts/courier_prime-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/courier_prime-webfont.woff') format('woff'),
         url('fonts/courier_prime-webfont.ttf') format('truetype'),
         url('fonts/courier_prime-webfont.svg#courier_primeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

*{
	font-size: 15px;
	font-family: Arial;
}


a{
	color: #000;
	text-decoration: none;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background: #FFF;
	letter-spacing: 1px;
	min-width: 768px;
	background-color: #181818;
		background-image: url("../images/bgwork.svg");	

}

.wholewebsite{
	position: absolute;;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 768px;
	min-height: 600px;
	height: 100%;
	background: none;
}

#content{
	position: relative;
	width: 100%;
	max-width: 768px;
	margin:  0 auto 2% auto;
	padding: 0 2%;
	font-family: Arial, sans;
	color: #fff;
	overflow: scroll;
}

#centerimage{
	text-align: center;
	width: 100%;
	position: relative;	
}

#header{
	height: 120px;
	top: 0;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 2;
	background: rgba(1,1,1,0.6);
	color: #fff;
	border-bottom: 1px solid #efefef;
}



.contacts{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 60px;
}
	
	

#mmenu{
	position: absolute;
	margin: 10px 0;
	padding: 0;
	margin-left: -16px;
	display: inline;
	vertical-align: bottom;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
}

#mmenu li{
	display: inline-block;
	list-style: none;
	list-style-type: none;
}

#mmenu li a{
	display: inline-block;
	
	font-family: "Neou Thin" !important;
	color: #fff;	
	font-size: 35px;
	text-decoration: none;
	font-weight: normal;
	
	vertical-align: text-bottom;
	
	margin: 0 16px;

	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

#mmenu li a.current{
	text-decoration: underline;	
}

#mmenu li a:hover{
	
	color: #555;	
	
}


/* ALL THE PAGES NOW */

#logo{
	position: relative;
	left: -20px;
	top: 0;
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	width:175px;
	height:47px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 18px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}	

#logorr{
	position: relative;
	left: -20px;
	top: 0;
	float: right;
	display: block;
	text-align: left;
	margin-bottom: 30px;
	width:175px;
	height:47px;
	background: #fff;
	color: #fff;
	text-align: center;
	padding: 18px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}

#logo span{
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 2px;
		transform:scale(0,1.3); /* W3C */
		-webkit-transform:scale(0,1.3); /* Safari and Chrome */
		-moz-transform:scale(0,1.3); /* Firefox */
		-ms-transform:scale(0,1.3); /* IE 9 */
		-o-transform:scale(0,1.3); /* Opera */
		
	
}

#home{
	color: #000;
	text-align: center;
	line-height: 1.1em;
	display: block;
	letter-spacing: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	margin-top: -50px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}

#home .hometop{
	font-size: 54px;
}

#home .homebottom{
	font-size: 52px;
	display: block;
	margin-top: 30px;
}


.collectionTitle{
	width: 100%;
position: relative;
display: block;
padding: 0px 0;
text-align: left;
}

/* ABOUT PAGE */

#about{
	padding-top: 20px;
	display: block;	
	width: 100%;
	position: relative;
}

#about-left, #about-right, #about-center{

	font-weight: normal;
	font-size: 18px;
	text-align: center;
	position: relative;
	width: 260px;
	height: 290px;
}
#about-center{
	width: 290px;
}

#about-left{
	float: left;
	padding-left: 0;
}

#about-left img, #about-right img, #about-center img{
	padding-bottom: 5px;
}

#about-left span{
	text-align: right;
	display: block;
	padding-right: 15px;
}

#about-right span{
	margin-right: 22px;
}


#about-right{
	float: right;
	padding-right: 10px;

}

#about-center{
	position: relative;
	float: left;
}

.spansmall{
	font-size: 14px;
}

.spansmall2{
	font-size: 14px;
}


	
#tierney{
	display: block;
	padding-top: 35%;	
	font-size: 18px;
	left: 50%;
	position: relative;
margin-left: -360px;
width: 720px;
}
	
#rosa{
	position: absolute;
	left: 50%;
	position: relative;
margin-left: -360px;
width: 720px;
	display: block;
	padding-top: 34%;	
	font-size: 18px;
}

#acollection{
	display: block;
	padding-top: 25%;	
	font-size: 18px;
	font-weight: lighter;
}

#alignmenu{
	clear: both;	
}

#retail{
	text-align: center;
display: block;
width: 583px;
max-width: 583px;
position: relative;
padding-left: 10px;
padding-top: 60px;
left: 50%;
margin-left: -271px;
}

#retail p{
	margin-bottom: 60px;	
}

#retail-left, #retail-right{
	position: relative;
	height: 200px;
}

#retail-left{
	float: left;
	text-align: left;
}

#retail-right{
	float: right;	
	text-align: left;
}

#retail-right-text{
	text-align: left;	
}

#retail-bottom{
	width: 100%;
	text-align: center;
	display:block;
	clear: both;
	font-size: 1.4em;
}

.sometext{
	position: relative; 
	clear: both;
	padding-bottom: 15px;
	line-height: 18px;
	text-align: center;
}

.someleft{
	position: relative;
	float: left;
	width: 15%;
}


.someleft img{
width: 155px;
top: -19px;
left: 5px;
position: absolute;
}

#ttierny{
	top: -18px;
position: absolute;
left: -8px;
}	

.someright{
	position: relative;
	float: right;
	width: 83%;	
	margin-bottom: 0;
}


#press{
	text-align: center;
	padding-top: 20px; 	
}

#press img{
	margin: 1px 0;
	width: 100px;
}

ul.cmenu a span{
	font-size: 0.8em;	
	padding-top: 1%;
}

#collections{

width: 100%;	
font-size: 1.4em;
	text-align: center;	


}

#left-collection{
		text-align: center;
		width: 100%;
}

#right-collection{
	width: 450px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 25%;
}

ul.cmenu{
	margin: 0;
	padding: 40px 0 0 0;	
	list-style: none;
	list-style-type: none;
}

ul.cmenu{
	list-style: none;
	list-style-type: none;
}

ul.cmenu li{
	list-style: none;
	list-style-type: none;
	display: inline-block;
}

ul.cmenu li a{
	clear: both;
	padding: 10px 15px;
	display: block;
}








#slides {
	position:relative;
	z-index:100;
}

.slides_container {
	width:454px;
	overflow:hidden;
	position:relative;
	display:none;
	

}

.slides_container a {
	width:450px;
	height:450px;
	display:block;
	border: 1px solid #000;
}

.slides_container a img {
	display:block;
}

#slides .next,#slides .prev {
	position:relative;
	z-index:101;
	cursor: pointer;
	top: 50px;
	height: 30px;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.prev{
	padding-right: 20px;
	padding-left: 10px;
}

.prev span{
	font-size: 0.75em;	
}

.next span{
	font-size: 0.75em;	
}

#slides .next {
	cursor: pointer;
}


.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
}



#fixtoright{
	float: right;
	text-align: center;
	width: 290px;
	display: block;
}

#fixtoleft{
	text-align: center;
	float: left;
}

.cmenu a{
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000;
}

.cmenu a:hover{
	color: #999;
}


#spancollection{
	
	padding-left: 15px;
		
}
	
	
	
#my_footer{
	position: fixed;
	bottom: 0;
	height: 55px;
	font-family: "Lato", Arial;
	border-top: 1px #efefef solid;
	background: rgba(1,1,1,0.6);
	color: #fff;
	z-index: 2;
	width: 100%;	
	text-align: center;
	font-size: 10px;
}
	
	video#bgvid {
				position: absolute; left: 0; 
				width: 100%; min-height: 100%;
				z-index: 1;
				/*background: url(xmas.jpg) no-repeat;
				background-size: cover;*/
			}
			
			#main_content{
				position: relative;
				width: 100%;
			}
			
			#about{
				z-index: 9999;	
			}
			
			#content{
				z-index: 9999;
				background: rgba(0,0,0,0.7);
				width: 900px;
			}
			
			#videoPlayer{
				width: 100%;
				background: rgba(0,0,0,0.7);
				height: 30px;
				position: relative;
				left: 0;
				margin: 0;
				padding: 0;
				text-align: center;
				z-index: 999999;
				color: #fff;	
				border-bottom: 1px solid #fff;
			}
			
			.volumeBar{
				height: 2px;  
				width: 40px;
				color: #fff;
				background: #fff;
				left: 20px;
				position: absolute;
				bottom: 0px;	
			}
			
			.volume{
				color: #00c;
				background: #00c;	
			}
			
			
			#videoPlayer a{
				color: #fff;
				cursor: pointer;	
			}
			
			
			#sometext{
				padding: 0;
				margin: 0;	
				padding-top: 20px;
				max-height: 95%;
				overflow: scroll;
				padding-right: 10px;
				text-align: center; 
				overflow: hidden;  
			}
			
			.frame::-webkit-scrollbar {
				-webkit-appearance: none;
			}
			
			.frame::-webkit-scrollbar:vertical {
				width: 11px;
			}
			
			.frame::-webkit-scrollbar:horizontal {
				-webkit-appearance: none;
				display: none;
			}
			
			.frame::-webkit-scrollbar-thumb {
				border-radius: 8px;
				border: 2px solid white; /* should match background, can't be transparent */
				background-color: rgba(0, 0, 0, .5);
			}
			
			.frame::-webkit-scrollbar-track { 
				background-color: #fff; 
				border-radius: 8px; 
			} 
			
			#copy{
				font-size: 11px;
				font-family: Arial;
				margin-top: 4px;
				display: inline-block;
			}
			
			
			 #map-canvas { height: 500px;
					width: 750px; 
					z-index: 99999; 
					top: 20px; 
					left: 10px; 
					position: relative; 
					clear: both; 
					display: block; 
					}

#myMute{
	right: 6%;
	position: absolute;	
}

#contactushere{
	clear: both; 
	position: relative;
	display: block;
	top: 50px;
	left: 10px;
}

#leftbitcontact{
	float: left;
	width: 40%;
}

#rightbitcontact{
	float: right;
	width: 60%;	
}

#leftform{
	float: left; 
	width: 50%;
		
}

#rightform{
	float: right; 
	width: 50%;
	text-align: left;
}

#my_footer{
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
		
}

#leftform input[type="text"], #leftform input[type="email"]{
	background: #000;
	border: 1px solid #666;
	color: #fff;
	font-size: 14px;
	height: 18px;
	padding: 2px;
	margin-top: 8px;
	width: 180px;
}

#rightform textarea{
	background: #000;
	border: 1px solid #666;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	width: 206px;
	height: 110px;
}

#rightform a{
	float: right;	
	margin-right: 18px;
}

#sendform{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.redround{
	border: 1px solid #fff !important;	
}

#right_language{
	float: right;
	right: 20px;
	display: inline-block;
	position: relative;
	padding-top: 2px;
}

#right_language a{
	color: #fff;
	cursor: pointer;	
}

.personName{
	font-weigth: bold;
	font-size:14px;
}

.peopleList li{
		font-weight: normal;
		font-size: 14px;
		padding: 12px 0;
}

.peopleList{
	text-align: left;	
}

#my_content_holder_spacer{
	overflow-y: hidden;
		overflow-x: hidden;	
}

#my_content_holder_spacer img{
		margin: 5px; 
		padding: 5px;
		position: relative;
		display: inline-block;
		height: 160px;
		width: 160px;
		
}

@media screen AND (max-height: 935px){
	#map-canvas{
	 				height: 300px !important;
					width: 750px; 
					z-index: 99999; 
					top: 40px; 
					left: 10px; 
					position: relative; 
					clear: both; 
					display: block; 		
	}
}

@media screen AND (max-height: 680px){
	#my_footer{
		position: absolute;
		top: 721px !important;
	}
	
	#content{
		min-height: 600px !important;	
	}
	
	#wholewebsite{
		max-height: 765px !important;
	}
	body{
		max-height: 660px;
		overflow: hidden;	
	}
	#bgvid{
		max-height: 660px;	
	}
}

#pausePlay{
	position: absolute;
	left: 6%;
	width: 20px;	
}


.progressBar{
   position: relative;
    background: #ccc;
	height: 1px;
	width: 70%;
	left: 15%;
	top: 15px;
}

.timeBar{
   position: absolute;
   top: -1px;
   left: 0;
   width: 0;
   height: 100%;
   min-height: 2px;
   background-color: #00D;
   transition: all 0.1s ease;
   -moz-transition: all 0.1s ease;
   -webkit-transition: all 0.1s ease;
   -ms-transition: all 0.1s ease;
   -o-transition: all 0.1s ease;
}

#pausePlay, #myMute{
	top: 6px;
}


	
}

.iphoneVideo{
	position:absolute !important;
	left: 0 !important;
	top: 100px !important;
	z-index: 9 !important;
}

.headerIphone{
	background: #000;
	background-color: rgba(0,0,0,1) !important;	
}


@media screen AND (max-height: 400px){


}

.fbpic{
	margin: 0 !important;
	padding: 0 !important;
	width: 150px !important;
	height: 33px !important;
}
	
	
	