body {

    font-family: 'Microsoft YaHei', Arial, Verdana, Geneva, Helvetica, sans-serif;

    font-size: 14px;
    line-height: 25px;
    color: #404042;
    position: relative;
      background:url(../images/101black.jpg) #d5d5d5 no-repeat center center fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.container{
    max-width:985px;
    min-width:300px;
 
}
a:hover{
    text-decoration: none;
}

/*story23*/

p span {
  position: relative;
  top: 10px;
  left: 10px;
}

.story-intro .content{
	clear:both;
	position:relative;
	top:10px;
	}

/*成功案例*/

h1.headline3 {
	position: relative;
	margin-left: -6px; /* 15px padding + 7px border ribbon shadow*/
	margin-right: -6px;
	padding: 15px;
	background: #e5e5e5;
	font-size: 20px;
	font-weight: bold;
	background: -moz-linear-gradient(#f5f5f5, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -o-linear-gradient(#f5f5f5, #e5e5e5);
	background: -ms-linear-gradient(#f5f5f5, #e5e5e5);
	background: linear-gradient(#f5f5f5, #e5e5e5);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	text-shadow: 0 1px 0 #fff;
}
.headline3:before, .headline3:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	content: '';
	border-top: 6px solid #555;
	border-left: 6px solid transparent;
}
.headline3:before {
	border-top: 6px solid #555;
	border-right: 6px solid transparent;
	border-left: none;
	left: auto;
	right: 0;
	bottom: -6px;
}

.container .iconselect {
	float: left;
	width: 75px;
	margin: 10px;
}

.clear {
  clear: both;
}

/*end 成功案例*/

h2 {
	font-size: 32px;
	font-family: Arial, 'Microsoft YaHei',  Verdana, Geneva, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px .5px #333;
	-moz-text-shadow: 1px 1px .5px #333;
	-webkit-text-shadow: 1px 1px .5px #333;
}

h4,h5{
    font-family: 'Microsoft YaHei', Arial, Verdana, Geneva, Helvetica, sans-serif;
    line-height:35px;
}


.menu{
 
    background: rgba(0,0,0,.9);
    padding:10px;

}

.shadow{
   text-shadow: 1px 1px .5px #333;
  -moz-text-shadow: 1px 1px .5px #333;

  -webkit-text-shadow: 1px 1px .5px #333;
}

.navbaring{
  background:none;
  border:0px;
text-align: right;
 padding-top:15px;
padding-left:0px;
padding-right:0px;
 text-align: center;
 position: relative;


}

.white{
  color:#fff;
}

.navbaring a{
    color:#fff;
   
}

.navbaring a:hover{
  color:#ffd200;
    transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

.mainmenu {
    padding:0px;
}
.mainmenu li{
    display: inline-block;
    padding-left:8px;
    padding-right:8px;
    letter-spacing: 3px;
    font-size: 13px;
    position: relative;
}

.bigg li{
  font-size:13px !important;
}

.mainmenu li:hover .sub{
    display: block;

}

.svglogo{
  height:80px;
}


.circleTitle{
  display: inline-block;
  background:#dcdcdc;
  padding:15px;
  border-radius: 15px;
}

.blacky{
  background:rgba(0,0,0,.7) !important;
}
.sub{
   
 display: none;
   
  
    background: rgba(0,0,0,.7);
    position: absolute;
    left:-30px;
    padding:10px;
    width:120px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99;


}

.sub li{
    display: block;
    text-align: center;
    padding-left:5px;
    font-size: 11px;

}

.upermain{
    height:595px;
  

}

.fullbk{
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.nvlogo{
   text-align: center;
    padding-top:5px;
} 

.nvlogo a{
    display: inline-block;
}



.footer{
  padding-bottom: 50px;
    min-height:462px;
    background-color:#000;
  

    background:url(../images/mainbk2.jpg) #000000 no-repeat center center fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


    color:#b4b4b4;
    line-height: 30px;


}

.footer a{
    color:#fff;
    height: 25px;

}


.footer h2{
    font-size:18px;
    color:#cb2a1b;

}

#fixedmenu{
    position: fixed;
    top:-70px;

    z-index: 999;
    text-align: center;
    background: rgba(0,0,0,.7);
    width:100%;
    padding-bottom: 5px;
    padding-top:5px;
}


#fixedmenu a{
    color:#fff;
}



.hig{
  background:#e42511;
  border-radius: 3px;


}

.hig a{
  color:#fff;
}

#fixedfooter{

  position: fixed;
  width:100%;
  background:#e42510;
  bottom:0px;
  text-align: center;
  padding:10px;
  color:#fff;
  z-index: 99;
}

#fixedfooter a{
  color:#ffe5e5;
  font-size: 18px;
}

.subtitle{
  font-size: 18px;
  color:#fff;
}

.hiddenHeight{
  
  display: block;
}

.rednine{
  background:#e52611;
}

.yellownine{
  background:#000;
}

.linkbtn , .linkbtn:hover{
 
  color:#fff;
 
  display: inline-block;
  border-radius: 3px;
  padding:15px;
  text-align: center;
  width:100%;
  font-size: 16px;
  letter-spacing: 1px;

}

.redfont{
  color:#e52511;
}

.titlegrey{
  color:#161616;
}

.titlewhite{
  color:#fff;
}

.tbig{
  font-size: 40px;
  line-height: 50px;
}


.cen{
  text-align: center;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.btitle{
  font-size: 35px;
  margin-bottom: 45px;
  color:#000;

}

.desc{
   letter-spacing: 2px;
}

#sec03{
   background:url(../images/locate.jpg) #d5d5d5 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}

#sec15{
   background:url(../images/startup-animation-background.jpg) #000 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}

#sec04{

  background: rgba(46,46,46,1);
background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,46,46,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(46,46,46,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#000000', GradientType=0 );
}

#sec06{
   background:url(../images/impulse-shopping.jpg) #d5d5d5 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 
}

#sec08{

   background:url(../images/wbk.png) #d5d5d5 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sec10{

   background:url(../images/mapbg.JPG) #d5d5d5 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sec12{

   background:url(../images/coupon.jpg) #d5d5d5 no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.iconblock
{
  display: inline-block;
  width:100px;
  height:100px;
  border:#333 8px solid;
  border-radius: 50px;
  color:#333;
  font-size:60px;
  padding-top:10px;
  text-align: center;
  margin-right:15px;
}

.iconblock_white
{
  display: inline-block;
  width:100px;
  height:100px;
  border:#fff 8px solid;
  border-radius: 50px;
  color:#fff;
  font-size:40px;
  padding-top:17px;
  text-align: center;
  margin-right:15px;
}

.storyitem{
  margin-bottom: 15px;
}

.storyitem .inners{
  position: relative;
  border:1px solid #ccc;

}

.storyitem .innersCirlce{
  padding:10px;
  position: relative;
  border-radius: 10px;
  background: rgba(229,38,17,1);
background: -moz-linear-gradient(top, rgba(229,38,17,1) 0%, rgba(153,23,11,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,38,17,1)), color-stop(100%, rgba(153,23,11,1)));
background: -webkit-linear-gradient(top, rgba(229,38,17,1) 0%, rgba(153,23,11,1) 100%);
background: -o-linear-gradient(top, rgba(229,38,17,1) 0%, rgba(153,23,11,1) 100%);
background: -ms-linear-gradient(top, rgba(229,38,17,1) 0%, rgba(153,23,11,1) 100%);
background: linear-gradient(to bottom, rgba(229,38,17,1) 0%, rgba(153,23,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52611', endColorstr='#99170b', GradientType=0 );

}

.eventLocaltion{
  font-weight: bold;
}

.eventTime{
  font-size: 20px;
  color:#fff;

}


.storyitem:hover .linkarea{
  opacity: 1;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.linkarea{
  display: inline-block;
  position: absolute;
  opacity: 0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,.7);
  left:0px;
  top:0px;
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   color:#fff !important;
   text-align: center;


}

.linkarea .lltxt{
  opacity: .8;
  position: absolute;
  top:50%;
  margin-top:-20px;
  left:50%;
  margin-left:-20px;
  font-size: 18px;
}



.ico{
  font-size: 15px;
  padding:0 10px 0 10px;
  line-height: 25px;
}
.shopicon{
  text-align: right;
  padding-right:15px;
  padding-bottom: 15px;
}

.innersCirlce{
  

}

.interarea{
  display: block;

  position: relative;
}

.circ{
  display: inline-block;
  width:50px;
  height:50px;
  background: rgba(255,255,255,.3);
  position: absolute;
  border-radius: 25px;
  font-size: 20px;
  color:#000;
  padding-top:10px;

  text-align: center;
  cursor: pointer;

}
.leftc{
  left:50%;
  top:50%;
  margin-top:-20px;
}

.rightc{
  right:50%;
  top:50%;
  margin-top:-20px;
  }
.col-xs-15 {
    width: 20%;
    float: left;
}

/* 開店故事 */

.page-story .story-title, .page-story .story-intro{
	letter-spacing:0.1em;
}
.page-story .story-intro{
	background-color:white;
	padding:10px 30px;
}
.page-story .story-intro p{
	font-size:16px;
}
.story-intro .foreword{
	color:gray;
}

.page-story .ft{
	position:relative;
	padding-bottom:40px;
	margin-top:40px;
}
.page-story .ft .btn-story a{
	display:block;
	margin:0 auto;
	width:330px;
}
.page-story .ft .btn-story a .redbtn{
	padding:20px 15px;
}
.page-story .ft .btn-story a .redbtn.gray{
	background-color:gray;
}
.page-story .ft h2{
	color:black;
	text-shadow:none;
	text-align:center;
}
.page-story .ft .qrcode{
	position:absolute;
	line-height:1.5em;
	right:0;
	bottom:0;
}
.page-story .ft .qrcode p{
	vertical-align:bottom;
	font-size:10px;
}
.page-story .ft .qrcode p span{
	display:block;
}

.story-title {
	position: relative;
}
.story-title img{
	width:100%;
}
.story-title h2 {
	margin: 0;
	background-color: rgba(203,42,27,0.8);
	font-size: 24px;
	line-height: 1.5em;
	position: absolute;
	bottom: 5%;
	padding: 10px 25px;
	left: -1%;
}
.nav .story a span{
position: absolute;
color: white;
text-align: center;
right: 0;
top: 0px;
font-size: 11px;
line-height: 16px;
border-radius: 5px;
width: 32px;
background-color: red;
height: 16px;
transform: rotate(15deg);
}
.redbtn {
	background: #cb2a1b;
	margin-top: 15px;
	padding: 25px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	text-align:center;
}

/* story mini */
@media (max-width: 568px) {
	.story-title h2{
	position:relative;
	left:0;
}
.page-story .story-intro{
	padding:10px;
}
.page-story .ft .qrcode{
	position:relative;
	text-align:center;
}

.page-story .ft .btn-story a{
	display:block;
	margin:0 auto;
	width:280px;
}

.story-intro img {
  width: 100%;
}

.ft .qrcode img{
	width:80px;
	height:80px;
	vertical-align: middle;
	}

}

/* all title */
.container .money-title	{
	  font-size: 32px;
  font-family: 'Microsoft YaHei', Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px .5px #333;
  -moz-text-shadow: 1px 1px .5px #333;

-webkit-text-shadow: 1px 1px .5px #333;
}

.money-icon {
	background-color: #cb2a1b;
	color: white;
	display: inline-block;
	text-align: center;
	width: 25px;
	border-radius: 30px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	margin: 0 5px;
	font-family: Calibri, Arial;
}

/* step img */
.introimg img {
	width: 100%;
}

/* intro style */
.intro01 {
	background: url(../images/intro01.png) right no-repeat;
	min-height: 490px;
	padding: 0 20px;
}

.intro02 {
	background: url(../images/intro02.png) no-repeat;
	background-position: left;
	min-height: 380px;
	padding: 0 20px;
}

.intro03 {
	background: url(../images/intro03.png) right no-repeat;
	min-height: 516px;
	padding: 0 20px;
}

.intro04 {
	background: url(../images/intro04.png) no-repeat;
	background-position: left;
	min-height: 300px;
	padding: 0 20px;
}

.intro05 {
	background: url(../images/intro05.png) right no-repeat;
	min-height: 600px;
	padding: 0 20px;
}

.intro06 {
	background: url(../images/intro06.png) no-repeat;
	background-position: left;
	min-height: 516px;
	padding: 0 20px;
}

.red {
	color: #cb2a1b;
}

/* form column grid  */
.row:before, .row:after {
	content: '';
	display: table
}
.row:after {
	clear: both
}
.row {
	zoom: 1
}
.row {
	width: 100%;
	margin: 0 auto;
}

/* begin form element styling */
.golden-forms .input, .golden-forms .valid, .golden-forms .rating, .golden-forms .select, .golden-forms .button, .golden-forms .invalid, .golden-forms .options, .golden-forms .textarea, .golden-forms .info-tip, .golden-forms .file-input, .golden-forms span.lbl-text, .golden-forms .notification, .golden-forms .toggle-switch, .golden-forms .select-multiple, .golden-forms .select-multiple > select {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.golden-forms .input, .golden-forms .valid, .golden-forms .select, .golden-forms .invalid, .golden-forms .textarea, .golden-forms .file-input, .golden-forms .notification, .golden-forms .select-multiple > select {
	width: 100%;
	vertical-align: top;
}

.golden-forms * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.golden-forms *, .golden-forms ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* golden-forms wrapper style */
.golden-forms.wrapper {
	margin: 0 auto;
	background: #fff;
	position: relative;
	border-radius: 5px;
	border-bottom: 1px solid #c4c4c4;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}
.golden-forms.wrapper:before, .golden-forms.wrapper:after {
	content: '';
	position: absolute;
	z-index: 99;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 10px;
	background: #f7f7f7;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 5px;
}
.golden-forms.wrapper:after {
	bottom: 3px;
	border-color: #dcdcdc;
}

/* thumbgallery */
#thumbGallery ul {
	list-style: none;
	width: 100%;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-story #thumbGallery ul {
	text-align:left;
}
#thumbGallery li {
	position: relative;
	display: inline-block;
	zoom: 1;
	width: 215px;
	padding: 5px;
	margin: 0 15px 15px 0;
	border: 1px solid #eee;
	text-align: left;
	-pie-background: linear-gradient(top, #2c2c2c, #141414);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
//-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
//-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
//box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
	behavior: url(PIE.htc);
	float:left;
}
#thumbGallery img {
	width: 200px;
	height: 150px;
	cursor: pointer;
}
#thumbGallery img.icon {
	width: 40px;
	height: 40px;
	cursor: default;
}
#thumbGallery .details {
	margin-top: 10px;
	position: relative;
}
#thumbGallery h2 {
	font-size: 16px;
	color: #333;
	height: 32px;
	text-shadow: none;
}
#thumbGallery h2 a:hover {
	font-size: 16px;
	color: #fc6500;
	height: 32px;
	text-shadow: none;
}
#thumbGallery h2 a {
	font-size: 16px;
	color: #333;
	height: 32px;
	text-shadow: none;
}
#thumbGallery .description {
	font: 14px /1.2 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	width: 200px;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
}

.page-story #thumbGallery .description {
	height: 40px;
	vertical-align: bottom;
	text-align:right;
}

.page-story #thumbGallery .description img{
	margin-left:5px;
}

.description a{
		color:#00F;
		text-decoration:underline;
		height:25px;
	}

/*--table--*/
.CSSTableGenerator {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #c0c0c0;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.CSSTableGenerator table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:hover td {
}
.CSSTableGenerator tr:nth-child(odd) {
	background-color: #e5e5e5;
}
.CSSTableGenerator tr:nth-child(even) {
	background-color: #ffffff;
}
.CSSTableGenerator td {
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.CSSTableGenerator tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
	background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top, #cccccc, b2b2b2);
	background-color: #cccccc;
	border: 0px solid #c0c0c0;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.CSSTableGenerator tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top, #cccccc, b2b2b2);
	background-color: #cccccc;
}
.CSSTableGenerator tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}


/* responsive  */
@media only screen and (min-width: 767px) {
 
    .navbaring{
    text-align: right;
    }

    .nvlogo{
        padding-top:10px;
       text-align: left;
     
    } 

    #fixedfooter{
      opacity: 0;
      }
	



}


@media only screen and (max-width: 992px) {
	.intro01 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.intro02 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.intro03 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.intro04 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.intro05 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.intro06 {
	background: none;
	min-height: 350px;
	padding: 5px;
	}
	
	.description a{
	color:#00F;
	text-decoration:underline;
	height:25px;
	}
	
	.page-story #thumbGallery ul{
	text-align:center;
}
	#thumbGallery li {
	position: relative;
	display: inline-block;
	zoom: 1;
	width: 270px;
	padding: 5px;
	margin: 0 15px 15px 0;
	border: 1px solid #eee;
	text-align: left;
	-pie-background: linear-gradient(top, #2c2c2c, #141414);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
	behavior: url(PIE.htc);
}
#thumbGallery img {
	width: 258px;
	height: 194px;
	cursor: pointer;
}

    .upermain{
      height:600px;
    }
    .nvlogo img{
      width:100px;
      height:auto;
    }

    .nvlogo{
      margin-bottom: -15px;
    }

    .hidd{
      display: none !important;
    }

    .mainmenu li{
    
    padding-left:5px;
    padding-right:5px;
  }

  h2{
    font-size: 30px;
  }

  .rescen{
    text-align: center;
  }

  .hiddenHeight{
    display: none;
  }

  .btitle{
  font-size: 25px;
}


    .btg{
      width:100%;
      line-height: 80px;

      display: block;
    }

    .bigg li{
  font-size:13px !important;
}


}