/* Show "Left" drawer for the "Right" drawer in the demo */
.snapjs-right .snap-drawer-left {
	display: block;
	right: 0;
	left: auto;
}

/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}

/* Show the "Drag" background in the demo */
#content {
	overflow-x: hidden;
}
#content_inside {
	/*height:100px;*/
	background-color:#fff;
	
}
#content_inside >div{
	font-size: 24px;
	margin-bottom: 3rem;
}

/* Demo toolbar styles */
#toolbar {
  background-image: url(images/menu_bg.png);

 
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 41px;
margin-top: 22px;
}

#toolbar h1 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  width: auto;
  height: 44px;
}
#toolbar .open{
	float:left;
	
}
#toolbar .top_search{float:right;margin-top: 7px;margin-right: 8px;}
#toolbar .top_search ul{padding: 0;
margin: 0;}
#toolbar .top_search ul li{ list-style:none; display:inline; float:left}
#toolbar .top_search img{
	vertical-align: middle;
	
}

#toolbar .top_search .textbox{
	border:1px  solid #e5e5e5;
	width:150px;
	height: 22px;
	
	
	
}

#open-left {
  background: url(open.png) center center no-repeat;
  display: block;
  width: 50px;
height: 40px;
}
#news{
	background-color: #fff;	
	margin-top: 1px;
	
}
#about{
	background-color: #fff;	
	margin-top: 1px;
	
}
#inv{
	background-color: #fff;	
	margin-top: 1px;
	
}
#contact{
	background-color: #fff;	
	margin-top: 6px;
	padding-left: 10px;
padding-right: 10px;
	
}
#contact .contact_inside .title{background-image: url(images/title_bar1.png); height:36px; width:100%;}
#contact .contact_inside .content{margin-left: 3px;}
#contact .contact_inside .content ul{ margin:0px; padding:0px;margin-left: 15px;}
#contact .contact_inside .content ul li{ list-style:none; display: inline; margin-right: 30px;}
#contact .contact_inside .content .text{ float:left;width: 60%; display:table; font-size:12px;}
#contact .contact_inside .content .photo{ float:right; width:35%;}
#contact .contact_inside .content .photo img{ }


#member{background-color: #fff;	margin-top: 6px;padding-left: 10px;padding-right: 10px;}
#member .member_inside .title{background-image: url(images/title_bar2.png); height:36px; width:100%;}
#member .member_inside .contentmargin-left: 3px;{}
#act{background-color: #fff;	margin-top: 6px;padding-left: 10px;padding-right: 10px;}
#act .act_inside .title{background-image: url(images/title_bar3.png); height:36px; width:100%;}
#act .act_inside .content{margin-left: 3px;}
#news{background-color: #fff;	margin-top: 6px;padding-left: 10px;padding-right: 10px;}
#news .news_inside .title{background-image: url(images/title_bar4.png); height:36px; width:100%;}
#news .news_inside .content{margin-left: 3px;}

#contact .member_inside .facebook{ padding-left: 15px;margin-top: 6px;}
#spo{background-color: #fff;	margin-top: 10px;padding-left: 10px;padding-right: 10px;}
#spo .spo_inside .title{background-image: url(images/title_bar5.png); height:36px; width:100%;}
#spo .spo_inside .content{margin-left: 3px;}
#spo .spo_inside .content img{width: 45%;
float: left;
border: 1px #d3d6d3 solid;}


#company{background-color: #fff;	margin-top: 10px;padding-left: 10px;padding-right: 10px;}
#company .company_inside .title{background-image: url(images/title_bar6.png); height:36px; width:100%;}
#company .company_inside .content{margin-left: 3px;}
#company .company_inside img{width: 100%;
}


#youtube{
	background-color: #fff;	
	margin-top: 6px;
	
}
#youtube .title{ padding:15px;}
#youtube .content{
	
	display: table;
	
}


/* Show the red "No Drag" box in the demo */
#no-drag,
#do-drag {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 100px;
	margin-left: -25%;
	margin-top: -50px;
	background: red;
	color: #FFF;
	text-align: center;
	line-height: 100px;
}
#do-drag{
	background: green;
}

/* Styles for the social buttons in the demo */
.demo-social {
	padding: 0 15px;
}

/* Show the translucent white "Toggle" boxes in the demo */
.toggler {
	width: 80%;
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	position: relative;
	top: 70px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

/* Styles for expanding "Search" input in the "Expanding" demo */
.search {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#search {
	height: 30px;
	width: 87%;
	margin: 7px 7px 0 7px;
	background: linear-gradient(#414A5A,#4C5464);
	background: -webkit-linear-gradient(#414A5A,#4C5464);
	padding-left: 15px;
	border: 1px solid #222936;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
	        box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
}

#search:focus {
	outline: none;
	border-color: #151515;
}

/* Styles for fading out the drawer content in the "Expanding" demo */
.drawer-inner {
	-webkit-transition: opacity 0.3s ease; 
	   -moz-transition: opacity 0.3s ease; 
	    -ms-transition: opacity 0.3s ease; 
	     -o-transition: opacity 0.3s ease; 
	        transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}

/* Styles for the "Settings" demo */
.opt {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opt p {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
	color: rgba(0, 0, 0, 0.6);
}

/* Default demo styles */
.snap-content {
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
background-color: #fff;
}

.snap-drawers {
  background: #FFFFFF;
}

.snap-drawer {
	background: #fafafa;
	color: #eee;
}

.snap-drawer h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 15px;
}

.snap-drawer h4 {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.snap-drawer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.snap-drawer li {
 
  
 
  font-size: 12px;
 
  text-decoration: none;
  color: #aaaaaa;
  text-indent: 20px;
}

.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-size: 12px;
 
  text-decoration: none;
  color: #aaaaaa;
  text-indent: 20px;
}
.snap-drawer li > a:hover {
color:#ff9712;
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
  font-size: 12px;
}

#menu_logo{
	width: 123px;
	margin: 0 auto;
	margin-top: 22px;
	
}

#info{
	
font-size: 12px;
text-decoration: none;
color: #aaaaaa;
padding: 15px;
padding-left: 35px;
line-height: 18px;
border-bottom: 1px solid rgba(0,0,0, 0.1);
	
}
#bottom_menu{
	
	
}
#bottom_menu ul{
 padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top:15px;
  margin-left:12px;
  
  
	
}

#bottom_menu ul li {
 font-size: 12px;
 
  text-decoration: none;
  color: #aaaaaa;
  text-indent: 20px;
	
}
#bottom_menu ul li a {
 font-size: 12px;
 
  text-decoration: none;
  color: #aaaaaa;
  text-indent: 20px;
  border-bottom: 0px solid rgba(0,0,0, 0.1);
border-top: 0px solid rgba(255, 255, 255, 0.1);
padding: 3px;
	
}

#bottom_menu ul li a:hover {
color:#cb1822;
}
#copyright{
	
font-size: 12px;
text-decoration: none;
color: #aaaaaa;
padding: 15px;
padding-left: 35px;
line-height: 18px;
margin-top:5px

	
}
#copyright a{
	
font-size: 12px;
text-decoration: none;
color: #aaaaaa;

	
}
#copyright a:hover{
	color:#cb1822;
	text-decoration:none;

	
}
#copyright a:hover{
	color:#cb1822;
	text-decoration:none;

	
}
#copyright img{
	margin-top:5px;
	margin-right:5px;
	


	
}
#cms{
	
background-color: #fff;	
min-height: 300px;
width: 100%;
}
#cms p{margin:0px; }
#cms img{
	width:100%;
	
}
#cms .img1{
	max-width:150px;
	min-width: 100px;
	
	
}
#album img{
	max-width:150px;
	min-width: 100px;
	height:auto;
	
	
}
#album .img1{
	width:650px;
	height:auto;
	
	
}
#album1 img1{
	width:80%;
	
	
	
}

#cms_sub{margin-top: -16px;}

#cms_sub ul {padding: 0; margin: 0; list-style-type: none;}

#cms_sub li{font-size: 12px;   text-decoration: none;  color: #aaaaaa;  text-indent: 20px; height:42px; background-image:url(images/bg_submenu.jpg)}

#cms_sub li a{font-size: 12px;
text-decoration: none;
color: #333333;
padding-top: 13px;
/* margin-top: 25px; */
/* height: 50px; */
display: block;}

