.log1 a{width:90px;height:55px;position:fixed;right:906px;top:15px;overflow:hidden; border:none; background:url(/32.png) center center no-repeat; text-indent:34%;color:red; z-index: 100;}
.log_wel{top:30px;position:absolute; z-index:10; font-size:15px;font-weight: bold;left:-10px;}

.log1 a {animation: moveleft 3s 1 normal forwards;}
@keyframes moveleft {   from { transform: translateX(0); }   to   { transform: translateX(920px); }}
/*-16 906*/
#cboxContent{display: none;}


.main {
	width:100%;
	margin:50px 0;
	text-align:center;
}
.content {
	text-align:left;
	margin:25px 0;
}
.content-text {
	margin:0 0 15px;
}
/* Navigation styling */
.nav {
	position:relative;
	display:inline-block;
	font-size:14px;
	font-weight:900;
}
.nav-list {
	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}
.nav-item a {
	display:block;
	padding:15px 20px;
	color:#130A01;
	background:#fff;
	font-weight:bold;
}
.nav-item:first-child a {
	border-radius:5px 0 0 5px;
}
.nav-item:last-child a {
	border-radius:0 5px 5px 0;
}
.nav-item a:hover {
	background:#ededed;
}
/* Mobile Navigation */
.nav-mobile {
    background: url("../images/menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);
     cursor: pointer;
    display: none;
    height: 27px;
    right: 32px;
    position: absolute;
    top: -57px;
    width: 35px;
}
/*------------------------------------*\
    Media Queries Start
\*------------------------------------*/

@media only screen and (min-width: 200px) and (max-width: 1200px) {
	.main_menu{display:none;}
	.menu {
    display: block;
    position: relative;
    z-index:6001 !important;
	width:100%;
	float:right;
}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:0;
	}
	.nav-list {
		display:none;
	}
	.nav-list ul{list-style:none !important;}
	.nav-item {
		width:100%;
		float:none;
		list-style:none;
	}
	.nav-item a {
    	background: none repeat scroll 0 0 #fff;
		border-bottom: 1px solid #C3890B;
		font-family: verdana;
		font-weight: normal;
		padding: 10px;
		text-align: center;
		padding:15px;
		font-size:16px;
}
	.nav-item:first-child a {
		border-radius:0px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 0px;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		/*border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;*/
	}
}