@charset "utf-8";
/* 
Gold Color #cf9e4f
font-family: 'Lato', sans-serif;
 */
body, html{
	width:100%;
	height:100%;	
}
 
body{
	background:#000;
	margin:0px;
	padding:0px;
	font-family: 'Lato', sans-serif;	
}



.bg{
	background:url(../images/bg-texture.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

h1{
	font-weight:normal;
	font-size:48px;
	color:#fff;	
	line-height:48px;
}



.submenu{
	position:relative;
}


.submenu a{
	color:#fff;
}

.submenu:hover ul{
	display:block;
}


.submenu ul{
	display:none;
	background:#333;
	padding:10px;
	position:absolute;
	top:54px;
	right:0;
}

.submenu ul li{
	width:120px;
	padding:0;
	margin:0px;
	text-align:center;
	display:block;
}

.submenu ul li a{
	padding:10px 0;
	display:block;
}

.submenu ul li a:hover{
	opacity:0.8;
}

.landing-wrapper{
	position:relative;
	width:980px;
	margin:auto;
	margin-top:-3px;
	background-image:url(../images/oeu-bg-reverse.png) ;
	background-size:cover;
	background-position:top;
}

.landing-description{
	color:#fff;
	width:980px;
	margin:auto;
	padding-top:80px;	
}

.landing-description p{
	display:inline-block;
	background:#000;
	padding:5px 15px;	
}

.landingtitle{
	text-align:center;
	color:#fff;
	width:50%;
	margin:auto;	
	line-height:32px;
}

.ringimage{
	width:450px;
	padding:40px 0 120px 0;
	margin:auto;	
}

.center-logo{
	text-align:center;
	width:135px;
	height:135px; 
	padding:25px;
	border-radius: 93px;
	background:#000;
	position:absolute;
	top:-93px;
	left:50%;
	margin-left:-93px;
	
}

.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}

header{
	z-index:10;
	width:100%;
	background:#000;
	padding:20px 0;	
}

.stickytop{
	position:fixed;
	z-index:9999999999;
	top:0;
	left:0;	
}

.stickytop ul li{
	padding:0px;
}

.secondlogo{
	display:none;	
}

.navigation-wrapper{
	width:980px;
	margin:auto;	
}

.logo-wrapper{
	width:200px;
	text-align:center;
	margin:auto;
	padding:30px 0;
	/*float:left;*/	
}

nav{
	text-align:center;
	margin:auto;
	position: relative;
    z-index: 9999999999;
	/*float:right;*/	
}

nav ul{
	display:inline-block;
	border-top:1px #cf9e4f solid;
	margin:0px;
	padding:0px;
	padding:20px 20px 0px 20px;
	list-style:none;	
}

nav ul li{
	display:inline-block;
	padding:20px 0;	
	margin:0 13px;
}

nav ul li a{
	color:#fff;
	/*color:#cf9e4f;*/
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

.fulltab{
	position:relative;
	width:100%;
	height:100%;	
	margin:auto;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.tab1{
    background-attachment: fixed;
	background-image:url(../images/jewelrymaking.JPG)	; 
}

.tab2{
	z-index:2;
	background-image:url(../images/conferencephoto.JPG)	;   
	-webkit-box-shadow: 0px 29px 29px -5px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 29px 29px -5px rgba(0,0,0,0.37);
    box-shadow: 0px 29px 29px -5px rgba(0,0,0,0.37);
}

.tab3{
    background-attachment: fixed;
	background-image:url(../images/assembly.JPG)	;
}

.tab4{
	z-index:2;
	background-image:url(../images/supervise.JPG)	;
	-webkit-box-shadow: 10px 29px 29px 5px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 29px 29px 5px rgba(0,0,0,0.37);
    box-shadow: 10px 29px 29px 5px rgba(0,0,0,0.37);
}

.tab5{
  background-attachment: fixed;
	background-image:url(../images/alloy.jpg)	;
}

.title{
	position:absolute;
	font-size: 48px;
	line-height:58px;
	color:#fff;	
}

.title span{
	padding:0 10px;
	background: rgba(0,0,0,0.5);
}

.description span{
	background:rgba(0,0,0,0.8);
	line-height:24px;
}

.description{
	padding:10px;
	position:absolute;
	font-size: 18px;
	line-height:32px;
	color:#fff;
}

.t1{
	top:25%;	
	left:25%;
}

.d1{
	width:25%;
	top:50%;
	left:25%;
}

.t2{
	text-align:center;
	top:10%;	
	width:100%;
	font-size:30px;
}

.t2 .huge{
	font-size: 72px;
}

.d2{
	width:100%;
	bottom:10%;
	text-align:center;
}


.t3{
	text-align:right;
	top:25%;
	right:25%;	
}

.d3{
	text-align:right;
	width:25%;
	bottom:15%;
	right:25%;
}

.t4{
	text-align:center;
	top:10%;	
	width:100%;
}

.t4 .huge{
	font-size: 72px;
}

.d4{
	width:100%;
	bottom:10%;
	text-align:center;
}

.arrow-down{
	position:absolute;
	bottom:20px;	
	width:48px;
	height:26px;
	left:50%;
	margin-left:-24px;
}

.arrow-down-event{
	width:48px;
	height:26px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.content-wrapper{
	width: 980px;
	margin:auto;
}

.wrapper{
	width:100%;
	margin:auto;
}

.myslide li img{
	width:100%;
	height:auto;
}

.collection-wrapper{
	padding-top:119px;
	width: 980px;
	margin:auto;
}

.collection-title{
	width:500px;
	margin:auto;
	text-align:center;	
	padding-top:50px;
}

.collection-title h1{
	font-size:72px;
	line-height:72px;
	text-transform:uppercase;
	color: #cf9e4f;
}

.collection-title span{
	padding:0px 10px;
}

.collection-title a{
	color:#000;
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
}

.contact-wrapper{
	background:#ebebeb;
	margin:0px auto;
	padding-top:149px;
	padding-bottom: 50px;
}

.contact-info{
	width:90%;	
	font-size: 14px;
}

.contact-info span{
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
	color:#cf9e4f ;
	display:block;
}


.contact-box{
	width:300px;
	margin:auto;
	padding:60px 80px;
	margin-top:-50px;
	margin-bottom:80px;
	background:#fff;
	border-top:5px #cf9e4f solid;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.contact-box label{
	display:block;	
	margin: 20px 0;
}

.contact-box input{
	display:block;	
	border:1px #ccc solid;
	border-radius: 5px;
	padding:10px 20px;
	width: 260px
}

.contact-box textarea{
	display:block;	
	border:1px #ccc solid;
	border-radius: 5px;
	padding:10px 20px;
	width: 260px
}

.contact-text{
	text-align:center;
	line-height: 32px;	
	padding-bottom:30px;
}

.submit{
	width: 150px !important;
	background: #cf9e4f;
	border: 0px !important;
	color: #fff;	
	margin: auto;
	margin-top: 30px;
}

.mapael .map {
	position: relative;
}

.mapael .mapTooltip {
	position: absolute;
	background-color: #000;
	moz-opacity: 0.90;
	opacity: 0.90;
	filter: alpha(opacity=90);
	border-radius: 10px;
	padding: 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #fff;
}

footer{
	position:relative;
	background:#000;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:15px 0;	
	font-size:12px;
}

@media only screen and (max-width: 1280px) {
.tab1{
    background-attachment:local;
}

.tab3{
    background-attachment:local;
}

.tab5{
    background-attachment:local;
}
	
	
}